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=========================================================
11*  Argon Design System  - v 1.2.0
12=========================================================
13
14* Product Page:  https://www.creative-tim.com/product/argon-design-system
15* Copyright  2020  Creative Tim (http://www.creative-tim.com)
16
17Coded by www.creative-tim.com
18
19=========================================================
20
21* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
22
23 */
24/*!
25 * Bootstrap v4.3.1 (https://getbootstrap.com/)
26 * Copyright 2011-2020 The Bootstrap Authors
27 * Copyright 2011-2020 Twitter, Inc.
28 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
29 */
30:root {
31  --blue: #5e72e4;
32  --indigo: #5603ad;
33  --purple: #8965e0;
34  --pink: #f3a4b5;
35  --red: #f5365c;
36  --orange: #fb6340;
37  --yellow: #ffd600;
38  --green: #2dce89;
39  --teal: #11cdef;
40  --cyan: #2bffc6;
41  --white: #fff;
42  --gray: #8898aa;
43  --gray-dark: #32325d;
44  --light: #ced4da;
45  --lighter: #e9ecef;
46  --primary: #5e72e4;
47  --secondary: #f4f5f7;
48  --success: #2dce89;
49  --info: #11cdef;
50  --warning: #fb6340;
51  --danger: #f5365c;
52  --light: #adb5bd;
53  --dark: #212529;
54  --default: #172b4d;
55  --white: #fff;
56  --neutral: #fff;
57  --darker:black;
58  --breakpoint-xs: 0;
59  --breakpoint-sm: 576px;
60  --breakpoint-md: 768px;
61  --breakpoint-lg: 992px;
62  --breakpoint-xl: 1200px;
63  --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";
64  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
65}
66
67*,
68*::before,
69*::after {
70  box-sizing: border-box;
71}
72
73html {
74  font-family: sans-serif;
75  line-height: 1.15;
76  -webkit-text-size-adjust: 100%;
77  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
78}
79
80article,
81aside,
82figcaption,
83figure,
84footer,
85header,
86hgroup,
87main,
88nav,
89section {
90  display: block;
91}
92
93body {
94  margin: 0;
95  font-family: "Open Sans", sans-serif;
96  font-size: 1rem;
97  font-weight: 400;
98  line-height: 1.5;
99  color: #525f7f;
100  text-align: left;
101  background-color: #fff;
102}
103
104[tabindex="-1"]:focus {
105  outline: 0 !important;
106}
107
108hr {
109  box-sizing: content-box;
110  height: 0;
111  overflow: visible;
112}
113
114h1,
115h2,
116h3,
117h4,
118h5,
119h6 {
120  margin-top: 0;
121  margin-bottom: 0.5rem;
122}
123
124p {
125  margin-top: 0;
126  margin-bottom: 1rem;
127}
128
129abbr[title],
130abbr[data-original-title] {
131  text-decoration: underline;
132  text-decoration: underline dotted;
133  cursor: help;
134  border-bottom: 0;
135  text-decoration-skip-ink: none;
136}
137
138address {
139  margin-bottom: 1rem;
140  font-style: normal;
141  line-height: inherit;
142}
143
144ol,
145ul,
146dl {
147  margin-top: 0;
148  margin-bottom: 1rem;
149}
150
151ol ol,
152ul ul,
153ol ul,
154ul ol {
155  margin-bottom: 0;
156}
157
158dt {
159  font-weight: 600;
160}
161
162dd {
163  margin-bottom: 0.5rem;
164  margin-left: 0;
165}
166
167blockquote {
168  margin: 0 0 1rem;
169}
170
171b,
172strong {
173  font-weight: bolder;
174}
175
176small {
177  font-size: 80%;
178}
179
180sub,
181sup {
182  position: relative;
183  font-size: 75%;
184  line-height: 0;
185  vertical-align: baseline;
186}
187
188sub {
189  bottom: -0.25em;
190}
191
192sup {
193  top: -0.5em;
194}
195
196a {
197  color: #5e72e4;
198  text-decoration: none;
199  background-color: transparent;
200}
201
202a:hover {
203  color: #233dd2;
204  text-decoration: none;
205}
206
207a:not([href]):not([tabindex]) {
208  color: inherit;
209  text-decoration: none;
210}
211
212a:not([href]):not([tabindex]):hover,
213a:not([href]):not([tabindex]):focus {
214  color: inherit;
215  text-decoration: none;
216}
217
218a:not([href]):not([tabindex]):focus {
219  outline: 0;
220}
221
222pre,
223code,
224kbd,
225samp {
226  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
227  font-size: 1em;
228}
229
230pre {
231  margin-top: 0;
232  margin-bottom: 1rem;
233  overflow: auto;
234}
235
236figure {
237  margin: 0 0 1rem;
238}
239
240img {
241  vertical-align: middle;
242  border-style: none;
243}
244
245svg {
246  overflow: hidden;
247  vertical-align: middle;
248}
249
250table {
251  border-collapse: collapse;
252}
253
254caption {
255  padding-top: 1rem;
256  padding-bottom: 1rem;
257  color: #8898aa;
258  text-align: left;
259  caption-side: bottom;
260}
261
262th {
263  text-align: inherit;
264}
265
266label {
267  display: inline-block;
268  margin-bottom: 0.5rem;
269}
270
271button {
272  border-radius: 0;
273}
274
275button:focus {
276  outline: 1px dotted;
277  outline: 5px auto -webkit-focus-ring-color;
278}
279
280input,
281button,
282select,
283optgroup,
284textarea {
285  margin: 0;
286  font-family: inherit;
287  font-size: inherit;
288  line-height: inherit;
289}
290
291button,
292input {
293  overflow: visible;
294}
295
296button,
297select {
298  text-transform: none;
299}
300
301select {
302  word-wrap: normal;
303}
304
305button,
306[type=button],
307[type=reset],
308[type=submit] {
309  -webkit-appearance: button;
310}
311
312button:not(:disabled),
313[type=button]:not(:disabled),
314[type=reset]:not(:disabled),
315[type=submit]:not(:disabled) {
316  cursor: pointer;
317}
318
319button::-moz-focus-inner,
320[type=button]::-moz-focus-inner,
321[type=reset]::-moz-focus-inner,
322[type=submit]::-moz-focus-inner {
323  padding: 0;
324  border-style: none;
325}
326
327input[type=radio],
328input[type=checkbox] {
329  box-sizing: border-box;
330  padding: 0;
331}
332
333input[type=date],
334input[type=time],
335input[type=datetime-local],
336input[type=month] {
337  -webkit-appearance: listbox;
338}
339
340textarea {
341  overflow: auto;
342  resize: vertical;
343}
344
345fieldset {
346  min-width: 0;
347  padding: 0;
348  margin: 0;
349  border: 0;
350}
351
352legend {
353  display: block;
354  width: 100%;
355  max-width: 100%;
356  padding: 0;
357  margin-bottom: 0.5rem;
358  font-size: 1.5rem;
359  line-height: inherit;
360  color: inherit;
361  white-space: normal;
362}
363
364progress {
365  vertical-align: baseline;
366}
367
368[type=number]::-webkit-inner-spin-button,
369[type=number]::-webkit-outer-spin-button {
370  height: auto;
371}
372
373[type=search] {
374  outline-offset: -2px;
375  -webkit-appearance: none;
376}
377
378[type=search]::-webkit-search-decoration {
379  -webkit-appearance: none;
380}
381
382::-webkit-file-upload-button {
383  font: inherit;
384  -webkit-appearance: button;
385}
386
387output {
388  display: inline-block;
389}
390
391summary {
392  display: list-item;
393  cursor: pointer;
394}
395
396template {
397  display: none;
398}
399
400[hidden] {
401  display: none !important;
402}
403
404h1,
405h2,
406h3,
407h4,
408h5,
409h6,
410.h1,
411.h2,
412#dw__login legend label,
413.h3,
414#dw__register legend,
415#dw__profiledelete legend,
416legend,
417.h4,
418.h5,
419.h6 {
420  margin-bottom: 0.5rem;
421  font-family: inherit;
422  font-weight: 400;
423  line-height: 1.5;
424  color: #32325d;
425}
426
427h1,
428.h1 {
429  font-size: 2.5rem;
430}
431
432h2,
433.h2,
434#dw__login legend label {
435  font-size: 2rem;
436}
437
438h3,
439.h3,
440#dw__register legend,
441#dw__profiledelete legend,
442legend {
443  font-size: 1.75rem;
444}
445
446h4,
447.h4 {
448  font-size: 1.5rem;
449}
450
451h5,
452.h5 {
453  font-size: 1.25rem;
454}
455
456h6,
457.h6 {
458  font-size: 1rem;
459}
460
461.lead {
462  font-size: 1.25rem;
463  font-weight: 300;
464}
465
466.display-1 {
467  font-size: 3.3rem;
468  font-weight: 600;
469  line-height: 1.5;
470}
471
472.display-2 {
473  font-size: 2.75rem;
474  font-weight: 600;
475  line-height: 1.5;
476}
477
478.display-3 {
479  font-size: 2.1875rem;
480  font-weight: 600;
481  line-height: 1.5;
482}
483
484.display-4 {
485  font-size: 1.6275rem;
486  font-weight: 600;
487  line-height: 1.5;
488}
489
490hr {
491  margin-top: 2rem;
492  margin-bottom: 2rem;
493  border: 0;
494  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
495}
496
497small,
498.small {
499  font-size: 80%;
500  font-weight: 400;
501}
502
503mark, .search_hit,
504.mark {
505  padding: 0.2em;
506  background-color: #fcf8e3;
507}
508
509.list-unstyled {
510  padding-left: 0;
511  list-style: none;
512}
513
514.list-inline {
515  padding-left: 0;
516  list-style: none;
517}
518
519.list-inline-item {
520  display: inline-block;
521}
522
523.list-inline-item:not(:last-child) {
524  margin-right: 0.5rem;
525}
526
527.initialism {
528  font-size: 90%;
529  text-transform: uppercase;
530}
531
532.blockquote {
533  margin-bottom: 1rem;
534  font-size: 1.25rem;
535}
536
537.blockquote-footer {
538  display: block;
539  font-size: 80%;
540  color: #8898aa;
541}
542
543.blockquote-footer::before {
544  content: "— ";
545}
546
547.img-fluid {
548  max-width: 100%;
549  height: auto;
550}
551
552.img-thumbnail {
553  padding: 0.25rem;
554  background-color: #fff;
555  border: 0.0625rem solid #dee2e6;
556  border-radius: 0.25rem;
557  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
558  max-width: 100%;
559  height: auto;
560}
561
562.figure {
563  display: inline-block;
564}
565
566.figure-img {
567  margin-bottom: 0.5rem;
568  line-height: 1;
569}
570
571.figure-caption {
572  font-size: 90%;
573  color: #8898aa;
574}
575
576code {
577  font-size: 87.5%;
578  color: #f3a4b5;
579  word-break: break-word;
580}
581
582a > code {
583  color: inherit;
584}
585
586kbd {
587  padding: 0.2rem 0.4rem;
588  font-size: 87.5%;
589  color: #fff;
590  background-color: #212529;
591  border-radius: 0.2rem;
592  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
593}
594
595kbd kbd {
596  padding: 0;
597  font-size: 100%;
598  font-weight: 600;
599  box-shadow: none;
600}
601
602pre {
603  display: block;
604  font-size: 87.5%;
605  color: #212529;
606}
607
608pre code {
609  font-size: inherit;
610  color: inherit;
611  word-break: normal;
612}
613
614.pre-scrollable {
615  max-height: 340px;
616  overflow-y: scroll;
617}
618
619.container {
620  width: 100%;
621  padding-right: 15px;
622  padding-left: 15px;
623  margin-right: auto;
624  margin-left: auto;
625}
626
627@media (min-width: 576px) {
628  .container {
629    max-width: 540px;
630  }
631}
632@media (min-width: 768px) {
633  .container {
634    max-width: 720px;
635  }
636}
637@media (min-width: 992px) {
638  .container {
639    max-width: 960px;
640  }
641}
642@media (min-width: 1200px) {
643  .container {
644    max-width: 1040px;
645  }
646}
647.container-fluid {
648  width: 100%;
649  padding-right: 15px;
650  padding-left: 15px;
651  margin-right: auto;
652  margin-left: auto;
653}
654
655.row {
656  display: flex;
657  flex-wrap: wrap;
658  margin-right: -15px;
659  margin-left: -15px;
660}
661
662.no-gutters {
663  margin-right: 0;
664  margin-left: 0;
665}
666
667.no-gutters > .col,
668.no-gutters > [class*=col-] {
669  padding-right: 0;
670  padding-left: 0;
671}
672
673.col-1,
674.col-2,
675.col-3,
676.col-4,
677.col-5,
678.col-6,
679.col-7,
680.col-8,
681.col-9,
682.col-10,
683.col-11,
684.col-12,
685.col,
686.col-auto,
687.col-sm-1,
688.col-sm-2,
689.col-sm-3,
690.col-sm-4,
691.col-sm-5,
692.col-sm-6,
693.col-sm-7,
694.col-sm-8,
695.col-sm-9,
696.col-sm-10,
697.col-sm-11,
698.col-sm-12,
699.col-sm,
700.col-sm-auto,
701.col-md-1,
702.col-md-2,
703.col-md-3,
704.col-md-4,
705.col-md-5,
706.col-md-6,
707.col-md-7,
708.col-md-8,
709.col-md-9,
710.col-md-10,
711.col-md-11,
712.col-md-12,
713.col-md,
714.col-md-auto,
715.col-lg-1,
716.col-lg-2,
717.col-lg-3,
718.col-lg-4,
719.col-lg-5,
720.col-lg-6,
721.col-lg-7,
722.col-lg-8,
723.col-lg-9,
724.col-lg-10,
725.col-lg-11,
726.col-lg-12,
727.col-lg,
728.col-lg-auto,
729.col-xl-1,
730.col-xl-2,
731.col-xl-3,
732.col-xl-4,
733.col-xl-5,
734.col-xl-6,
735.col-xl-7,
736.col-xl-8,
737.col-xl-9,
738.col-xl-10,
739.col-xl-11,
740.col-xl-12,
741.col-xl,
742.col-xl-auto {
743  position: relative;
744  width: 100%;
745  padding-right: 15px;
746  padding-left: 15px;
747}
748
749.col {
750  flex-basis: 0;
751  flex-grow: 1;
752  max-width: 100%;
753}
754
755.col-auto {
756  flex: 0 0 auto;
757  width: auto;
758  max-width: 100%;
759}
760
761.col-1 {
762  flex: 0 0 8.333333%;
763  max-width: 8.333333%;
764}
765
766.col-2 {
767  flex: 0 0 16.666667%;
768  max-width: 16.666667%;
769}
770
771.col-3 {
772  flex: 0 0 25%;
773  max-width: 25%;
774}
775
776.col-4 {
777  flex: 0 0 33.333333%;
778  max-width: 33.333333%;
779}
780
781.col-5 {
782  flex: 0 0 41.666667%;
783  max-width: 41.666667%;
784}
785
786.col-6 {
787  flex: 0 0 50%;
788  max-width: 50%;
789}
790
791.col-7 {
792  flex: 0 0 58.333333%;
793  max-width: 58.333333%;
794}
795
796.col-8 {
797  flex: 0 0 66.666667%;
798  max-width: 66.666667%;
799}
800
801.col-9 {
802  flex: 0 0 75%;
803  max-width: 75%;
804}
805
806.col-10 {
807  flex: 0 0 83.333333%;
808  max-width: 83.333333%;
809}
810
811.col-11 {
812  flex: 0 0 91.666667%;
813  max-width: 91.666667%;
814}
815
816.col-12 {
817  flex: 0 0 100%;
818  max-width: 100%;
819}
820
821.order-first {
822  order: -1;
823}
824
825.order-last {
826  order: 13;
827}
828
829.order-0 {
830  order: 0;
831}
832
833.order-1 {
834  order: 1;
835}
836
837.order-2 {
838  order: 2;
839}
840
841.order-3 {
842  order: 3;
843}
844
845.order-4 {
846  order: 4;
847}
848
849.order-5 {
850  order: 5;
851}
852
853.order-6 {
854  order: 6;
855}
856
857.order-7 {
858  order: 7;
859}
860
861.order-8 {
862  order: 8;
863}
864
865.order-9 {
866  order: 9;
867}
868
869.order-10 {
870  order: 10;
871}
872
873.order-11 {
874  order: 11;
875}
876
877.order-12 {
878  order: 12;
879}
880
881.offset-1 {
882  margin-left: 8.333333%;
883}
884
885.offset-2 {
886  margin-left: 16.666667%;
887}
888
889.offset-3 {
890  margin-left: 25%;
891}
892
893.offset-4 {
894  margin-left: 33.333333%;
895}
896
897.offset-5 {
898  margin-left: 41.666667%;
899}
900
901.offset-6 {
902  margin-left: 50%;
903}
904
905.offset-7 {
906  margin-left: 58.333333%;
907}
908
909.offset-8 {
910  margin-left: 66.666667%;
911}
912
913.offset-9 {
914  margin-left: 75%;
915}
916
917.offset-10 {
918  margin-left: 83.333333%;
919}
920
921.offset-11 {
922  margin-left: 91.666667%;
923}
924
925@media (min-width: 576px) {
926  .col-sm {
927    flex-basis: 0;
928    flex-grow: 1;
929    max-width: 100%;
930  }
931
932  .col-sm-auto {
933    flex: 0 0 auto;
934    width: auto;
935    max-width: 100%;
936  }
937
938  .col-sm-1 {
939    flex: 0 0 8.333333%;
940    max-width: 8.333333%;
941  }
942
943  .col-sm-2 {
944    flex: 0 0 16.666667%;
945    max-width: 16.666667%;
946  }
947
948  .col-sm-3 {
949    flex: 0 0 25%;
950    max-width: 25%;
951  }
952
953  .col-sm-4 {
954    flex: 0 0 33.333333%;
955    max-width: 33.333333%;
956  }
957
958  .col-sm-5 {
959    flex: 0 0 41.666667%;
960    max-width: 41.666667%;
961  }
962
963  .col-sm-6 {
964    flex: 0 0 50%;
965    max-width: 50%;
966  }
967
968  .col-sm-7 {
969    flex: 0 0 58.333333%;
970    max-width: 58.333333%;
971  }
972
973  .col-sm-8 {
974    flex: 0 0 66.666667%;
975    max-width: 66.666667%;
976  }
977
978  .col-sm-9 {
979    flex: 0 0 75%;
980    max-width: 75%;
981  }
982
983  .col-sm-10 {
984    flex: 0 0 83.333333%;
985    max-width: 83.333333%;
986  }
987
988  .col-sm-11 {
989    flex: 0 0 91.666667%;
990    max-width: 91.666667%;
991  }
992
993  .col-sm-12 {
994    flex: 0 0 100%;
995    max-width: 100%;
996  }
997
998  .order-sm-first {
999    order: -1;
1000  }
1001
1002  .order-sm-last {
1003    order: 13;
1004  }
1005
1006  .order-sm-0 {
1007    order: 0;
1008  }
1009
1010  .order-sm-1 {
1011    order: 1;
1012  }
1013
1014  .order-sm-2 {
1015    order: 2;
1016  }
1017
1018  .order-sm-3 {
1019    order: 3;
1020  }
1021
1022  .order-sm-4 {
1023    order: 4;
1024  }
1025
1026  .order-sm-5 {
1027    order: 5;
1028  }
1029
1030  .order-sm-6 {
1031    order: 6;
1032  }
1033
1034  .order-sm-7 {
1035    order: 7;
1036  }
1037
1038  .order-sm-8 {
1039    order: 8;
1040  }
1041
1042  .order-sm-9 {
1043    order: 9;
1044  }
1045
1046  .order-sm-10 {
1047    order: 10;
1048  }
1049
1050  .order-sm-11 {
1051    order: 11;
1052  }
1053
1054  .order-sm-12 {
1055    order: 12;
1056  }
1057
1058  .offset-sm-0 {
1059    margin-left: 0;
1060  }
1061
1062  .offset-sm-1 {
1063    margin-left: 8.333333%;
1064  }
1065
1066  .offset-sm-2 {
1067    margin-left: 16.666667%;
1068  }
1069
1070  .offset-sm-3 {
1071    margin-left: 25%;
1072  }
1073
1074  .offset-sm-4 {
1075    margin-left: 33.333333%;
1076  }
1077
1078  .offset-sm-5 {
1079    margin-left: 41.666667%;
1080  }
1081
1082  .offset-sm-6 {
1083    margin-left: 50%;
1084  }
1085
1086  .offset-sm-7 {
1087    margin-left: 58.333333%;
1088  }
1089
1090  .offset-sm-8 {
1091    margin-left: 66.666667%;
1092  }
1093
1094  .offset-sm-9 {
1095    margin-left: 75%;
1096  }
1097
1098  .offset-sm-10 {
1099    margin-left: 83.333333%;
1100  }
1101
1102  .offset-sm-11 {
1103    margin-left: 91.666667%;
1104  }
1105}
1106@media (min-width: 768px) {
1107  .col-md {
1108    flex-basis: 0;
1109    flex-grow: 1;
1110    max-width: 100%;
1111  }
1112
1113  .col-md-auto {
1114    flex: 0 0 auto;
1115    width: auto;
1116    max-width: 100%;
1117  }
1118
1119  .col-md-1 {
1120    flex: 0 0 8.333333%;
1121    max-width: 8.333333%;
1122  }
1123
1124  .col-md-2 {
1125    flex: 0 0 16.666667%;
1126    max-width: 16.666667%;
1127  }
1128
1129  .col-md-3 {
1130    flex: 0 0 25%;
1131    max-width: 25%;
1132  }
1133
1134  .col-md-4 {
1135    flex: 0 0 33.333333%;
1136    max-width: 33.333333%;
1137  }
1138
1139  .col-md-5 {
1140    flex: 0 0 41.666667%;
1141    max-width: 41.666667%;
1142  }
1143
1144  .col-md-6 {
1145    flex: 0 0 50%;
1146    max-width: 50%;
1147  }
1148
1149  .col-md-7 {
1150    flex: 0 0 58.333333%;
1151    max-width: 58.333333%;
1152  }
1153
1154  .col-md-8 {
1155    flex: 0 0 66.666667%;
1156    max-width: 66.666667%;
1157  }
1158
1159  .col-md-9 {
1160    flex: 0 0 75%;
1161    max-width: 75%;
1162  }
1163
1164  .col-md-10 {
1165    flex: 0 0 83.333333%;
1166    max-width: 83.333333%;
1167  }
1168
1169  .col-md-11 {
1170    flex: 0 0 91.666667%;
1171    max-width: 91.666667%;
1172  }
1173
1174  .col-md-12 {
1175    flex: 0 0 100%;
1176    max-width: 100%;
1177  }
1178
1179  .order-md-first {
1180    order: -1;
1181  }
1182
1183  .order-md-last {
1184    order: 13;
1185  }
1186
1187  .order-md-0 {
1188    order: 0;
1189  }
1190
1191  .order-md-1 {
1192    order: 1;
1193  }
1194
1195  .order-md-2 {
1196    order: 2;
1197  }
1198
1199  .order-md-3 {
1200    order: 3;
1201  }
1202
1203  .order-md-4 {
1204    order: 4;
1205  }
1206
1207  .order-md-5 {
1208    order: 5;
1209  }
1210
1211  .order-md-6 {
1212    order: 6;
1213  }
1214
1215  .order-md-7 {
1216    order: 7;
1217  }
1218
1219  .order-md-8 {
1220    order: 8;
1221  }
1222
1223  .order-md-9 {
1224    order: 9;
1225  }
1226
1227  .order-md-10 {
1228    order: 10;
1229  }
1230
1231  .order-md-11 {
1232    order: 11;
1233  }
1234
1235  .order-md-12 {
1236    order: 12;
1237  }
1238
1239  .offset-md-0 {
1240    margin-left: 0;
1241  }
1242
1243  .offset-md-1 {
1244    margin-left: 8.333333%;
1245  }
1246
1247  .offset-md-2 {
1248    margin-left: 16.666667%;
1249  }
1250
1251  .offset-md-3 {
1252    margin-left: 25%;
1253  }
1254
1255  .offset-md-4 {
1256    margin-left: 33.333333%;
1257  }
1258
1259  .offset-md-5 {
1260    margin-left: 41.666667%;
1261  }
1262
1263  .offset-md-6 {
1264    margin-left: 50%;
1265  }
1266
1267  .offset-md-7 {
1268    margin-left: 58.333333%;
1269  }
1270
1271  .offset-md-8 {
1272    margin-left: 66.666667%;
1273  }
1274
1275  .offset-md-9 {
1276    margin-left: 75%;
1277  }
1278
1279  .offset-md-10 {
1280    margin-left: 83.333333%;
1281  }
1282
1283  .offset-md-11 {
1284    margin-left: 91.666667%;
1285  }
1286}
1287@media (min-width: 992px) {
1288  .col-lg {
1289    flex-basis: 0;
1290    flex-grow: 1;
1291    max-width: 100%;
1292  }
1293
1294  .col-lg-auto {
1295    flex: 0 0 auto;
1296    width: auto;
1297    max-width: 100%;
1298  }
1299
1300  .col-lg-1 {
1301    flex: 0 0 8.333333%;
1302    max-width: 8.333333%;
1303  }
1304
1305  .col-lg-2 {
1306    flex: 0 0 16.666667%;
1307    max-width: 16.666667%;
1308  }
1309
1310  .col-lg-3 {
1311    flex: 0 0 25%;
1312    max-width: 25%;
1313  }
1314
1315  .col-lg-4 {
1316    flex: 0 0 33.333333%;
1317    max-width: 33.333333%;
1318  }
1319
1320  .col-lg-5 {
1321    flex: 0 0 41.666667%;
1322    max-width: 41.666667%;
1323  }
1324
1325  .col-lg-6 {
1326    flex: 0 0 50%;
1327    max-width: 50%;
1328  }
1329
1330  .col-lg-7 {
1331    flex: 0 0 58.333333%;
1332    max-width: 58.333333%;
1333  }
1334
1335  .col-lg-8 {
1336    flex: 0 0 66.666667%;
1337    max-width: 66.666667%;
1338  }
1339
1340  .col-lg-9 {
1341    flex: 0 0 75%;
1342    max-width: 75%;
1343  }
1344
1345  .col-lg-10 {
1346    flex: 0 0 83.333333%;
1347    max-width: 83.333333%;
1348  }
1349
1350  .col-lg-11 {
1351    flex: 0 0 91.666667%;
1352    max-width: 91.666667%;
1353  }
1354
1355  .col-lg-12 {
1356    flex: 0 0 100%;
1357    max-width: 100%;
1358  }
1359
1360  .order-lg-first {
1361    order: -1;
1362  }
1363
1364  .order-lg-last {
1365    order: 13;
1366  }
1367
1368  .order-lg-0 {
1369    order: 0;
1370  }
1371
1372  .order-lg-1 {
1373    order: 1;
1374  }
1375
1376  .order-lg-2 {
1377    order: 2;
1378  }
1379
1380  .order-lg-3 {
1381    order: 3;
1382  }
1383
1384  .order-lg-4 {
1385    order: 4;
1386  }
1387
1388  .order-lg-5 {
1389    order: 5;
1390  }
1391
1392  .order-lg-6 {
1393    order: 6;
1394  }
1395
1396  .order-lg-7 {
1397    order: 7;
1398  }
1399
1400  .order-lg-8 {
1401    order: 8;
1402  }
1403
1404  .order-lg-9 {
1405    order: 9;
1406  }
1407
1408  .order-lg-10 {
1409    order: 10;
1410  }
1411
1412  .order-lg-11 {
1413    order: 11;
1414  }
1415
1416  .order-lg-12 {
1417    order: 12;
1418  }
1419
1420  .offset-lg-0 {
1421    margin-left: 0;
1422  }
1423
1424  .offset-lg-1 {
1425    margin-left: 8.333333%;
1426  }
1427
1428  .offset-lg-2 {
1429    margin-left: 16.666667%;
1430  }
1431
1432  .offset-lg-3 {
1433    margin-left: 25%;
1434  }
1435
1436  .offset-lg-4 {
1437    margin-left: 33.333333%;
1438  }
1439
1440  .offset-lg-5 {
1441    margin-left: 41.666667%;
1442  }
1443
1444  .offset-lg-6 {
1445    margin-left: 50%;
1446  }
1447
1448  .offset-lg-7 {
1449    margin-left: 58.333333%;
1450  }
1451
1452  .offset-lg-8 {
1453    margin-left: 66.666667%;
1454  }
1455
1456  .offset-lg-9 {
1457    margin-left: 75%;
1458  }
1459
1460  .offset-lg-10 {
1461    margin-left: 83.333333%;
1462  }
1463
1464  .offset-lg-11 {
1465    margin-left: 91.666667%;
1466  }
1467}
1468@media (min-width: 1200px) {
1469  .col-xl {
1470    flex-basis: 0;
1471    flex-grow: 1;
1472    max-width: 100%;
1473  }
1474
1475  .col-xl-auto {
1476    flex: 0 0 auto;
1477    width: auto;
1478    max-width: 100%;
1479  }
1480
1481  .col-xl-1 {
1482    flex: 0 0 8.333333%;
1483    max-width: 8.333333%;
1484  }
1485
1486  .col-xl-2 {
1487    flex: 0 0 16.666667%;
1488    max-width: 16.666667%;
1489  }
1490
1491  .col-xl-3 {
1492    flex: 0 0 25%;
1493    max-width: 25%;
1494  }
1495
1496  .col-xl-4 {
1497    flex: 0 0 33.333333%;
1498    max-width: 33.333333%;
1499  }
1500
1501  .col-xl-5 {
1502    flex: 0 0 41.666667%;
1503    max-width: 41.666667%;
1504  }
1505
1506  .col-xl-6 {
1507    flex: 0 0 50%;
1508    max-width: 50%;
1509  }
1510
1511  .col-xl-7 {
1512    flex: 0 0 58.333333%;
1513    max-width: 58.333333%;
1514  }
1515
1516  .col-xl-8 {
1517    flex: 0 0 66.666667%;
1518    max-width: 66.666667%;
1519  }
1520
1521  .col-xl-9 {
1522    flex: 0 0 75%;
1523    max-width: 75%;
1524  }
1525
1526  .col-xl-10 {
1527    flex: 0 0 83.333333%;
1528    max-width: 83.333333%;
1529  }
1530
1531  .col-xl-11 {
1532    flex: 0 0 91.666667%;
1533    max-width: 91.666667%;
1534  }
1535
1536  .col-xl-12 {
1537    flex: 0 0 100%;
1538    max-width: 100%;
1539  }
1540
1541  .order-xl-first {
1542    order: -1;
1543  }
1544
1545  .order-xl-last {
1546    order: 13;
1547  }
1548
1549  .order-xl-0 {
1550    order: 0;
1551  }
1552
1553  .order-xl-1 {
1554    order: 1;
1555  }
1556
1557  .order-xl-2 {
1558    order: 2;
1559  }
1560
1561  .order-xl-3 {
1562    order: 3;
1563  }
1564
1565  .order-xl-4 {
1566    order: 4;
1567  }
1568
1569  .order-xl-5 {
1570    order: 5;
1571  }
1572
1573  .order-xl-6 {
1574    order: 6;
1575  }
1576
1577  .order-xl-7 {
1578    order: 7;
1579  }
1580
1581  .order-xl-8 {
1582    order: 8;
1583  }
1584
1585  .order-xl-9 {
1586    order: 9;
1587  }
1588
1589  .order-xl-10 {
1590    order: 10;
1591  }
1592
1593  .order-xl-11 {
1594    order: 11;
1595  }
1596
1597  .order-xl-12 {
1598    order: 12;
1599  }
1600
1601  .offset-xl-0 {
1602    margin-left: 0;
1603  }
1604
1605  .offset-xl-1 {
1606    margin-left: 8.333333%;
1607  }
1608
1609  .offset-xl-2 {
1610    margin-left: 16.666667%;
1611  }
1612
1613  .offset-xl-3 {
1614    margin-left: 25%;
1615  }
1616
1617  .offset-xl-4 {
1618    margin-left: 33.333333%;
1619  }
1620
1621  .offset-xl-5 {
1622    margin-left: 41.666667%;
1623  }
1624
1625  .offset-xl-6 {
1626    margin-left: 50%;
1627  }
1628
1629  .offset-xl-7 {
1630    margin-left: 58.333333%;
1631  }
1632
1633  .offset-xl-8 {
1634    margin-left: 66.666667%;
1635  }
1636
1637  .offset-xl-9 {
1638    margin-left: 75%;
1639  }
1640
1641  .offset-xl-10 {
1642    margin-left: 83.333333%;
1643  }
1644
1645  .offset-xl-11 {
1646    margin-left: 91.666667%;
1647  }
1648}
1649.table, #dokuwiki__content table {
1650  width: 100%;
1651  margin-bottom: 1rem;
1652  color: #525f7f;
1653  background-color: transparent;
1654}
1655
1656.table th, #dokuwiki__content table th,
1657.table td,
1658#dokuwiki__content table td {
1659  padding: 1rem;
1660  vertical-align: top;
1661  border-top: 0.0625rem solid #dee2e6;
1662}
1663
1664.table thead th, #dokuwiki__content table thead th {
1665  vertical-align: bottom;
1666  border-bottom: 0.125rem solid #dee2e6;
1667}
1668
1669.table tbody + tbody, #dokuwiki__content table tbody + tbody {
1670  border-top: 0.125rem solid #dee2e6;
1671}
1672
1673.table-sm th,
1674.table-sm td {
1675  padding: 0.3rem;
1676}
1677
1678.table-bordered {
1679  border: 0.0625rem solid #dee2e6;
1680}
1681
1682.table-bordered th,
1683.table-bordered td {
1684  border: 0.0625rem solid #dee2e6;
1685}
1686
1687.table-bordered thead th,
1688.table-bordered thead td {
1689  border-bottom-width: 0.125rem;
1690}
1691
1692.table-borderless th,
1693.table-borderless td,
1694.table-borderless thead th,
1695.table-borderless tbody + tbody {
1696  border: 0;
1697}
1698
1699.table-striped tbody tr:nth-of-type(odd) {
1700  background-color: rgba(0, 0, 0, 0.05);
1701}
1702
1703.table-hover tbody tr:hover {
1704  color: #525f7f;
1705  background-color: rgba(0, 0, 0, 0.075);
1706}
1707
1708.table-primary,
1709.table-primary > th,
1710.table-primary > td {
1711  background-color: #d2d8f7;
1712}
1713
1714.table-primary th,
1715.table-primary td,
1716.table-primary thead th,
1717.table-primary tbody + tbody {
1718  border-color: #abb6f1;
1719}
1720
1721.table-hover .table-primary:hover {
1722  background-color: #bcc5f3;
1723}
1724
1725.table-hover .table-primary:hover > td,
1726.table-hover .table-primary:hover > th {
1727  background-color: #bcc5f3;
1728}
1729
1730.table-secondary,
1731.table-secondary > th,
1732.table-secondary > td {
1733  background-color: #fcfcfd;
1734}
1735
1736.table-secondary th,
1737.table-secondary td,
1738.table-secondary thead th,
1739.table-secondary tbody + tbody {
1740  border-color: #f9fafb;
1741}
1742
1743.table-hover .table-secondary:hover {
1744  background-color: #ededf3;
1745}
1746
1747.table-hover .table-secondary:hover > td,
1748.table-hover .table-secondary:hover > th {
1749  background-color: #ededf3;
1750}
1751
1752.table-success,
1753.table-success > th,
1754.table-success > td {
1755  background-color: #c4f1de;
1756}
1757
1758.table-success th,
1759.table-success td,
1760.table-success thead th,
1761.table-success tbody + tbody {
1762  border-color: #92e6c2;
1763}
1764
1765.table-hover .table-success:hover {
1766  background-color: #afecd2;
1767}
1768
1769.table-hover .table-success:hover > td,
1770.table-hover .table-success:hover > th {
1771  background-color: #afecd2;
1772}
1773
1774.table-info,
1775.table-info > th,
1776.table-info > td {
1777  background-color: #bcf1fb;
1778}
1779
1780.table-info th,
1781.table-info td,
1782.table-info thead th,
1783.table-info tbody + tbody {
1784  border-color: #83e5f7;
1785}
1786
1787.table-hover .table-info:hover {
1788  background-color: #a4ecfa;
1789}
1790
1791.table-hover .table-info:hover > td,
1792.table-hover .table-info:hover > th {
1793  background-color: #a4ecfa;
1794}
1795
1796.table-warning,
1797.table-warning > th,
1798.table-warning > td {
1799  background-color: #fed3ca;
1800}
1801
1802.table-warning th,
1803.table-warning td,
1804.table-warning thead th,
1805.table-warning tbody + tbody {
1806  border-color: #fdae9c;
1807}
1808
1809.table-hover .table-warning:hover {
1810  background-color: #febeb1;
1811}
1812
1813.table-hover .table-warning:hover > td,
1814.table-hover .table-warning:hover > th {
1815  background-color: #febeb1;
1816}
1817
1818.table-danger,
1819.table-danger > th,
1820.table-danger > td {
1821  background-color: #fcc7d1;
1822}
1823
1824.table-danger th,
1825.table-danger td,
1826.table-danger thead th,
1827.table-danger tbody + tbody {
1828  border-color: #fa96aa;
1829}
1830
1831.table-hover .table-danger:hover {
1832  background-color: #fbafbd;
1833}
1834
1835.table-hover .table-danger:hover > td,
1836.table-hover .table-danger:hover > th {
1837  background-color: #fbafbd;
1838}
1839
1840.table-light,
1841.table-light > th,
1842.table-light > td {
1843  background-color: #e8eaed;
1844}
1845
1846.table-light th,
1847.table-light td,
1848.table-light thead th,
1849.table-light tbody + tbody {
1850  border-color: #d4d9dd;
1851}
1852
1853.table-hover .table-light:hover {
1854  background-color: #dadde2;
1855}
1856
1857.table-hover .table-light:hover > td,
1858.table-hover .table-light:hover > th {
1859  background-color: #dadde2;
1860}
1861
1862.table-dark,
1863.table-dark > th,
1864.table-dark > td {
1865  background-color: #c1c2c3;
1866}
1867
1868.table-dark th,
1869.table-dark td,
1870.table-dark thead th,
1871.table-dark tbody + tbody {
1872  border-color: #8c8e90;
1873}
1874
1875.table-hover .table-dark:hover {
1876  background-color: #b4b5b6;
1877}
1878
1879.table-hover .table-dark:hover > td,
1880.table-hover .table-dark:hover > th {
1881  background-color: #b4b5b6;
1882}
1883
1884.table-default,
1885.table-default > th,
1886.table-default > td {
1887  background-color: #bec4cd;
1888}
1889
1890.table-default th,
1891.table-default td,
1892.table-default thead th,
1893.table-default tbody + tbody {
1894  border-color: #8691a2;
1895}
1896
1897.table-hover .table-default:hover {
1898  background-color: #b0b7c2;
1899}
1900
1901.table-hover .table-default:hover > td,
1902.table-hover .table-default:hover > th {
1903  background-color: #b0b7c2;
1904}
1905
1906.table-white,
1907.table-white > th,
1908.table-white > td {
1909  background-color: white;
1910}
1911
1912.table-white th,
1913.table-white td,
1914.table-white thead th,
1915.table-white tbody + tbody {
1916  border-color: white;
1917}
1918
1919.table-hover .table-white:hover {
1920  background-color: #f2f2f2;
1921}
1922
1923.table-hover .table-white:hover > td,
1924.table-hover .table-white:hover > th {
1925  background-color: #f2f2f2;
1926}
1927
1928.table-neutral,
1929.table-neutral > th,
1930.table-neutral > td {
1931  background-color: white;
1932}
1933
1934.table-neutral th,
1935.table-neutral td,
1936.table-neutral thead th,
1937.table-neutral tbody + tbody {
1938  border-color: white;
1939}
1940
1941.table-hover .table-neutral:hover {
1942  background-color: #f2f2f2;
1943}
1944
1945.table-hover .table-neutral:hover > td,
1946.table-hover .table-neutral:hover > th {
1947  background-color: #f2f2f2;
1948}
1949
1950.table-darker,
1951.table-darker > th,
1952.table-darker > td {
1953  background-color: #b8b8b8;
1954}
1955
1956.table-darker th,
1957.table-darker td,
1958.table-darker thead th,
1959.table-darker tbody + tbody {
1960  border-color: #7a7a7a;
1961}
1962
1963.table-hover .table-darker:hover {
1964  background-color: #ababab;
1965}
1966
1967.table-hover .table-darker:hover > td,
1968.table-hover .table-darker:hover > th {
1969  background-color: #ababab;
1970}
1971
1972.table-active,
1973.table-active > th,
1974.table-active > td {
1975  background-color: rgba(0, 0, 0, 0.075);
1976}
1977
1978.table-hover .table-active:hover {
1979  background-color: rgba(0, 0, 0, 0.075);
1980}
1981
1982.table-hover .table-active:hover > td,
1983.table-hover .table-active:hover > th {
1984  background-color: rgba(0, 0, 0, 0.075);
1985}
1986
1987.table .thead-dark th, #dokuwiki__content table .thead-dark th {
1988  color: #fff;
1989  background-color: #212529;
1990  border-color: #32383e;
1991}
1992
1993.table .thead-light th, #dokuwiki__content table .thead-light th {
1994  color: #525f7f;
1995  background-color: #e9ecef;
1996  border-color: #dee2e6;
1997}
1998
1999.table-dark {
2000  color: #fff;
2001  background-color: #212529;
2002}
2003
2004.table-dark th,
2005.table-dark td,
2006.table-dark thead th {
2007  border-color: #32383e;
2008}
2009
2010.table-dark.table-bordered {
2011  border: 0;
2012}
2013
2014.table-dark.table-striped tbody tr:nth-of-type(odd) {
2015  background-color: rgba(255, 255, 255, 0.05);
2016}
2017
2018.table-dark.table-hover tbody tr:hover {
2019  color: #fff;
2020  background-color: rgba(255, 255, 255, 0.075);
2021}
2022
2023@media (max-width: 575.98px) {
2024  .table-responsive-sm {
2025    display: block;
2026    width: 100%;
2027    overflow-x: auto;
2028    -webkit-overflow-scrolling: touch;
2029  }
2030
2031  .table-responsive-sm > .table-bordered {
2032    border: 0;
2033  }
2034}
2035@media (max-width: 767.98px) {
2036  .table-responsive-md {
2037    display: block;
2038    width: 100%;
2039    overflow-x: auto;
2040    -webkit-overflow-scrolling: touch;
2041  }
2042
2043  .table-responsive-md > .table-bordered {
2044    border: 0;
2045  }
2046}
2047@media (max-width: 991.98px) {
2048  .table-responsive-lg {
2049    display: block;
2050    width: 100%;
2051    overflow-x: auto;
2052    -webkit-overflow-scrolling: touch;
2053  }
2054
2055  .table-responsive-lg > .table-bordered {
2056    border: 0;
2057  }
2058}
2059@media (max-width: 1199.98px) {
2060  .table-responsive-xl {
2061    display: block;
2062    width: 100%;
2063    overflow-x: auto;
2064    -webkit-overflow-scrolling: touch;
2065  }
2066
2067  .table-responsive-xl > .table-bordered {
2068    border: 0;
2069  }
2070}
2071.table-responsive, #dokuwiki__content table {
2072  display: block;
2073  width: 100%;
2074  overflow-x: auto;
2075  -webkit-overflow-scrolling: touch;
2076}
2077
2078.table-responsive > .table-bordered, #dokuwiki__content table > .table-bordered {
2079  border: 0;
2080}
2081
2082.form-control, #dw__login input, #config__manager td input.edit, .search-results-form fieldset input, .doku_form .no #qsearch__in, textarea {
2083  display: block;
2084  width: 100%;
2085  height: calc(1.5em + 1.25rem + 2px);
2086  padding: 0.625rem 0.75rem;
2087  font-size: 0.875rem;
2088  font-weight: 400;
2089  line-height: 1.5;
2090  color: #8898aa;
2091  background-color: #fff;
2092  background-clip: padding-box;
2093  border: 1px solid #cad1d7;
2094  border-radius: 0.25rem;
2095  box-shadow: none;
2096  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
2097}
2098
2099@media (prefers-reduced-motion: reduce) {
2100  .form-control, #dw__login input, #config__manager td input.edit, .search-results-form fieldset input, .doku_form .no #qsearch__in, textarea {
2101    transition: none;
2102  }
2103}
2104.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 {
2105  background-color: transparent;
2106  border: 0;
2107}
2108
2109.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 {
2110  color: #8898aa;
2111  background-color: #fff;
2112  border-color: rgba(50, 151, 211, 0.25);
2113  outline: 0;
2114  box-shadow: none, none;
2115}
2116
2117.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 {
2118  color: #adb5bd;
2119  opacity: 1;
2120}
2121
2122.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,
2123.form-control[readonly],
2124#dw__login input[readonly],
2125#config__manager td input[readonly].edit,
2126.search-results-form fieldset input[readonly],
2127.doku_form .no [readonly]#qsearch__in,
2128textarea[readonly] {
2129  background-color: #e9ecef;
2130  opacity: 1;
2131}
2132
2133select.form-control:focus::-ms-value, .doku_form .no select#qsearch__in:focus::-ms-value {
2134  color: #8898aa;
2135  background-color: #fff;
2136}
2137
2138.form-control-file,
2139.form-control-range {
2140  display: block;
2141  width: 100%;
2142}
2143
2144.col-form-label {
2145  padding-top: calc(0.625rem + 1px);
2146  padding-bottom: calc(0.625rem + 1px);
2147  margin-bottom: 0;
2148  font-size: inherit;
2149  line-height: 1.5;
2150}
2151
2152.col-form-label-lg {
2153  padding-top: calc(0.875rem + 1px);
2154  padding-bottom: calc(0.875rem + 1px);
2155  font-size: 0.875rem;
2156  line-height: 1.5;
2157}
2158
2159.col-form-label-sm {
2160  padding-top: calc(0.25rem + 1px);
2161  padding-bottom: calc(0.25rem + 1px);
2162  font-size: 0.75rem;
2163  line-height: 1.5;
2164}
2165
2166.form-control-plaintext {
2167  display: block;
2168  width: 100%;
2169  padding-top: 0.625rem;
2170  padding-bottom: 0.625rem;
2171  margin-bottom: 0;
2172  line-height: 1.5;
2173  color: #525f7f;
2174  background-color: transparent;
2175  border: solid transparent;
2176  border-width: 1px 0;
2177}
2178
2179.form-control-plaintext.form-control-sm,
2180.form-control-plaintext.form-control-lg {
2181  padding-right: 0;
2182  padding-left: 0;
2183}
2184
2185.form-control-sm {
2186  height: calc(1.5em + 0.5rem + 2px);
2187  padding: 0.25rem 0.5rem;
2188  font-size: 0.75rem;
2189  line-height: 1.5;
2190  border-radius: 0.2rem;
2191}
2192
2193.form-control-lg {
2194  height: calc(1.5em + 1.75rem + 2px);
2195  padding: 0.875rem 1rem;
2196  font-size: 0.875rem;
2197  line-height: 1.5;
2198  border-radius: 0.3rem;
2199}
2200
2201select.form-control[size], .doku_form .no select[size]#qsearch__in,
2202select.form-control[multiple],
2203.doku_form .no select[multiple]#qsearch__in {
2204  height: auto;
2205}
2206
2207textarea.form-control, .doku_form .no textarea#qsearch__in, textarea {
2208  height: auto;
2209}
2210
2211.form-group, .doku_form .no {
2212  margin-bottom: 1rem;
2213}
2214
2215.form-text {
2216  display: block;
2217  margin-top: 0.25rem;
2218}
2219
2220.form-row {
2221  display: flex;
2222  flex-wrap: wrap;
2223  margin-right: -5px;
2224  margin-left: -5px;
2225}
2226
2227.form-row > .col,
2228.form-row > [class*=col-] {
2229  padding-right: 5px;
2230  padding-left: 5px;
2231}
2232
2233.form-check {
2234  position: relative;
2235  display: block;
2236  padding-left: 1.25rem;
2237}
2238
2239.form-check-input {
2240  position: absolute;
2241  margin-top: 0.3rem;
2242  margin-left: -1.25rem;
2243}
2244
2245.form-check-input:disabled ~ .form-check-label {
2246  color: #8898aa;
2247}
2248
2249.form-check-label {
2250  margin-bottom: 0;
2251}
2252
2253.form-check-inline {
2254  display: inline-flex;
2255  align-items: center;
2256  padding-left: 0;
2257  margin-right: 0.75rem;
2258}
2259
2260.form-check-inline .form-check-input {
2261  position: static;
2262  margin-top: 0;
2263  margin-right: 0.3125rem;
2264  margin-left: 0;
2265}
2266
2267.valid-feedback {
2268  display: none;
2269  width: 100%;
2270  margin-top: 0.25rem;
2271  font-size: 80%;
2272  color: #2dce89;
2273}
2274
2275.valid-tooltip {
2276  position: absolute;
2277  top: 100%;
2278  z-index: 5;
2279  display: none;
2280  max-width: 100%;
2281  padding: 0.25rem 0.5rem;
2282  margin-top: 0.1rem;
2283  font-size: 0.875rem;
2284  line-height: 1.5;
2285  color: #fff;
2286  background-color: rgba(45, 206, 137, 0.9);
2287  border-radius: 0.25rem;
2288}
2289
2290.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,
2291.form-control.is-valid,
2292#dw__login input.is-valid,
2293#config__manager td input.is-valid.edit,
2294.search-results-form fieldset input.is-valid,
2295.doku_form .no .is-valid#qsearch__in,
2296textarea.is-valid {
2297  border-color: #2dce89;
2298  padding-right: calc(1.5em + 1.25rem);
2299  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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");
2300  background-repeat: no-repeat;
2301  background-position: center right calc(0.375em + 0.3125rem);
2302  background-size: calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
2303}
2304
2305.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,
2306.form-control.is-valid:focus,
2307#dw__login input.is-valid:focus,
2308#config__manager td input.is-valid.edit:focus,
2309.search-results-form fieldset input.is-valid:focus,
2310.doku_form .no .is-valid#qsearch__in:focus,
2311textarea.is-valid:focus {
2312  border-color: #2dce89;
2313  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.25);
2314}
2315
2316.was-validated .form-control:valid ~ .valid-feedback, .was-validated #dw__login input:valid ~ .valid-feedback, #dw__login .was-validated input:valid ~ .valid-feedback, .was-validated #config__manager td input.edit:valid ~ .valid-feedback, #config__manager td .was-validated input.edit:valid ~ .valid-feedback, .was-validated .search-results-form fieldset input:valid ~ .valid-feedback, .search-results-form fieldset .was-validated input:valid ~ .valid-feedback, .was-validated .doku_form .no #qsearch__in:valid ~ .valid-feedback, .doku_form .no .was-validated #qsearch__in:valid ~ .valid-feedback, .was-validated textarea:valid ~ .valid-feedback,
2317.was-validated .form-control:valid ~ .valid-tooltip,
2318.was-validated #dw__login input:valid ~ .valid-tooltip,
2319#dw__login .was-validated input:valid ~ .valid-tooltip,
2320.was-validated #config__manager td input.edit:valid ~ .valid-tooltip,
2321#config__manager td .was-validated input.edit:valid ~ .valid-tooltip,
2322.was-validated .search-results-form fieldset input:valid ~ .valid-tooltip,
2323.search-results-form fieldset .was-validated input:valid ~ .valid-tooltip,
2324.was-validated .doku_form .no #qsearch__in:valid ~ .valid-tooltip,
2325.doku_form .no .was-validated #qsearch__in:valid ~ .valid-tooltip,
2326.was-validated textarea:valid ~ .valid-tooltip,
2327.form-control.is-valid ~ .valid-feedback,
2328#dw__login input.is-valid ~ .valid-feedback,
2329#config__manager td input.is-valid.edit ~ .valid-feedback,
2330.search-results-form fieldset input.is-valid ~ .valid-feedback,
2331.doku_form .no .is-valid#qsearch__in ~ .valid-feedback,
2332textarea.is-valid ~ .valid-feedback,
2333.form-control.is-valid ~ .valid-tooltip,
2334#dw__login input.is-valid ~ .valid-tooltip,
2335#config__manager td input.is-valid.edit ~ .valid-tooltip,
2336.search-results-form fieldset input.is-valid ~ .valid-tooltip,
2337.doku_form .no .is-valid#qsearch__in ~ .valid-tooltip,
2338textarea.is-valid ~ .valid-tooltip {
2339  display: block;
2340}
2341
2342.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,
2343textarea.form-control.is-valid,
2344.doku_form .no textarea.is-valid#qsearch__in,
2345textarea.is-valid {
2346  padding-right: calc(1.5em + 1.25rem);
2347  background-position: top calc(0.375em + 0.3125rem) right calc(0.375em + 0.3125rem);
2348}
2349
2350.was-validated .custom-select:valid,
2351.custom-select.is-valid {
2352  border-color: #2dce89;
2353  padding-right: calc((1em + 1.25rem) * 3 / 4 + 1.75rem);
2354  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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' 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);
2355}
2356
2357.was-validated .custom-select:valid:focus,
2358.custom-select.is-valid:focus {
2359  border-color: #2dce89;
2360  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.25);
2361}
2362
2363.was-validated .custom-select:valid ~ .valid-feedback,
2364.was-validated .custom-select:valid ~ .valid-tooltip,
2365.custom-select.is-valid ~ .valid-feedback,
2366.custom-select.is-valid ~ .valid-tooltip {
2367  display: block;
2368}
2369
2370.was-validated .form-control-file:valid ~ .valid-feedback,
2371.was-validated .form-control-file:valid ~ .valid-tooltip,
2372.form-control-file.is-valid ~ .valid-feedback,
2373.form-control-file.is-valid ~ .valid-tooltip {
2374  display: block;
2375}
2376
2377.was-validated .form-check-input:valid ~ .form-check-label,
2378.form-check-input.is-valid ~ .form-check-label {
2379  color: #2dce89;
2380}
2381
2382.was-validated .form-check-input:valid ~ .valid-feedback,
2383.was-validated .form-check-input:valid ~ .valid-tooltip,
2384.form-check-input.is-valid ~ .valid-feedback,
2385.form-check-input.is-valid ~ .valid-tooltip {
2386  display: block;
2387}
2388
2389.was-validated .custom-control-input:valid ~ .custom-control-label,
2390.custom-control-input.is-valid ~ .custom-control-label {
2391  color: #2dce89;
2392}
2393
2394.was-validated .custom-control-input:valid ~ .custom-control-label::before,
2395.custom-control-input.is-valid ~ .custom-control-label::before {
2396  border-color: #2dce89;
2397}
2398
2399.was-validated .custom-control-input:valid ~ .valid-feedback,
2400.was-validated .custom-control-input:valid ~ .valid-tooltip,
2401.custom-control-input.is-valid ~ .valid-feedback,
2402.custom-control-input.is-valid ~ .valid-tooltip {
2403  display: block;
2404}
2405
2406.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
2407.custom-control-input.is-valid:checked ~ .custom-control-label::before {
2408  border-color: #54daa1;
2409  background-color: #54daa1;
2410}
2411
2412.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
2413.custom-control-input.is-valid:focus ~ .custom-control-label::before {
2414  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.25);
2415}
2416
2417.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
2418.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
2419  border-color: #2dce89;
2420}
2421
2422.was-validated .custom-file-input:valid ~ .custom-file-label,
2423.custom-file-input.is-valid ~ .custom-file-label {
2424  border-color: #2dce89;
2425}
2426
2427.was-validated .custom-file-input:valid ~ .valid-feedback,
2428.was-validated .custom-file-input:valid ~ .valid-tooltip,
2429.custom-file-input.is-valid ~ .valid-feedback,
2430.custom-file-input.is-valid ~ .valid-tooltip {
2431  display: block;
2432}
2433
2434.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
2435.custom-file-input.is-valid:focus ~ .custom-file-label {
2436  border-color: #2dce89;
2437  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.25);
2438}
2439
2440.invalid-feedback {
2441  display: none;
2442  width: 100%;
2443  margin-top: 0.25rem;
2444  font-size: 80%;
2445  color: #fb6340;
2446}
2447
2448.invalid-tooltip {
2449  position: absolute;
2450  top: 100%;
2451  z-index: 5;
2452  display: none;
2453  max-width: 100%;
2454  padding: 0.25rem 0.5rem;
2455  margin-top: 0.1rem;
2456  font-size: 0.875rem;
2457  line-height: 1.5;
2458  color: #fff;
2459  background-color: rgba(251, 99, 64, 0.9);
2460  border-radius: 0.25rem;
2461}
2462
2463.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,
2464.form-control.is-invalid,
2465#dw__login input.is-invalid,
2466#config__manager td input.is-invalid.edit,
2467.search-results-form fieldset input.is-invalid,
2468.doku_form .no .is-invalid#qsearch__in,
2469textarea.is-invalid {
2470  border-color: #fb6340;
2471  padding-right: calc(1.5em + 1.25rem);
2472  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fb6340' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fb6340' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
2473  background-repeat: no-repeat;
2474  background-position: center right calc(0.375em + 0.3125rem);
2475  background-size: calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
2476}
2477
2478.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,
2479.form-control.is-invalid:focus,
2480#dw__login input.is-invalid:focus,
2481#config__manager td input.is-invalid.edit:focus,
2482.search-results-form fieldset input.is-invalid:focus,
2483.doku_form .no .is-invalid#qsearch__in:focus,
2484textarea.is-invalid:focus {
2485  border-color: #fb6340;
2486  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.25);
2487}
2488
2489.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated #dw__login input:invalid ~ .invalid-feedback, #dw__login .was-validated input:invalid ~ .invalid-feedback, .was-validated #config__manager td input.edit:invalid ~ .invalid-feedback, #config__manager td .was-validated input.edit:invalid ~ .invalid-feedback, .was-validated .search-results-form fieldset input:invalid ~ .invalid-feedback, .search-results-form fieldset .was-validated input:invalid ~ .invalid-feedback, .was-validated .doku_form .no #qsearch__in:invalid ~ .invalid-feedback, .doku_form .no .was-validated #qsearch__in:invalid ~ .invalid-feedback, .was-validated textarea:invalid ~ .invalid-feedback,
2490.was-validated .form-control:invalid ~ .invalid-tooltip,
2491.was-validated #dw__login input:invalid ~ .invalid-tooltip,
2492#dw__login .was-validated input:invalid ~ .invalid-tooltip,
2493.was-validated #config__manager td input.edit:invalid ~ .invalid-tooltip,
2494#config__manager td .was-validated input.edit:invalid ~ .invalid-tooltip,
2495.was-validated .search-results-form fieldset input:invalid ~ .invalid-tooltip,
2496.search-results-form fieldset .was-validated input:invalid ~ .invalid-tooltip,
2497.was-validated .doku_form .no #qsearch__in:invalid ~ .invalid-tooltip,
2498.doku_form .no .was-validated #qsearch__in:invalid ~ .invalid-tooltip,
2499.was-validated textarea:invalid ~ .invalid-tooltip,
2500.form-control.is-invalid ~ .invalid-feedback,
2501#dw__login input.is-invalid ~ .invalid-feedback,
2502#config__manager td input.is-invalid.edit ~ .invalid-feedback,
2503.search-results-form fieldset input.is-invalid ~ .invalid-feedback,
2504.doku_form .no .is-invalid#qsearch__in ~ .invalid-feedback,
2505textarea.is-invalid ~ .invalid-feedback,
2506.form-control.is-invalid ~ .invalid-tooltip,
2507#dw__login input.is-invalid ~ .invalid-tooltip,
2508#config__manager td input.is-invalid.edit ~ .invalid-tooltip,
2509.search-results-form fieldset input.is-invalid ~ .invalid-tooltip,
2510.doku_form .no .is-invalid#qsearch__in ~ .invalid-tooltip,
2511textarea.is-invalid ~ .invalid-tooltip {
2512  display: block;
2513}
2514
2515.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,
2516textarea.form-control.is-invalid,
2517.doku_form .no textarea.is-invalid#qsearch__in,
2518textarea.is-invalid {
2519  padding-right: calc(1.5em + 1.25rem);
2520  background-position: top calc(0.375em + 0.3125rem) right calc(0.375em + 0.3125rem);
2521}
2522
2523.was-validated .custom-select:invalid,
2524.custom-select.is-invalid {
2525  border-color: #fb6340;
2526  padding-right: calc((1em + 1.25rem) * 3 / 4 + 1.75rem);
2527  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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' fill='%23fb6340' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fb6340' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
2528}
2529
2530.was-validated .custom-select:invalid:focus,
2531.custom-select.is-invalid:focus {
2532  border-color: #fb6340;
2533  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.25);
2534}
2535
2536.was-validated .custom-select:invalid ~ .invalid-feedback,
2537.was-validated .custom-select:invalid ~ .invalid-tooltip,
2538.custom-select.is-invalid ~ .invalid-feedback,
2539.custom-select.is-invalid ~ .invalid-tooltip {
2540  display: block;
2541}
2542
2543.was-validated .form-control-file:invalid ~ .invalid-feedback,
2544.was-validated .form-control-file:invalid ~ .invalid-tooltip,
2545.form-control-file.is-invalid ~ .invalid-feedback,
2546.form-control-file.is-invalid ~ .invalid-tooltip {
2547  display: block;
2548}
2549
2550.was-validated .form-check-input:invalid ~ .form-check-label,
2551.form-check-input.is-invalid ~ .form-check-label {
2552  color: #fb6340;
2553}
2554
2555.was-validated .form-check-input:invalid ~ .invalid-feedback,
2556.was-validated .form-check-input:invalid ~ .invalid-tooltip,
2557.form-check-input.is-invalid ~ .invalid-feedback,
2558.form-check-input.is-invalid ~ .invalid-tooltip {
2559  display: block;
2560}
2561
2562.was-validated .custom-control-input:invalid ~ .custom-control-label,
2563.custom-control-input.is-invalid ~ .custom-control-label {
2564  color: #fb6340;
2565}
2566
2567.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
2568.custom-control-input.is-invalid ~ .custom-control-label::before {
2569  border-color: #fb6340;
2570}
2571
2572.was-validated .custom-control-input:invalid ~ .invalid-feedback,
2573.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
2574.custom-control-input.is-invalid ~ .invalid-feedback,
2575.custom-control-input.is-invalid ~ .invalid-tooltip {
2576  display: block;
2577}
2578
2579.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
2580.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
2581  border-color: #fc8c72;
2582  background-color: #fc8c72;
2583}
2584
2585.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
2586.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
2587  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.25);
2588}
2589
2590.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
2591.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
2592  border-color: #fb6340;
2593}
2594
2595.was-validated .custom-file-input:invalid ~ .custom-file-label,
2596.custom-file-input.is-invalid ~ .custom-file-label {
2597  border-color: #fb6340;
2598}
2599
2600.was-validated .custom-file-input:invalid ~ .invalid-feedback,
2601.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
2602.custom-file-input.is-invalid ~ .invalid-feedback,
2603.custom-file-input.is-invalid ~ .invalid-tooltip {
2604  display: block;
2605}
2606
2607.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
2608.custom-file-input.is-invalid:focus ~ .custom-file-label {
2609  border-color: #fb6340;
2610  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.25);
2611}
2612
2613.form-inline {
2614  display: flex;
2615  flex-flow: row wrap;
2616  align-items: center;
2617}
2618
2619.form-inline .form-check {
2620  width: 100%;
2621}
2622
2623@media (min-width: 576px) {
2624  .form-inline label {
2625    display: flex;
2626    align-items: center;
2627    justify-content: center;
2628    margin-bottom: 0;
2629  }
2630
2631  .form-inline .form-group, .form-inline .doku_form .no, .doku_form .form-inline .no {
2632    display: flex;
2633    flex: 0 0 auto;
2634    flex-flow: row wrap;
2635    align-items: center;
2636    margin-bottom: 0;
2637  }
2638
2639  .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 {
2640    display: inline-block;
2641    width: auto;
2642    vertical-align: middle;
2643  }
2644
2645  .form-inline .form-control-plaintext {
2646    display: inline-block;
2647  }
2648
2649  .form-inline .input-group, .form-inline .doku_form .no, .doku_form .form-inline .no,
2650.form-inline .custom-select {
2651    width: auto;
2652  }
2653
2654  .form-inline .form-check {
2655    display: flex;
2656    align-items: center;
2657    justify-content: center;
2658    width: auto;
2659    padding-left: 0;
2660  }
2661
2662  .form-inline .form-check-input {
2663    position: relative;
2664    flex-shrink: 0;
2665    margin-top: 0;
2666    margin-right: 0.25rem;
2667    margin-left: 0;
2668  }
2669
2670  .form-inline .custom-control {
2671    align-items: center;
2672    justify-content: center;
2673  }
2674
2675  .form-inline .custom-control-label {
2676    margin-bottom: 0;
2677  }
2678}
2679.btn, #dw__login button, .qq-upload-button, .search-results-form .toggleAssistant, .toggleAssistant, .doku_form .no button, #tool__bar button, #dokuwiki__content .editButtons button, #dokuwiki__content #page__revisions button, #dokuwiki__content .secedit button, button {
2680  display: inline-block;
2681  font-weight: 600;
2682  color: #525f7f;
2683  text-align: center;
2684  vertical-align: middle;
2685  user-select: none;
2686  background-color: transparent;
2687  border: 1px solid transparent;
2688  padding: 0.625rem 1.25rem;
2689  font-size: 0.875rem;
2690  line-height: 1.5;
2691  border-radius: 0.25rem;
2692  transition: all 0.15s ease;
2693}
2694
2695@media (prefers-reduced-motion: reduce) {
2696  .btn, #dw__login button, .qq-upload-button, .search-results-form .toggleAssistant, .toggleAssistant, .doku_form .no button, #tool__bar button, #dokuwiki__content .editButtons button, #dokuwiki__content #page__revisions button, #dokuwiki__content .secedit button, button {
2697    transition: none;
2698  }
2699}
2700.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 {
2701  color: #525f7f;
2702  text-decoration: none;
2703}
2704
2705.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,
2706.btn.focus,
2707#dw__login button.focus,
2708.focus.qq-upload-button,
2709.focus.toggleAssistant,
2710.doku_form .no button.focus,
2711#tool__bar button.focus,
2712#dokuwiki__content .editButtons button.focus,
2713#dokuwiki__content #page__revisions button.focus,
2714#dokuwiki__content .secedit button.focus,
2715button.focus {
2716  outline: 0;
2717  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
2718}
2719
2720.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,
2721.btn:disabled,
2722#dw__login button:disabled,
2723.qq-upload-button:disabled,
2724.toggleAssistant:disabled,
2725.doku_form .no button:disabled,
2726#tool__bar button:disabled,
2727#dokuwiki__content .editButtons button:disabled,
2728#dokuwiki__content #page__revisions button:disabled,
2729#dokuwiki__content .secedit button:disabled,
2730button:disabled {
2731  opacity: 0.65;
2732  box-shadow: none;
2733}
2734
2735.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,
2736.btn:not(:disabled):not(.disabled).active,
2737#dw__login button:not(:disabled):not(.disabled).active,
2738.qq-upload-button:not(:disabled):not(.disabled).active,
2739.toggleAssistant:not(:disabled):not(.disabled).active,
2740#tool__bar button:not(:disabled):not(.disabled).active,
2741#dokuwiki__content .editButtons button:not(:disabled):not(.disabled).active,
2742#dokuwiki__content #page__revisions button:not(:disabled):not(.disabled).active,
2743#dokuwiki__content .secedit button:not(:disabled):not(.disabled).active,
2744button:not(:disabled):not(.disabled).active {
2745  box-shadow: none;
2746}
2747
2748.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,
2749.btn:not(:disabled):not(.disabled).active:focus,
2750#dw__login button:not(:disabled):not(.disabled).active:focus,
2751.qq-upload-button:not(:disabled):not(.disabled).active:focus,
2752.toggleAssistant:not(:disabled):not(.disabled).active:focus,
2753#tool__bar button:not(:disabled):not(.disabled).active:focus,
2754#dokuwiki__content .editButtons button:not(:disabled):not(.disabled).active:focus,
2755#dokuwiki__content #page__revisions button:not(:disabled):not(.disabled).active:focus,
2756#dokuwiki__content .secedit button:not(:disabled):not(.disabled).active:focus,
2757button:not(:disabled):not(.disabled).active:focus {
2758  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
2759}
2760
2761a.btn.disabled, a.disabled.qq-upload-button, a.disabled.toggleAssistant,
2762fieldset:disabled a.btn,
2763fieldset:disabled a.qq-upload-button,
2764fieldset:disabled a.toggleAssistant {
2765  pointer-events: none;
2766}
2767
2768.btn-primary, #dw__login button, #dokuwiki__content .editButtons button, #dokuwiki__content #page__revisions button {
2769  color: #fff;
2770  background-color: #5e72e4;
2771  border-color: #5e72e4;
2772  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
2773}
2774
2775.btn-primary:hover, #dw__login button:hover, #dokuwiki__content .editButtons button:hover, #dokuwiki__content #page__revisions button:hover {
2776  color: #fff;
2777  background-color: #3d55df;
2778  border-color: #324cdd;
2779}
2780
2781.btn-primary:focus, #dw__login button:focus, #dokuwiki__content .editButtons button:focus, #dokuwiki__content #page__revisions button:focus,
2782.btn-primary.focus,
2783#dw__login button.focus,
2784#dokuwiki__content .editButtons button.focus,
2785#dokuwiki__content #page__revisions button.focus {
2786  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);
2787}
2788
2789.btn-primary.disabled, #dw__login button.disabled, #dokuwiki__content .editButtons button.disabled, #dokuwiki__content #page__revisions button.disabled,
2790.btn-primary:disabled,
2791#dw__login button:disabled,
2792#dokuwiki__content .editButtons button:disabled,
2793#dokuwiki__content #page__revisions button:disabled {
2794  color: #fff;
2795  background-color: #5e72e4;
2796  border-color: #5e72e4;
2797}
2798
2799.btn-primary:not(:disabled):not(.disabled):active, #dw__login 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,
2800.btn-primary:not(:disabled):not(.disabled).active,
2801#dw__login button:not(:disabled):not(.disabled).active,
2802#dokuwiki__content .editButtons button:not(:disabled):not(.disabled).active,
2803#dokuwiki__content #page__revisions button:not(:disabled):not(.disabled).active,
2804.show > .btn-primary.dropdown-toggle,
2805#dw__login .show > button.dropdown-toggle,
2806#dokuwiki__content .editButtons .show > button.dropdown-toggle,
2807#dokuwiki__content #page__revisions .show > button.dropdown-toggle {
2808  color: #fff;
2809  background-color: #324cdd;
2810  border-color: #2742db;
2811}
2812
2813.btn-primary:not(:disabled):not(.disabled):active:focus, #dw__login 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,
2814.btn-primary:not(:disabled):not(.disabled).active:focus,
2815#dw__login button:not(:disabled):not(.disabled).active:focus,
2816#dokuwiki__content .editButtons button:not(:disabled):not(.disabled).active:focus,
2817#dokuwiki__content #page__revisions button:not(:disabled):not(.disabled).active:focus,
2818.show > .btn-primary.dropdown-toggle:focus,
2819#dw__login .show > button.dropdown-toggle:focus,
2820#dokuwiki__content .editButtons .show > button.dropdown-toggle:focus,
2821#dokuwiki__content #page__revisions .show > button.dropdown-toggle:focus {
2822  box-shadow: 0 0 0 0 rgba(118, 135, 232, 0.5);
2823}
2824
2825.btn-secondary, #tool__bar button {
2826  color: #212529;
2827  background-color: #f4f5f7;
2828  border-color: #f4f5f7;
2829  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
2830}
2831
2832.btn-secondary:hover, #tool__bar button:hover {
2833  color: #212529;
2834  background-color: #dee1e7;
2835  border-color: #d6dae2;
2836}
2837
2838.btn-secondary:focus, #tool__bar button:focus,
2839.btn-secondary.focus,
2840#tool__bar button.focus {
2841  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);
2842}
2843
2844.btn-secondary.disabled, #tool__bar button.disabled,
2845.btn-secondary:disabled,
2846#tool__bar button:disabled {
2847  color: #212529;
2848  background-color: #f4f5f7;
2849  border-color: #f4f5f7;
2850}
2851
2852.btn-secondary:not(:disabled):not(.disabled):active, #tool__bar button:not(:disabled):not(.disabled):active,
2853.btn-secondary:not(:disabled):not(.disabled).active,
2854#tool__bar button:not(:disabled):not(.disabled).active,
2855.show > .btn-secondary.dropdown-toggle,
2856#tool__bar .show > button.dropdown-toggle {
2857  color: #212529;
2858  background-color: #d6dae2;
2859  border-color: #cfd3dc;
2860}
2861
2862.btn-secondary:not(:disabled):not(.disabled):active:focus, #tool__bar button:not(:disabled):not(.disabled):active:focus,
2863.btn-secondary:not(:disabled):not(.disabled).active:focus,
2864#tool__bar button:not(:disabled):not(.disabled).active:focus,
2865.show > .btn-secondary.dropdown-toggle:focus,
2866#tool__bar .show > button.dropdown-toggle:focus {
2867  box-shadow: 0 0 0 0 rgba(212, 214, 216, 0.5);
2868}
2869
2870.btn-success {
2871  color: #fff;
2872  background-color: #2dce89;
2873  border-color: #2dce89;
2874  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
2875}
2876
2877.btn-success:hover {
2878  color: #fff;
2879  background-color: #26af74;
2880  border-color: #24a46d;
2881}
2882
2883.btn-success:focus,
2884.btn-success.focus {
2885  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);
2886}
2887
2888.btn-success.disabled,
2889.btn-success:disabled {
2890  color: #fff;
2891  background-color: #2dce89;
2892  border-color: #2dce89;
2893}
2894
2895.btn-success:not(:disabled):not(.disabled):active,
2896.btn-success:not(:disabled):not(.disabled).active,
2897.show > .btn-success.dropdown-toggle {
2898  color: #fff;
2899  background-color: #24a46d;
2900  border-color: #229a66;
2901}
2902
2903.btn-success:not(:disabled):not(.disabled):active:focus,
2904.btn-success:not(:disabled):not(.disabled).active:focus,
2905.show > .btn-success.dropdown-toggle:focus {
2906  box-shadow: 0 0 0 0 rgba(77, 213, 155, 0.5);
2907}
2908
2909.btn-info {
2910  color: #fff;
2911  background-color: #11cdef;
2912  border-color: #11cdef;
2913  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
2914}
2915
2916.btn-info:hover {
2917  color: #fff;
2918  background-color: #0eafcc;
2919  border-color: #0da5c0;
2920}
2921
2922.btn-info:focus,
2923.btn-info.focus {
2924  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);
2925}
2926
2927.btn-info.disabled,
2928.btn-info:disabled {
2929  color: #fff;
2930  background-color: #11cdef;
2931  border-color: #11cdef;
2932}
2933
2934.btn-info:not(:disabled):not(.disabled):active,
2935.btn-info:not(:disabled):not(.disabled).active,
2936.show > .btn-info.dropdown-toggle {
2937  color: #fff;
2938  background-color: #0da5c0;
2939  border-color: #0c9ab4;
2940}
2941
2942.btn-info:not(:disabled):not(.disabled):active:focus,
2943.btn-info:not(:disabled):not(.disabled).active:focus,
2944.show > .btn-info.dropdown-toggle:focus {
2945  box-shadow: 0 0 0 0 rgba(53, 213, 241, 0.5);
2946}
2947
2948.btn-warning {
2949  color: #fff;
2950  background-color: #fb6340;
2951  border-color: #fb6340;
2952  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
2953}
2954
2955.btn-warning:hover {
2956  color: #fff;
2957  background-color: #fa441b;
2958  border-color: #fa3a0e;
2959}
2960
2961.btn-warning:focus,
2962.btn-warning.focus {
2963  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);
2964}
2965
2966.btn-warning.disabled,
2967.btn-warning:disabled {
2968  color: #fff;
2969  background-color: #fb6340;
2970  border-color: #fb6340;
2971}
2972
2973.btn-warning:not(:disabled):not(.disabled):active,
2974.btn-warning:not(:disabled):not(.disabled).active,
2975.show > .btn-warning.dropdown-toggle {
2976  color: #fff;
2977  background-color: #fa3a0e;
2978  border-color: #f63205;
2979}
2980
2981.btn-warning:not(:disabled):not(.disabled):active:focus,
2982.btn-warning:not(:disabled):not(.disabled).active:focus,
2983.show > .btn-warning.dropdown-toggle:focus {
2984  box-shadow: 0 0 0 0 rgba(252, 122, 93, 0.5);
2985}
2986
2987.btn-danger {
2988  color: #fff;
2989  background-color: #f5365c;
2990  border-color: #f5365c;
2991  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
2992}
2993
2994.btn-danger:hover {
2995  color: #fff;
2996  background-color: #f3e;
2997  border-color: #ec0c38;
2998}
2999
3000.btn-danger:focus,
3001.btn-danger.focus {
3002  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);
3003}
3004
3005.btn-danger.disabled,
3006.btn-danger:disabled {
3007  color: #fff;
3008  background-color: #f5365c;
3009  border-color: #f5365c;
3010}
3011
3012.btn-danger:not(:disabled):not(.disabled):active,
3013.btn-danger:not(:disabled):not(.disabled).active,
3014.show > .btn-danger.dropdown-toggle {
3015  color: #fff;
3016  background-color: #ec0c38;
3017  border-color: #e00b36;
3018}
3019
3020.btn-danger:not(:disabled):not(.disabled):active:focus,
3021.btn-danger:not(:disabled):not(.disabled).active:focus,
3022.show > .btn-danger.dropdown-toggle:focus {
3023  box-shadow: 0 0 0 0 rgba(247, 84, 116, 0.5);
3024}
3025
3026.btn-light {
3027  color: #fff;
3028  background-color: #adb5bd;
3029  border-color: #adb5bd;
3030  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
3031}
3032
3033.btn-light:hover {
3034  color: #fff;
3035  background-color: #98a2ac;
3036  border-color: #919ca6;
3037}
3038
3039.btn-light:focus,
3040.btn-light.focus {
3041  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);
3042}
3043
3044.btn-light.disabled,
3045.btn-light:disabled {
3046  color: #fff;
3047  background-color: #adb5bd;
3048  border-color: #adb5bd;
3049}
3050
3051.btn-light:not(:disabled):not(.disabled):active,
3052.btn-light:not(:disabled):not(.disabled).active,
3053.show > .btn-light.dropdown-toggle {
3054  color: #fff;
3055  background-color: #919ca6;
3056  border-color: #8a95a1;
3057}
3058
3059.btn-light:not(:disabled):not(.disabled):active:focus,
3060.btn-light:not(:disabled):not(.disabled).active:focus,
3061.show > .btn-light.dropdown-toggle:focus {
3062  box-shadow: 0 0 0 0 rgba(185, 192, 199, 0.5);
3063}
3064
3065.btn-dark {
3066  color: #fff;
3067  background-color: #212529;
3068  border-color: #212529;
3069  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
3070}
3071
3072.btn-dark:hover {
3073  color: #fff;
3074  background-color: #101214;
3075  border-color: #0a0c0d;
3076}
3077
3078.btn-dark:focus,
3079.btn-dark.focus {
3080  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);
3081}
3082
3083.btn-dark.disabled,
3084.btn-dark:disabled {
3085  color: #fff;
3086  background-color: #212529;
3087  border-color: #212529;
3088}
3089
3090.btn-dark:not(:disabled):not(.disabled):active,
3091.btn-dark:not(:disabled):not(.disabled).active,
3092.show > .btn-dark.dropdown-toggle {
3093  color: #fff;
3094  background-color: #0a0c0d;
3095  border-color: #050506;
3096}
3097
3098.btn-dark:not(:disabled):not(.disabled):active:focus,
3099.btn-dark:not(:disabled):not(.disabled).active:focus,
3100.show > .btn-dark.dropdown-toggle:focus {
3101  box-shadow: 0 0 0 0 rgba(66, 70, 73, 0.5);
3102}
3103
3104.btn-default, .search-results-form .toggleAssistant, .toggleAssistant {
3105  color: #fff;
3106  background-color: #172b4d;
3107  border-color: #172b4d;
3108  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
3109}
3110
3111.btn-default:hover, .toggleAssistant:hover {
3112  color: #fff;
3113  background-color: #0e1b30;
3114  border-color: #0b1526;
3115}
3116
3117.btn-default:focus, .toggleAssistant:focus,
3118.btn-default.focus,
3119.focus.toggleAssistant {
3120  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);
3121}
3122
3123.btn-default.disabled, .disabled.toggleAssistant,
3124.btn-default:disabled,
3125.toggleAssistant:disabled {
3126  color: #fff;
3127  background-color: #172b4d;
3128  border-color: #172b4d;
3129}
3130
3131.btn-default:not(:disabled):not(.disabled):active, .toggleAssistant:not(:disabled):not(.disabled):active,
3132.btn-default:not(:disabled):not(.disabled).active,
3133.toggleAssistant:not(:disabled):not(.disabled).active,
3134.show > .btn-default.dropdown-toggle,
3135.search-results-form .show > .dropdown-toggle.toggleAssistant,
3136.show > .dropdown-toggle.toggleAssistant {
3137  color: #fff;
3138  background-color: #0b1526;
3139  border-color: #08101c;
3140}
3141
3142.btn-default:not(:disabled):not(.disabled):active:focus, .toggleAssistant:not(:disabled):not(.disabled):active:focus,
3143.btn-default:not(:disabled):not(.disabled).active:focus,
3144.toggleAssistant:not(:disabled):not(.disabled).active:focus,
3145.show > .btn-default.dropdown-toggle:focus,
3146.search-results-form .show > .dropdown-toggle.toggleAssistant:focus,
3147.show > .dropdown-toggle.toggleAssistant:focus {
3148  box-shadow: 0 0 0 0 rgba(58, 75, 104, 0.5);
3149}
3150
3151.btn-white {
3152  color: #212529;
3153  background-color: #fff;
3154  border-color: #fff;
3155  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
3156}
3157
3158.btn-white:hover {
3159  color: #212529;
3160  background-color: #ececec;
3161  border-color: #e6e6e6;
3162}
3163
3164.btn-white:focus,
3165.btn-white.focus {
3166  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);
3167}
3168
3169.btn-white.disabled,
3170.btn-white:disabled {
3171  color: #212529;
3172  background-color: #fff;
3173  border-color: #fff;
3174}
3175
3176.btn-white:not(:disabled):not(.disabled):active,
3177.btn-white:not(:disabled):not(.disabled).active,
3178.show > .btn-white.dropdown-toggle {
3179  color: #212529;
3180  background-color: #e6e6e6;
3181  border-color: #dfdfdf;
3182}
3183
3184.btn-white:not(:disabled):not(.disabled):active:focus,
3185.btn-white:not(:disabled):not(.disabled).active:focus,
3186.show > .btn-white.dropdown-toggle:focus {
3187  box-shadow: 0 0 0 0 rgba(222, 222, 223, 0.5);
3188}
3189
3190.btn-neutral, .qq-upload-button, .doku_form .no button, button {
3191  color: #212529;
3192  background-color: #fff;
3193  border-color: #fff;
3194  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
3195}
3196
3197.btn-neutral:hover, .qq-upload-button:hover, .doku_form .no button:hover, button:hover {
3198  color: #212529;
3199  background-color: #ececec;
3200  border-color: #e6e6e6;
3201}
3202
3203.btn-neutral:focus, .qq-upload-button:focus, .doku_form .no button:focus, button:focus,
3204.btn-neutral.focus,
3205.focus.qq-upload-button,
3206.doku_form .no button.focus,
3207button.focus {
3208  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);
3209}
3210
3211.btn-neutral.disabled, .disabled.qq-upload-button, .doku_form .no button.disabled, button.disabled,
3212.btn-neutral:disabled,
3213.qq-upload-button:disabled,
3214.doku_form .no button:disabled,
3215button:disabled {
3216  color: #212529;
3217  background-color: #fff;
3218  border-color: #fff;
3219}
3220
3221.btn-neutral:not(:disabled):not(.disabled):active, .qq-upload-button:not(:disabled):not(.disabled):active, button:not(:disabled):not(.disabled):active,
3222.btn-neutral:not(:disabled):not(.disabled).active,
3223.qq-upload-button:not(:disabled):not(.disabled).active,
3224button:not(:disabled):not(.disabled).active,
3225.show > .btn-neutral.dropdown-toggle,
3226.show > .dropdown-toggle.qq-upload-button,
3227.doku_form .no .show > button.dropdown-toggle,
3228.show > button.dropdown-toggle {
3229  color: #212529;
3230  background-color: #e6e6e6;
3231  border-color: #dfdfdf;
3232}
3233
3234.btn-neutral:not(:disabled):not(.disabled):active:focus, .qq-upload-button:not(:disabled):not(.disabled):active:focus, button:not(:disabled):not(.disabled):active:focus,
3235.btn-neutral:not(:disabled):not(.disabled).active:focus,
3236.qq-upload-button:not(:disabled):not(.disabled).active:focus,
3237button:not(:disabled):not(.disabled).active:focus,
3238.show > .btn-neutral.dropdown-toggle:focus,
3239.show > .dropdown-toggle.qq-upload-button:focus,
3240.doku_form .no .show > button.dropdown-toggle:focus,
3241.show > button.dropdown-toggle:focus {
3242  box-shadow: 0 0 0 0 rgba(222, 222, 223, 0.5);
3243}
3244
3245.btn-darker {
3246  color: #fff;
3247  background-color: black;
3248  border-color: black;
3249  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
3250}
3251
3252.btn-darker:hover {
3253  color: #fff;
3254  background-color: black;
3255  border-color: black;
3256}
3257
3258.btn-darker:focus,
3259.btn-darker.focus {
3260  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);
3261}
3262
3263.btn-darker.disabled,
3264.btn-darker:disabled {
3265  color: #fff;
3266  background-color: black;
3267  border-color: black;
3268}
3269
3270.btn-darker:not(:disabled):not(.disabled):active,
3271.btn-darker:not(:disabled):not(.disabled).active,
3272.show > .btn-darker.dropdown-toggle {
3273  color: #fff;
3274  background-color: black;
3275  border-color: black;
3276}
3277
3278.btn-darker:not(:disabled):not(.disabled):active:focus,
3279.btn-darker:not(:disabled):not(.disabled).active:focus,
3280.show > .btn-darker.dropdown-toggle:focus {
3281  box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
3282}
3283
3284.btn-outline-primary {
3285  color: #5e72e4;
3286  border-color: #5e72e4;
3287}
3288
3289.btn-outline-primary:hover {
3290  color: #fff;
3291  background-color: #5e72e4;
3292  border-color: #5e72e4;
3293}
3294
3295.btn-outline-primary:focus,
3296.btn-outline-primary.focus {
3297  box-shadow: 0 0 0 0 rgba(94, 114, 228, 0.5);
3298}
3299
3300.btn-outline-primary.disabled,
3301.btn-outline-primary:disabled {
3302  color: #5e72e4;
3303  background-color: transparent;
3304}
3305
3306.btn-outline-primary:not(:disabled):not(.disabled):active,
3307.btn-outline-primary:not(:disabled):not(.disabled).active,
3308.show > .btn-outline-primary.dropdown-toggle {
3309  color: #fff;
3310  background-color: #5e72e4;
3311  border-color: #5e72e4;
3312}
3313
3314.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
3315.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
3316.show > .btn-outline-primary.dropdown-toggle:focus {
3317  box-shadow: 0 0 0 0 rgba(94, 114, 228, 0.5);
3318}
3319
3320.btn-outline-secondary, #dokuwiki__content .secedit button {
3321  color: #f4f5f7;
3322  border-color: #f4f5f7;
3323}
3324
3325.btn-outline-secondary:hover, #dokuwiki__content .secedit button:hover {
3326  color: #212529;
3327  background-color: #f4f5f7;
3328  border-color: #f4f5f7;
3329}
3330
3331.btn-outline-secondary:focus, #dokuwiki__content .secedit button:focus,
3332.btn-outline-secondary.focus,
3333#dokuwiki__content .secedit button.focus {
3334  box-shadow: 0 0 0 0 rgba(244, 245, 247, 0.5);
3335}
3336
3337.btn-outline-secondary.disabled, #dokuwiki__content .secedit button.disabled,
3338.btn-outline-secondary:disabled,
3339#dokuwiki__content .secedit button:disabled {
3340  color: #f4f5f7;
3341  background-color: transparent;
3342}
3343
3344.btn-outline-secondary:not(:disabled):not(.disabled):active, #dokuwiki__content .secedit button:not(:disabled):not(.disabled):active,
3345.btn-outline-secondary:not(:disabled):not(.disabled).active,
3346#dokuwiki__content .secedit button:not(:disabled):not(.disabled).active,
3347.show > .btn-outline-secondary.dropdown-toggle,
3348#dokuwiki__content .secedit .show > button.dropdown-toggle {
3349  color: #212529;
3350  background-color: #f4f5f7;
3351  border-color: #f4f5f7;
3352}
3353
3354.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, #dokuwiki__content .secedit button:not(:disabled):not(.disabled):active:focus,
3355.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
3356#dokuwiki__content .secedit button:not(:disabled):not(.disabled).active:focus,
3357.show > .btn-outline-secondary.dropdown-toggle:focus,
3358#dokuwiki__content .secedit .show > button.dropdown-toggle:focus {
3359  box-shadow: 0 0 0 0 rgba(244, 245, 247, 0.5);
3360}
3361
3362.btn-outline-success {
3363  color: #2dce89;
3364  border-color: #2dce89;
3365}
3366
3367.btn-outline-success:hover {
3368  color: #fff;
3369  background-color: #2dce89;
3370  border-color: #2dce89;
3371}
3372
3373.btn-outline-success:focus,
3374.btn-outline-success.focus {
3375  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.5);
3376}
3377
3378.btn-outline-success.disabled,
3379.btn-outline-success:disabled {
3380  color: #2dce89;
3381  background-color: transparent;
3382}
3383
3384.btn-outline-success:not(:disabled):not(.disabled):active,
3385.btn-outline-success:not(:disabled):not(.disabled).active,
3386.show > .btn-outline-success.dropdown-toggle {
3387  color: #fff;
3388  background-color: #2dce89;
3389  border-color: #2dce89;
3390}
3391
3392.btn-outline-success:not(:disabled):not(.disabled):active:focus,
3393.btn-outline-success:not(:disabled):not(.disabled).active:focus,
3394.show > .btn-outline-success.dropdown-toggle:focus {
3395  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.5);
3396}
3397
3398.btn-outline-info {
3399  color: #11cdef;
3400  border-color: #11cdef;
3401}
3402
3403.btn-outline-info:hover {
3404  color: #fff;
3405  background-color: #11cdef;
3406  border-color: #11cdef;
3407}
3408
3409.btn-outline-info:focus,
3410.btn-outline-info.focus {
3411  box-shadow: 0 0 0 0 rgba(17, 205, 239, 0.5);
3412}
3413
3414.btn-outline-info.disabled,
3415.btn-outline-info:disabled {
3416  color: #11cdef;
3417  background-color: transparent;
3418}
3419
3420.btn-outline-info:not(:disabled):not(.disabled):active,
3421.btn-outline-info:not(:disabled):not(.disabled).active,
3422.show > .btn-outline-info.dropdown-toggle {
3423  color: #fff;
3424  background-color: #11cdef;
3425  border-color: #11cdef;
3426}
3427
3428.btn-outline-info:not(:disabled):not(.disabled):active:focus,
3429.btn-outline-info:not(:disabled):not(.disabled).active:focus,
3430.show > .btn-outline-info.dropdown-toggle:focus {
3431  box-shadow: 0 0 0 0 rgba(17, 205, 239, 0.5);
3432}
3433
3434.btn-outline-warning {
3435  color: #fb6340;
3436  border-color: #fb6340;
3437}
3438
3439.btn-outline-warning:hover {
3440  color: #fff;
3441  background-color: #fb6340;
3442  border-color: #fb6340;
3443}
3444
3445.btn-outline-warning:focus,
3446.btn-outline-warning.focus {
3447  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.5);
3448}
3449
3450.btn-outline-warning.disabled,
3451.btn-outline-warning:disabled {
3452  color: #fb6340;
3453  background-color: transparent;
3454}
3455
3456.btn-outline-warning:not(:disabled):not(.disabled):active,
3457.btn-outline-warning:not(:disabled):not(.disabled).active,
3458.show > .btn-outline-warning.dropdown-toggle {
3459  color: #fff;
3460  background-color: #fb6340;
3461  border-color: #fb6340;
3462}
3463
3464.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
3465.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
3466.show > .btn-outline-warning.dropdown-toggle:focus {
3467  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.5);
3468}
3469
3470.btn-outline-danger {
3471  color: #f5365c;
3472  border-color: #f5365c;
3473}
3474
3475.btn-outline-danger:hover {
3476  color: #fff;
3477  background-color: #f5365c;
3478  border-color: #f5365c;
3479}
3480
3481.btn-outline-danger:focus,
3482.btn-outline-danger.focus {
3483  box-shadow: 0 0 0 0 rgba(245, 54, 92, 0.5);
3484}
3485
3486.btn-outline-danger.disabled,
3487.btn-outline-danger:disabled {
3488  color: #f5365c;
3489  background-color: transparent;
3490}
3491
3492.btn-outline-danger:not(:disabled):not(.disabled):active,
3493.btn-outline-danger:not(:disabled):not(.disabled).active,
3494.show > .btn-outline-danger.dropdown-toggle {
3495  color: #fff;
3496  background-color: #f5365c;
3497  border-color: #f5365c;
3498}
3499
3500.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
3501.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
3502.show > .btn-outline-danger.dropdown-toggle:focus {
3503  box-shadow: 0 0 0 0 rgba(245, 54, 92, 0.5);
3504}
3505
3506.btn-outline-light {
3507  color: #adb5bd;
3508  border-color: #adb5bd;
3509}
3510
3511.btn-outline-light:hover {
3512  color: #fff;
3513  background-color: #adb5bd;
3514  border-color: #adb5bd;
3515}
3516
3517.btn-outline-light:focus,
3518.btn-outline-light.focus {
3519  box-shadow: 0 0 0 0 rgba(173, 181, 189, 0.5);
3520}
3521
3522.btn-outline-light.disabled,
3523.btn-outline-light:disabled {
3524  color: #adb5bd;
3525  background-color: transparent;
3526}
3527
3528.btn-outline-light:not(:disabled):not(.disabled):active,
3529.btn-outline-light:not(:disabled):not(.disabled).active,
3530.show > .btn-outline-light.dropdown-toggle {
3531  color: #fff;
3532  background-color: #adb5bd;
3533  border-color: #adb5bd;
3534}
3535
3536.btn-outline-light:not(:disabled):not(.disabled):active:focus,
3537.btn-outline-light:not(:disabled):not(.disabled).active:focus,
3538.show > .btn-outline-light.dropdown-toggle:focus {
3539  box-shadow: 0 0 0 0 rgba(173, 181, 189, 0.5);
3540}
3541
3542.btn-outline-dark {
3543  color: #212529;
3544  border-color: #212529;
3545}
3546
3547.btn-outline-dark:hover {
3548  color: #fff;
3549  background-color: #212529;
3550  border-color: #212529;
3551}
3552
3553.btn-outline-dark:focus,
3554.btn-outline-dark.focus {
3555  box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
3556}
3557
3558.btn-outline-dark.disabled,
3559.btn-outline-dark:disabled {
3560  color: #212529;
3561  background-color: transparent;
3562}
3563
3564.btn-outline-dark:not(:disabled):not(.disabled):active,
3565.btn-outline-dark:not(:disabled):not(.disabled).active,
3566.show > .btn-outline-dark.dropdown-toggle {
3567  color: #fff;
3568  background-color: #212529;
3569  border-color: #212529;
3570}
3571
3572.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
3573.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
3574.show > .btn-outline-dark.dropdown-toggle:focus {
3575  box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
3576}
3577
3578.btn-outline-default {
3579  color: #172b4d;
3580  border-color: #172b4d;
3581}
3582
3583.btn-outline-default:hover {
3584  color: #fff;
3585  background-color: #172b4d;
3586  border-color: #172b4d;
3587}
3588
3589.btn-outline-default:focus,
3590.btn-outline-default.focus {
3591  box-shadow: 0 0 0 0 rgba(23, 43, 77, 0.5);
3592}
3593
3594.btn-outline-default.disabled,
3595.btn-outline-default:disabled {
3596  color: #172b4d;
3597  background-color: transparent;
3598}
3599
3600.btn-outline-default:not(:disabled):not(.disabled):active,
3601.btn-outline-default:not(:disabled):not(.disabled).active,
3602.show > .btn-outline-default.dropdown-toggle {
3603  color: #fff;
3604  background-color: #172b4d;
3605  border-color: #172b4d;
3606}
3607
3608.btn-outline-default:not(:disabled):not(.disabled):active:focus,
3609.btn-outline-default:not(:disabled):not(.disabled).active:focus,
3610.show > .btn-outline-default.dropdown-toggle:focus {
3611  box-shadow: 0 0 0 0 rgba(23, 43, 77, 0.5);
3612}
3613
3614.btn-outline-white {
3615  color: #fff;
3616  border-color: #fff;
3617}
3618
3619.btn-outline-white:hover {
3620  color: #212529;
3621  background-color: #fff;
3622  border-color: #fff;
3623}
3624
3625.btn-outline-white:focus,
3626.btn-outline-white.focus {
3627  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
3628}
3629
3630.btn-outline-white.disabled,
3631.btn-outline-white:disabled {
3632  color: #fff;
3633  background-color: transparent;
3634}
3635
3636.btn-outline-white:not(:disabled):not(.disabled):active,
3637.btn-outline-white:not(:disabled):not(.disabled).active,
3638.show > .btn-outline-white.dropdown-toggle {
3639  color: #212529;
3640  background-color: #fff;
3641  border-color: #fff;
3642}
3643
3644.btn-outline-white:not(:disabled):not(.disabled):active:focus,
3645.btn-outline-white:not(:disabled):not(.disabled).active:focus,
3646.show > .btn-outline-white.dropdown-toggle:focus {
3647  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
3648}
3649
3650.btn-outline-neutral {
3651  color: #fff;
3652  border-color: #fff;
3653}
3654
3655.btn-outline-neutral:hover {
3656  color: #212529;
3657  background-color: #fff;
3658  border-color: #fff;
3659}
3660
3661.btn-outline-neutral:focus,
3662.btn-outline-neutral.focus {
3663  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
3664}
3665
3666.btn-outline-neutral.disabled,
3667.btn-outline-neutral:disabled {
3668  color: #fff;
3669  background-color: transparent;
3670}
3671
3672.btn-outline-neutral:not(:disabled):not(.disabled):active,
3673.btn-outline-neutral:not(:disabled):not(.disabled).active,
3674.show > .btn-outline-neutral.dropdown-toggle {
3675  color: #212529;
3676  background-color: #fff;
3677  border-color: #fff;
3678}
3679
3680.btn-outline-neutral:not(:disabled):not(.disabled):active:focus,
3681.btn-outline-neutral:not(:disabled):not(.disabled).active:focus,
3682.show > .btn-outline-neutral.dropdown-toggle:focus {
3683  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
3684}
3685
3686.btn-outline-darker {
3687  color: black;
3688  border-color: black;
3689}
3690
3691.btn-outline-darker:hover {
3692  color: #fff;
3693  background-color: black;
3694  border-color: black;
3695}
3696
3697.btn-outline-darker:focus,
3698.btn-outline-darker.focus {
3699  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
3700}
3701
3702.btn-outline-darker.disabled,
3703.btn-outline-darker:disabled {
3704  color: black;
3705  background-color: transparent;
3706}
3707
3708.btn-outline-darker:not(:disabled):not(.disabled):active,
3709.btn-outline-darker:not(:disabled):not(.disabled).active,
3710.show > .btn-outline-darker.dropdown-toggle {
3711  color: #fff;
3712  background-color: black;
3713  border-color: black;
3714}
3715
3716.btn-outline-darker:not(:disabled):not(.disabled):active:focus,
3717.btn-outline-darker:not(:disabled):not(.disabled).active:focus,
3718.show > .btn-outline-darker.dropdown-toggle:focus {
3719  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
3720}
3721
3722.btn-link {
3723  font-weight: 400;
3724  color: #5e72e4;
3725  text-decoration: none;
3726}
3727
3728.btn-link:hover {
3729  color: #233dd2;
3730  text-decoration: none;
3731}
3732
3733.btn-link:focus,
3734.btn-link.focus {
3735  text-decoration: none;
3736  box-shadow: none;
3737}
3738
3739.btn-link:disabled,
3740.btn-link.disabled {
3741  color: #8898aa;
3742  pointer-events: none;
3743}
3744
3745.btn-lg,
3746.btn-group-lg > .btn,
3747#dw__login .btn-group-lg > button,
3748.btn-group-lg > .qq-upload-button,
3749.search-results-form .btn-group-lg > .toggleAssistant,
3750.btn-group-lg > .toggleAssistant,
3751.doku_form .no .btn-group-lg > button,
3752#tool__bar .btn-group-lg > button,
3753#dokuwiki__content .editButtons .btn-group-lg > button,
3754#dokuwiki__content #page__revisions .btn-group-lg > button,
3755#dokuwiki__content .secedit .btn-group-lg > button,
3756.btn-group-lg > button {
3757  padding: 0.875rem 1rem;
3758  font-size: 0.875rem;
3759  line-height: 1.5;
3760  border-radius: 0.3rem;
3761}
3762
3763.btn-sm, #tool__bar button, #dokuwiki__content .editButtons button, #dokuwiki__content .secedit button,
3764.btn-group-sm > .btn,
3765#dw__login .btn-group-sm > button,
3766.btn-group-sm > .qq-upload-button,
3767.search-results-form .btn-group-sm > .toggleAssistant,
3768.btn-group-sm > .toggleAssistant,
3769.doku_form .no .btn-group-sm > button,
3770#dokuwiki__content #page__revisions .btn-group-sm > button,
3771.btn-group-sm > button {
3772  padding: 0.25rem 0.5rem;
3773  font-size: 0.75rem;
3774  line-height: 1.5;
3775  border-radius: 0.25rem;
3776}
3777
3778.btn-block {
3779  display: block;
3780  width: 100%;
3781}
3782
3783.btn-block + .btn-block {
3784  margin-top: 0.5rem;
3785}
3786
3787input[type=submit].btn-block,
3788input[type=reset].btn-block,
3789input[type=button].btn-block {
3790  width: 100%;
3791}
3792
3793.fade {
3794  transition: opacity 0.15s linear;
3795}
3796
3797@media (prefers-reduced-motion: reduce) {
3798  .fade {
3799    transition: none;
3800  }
3801}
3802.fade:not(.show) {
3803  opacity: 0;
3804}
3805
3806.collapse:not(.show) {
3807  display: none;
3808}
3809
3810.collapsing {
3811  position: relative;
3812  height: 0;
3813  overflow: hidden;
3814  transition: height 0.35s ease;
3815}
3816
3817@media (prefers-reduced-motion: reduce) {
3818  .collapsing {
3819    transition: none;
3820  }
3821}
3822.dropup,
3823.dropright,
3824.dropdown,
3825.dropleft {
3826  position: relative;
3827}
3828
3829.dropdown-toggle {
3830  white-space: nowrap;
3831}
3832
3833.dropdown-toggle::after {
3834  display: inline-block;
3835  margin-left: 0.255em;
3836  vertical-align: 0.255em;
3837  content: "";
3838  border-top: 0.3em solid;
3839  border-right: 0.3em solid transparent;
3840  border-bottom: 0;
3841  border-left: 0.3em solid transparent;
3842}
3843
3844.dropdown-toggle:empty::after {
3845  margin-left: 0;
3846}
3847
3848.dropdown-menu {
3849  position: absolute;
3850  top: 100%;
3851  left: 0;
3852  z-index: 1000;
3853  display: none;
3854  float: left;
3855  min-width: 10rem;
3856  padding: 0.5rem 0;
3857  margin: 0.125rem 0 0;
3858  font-size: 1rem;
3859  color: #525f7f;
3860  text-align: left;
3861  list-style: none;
3862  background-color: #fff;
3863  background-clip: padding-box;
3864  border: 0 solid rgba(0, 0, 0, 0.15);
3865  border-radius: 0.3rem;
3866  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);
3867}
3868
3869.dropdown-menu-left {
3870  right: auto;
3871  left: 0;
3872}
3873
3874.dropdown-menu-right {
3875  right: 0;
3876  left: auto;
3877}
3878
3879@media (min-width: 576px) {
3880  .dropdown-menu-sm-left {
3881    right: auto;
3882    left: 0;
3883  }
3884
3885  .dropdown-menu-sm-right {
3886    right: 0;
3887    left: auto;
3888  }
3889}
3890@media (min-width: 768px) {
3891  .dropdown-menu-md-left {
3892    right: auto;
3893    left: 0;
3894  }
3895
3896  .dropdown-menu-md-right {
3897    right: 0;
3898    left: auto;
3899  }
3900}
3901@media (min-width: 992px) {
3902  .dropdown-menu-lg-left {
3903    right: auto;
3904    left: 0;
3905  }
3906
3907  .dropdown-menu-lg-right {
3908    right: 0;
3909    left: auto;
3910  }
3911}
3912@media (min-width: 1200px) {
3913  .dropdown-menu-xl-left {
3914    right: auto;
3915    left: 0;
3916  }
3917
3918  .dropdown-menu-xl-right {
3919    right: 0;
3920    left: auto;
3921  }
3922}
3923.dropup .dropdown-menu {
3924  top: auto;
3925  bottom: 100%;
3926  margin-top: 0;
3927  margin-bottom: 0.125rem;
3928}
3929
3930.dropup .dropdown-toggle::after {
3931  display: inline-block;
3932  margin-left: 0.255em;
3933  vertical-align: 0.255em;
3934  content: "";
3935  border-top: 0;
3936  border-right: 0.3em solid transparent;
3937  border-bottom: 0.3em solid;
3938  border-left: 0.3em solid transparent;
3939}
3940
3941.dropup .dropdown-toggle:empty::after {
3942  margin-left: 0;
3943}
3944
3945.dropright .dropdown-menu {
3946  top: 0;
3947  right: auto;
3948  left: 100%;
3949  margin-top: 0;
3950  margin-left: 0.125rem;
3951}
3952
3953.dropright .dropdown-toggle::after {
3954  display: inline-block;
3955  margin-left: 0.255em;
3956  vertical-align: 0.255em;
3957  content: "";
3958  border-top: 0.3em solid transparent;
3959  border-right: 0;
3960  border-bottom: 0.3em solid transparent;
3961  border-left: 0.3em solid;
3962}
3963
3964.dropright .dropdown-toggle:empty::after {
3965  margin-left: 0;
3966}
3967
3968.dropright .dropdown-toggle::after {
3969  vertical-align: 0;
3970}
3971
3972.dropleft .dropdown-menu {
3973  top: 0;
3974  right: 100%;
3975  left: auto;
3976  margin-top: 0;
3977  margin-right: 0.125rem;
3978}
3979
3980.dropleft .dropdown-toggle::after {
3981  display: inline-block;
3982  margin-left: 0.255em;
3983  vertical-align: 0.255em;
3984  content: "";
3985}
3986
3987.dropleft .dropdown-toggle::after {
3988  display: none;
3989}
3990
3991.dropleft .dropdown-toggle::before {
3992  display: inline-block;
3993  margin-right: 0.255em;
3994  vertical-align: 0.255em;
3995  content: "";
3996  border-top: 0.3em solid transparent;
3997  border-right: 0.3em solid;
3998  border-bottom: 0.3em solid transparent;
3999}
4000
4001.dropleft .dropdown-toggle:empty::after {
4002  margin-left: 0;
4003}
4004
4005.dropleft .dropdown-toggle::before {
4006  vertical-align: 0;
4007}
4008
4009.dropdown-menu[x-placement^=top],
4010.dropdown-menu[x-placement^=right],
4011.dropdown-menu[x-placement^=bottom],
4012.dropdown-menu[x-placement^=left] {
4013  right: auto;
4014  bottom: auto;
4015}
4016
4017.dropdown-divider {
4018  height: 0;
4019  margin: 0.5rem 0;
4020  overflow: hidden;
4021  border-top: 1px solid #e9ecef;
4022}
4023
4024.dropdown-item {
4025  display: block;
4026  width: 100%;
4027  padding: 0.25rem 1.5rem;
4028  clear: both;
4029  font-weight: 400;
4030  color: #212529;
4031  text-align: inherit;
4032  white-space: nowrap;
4033  background-color: transparent;
4034  border: 0;
4035}
4036
4037.dropdown-item:hover,
4038.dropdown-item:focus {
4039  color: #16181b;
4040  text-decoration: none;
4041  background-color: #f6f9fc;
4042}
4043
4044.dropdown-item.active,
4045.dropdown-item:active {
4046  color: #fff;
4047  text-decoration: none;
4048  background-color: #5e72e4;
4049}
4050
4051.dropdown-item.disabled,
4052.dropdown-item:disabled {
4053  color: #8898aa;
4054  pointer-events: none;
4055  background-color: transparent;
4056}
4057
4058.dropdown-menu.show {
4059  display: block;
4060}
4061
4062.dropdown-header {
4063  display: block;
4064  padding: 0.5rem 1.5rem;
4065  margin-bottom: 0;
4066  font-size: 0.875rem;
4067  color: #8898aa;
4068  white-space: nowrap;
4069}
4070
4071.dropdown-item-text {
4072  display: block;
4073  padding: 0.25rem 1.5rem;
4074  color: #212529;
4075}
4076
4077.btn-group,
4078.btn-group-vertical {
4079  position: relative;
4080  display: inline-flex;
4081  vertical-align: middle;
4082}
4083
4084.btn-group > .btn, #dw__login .btn-group > button, .btn-group > .qq-upload-button, .search-results-form .btn-group > .toggleAssistant, .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,
4085.btn-group-vertical > .btn,
4086#dw__login .btn-group-vertical > button,
4087.btn-group-vertical > .qq-upload-button,
4088.search-results-form .btn-group-vertical > .toggleAssistant,
4089.btn-group-vertical > .toggleAssistant,
4090.doku_form .no .btn-group-vertical > button,
4091#tool__bar .btn-group-vertical > button,
4092#dokuwiki__content .editButtons .btn-group-vertical > button,
4093#dokuwiki__content #page__revisions .btn-group-vertical > button,
4094#dokuwiki__content .secedit .btn-group-vertical > button,
4095.btn-group-vertical > button {
4096  position: relative;
4097  flex: 1 1 auto;
4098}
4099
4100.btn-group > .btn:hover, #dw__login .btn-group > button:hover, .btn-group > .qq-upload-button:hover, .search-results-form .btn-group > .toggleAssistant: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,
4101.btn-group-vertical > .btn:hover,
4102#dw__login .btn-group-vertical > button:hover,
4103.btn-group-vertical > .qq-upload-button:hover,
4104.search-results-form .btn-group-vertical > .toggleAssistant:hover,
4105.btn-group-vertical > .toggleAssistant:hover,
4106.doku_form .no .btn-group-vertical > button:hover,
4107#tool__bar .btn-group-vertical > button:hover,
4108#dokuwiki__content .editButtons .btn-group-vertical > button:hover,
4109#dokuwiki__content #page__revisions .btn-group-vertical > button:hover,
4110#dokuwiki__content .secedit .btn-group-vertical > button:hover,
4111.btn-group-vertical > button:hover {
4112  z-index: 1;
4113}
4114
4115.btn-group > .btn:focus, #dw__login .btn-group > button:focus, .btn-group > .qq-upload-button:focus, .search-results-form .btn-group > .toggleAssistant: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,
4116.btn-group > .btn:active,
4117#dw__login .btn-group > button:active,
4118.btn-group > .qq-upload-button:active,
4119.search-results-form .btn-group > .toggleAssistant:active,
4120.btn-group > .toggleAssistant:active,
4121.doku_form .no .btn-group > button:active,
4122#tool__bar .btn-group > button:active,
4123#dokuwiki__content .editButtons .btn-group > button:active,
4124#dokuwiki__content #page__revisions .btn-group > button:active,
4125#dokuwiki__content .secedit .btn-group > button:active,
4126.btn-group > button:active,
4127.btn-group > .btn.active,
4128#dw__login .btn-group > button.active,
4129.btn-group > .active.qq-upload-button,
4130.search-results-form .btn-group > .active.toggleAssistant,
4131.btn-group > .active.toggleAssistant,
4132.doku_form .no .btn-group > button.active,
4133#tool__bar .btn-group > button.active,
4134#dokuwiki__content .editButtons .btn-group > button.active,
4135#dokuwiki__content #page__revisions .btn-group > button.active,
4136#dokuwiki__content .secedit .btn-group > button.active,
4137.btn-group > button.active,
4138.btn-group-vertical > .btn:focus,
4139#dw__login .btn-group-vertical > button:focus,
4140.btn-group-vertical > .qq-upload-button:focus,
4141.search-results-form .btn-group-vertical > .toggleAssistant:focus,
4142.btn-group-vertical > .toggleAssistant:focus,
4143.doku_form .no .btn-group-vertical > button:focus,
4144#tool__bar .btn-group-vertical > button:focus,
4145#dokuwiki__content .editButtons .btn-group-vertical > button:focus,
4146#dokuwiki__content #page__revisions .btn-group-vertical > button:focus,
4147#dokuwiki__content .secedit .btn-group-vertical > button:focus,
4148.btn-group-vertical > button:focus,
4149.btn-group-vertical > .btn:active,
4150#dw__login .btn-group-vertical > button:active,
4151.btn-group-vertical > .qq-upload-button:active,
4152.search-results-form .btn-group-vertical > .toggleAssistant:active,
4153.btn-group-vertical > .toggleAssistant:active,
4154.doku_form .no .btn-group-vertical > button:active,
4155#tool__bar .btn-group-vertical > button:active,
4156#dokuwiki__content .editButtons .btn-group-vertical > button:active,
4157#dokuwiki__content #page__revisions .btn-group-vertical > button:active,
4158#dokuwiki__content .secedit .btn-group-vertical > button:active,
4159.btn-group-vertical > button:active,
4160.btn-group-vertical > .btn.active,
4161#dw__login .btn-group-vertical > button.active,
4162.btn-group-vertical > .active.qq-upload-button,
4163.search-results-form .btn-group-vertical > .active.toggleAssistant,
4164.btn-group-vertical > .active.toggleAssistant,
4165.doku_form .no .btn-group-vertical > button.active,
4166#tool__bar .btn-group-vertical > button.active,
4167#dokuwiki__content .editButtons .btn-group-vertical > button.active,
4168#dokuwiki__content #page__revisions .btn-group-vertical > button.active,
4169#dokuwiki__content .secedit .btn-group-vertical > button.active,
4170.btn-group-vertical > button.active {
4171  z-index: 1;
4172}
4173
4174.btn-toolbar {
4175  display: flex;
4176  flex-wrap: wrap;
4177  justify-content: flex-start;
4178}
4179
4180.btn-toolbar .input-group, .btn-toolbar .doku_form .no, .doku_form .btn-toolbar .no {
4181  width: auto;
4182}
4183
4184.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), .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),
4185.btn-group > .btn-group:not(:first-child) {
4186  margin-left: -1px;
4187}
4188
4189.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), .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),
4190.btn-group > .btn-group:not(:last-child) > .btn,
4191#dw__login .btn-group > .btn-group:not(:last-child) > button,
4192.btn-group > .btn-group:not(:last-child) > .qq-upload-button,
4193.btn-group > .btn-group:not(:last-child) > .toggleAssistant,
4194#tool__bar .btn-group > .btn-group:not(:last-child) > button,
4195#dokuwiki__content .editButtons .btn-group > .btn-group:not(:last-child) > button,
4196#dokuwiki__content #page__revisions .btn-group > .btn-group:not(:last-child) > button,
4197#dokuwiki__content .secedit .btn-group > .btn-group:not(:last-child) > button,
4198.btn-group > .btn-group:not(:last-child) > button {
4199  border-top-right-radius: 0;
4200  border-bottom-right-radius: 0;
4201}
4202
4203.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), .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),
4204.btn-group > .btn-group:not(:first-child) > .btn,
4205#dw__login .btn-group > .btn-group:not(:first-child) > button,
4206.btn-group > .btn-group:not(:first-child) > .qq-upload-button,
4207.btn-group > .btn-group:not(:first-child) > .toggleAssistant,
4208#tool__bar .btn-group > .btn-group:not(:first-child) > button,
4209#dokuwiki__content .editButtons .btn-group > .btn-group:not(:first-child) > button,
4210#dokuwiki__content #page__revisions .btn-group > .btn-group:not(:first-child) > button,
4211#dokuwiki__content .secedit .btn-group > .btn-group:not(:first-child) > button,
4212.btn-group > .btn-group:not(:first-child) > button {
4213  border-top-left-radius: 0;
4214  border-bottom-left-radius: 0;
4215}
4216
4217.dropdown-toggle-split {
4218  padding-right: 0.9375rem;
4219  padding-left: 0.9375rem;
4220}
4221
4222.dropdown-toggle-split::after,
4223.dropup .dropdown-toggle-split::after,
4224.dropright .dropdown-toggle-split::after {
4225  margin-left: 0;
4226}
4227
4228.dropleft .dropdown-toggle-split::before {
4229  margin-right: 0;
4230}
4231
4232.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,
4233.btn-group-sm > .btn + .dropdown-toggle-split,
4234#dw__login .btn-group-sm > button + .dropdown-toggle-split,
4235.btn-group-sm > .qq-upload-button + .dropdown-toggle-split,
4236.btn-group-sm > .toggleAssistant + .dropdown-toggle-split,
4237#tool__bar .btn-group-sm > button + .dropdown-toggle-split,
4238#dokuwiki__content .editButtons .btn-group-sm > button + .dropdown-toggle-split,
4239#dokuwiki__content #page__revisions .btn-group-sm > button + .dropdown-toggle-split,
4240#dokuwiki__content .secedit .btn-group-sm > button + .dropdown-toggle-split,
4241.btn-group-sm > button + .dropdown-toggle-split {
4242  padding-right: 0.375rem;
4243  padding-left: 0.375rem;
4244}
4245
4246.btn-lg + .dropdown-toggle-split,
4247.btn-group-lg > .btn + .dropdown-toggle-split,
4248#dw__login .btn-group-lg > button + .dropdown-toggle-split,
4249.btn-group-lg > .qq-upload-button + .dropdown-toggle-split,
4250.btn-group-lg > .toggleAssistant + .dropdown-toggle-split,
4251#tool__bar .btn-group-lg > button + .dropdown-toggle-split,
4252#dokuwiki__content .editButtons .btn-group-lg > button + .dropdown-toggle-split,
4253#dokuwiki__content #page__revisions .btn-group-lg > button + .dropdown-toggle-split,
4254#dokuwiki__content .secedit .btn-group-lg > button + .dropdown-toggle-split,
4255.btn-group-lg > button + .dropdown-toggle-split {
4256  padding-right: 0.75rem;
4257  padding-left: 0.75rem;
4258}
4259
4260.btn-group.show .dropdown-toggle {
4261  box-shadow: none;
4262}
4263
4264.btn-group.show .dropdown-toggle.btn-link {
4265  box-shadow: none;
4266}
4267
4268.btn-group-vertical {
4269  flex-direction: column;
4270  align-items: flex-start;
4271  justify-content: center;
4272}
4273
4274.btn-group-vertical > .btn, #dw__login .btn-group-vertical > button, .btn-group-vertical > .qq-upload-button, .search-results-form .btn-group-vertical > .toggleAssistant, .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,
4275.btn-group-vertical > .btn-group {
4276  width: 100%;
4277}
4278
4279.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), .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),
4280.btn-group-vertical > .btn-group:not(:first-child) {
4281  margin-top: -1px;
4282}
4283
4284.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), .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),
4285.btn-group-vertical > .btn-group:not(:last-child) > .btn,
4286#dw__login .btn-group-vertical > .btn-group:not(:last-child) > button,
4287.btn-group-vertical > .btn-group:not(:last-child) > .qq-upload-button,
4288.btn-group-vertical > .btn-group:not(:last-child) > .toggleAssistant,
4289#tool__bar .btn-group-vertical > .btn-group:not(:last-child) > button,
4290#dokuwiki__content .editButtons .btn-group-vertical > .btn-group:not(:last-child) > button,
4291#dokuwiki__content #page__revisions .btn-group-vertical > .btn-group:not(:last-child) > button,
4292#dokuwiki__content .secedit .btn-group-vertical > .btn-group:not(:last-child) > button,
4293.btn-group-vertical > .btn-group:not(:last-child) > button {
4294  border-bottom-right-radius: 0;
4295  border-bottom-left-radius: 0;
4296}
4297
4298.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), .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),
4299.btn-group-vertical > .btn-group:not(:first-child) > .btn,
4300#dw__login .btn-group-vertical > .btn-group:not(:first-child) > button,
4301.btn-group-vertical > .btn-group:not(:first-child) > .qq-upload-button,
4302.btn-group-vertical > .btn-group:not(:first-child) > .toggleAssistant,
4303#tool__bar .btn-group-vertical > .btn-group:not(:first-child) > button,
4304#dokuwiki__content .editButtons .btn-group-vertical > .btn-group:not(:first-child) > button,
4305#dokuwiki__content #page__revisions .btn-group-vertical > .btn-group:not(:first-child) > button,
4306#dokuwiki__content .secedit .btn-group-vertical > .btn-group:not(:first-child) > button,
4307.btn-group-vertical > .btn-group:not(:first-child) > button {
4308  border-top-left-radius: 0;
4309  border-top-right-radius: 0;
4310}
4311
4312.btn-group-toggle > .btn, #dw__login .btn-group-toggle > button, .btn-group-toggle > .qq-upload-button, .search-results-form .btn-group-toggle > .toggleAssistant, .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,
4313.btn-group-toggle > .btn-group > .btn,
4314#dw__login .btn-group-toggle > .btn-group > button,
4315.btn-group-toggle > .btn-group > .qq-upload-button,
4316.btn-group-toggle > .btn-group > .toggleAssistant,
4317#tool__bar .btn-group-toggle > .btn-group > button,
4318#dokuwiki__content .editButtons .btn-group-toggle > .btn-group > button,
4319#dokuwiki__content #page__revisions .btn-group-toggle > .btn-group > button,
4320#dokuwiki__content .secedit .btn-group-toggle > .btn-group > button,
4321.btn-group-toggle > .btn-group > button {
4322  margin-bottom: 0;
4323}
4324
4325.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],
4326.btn-group-toggle > .btn input[type=checkbox],
4327#dw__login .btn-group-toggle > button input[type=checkbox],
4328.btn-group-toggle > .qq-upload-button input[type=checkbox],
4329.btn-group-toggle > .toggleAssistant input[type=checkbox],
4330#tool__bar .btn-group-toggle > button input[type=checkbox],
4331#dokuwiki__content .editButtons .btn-group-toggle > button input[type=checkbox],
4332#dokuwiki__content #page__revisions .btn-group-toggle > button input[type=checkbox],
4333#dokuwiki__content .secedit .btn-group-toggle > button input[type=checkbox],
4334.btn-group-toggle > button input[type=checkbox],
4335.btn-group-toggle > .btn-group > .btn input[type=radio],
4336.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
4337  position: absolute;
4338  clip: rect(0, 0, 0, 0);
4339  pointer-events: none;
4340}
4341
4342.input-group, .doku_form .no {
4343  position: relative;
4344  display: flex;
4345  flex-wrap: wrap;
4346  align-items: stretch;
4347  width: 100%;
4348}
4349
4350.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,
4351.input-group > .form-control-plaintext,
4352.doku_form .no > .form-control-plaintext,
4353.input-group > .custom-select,
4354.doku_form .no > .custom-select,
4355.input-group > .custom-file,
4356.doku_form .no > .custom-file {
4357  position: relative;
4358  flex: 1 1 auto;
4359  width: 1%;
4360  margin-bottom: 0;
4361}
4362
4363.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,
4364.input-group > .form-control + .custom-select,
4365#dw__login .input-group > input + .custom-select,
4366#config__manager td .input-group > input.edit + .custom-select,
4367.search-results-form fieldset .input-group > input + .custom-select,
4368.doku_form .no .input-group > #qsearch__in + .custom-select,
4369.doku_form .no > .form-control + .custom-select,
4370.doku_form #dw__login .no > input + .custom-select,
4371#dw__login .doku_form .no > input + .custom-select,
4372.doku_form #config__manager td .no > input.edit + .custom-select,
4373#config__manager td .doku_form .no > input.edit + .custom-select,
4374.doku_form .search-results-form fieldset .no > input + .custom-select,
4375.search-results-form fieldset .doku_form .no > input + .custom-select,
4376.doku_form .no > #qsearch__in + .custom-select,
4377.input-group > textarea + .custom-select,
4378.doku_form .no > textarea + .custom-select,
4379.input-group > .form-control + .custom-file,
4380#dw__login .input-group > input + .custom-file,
4381#config__manager td .input-group > input.edit + .custom-file,
4382.search-results-form fieldset .input-group > input + .custom-file,
4383.doku_form .no .input-group > #qsearch__in + .custom-file,
4384.doku_form .no > .form-control + .custom-file,
4385.doku_form #dw__login .no > input + .custom-file,
4386#dw__login .doku_form .no > input + .custom-file,
4387.doku_form #config__manager td .no > input.edit + .custom-file,
4388#config__manager td .doku_form .no > input.edit + .custom-file,
4389.doku_form .search-results-form fieldset .no > input + .custom-file,
4390.search-results-form fieldset .doku_form .no > input + .custom-file,
4391.doku_form .no > #qsearch__in + .custom-file,
4392.input-group > textarea + .custom-file,
4393.doku_form .no > textarea + .custom-file,
4394.input-group > .form-control-plaintext + .form-control,
4395#dw__login .input-group > .form-control-plaintext + input,
4396#config__manager td .input-group > .form-control-plaintext + input.edit,
4397.search-results-form fieldset .input-group > .form-control-plaintext + input,
4398.doku_form .no .input-group > .form-control-plaintext + #qsearch__in,
4399.doku_form .no > .form-control-plaintext + .form-control,
4400.doku_form #dw__login .no > .form-control-plaintext + input,
4401#dw__login .doku_form .no > .form-control-plaintext + input,
4402.doku_form #config__manager td .no > .form-control-plaintext + input.edit,
4403#config__manager td .doku_form .no > .form-control-plaintext + input.edit,
4404.doku_form .search-results-form fieldset .no > .form-control-plaintext + input,
4405.search-results-form fieldset .doku_form .no > .form-control-plaintext + input,
4406.doku_form .no > .form-control-plaintext + #qsearch__in,
4407.input-group > .form-control-plaintext + textarea,
4408.doku_form .no > .form-control-plaintext + textarea,
4409.input-group > .form-control-plaintext + .custom-select,
4410.doku_form .no > .form-control-plaintext + .custom-select,
4411.input-group > .form-control-plaintext + .custom-file,
4412.doku_form .no > .form-control-plaintext + .custom-file,
4413.input-group > .custom-select + .form-control,
4414#dw__login .input-group > .custom-select + input,
4415#config__manager td .input-group > .custom-select + input.edit,
4416.search-results-form fieldset .input-group > .custom-select + input,
4417.doku_form .no .input-group > .custom-select + #qsearch__in,
4418.doku_form .no > .custom-select + .form-control,
4419.doku_form #dw__login .no > .custom-select + input,
4420#dw__login .doku_form .no > .custom-select + input,
4421.doku_form #config__manager td .no > .custom-select + input.edit,
4422#config__manager td .doku_form .no > .custom-select + input.edit,
4423.doku_form .search-results-form fieldset .no > .custom-select + input,
4424.search-results-form fieldset .doku_form .no > .custom-select + input,
4425.doku_form .no > .custom-select + #qsearch__in,
4426.input-group > .custom-select + textarea,
4427.doku_form .no > .custom-select + textarea,
4428.input-group > .custom-select + .custom-select,
4429.doku_form .no > .custom-select + .custom-select,
4430.input-group > .custom-select + .custom-file,
4431.doku_form .no > .custom-select + .custom-file,
4432.input-group > .custom-file + .form-control,
4433#dw__login .input-group > .custom-file + input,
4434#config__manager td .input-group > .custom-file + input.edit,
4435.search-results-form fieldset .input-group > .custom-file + input,
4436.doku_form .no .input-group > .custom-file + #qsearch__in,
4437.doku_form .no > .custom-file + .form-control,
4438.doku_form #dw__login .no > .custom-file + input,
4439#dw__login .doku_form .no > .custom-file + input,
4440.doku_form #config__manager td .no > .custom-file + input.edit,
4441#config__manager td .doku_form .no > .custom-file + input.edit,
4442.doku_form .search-results-form fieldset .no > .custom-file + input,
4443.search-results-form fieldset .doku_form .no > .custom-file + input,
4444.doku_form .no > .custom-file + #qsearch__in,
4445.input-group > .custom-file + textarea,
4446.doku_form .no > .custom-file + textarea,
4447.input-group > .custom-file + .custom-select,
4448.doku_form .no > .custom-file + .custom-select,
4449.input-group > .custom-file + .custom-file,
4450.doku_form .no > .custom-file + .custom-file {
4451  margin-left: -1px;
4452}
4453
4454.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,
4455.input-group > .custom-select:focus,
4456.doku_form .no > .custom-select:focus,
4457.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
4458.doku_form .no > .custom-file .custom-file-input:focus ~ .custom-file-label {
4459  z-index: 3;
4460}
4461
4462.input-group > .custom-file .custom-file-input:focus, .doku_form .no > .custom-file .custom-file-input:focus {
4463  z-index: 4;
4464}
4465
4466.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),
4467.input-group > .custom-select:not(:last-child),
4468.doku_form .no > .custom-select:not(:last-child) {
4469  border-top-right-radius: 0;
4470  border-bottom-right-radius: 0;
4471}
4472
4473.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),
4474.input-group > .custom-select:not(:first-child),
4475.doku_form .no > .custom-select:not(:first-child) {
4476  border-top-left-radius: 0;
4477  border-bottom-left-radius: 0;
4478}
4479
4480.input-group > .custom-file, .doku_form .no > .custom-file {
4481  display: flex;
4482  align-items: center;
4483}
4484
4485.input-group > .custom-file:not(:last-child) .custom-file-label, .doku_form .no > .custom-file:not(:last-child) .custom-file-label,
4486.input-group > .custom-file:not(:last-child) .custom-file-label::after,
4487.doku_form .no > .custom-file:not(:last-child) .custom-file-label::after {
4488  border-top-right-radius: 0;
4489  border-bottom-right-radius: 0;
4490}
4491
4492.input-group > .custom-file:not(:first-child) .custom-file-label, .doku_form .no > .custom-file:not(:first-child) .custom-file-label {
4493  border-top-left-radius: 0;
4494  border-bottom-left-radius: 0;
4495}
4496
4497.input-group-prepend,
4498.input-group-append {
4499  display: flex;
4500}
4501
4502.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,
4503.input-group-append .btn,
4504.input-group-append #dw__login button,
4505#dw__login .input-group-append button,
4506.input-group-append .qq-upload-button,
4507.input-group-append .toggleAssistant,
4508.input-group-append .doku_form .no button,
4509.doku_form .no .input-group-append button,
4510.input-group-append #tool__bar button,
4511#tool__bar .input-group-append button,
4512.input-group-append #dokuwiki__content .editButtons button,
4513#dokuwiki__content .editButtons .input-group-append button,
4514.input-group-append #dokuwiki__content #page__revisions button,
4515#dokuwiki__content #page__revisions .input-group-append button,
4516.input-group-append #dokuwiki__content .secedit button,
4517#dokuwiki__content .secedit .input-group-append button,
4518.input-group-append button {
4519  position: relative;
4520  z-index: 2;
4521}
4522
4523.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,
4524.input-group-append .btn:focus,
4525.input-group-append #dw__login button:focus,
4526#dw__login .input-group-append button:focus,
4527.input-group-append .qq-upload-button:focus,
4528.input-group-append .toggleAssistant:focus,
4529.input-group-append #tool__bar button:focus,
4530#tool__bar .input-group-append button:focus,
4531.input-group-append #dokuwiki__content .editButtons button:focus,
4532#dokuwiki__content .editButtons .input-group-append button:focus,
4533.input-group-append #dokuwiki__content #page__revisions button:focus,
4534#dokuwiki__content #page__revisions .input-group-append button:focus,
4535.input-group-append #dokuwiki__content .secedit button:focus,
4536#dokuwiki__content .secedit .input-group-append button:focus,
4537.input-group-append button:focus {
4538  z-index: 3;
4539}
4540
4541.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 .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 .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 .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 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 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 .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 .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 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 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 .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 .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 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 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 .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 .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 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 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 .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 .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 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 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 .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 .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 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 .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,
4542.input-group-prepend .btn + .input-group-text,
4543.input-group-prepend #dw__login button + .input-group-text,
4544#dw__login .input-group-prepend button + .input-group-text,
4545.input-group-prepend .qq-upload-button + .input-group-text,
4546.input-group-prepend .search-results-form .toggleAssistant + .input-group-text,
4547.search-results-form .input-group-prepend .toggleAssistant + .input-group-text,
4548.input-group-prepend .toggleAssistant + .input-group-text,
4549.input-group-prepend .doku_form .no button + .input-group-text,
4550.doku_form .no .input-group-prepend button + .input-group-text,
4551.input-group-prepend #tool__bar button + .input-group-text,
4552#tool__bar .input-group-prepend button + .input-group-text,
4553.input-group-prepend #dokuwiki__content .editButtons button + .input-group-text,
4554#dokuwiki__content .editButtons .input-group-prepend button + .input-group-text,
4555.input-group-prepend #dokuwiki__content #page__revisions button + .input-group-text,
4556#dokuwiki__content #page__revisions .input-group-prepend button + .input-group-text,
4557.input-group-prepend #dokuwiki__content .secedit button + .input-group-text,
4558#dokuwiki__content .secedit .input-group-prepend button + .input-group-text,
4559.input-group-prepend button + .input-group-text,
4560.input-group-prepend .input-group-text + .input-group-text,
4561.input-group-prepend .input-group-text + .btn,
4562.input-group-prepend #dw__login .input-group-text + button,
4563#dw__login .input-group-prepend .input-group-text + button,
4564.input-group-prepend .input-group-text + .qq-upload-button,
4565.input-group-prepend .search-results-form .input-group-text + .toggleAssistant,
4566.search-results-form .input-group-prepend .input-group-text + .toggleAssistant,
4567.input-group-prepend .input-group-text + .toggleAssistant,
4568.input-group-prepend .doku_form .no .input-group-text + button,
4569.doku_form .no .input-group-prepend .input-group-text + button,
4570.input-group-prepend #tool__bar .input-group-text + button,
4571#tool__bar .input-group-prepend .input-group-text + button,
4572.input-group-prepend #dokuwiki__content .editButtons .input-group-text + button,
4573#dokuwiki__content .editButtons .input-group-prepend .input-group-text + button,
4574.input-group-prepend #dokuwiki__content #page__revisions .input-group-text + button,
4575#dokuwiki__content #page__revisions .input-group-prepend .input-group-text + button,
4576.input-group-prepend #dokuwiki__content .secedit .input-group-text + button,
4577#dokuwiki__content .secedit .input-group-prepend .input-group-text + button,
4578.input-group-prepend .input-group-text + button,
4579.input-group-append .btn + .btn,
4580.input-group-append #dw__login button + .btn,
4581#dw__login .input-group-append button + .btn,
4582.input-group-append #dw__login .btn + button,
4583#dw__login .input-group-append .btn + button,
4584.input-group-append #dw__login button + button,
4585#dw__login .input-group-append button + button,
4586.input-group-append .qq-upload-button + .btn,
4587.input-group-append #dw__login .qq-upload-button + button,
4588#dw__login .input-group-append .qq-upload-button + button,
4589.input-group-append .btn + .qq-upload-button,
4590.input-group-append #dw__login button + .qq-upload-button,
4591#dw__login .input-group-append button + .qq-upload-button,
4592.input-group-append .qq-upload-button + .qq-upload-button,
4593.input-group-append .search-results-form .toggleAssistant + .btn,
4594.input-group-append .search-results-form #dw__login .toggleAssistant + button,
4595#dw__login .input-group-append .search-results-form .toggleAssistant + button,
4596.input-group-append .search-results-form .toggleAssistant + .qq-upload-button,
4597.search-results-form .input-group-append .toggleAssistant + .btn,
4598.search-results-form .input-group-append #dw__login .toggleAssistant + button,
4599#dw__login .search-results-form .input-group-append .toggleAssistant + button,
4600.search-results-form .input-group-append .toggleAssistant + .qq-upload-button,
4601.input-group-append .search-results-form .btn + .toggleAssistant,
4602.input-group-append .search-results-form #dw__login button + .toggleAssistant,
4603#dw__login .input-group-append .search-results-form button + .toggleAssistant,
4604.input-group-append .search-results-form .qq-upload-button + .toggleAssistant,
4605.search-results-form .input-group-append .btn + .toggleAssistant,
4606.search-results-form .input-group-append #dw__login button + .toggleAssistant,
4607#dw__login .search-results-form .input-group-append button + .toggleAssistant,
4608.search-results-form .input-group-append .qq-upload-button + .toggleAssistant,
4609.input-group-append .search-results-form .toggleAssistant + .toggleAssistant,
4610.search-results-form .input-group-append .toggleAssistant + .toggleAssistant,
4611.input-group-append .toggleAssistant + .btn,
4612.input-group-append #dw__login .toggleAssistant + button,
4613#dw__login .input-group-append .toggleAssistant + button,
4614.input-group-append .toggleAssistant + .qq-upload-button,
4615.input-group-append .search-results-form .toggleAssistant + .toggleAssistant,
4616.search-results-form .input-group-append .toggleAssistant + .toggleAssistant,
4617.input-group-append .btn + .toggleAssistant,
4618.input-group-append #dw__login button + .toggleAssistant,
4619#dw__login .input-group-append button + .toggleAssistant,
4620.input-group-append .qq-upload-button + .toggleAssistant,
4621.input-group-append .search-results-form .toggleAssistant + .toggleAssistant,
4622.search-results-form .input-group-append .toggleAssistant + .toggleAssistant,
4623.input-group-append .toggleAssistant + .toggleAssistant,
4624.input-group-append .doku_form .no button + .btn,
4625.input-group-append .doku_form .no #dw__login button + button,
4626#dw__login .input-group-append .doku_form .no button + button,
4627.input-group-append .doku_form .no button + .qq-upload-button,
4628.input-group-append .doku_form .no .search-results-form button + .toggleAssistant,
4629.search-results-form .input-group-append .doku_form .no button + .toggleAssistant,
4630.input-group-append .doku_form .no button + .toggleAssistant,
4631.doku_form .no .input-group-append button + .btn,
4632.doku_form .no .input-group-append #dw__login button + button,
4633#dw__login .doku_form .no .input-group-append button + button,
4634.doku_form .no .input-group-append button + .qq-upload-button,
4635.doku_form .no .input-group-append .search-results-form button + .toggleAssistant,
4636.search-results-form .doku_form .no .input-group-append button + .toggleAssistant,
4637.doku_form .no .input-group-append button + .toggleAssistant,
4638.input-group-append .doku_form .no .btn + button,
4639.input-group-append .doku_form .no #dw__login button + button,
4640#dw__login .input-group-append .doku_form .no button + button,
4641.input-group-append .doku_form .no .qq-upload-button + button,
4642.input-group-append .doku_form .no .search-results-form .toggleAssistant + button,
4643.search-results-form .input-group-append .doku_form .no .toggleAssistant + button,
4644.input-group-append .doku_form .no .toggleAssistant + button,
4645.doku_form .no .input-group-append .btn + button,
4646.doku_form .no .input-group-append #dw__login button + button,
4647#dw__login .doku_form .no .input-group-append button + button,
4648.doku_form .no .input-group-append .qq-upload-button + button,
4649.doku_form .no .input-group-append .search-results-form .toggleAssistant + button,
4650.search-results-form .doku_form .no .input-group-append .toggleAssistant + button,
4651.doku_form .no .input-group-append .toggleAssistant + button,
4652.input-group-append .doku_form .no button + button,
4653.doku_form .no .input-group-append button + button,
4654.input-group-append #tool__bar button + .btn,
4655.input-group-append #tool__bar #dw__login button + button,
4656#dw__login .input-group-append #tool__bar button + button,
4657.input-group-append #tool__bar button + .qq-upload-button,
4658.input-group-append #tool__bar .search-results-form button + .toggleAssistant,
4659.search-results-form .input-group-append #tool__bar button + .toggleAssistant,
4660.input-group-append #tool__bar button + .toggleAssistant,
4661.input-group-append #tool__bar .doku_form .no button + button,
4662.doku_form .no .input-group-append #tool__bar button + button,
4663#tool__bar .input-group-append button + .btn,
4664#tool__bar .input-group-append #dw__login button + button,
4665#dw__login #tool__bar .input-group-append button + button,
4666#tool__bar .input-group-append button + .qq-upload-button,
4667#tool__bar .input-group-append .search-results-form button + .toggleAssistant,
4668.search-results-form #tool__bar .input-group-append button + .toggleAssistant,
4669#tool__bar .input-group-append button + .toggleAssistant,
4670#tool__bar .input-group-append .doku_form .no button + button,
4671.doku_form .no #tool__bar .input-group-append button + button,
4672.input-group-append #tool__bar .btn + button,
4673.input-group-append #tool__bar #dw__login button + button,
4674#dw__login .input-group-append #tool__bar button + button,
4675.input-group-append #tool__bar .qq-upload-button + button,
4676.input-group-append #tool__bar .search-results-form .toggleAssistant + button,
4677.search-results-form .input-group-append #tool__bar .toggleAssistant + button,
4678.input-group-append #tool__bar .toggleAssistant + button,
4679.input-group-append #tool__bar .doku_form .no button + button,
4680.doku_form .no .input-group-append #tool__bar button + button,
4681#tool__bar .input-group-append .btn + button,
4682#tool__bar .input-group-append #dw__login button + button,
4683#dw__login #tool__bar .input-group-append button + button,
4684#tool__bar .input-group-append .qq-upload-button + button,
4685#tool__bar .input-group-append .search-results-form .toggleAssistant + button,
4686.search-results-form #tool__bar .input-group-append .toggleAssistant + button,
4687#tool__bar .input-group-append .toggleAssistant + button,
4688#tool__bar .input-group-append .doku_form .no button + button,
4689.doku_form .no #tool__bar .input-group-append button + button,
4690.input-group-append #tool__bar button + button,
4691#tool__bar .input-group-append button + button,
4692.input-group-append #dokuwiki__content .editButtons button + .btn,
4693.input-group-append #dokuwiki__content .editButtons #dw__login button + button,
4694#dw__login .input-group-append #dokuwiki__content .editButtons button + button,
4695.input-group-append #dokuwiki__content .editButtons button + .qq-upload-button,
4696.input-group-append #dokuwiki__content .editButtons .search-results-form button + .toggleAssistant,
4697.search-results-form .input-group-append #dokuwiki__content .editButtons button + .toggleAssistant,
4698.input-group-append #dokuwiki__content .editButtons button + .toggleAssistant,
4699.input-group-append #dokuwiki__content .editButtons .doku_form .no button + button,
4700.doku_form .no .input-group-append #dokuwiki__content .editButtons button + button,
4701.input-group-append #dokuwiki__content .editButtons #tool__bar button + button,
4702#tool__bar .input-group-append #dokuwiki__content .editButtons button + button,
4703#dokuwiki__content .editButtons .input-group-append button + .btn,
4704#dokuwiki__content .editButtons .input-group-append #dw__login button + button,
4705#dw__login #dokuwiki__content .editButtons .input-group-append button + button,
4706#dokuwiki__content .editButtons .input-group-append button + .qq-upload-button,
4707#dokuwiki__content .editButtons .input-group-append .search-results-form button + .toggleAssistant,
4708.search-results-form #dokuwiki__content .editButtons .input-group-append button + .toggleAssistant,
4709#dokuwiki__content .editButtons .input-group-append button + .toggleAssistant,
4710#dokuwiki__content .editButtons .input-group-append .doku_form .no button + button,
4711.doku_form .no #dokuwiki__content .editButtons .input-group-append button + button,
4712#dokuwiki__content .editButtons .input-group-append #tool__bar button + button,
4713#tool__bar #dokuwiki__content .editButtons .input-group-append button + button,
4714.input-group-append #dokuwiki__content .editButtons .btn + button,
4715.input-group-append #dokuwiki__content .editButtons #dw__login button + button,
4716#dw__login .input-group-append #dokuwiki__content .editButtons button + button,
4717.input-group-append #dokuwiki__content .editButtons .qq-upload-button + button,
4718.input-group-append #dokuwiki__content .editButtons .search-results-form .toggleAssistant + button,
4719.search-results-form .input-group-append #dokuwiki__content .editButtons .toggleAssistant + button,
4720.input-group-append #dokuwiki__content .editButtons .toggleAssistant + button,
4721.input-group-append #dokuwiki__content .editButtons .doku_form .no button + button,
4722.doku_form .no .input-group-append #dokuwiki__content .editButtons button + button,
4723.input-group-append #dokuwiki__content .editButtons #tool__bar button + button,
4724#tool__bar .input-group-append #dokuwiki__content .editButtons button + button,
4725#dokuwiki__content .editButtons .input-group-append .btn + button,
4726#dokuwiki__content .editButtons .input-group-append #dw__login button + button,
4727#dw__login #dokuwiki__content .editButtons .input-group-append button + button,
4728#dokuwiki__content .editButtons .input-group-append .qq-upload-button + button,
4729#dokuwiki__content .editButtons .input-group-append .search-results-form .toggleAssistant + button,
4730.search-results-form #dokuwiki__content .editButtons .input-group-append .toggleAssistant + button,
4731#dokuwiki__content .editButtons .input-group-append .toggleAssistant + button,
4732#dokuwiki__content .editButtons .input-group-append .doku_form .no button + button,
4733.doku_form .no #dokuwiki__content .editButtons .input-group-append button + button,
4734#dokuwiki__content .editButtons .input-group-append #tool__bar button + button,
4735#tool__bar #dokuwiki__content .editButtons .input-group-append button + button,
4736.input-group-append #dokuwiki__content .editButtons button + button,
4737#dokuwiki__content .editButtons .input-group-append button + button,
4738.input-group-append #dokuwiki__content #page__revisions button + .btn,
4739.input-group-append #dokuwiki__content #page__revisions #dw__login button + button,
4740#dw__login .input-group-append #dokuwiki__content #page__revisions button + button,
4741.input-group-append #dokuwiki__content #page__revisions button + .qq-upload-button,
4742.input-group-append #dokuwiki__content #page__revisions .search-results-form button + .toggleAssistant,
4743.search-results-form .input-group-append #dokuwiki__content #page__revisions button + .toggleAssistant,
4744.input-group-append #dokuwiki__content #page__revisions button + .toggleAssistant,
4745.input-group-append #dokuwiki__content #page__revisions .doku_form .no button + button,
4746.doku_form .no .input-group-append #dokuwiki__content #page__revisions button + button,
4747.input-group-append #dokuwiki__content #page__revisions #tool__bar button + button,
4748#tool__bar .input-group-append #dokuwiki__content #page__revisions button + button,
4749.input-group-append #dokuwiki__content #page__revisions .editButtons button + button,
4750.input-group-append #dokuwiki__content .editButtons #page__revisions button + button,
4751#dokuwiki__content #page__revisions .input-group-append button + .btn,
4752#dokuwiki__content #page__revisions .input-group-append #dw__login button + button,
4753#dw__login #dokuwiki__content #page__revisions .input-group-append button + button,
4754#dokuwiki__content #page__revisions .input-group-append button + .qq-upload-button,
4755#dokuwiki__content #page__revisions .input-group-append .search-results-form button + .toggleAssistant,
4756.search-results-form #dokuwiki__content #page__revisions .input-group-append button + .toggleAssistant,
4757#dokuwiki__content #page__revisions .input-group-append button + .toggleAssistant,
4758#dokuwiki__content #page__revisions .input-group-append .doku_form .no button + button,
4759.doku_form .no #dokuwiki__content #page__revisions .input-group-append button + button,
4760#dokuwiki__content #page__revisions .input-group-append #tool__bar button + button,
4761#tool__bar #dokuwiki__content #page__revisions .input-group-append button + button,
4762#dokuwiki__content #page__revisions .input-group-append .editButtons button + button,
4763#dokuwiki__content .editButtons #page__revisions .input-group-append button + button,
4764.input-group-append #dokuwiki__content #page__revisions .btn + button,
4765.input-group-append #dokuwiki__content #page__revisions #dw__login button + button,
4766#dw__login .input-group-append #dokuwiki__content #page__revisions button + button,
4767.input-group-append #dokuwiki__content #page__revisions .qq-upload-button + button,
4768.input-group-append #dokuwiki__content #page__revisions .search-results-form .toggleAssistant + button,
4769.search-results-form .input-group-append #dokuwiki__content #page__revisions .toggleAssistant + button,
4770.input-group-append #dokuwiki__content #page__revisions .toggleAssistant + button,
4771.input-group-append #dokuwiki__content #page__revisions .doku_form .no button + button,
4772.doku_form .no .input-group-append #dokuwiki__content #page__revisions button + button,
4773.input-group-append #dokuwiki__content #page__revisions #tool__bar button + button,
4774#tool__bar .input-group-append #dokuwiki__content #page__revisions button + button,
4775.input-group-append #dokuwiki__content #page__revisions .editButtons button + button,
4776.input-group-append #dokuwiki__content .editButtons #page__revisions button + button,
4777#dokuwiki__content #page__revisions .input-group-append .btn + button,
4778#dokuwiki__content #page__revisions .input-group-append #dw__login button + button,
4779#dw__login #dokuwiki__content #page__revisions .input-group-append button + button,
4780#dokuwiki__content #page__revisions .input-group-append .qq-upload-button + button,
4781#dokuwiki__content #page__revisions .input-group-append .search-results-form .toggleAssistant + button,
4782.search-results-form #dokuwiki__content #page__revisions .input-group-append .toggleAssistant + button,
4783#dokuwiki__content #page__revisions .input-group-append .toggleAssistant + button,
4784#dokuwiki__content #page__revisions .input-group-append .doku_form .no button + button,
4785.doku_form .no #dokuwiki__content #page__revisions .input-group-append button + button,
4786#dokuwiki__content #page__revisions .input-group-append #tool__bar button + button,
4787#tool__bar #dokuwiki__content #page__revisions .input-group-append button + button,
4788#dokuwiki__content #page__revisions .input-group-append .editButtons button + button,
4789#dokuwiki__content .editButtons #page__revisions .input-group-append button + button,
4790.input-group-append #dokuwiki__content #page__revisions button + button,
4791#dokuwiki__content #page__revisions .input-group-append button + button,
4792.input-group-append #dokuwiki__content .secedit button + .btn,
4793.input-group-append #dokuwiki__content .secedit #dw__login button + button,
4794#dw__login .input-group-append #dokuwiki__content .secedit button + button,
4795.input-group-append #dokuwiki__content .secedit button + .qq-upload-button,
4796.input-group-append #dokuwiki__content .secedit .search-results-form button + .toggleAssistant,
4797.search-results-form .input-group-append #dokuwiki__content .secedit button + .toggleAssistant,
4798.input-group-append #dokuwiki__content .secedit button + .toggleAssistant,
4799.input-group-append #dokuwiki__content .secedit .doku_form .no button + button,
4800.doku_form .no .input-group-append #dokuwiki__content .secedit button + button,
4801.input-group-append #dokuwiki__content .secedit #tool__bar button + button,
4802#tool__bar .input-group-append #dokuwiki__content .secedit button + button,
4803.input-group-append #dokuwiki__content .secedit .editButtons button + button,
4804.input-group-append #dokuwiki__content .editButtons .secedit button + button,
4805.input-group-append #dokuwiki__content #page__revisions .secedit button + button,
4806#dokuwiki__content .secedit .input-group-append button + .btn,
4807#dokuwiki__content .secedit .input-group-append #dw__login button + button,
4808#dw__login #dokuwiki__content .secedit .input-group-append button + button,
4809#dokuwiki__content .secedit .input-group-append button + .qq-upload-button,
4810#dokuwiki__content .secedit .input-group-append .search-results-form button + .toggleAssistant,
4811.search-results-form #dokuwiki__content .secedit .input-group-append button + .toggleAssistant,
4812#dokuwiki__content .secedit .input-group-append button + .toggleAssistant,
4813#dokuwiki__content .secedit .input-group-append .doku_form .no button + button,
4814.doku_form .no #dokuwiki__content .secedit .input-group-append button + button,
4815#dokuwiki__content .secedit .input-group-append #tool__bar button + button,
4816#tool__bar #dokuwiki__content .secedit .input-group-append button + button,
4817#dokuwiki__content .secedit .input-group-append .editButtons button + button,
4818#dokuwiki__content .editButtons .secedit .input-group-append button + button,
4819#dokuwiki__content .secedit .input-group-append #page__revisions button + button,
4820.input-group-append #dokuwiki__content .secedit .btn + button,
4821.input-group-append #dokuwiki__content .secedit #dw__login button + button,
4822#dw__login .input-group-append #dokuwiki__content .secedit button + button,
4823.input-group-append #dokuwiki__content .secedit .qq-upload-button + button,
4824.input-group-append #dokuwiki__content .secedit .search-results-form .toggleAssistant + button,
4825.search-results-form .input-group-append #dokuwiki__content .secedit .toggleAssistant + button,
4826.input-group-append #dokuwiki__content .secedit .toggleAssistant + button,
4827.input-group-append #dokuwiki__content .secedit .doku_form .no button + button,
4828.doku_form .no .input-group-append #dokuwiki__content .secedit button + button,
4829.input-group-append #dokuwiki__content .secedit #tool__bar button + button,
4830#tool__bar .input-group-append #dokuwiki__content .secedit button + button,
4831.input-group-append #dokuwiki__content .secedit .editButtons button + button,
4832.input-group-append #dokuwiki__content .editButtons .secedit button + button,
4833#dokuwiki__content .secedit .input-group-append .btn + button,
4834#dokuwiki__content .secedit .input-group-append #dw__login button + button,
4835#dw__login #dokuwiki__content .secedit .input-group-append button + button,
4836#dokuwiki__content .secedit .input-group-append .qq-upload-button + button,
4837#dokuwiki__content .secedit .input-group-append .search-results-form .toggleAssistant + button,
4838.search-results-form #dokuwiki__content .secedit .input-group-append .toggleAssistant + button,
4839#dokuwiki__content .secedit .input-group-append .toggleAssistant + button,
4840#dokuwiki__content .secedit .input-group-append .doku_form .no button + button,
4841.doku_form .no #dokuwiki__content .secedit .input-group-append button + button,
4842#dokuwiki__content .secedit .input-group-append #tool__bar button + button,
4843#tool__bar #dokuwiki__content .secedit .input-group-append button + button,
4844#dokuwiki__content .secedit .input-group-append .editButtons button + button,
4845#dokuwiki__content .editButtons .secedit .input-group-append button + button,
4846.input-group-append #dokuwiki__content .secedit button + button,
4847#dokuwiki__content .secedit .input-group-append button + button,
4848.input-group-append button + .btn,
4849.input-group-append #dw__login button + button,
4850#dw__login .input-group-append button + button,
4851.input-group-append button + .qq-upload-button,
4852.input-group-append .search-results-form button + .toggleAssistant,
4853.search-results-form .input-group-append button + .toggleAssistant,
4854.input-group-append button + .toggleAssistant,
4855.input-group-append .doku_form .no button + button,
4856.doku_form .no .input-group-append button + button,
4857.input-group-append #tool__bar button + button,
4858#tool__bar .input-group-append button + button,
4859.input-group-append #dokuwiki__content .editButtons button + button,
4860#dokuwiki__content .editButtons .input-group-append button + button,
4861.input-group-append .btn + button,
4862.input-group-append #dw__login button + button,
4863#dw__login .input-group-append button + button,
4864.input-group-append .qq-upload-button + button,
4865.input-group-append .search-results-form .toggleAssistant + button,
4866.search-results-form .input-group-append .toggleAssistant + button,
4867.input-group-append .toggleAssistant + button,
4868.input-group-append .doku_form .no button + button,
4869.doku_form .no .input-group-append button + button,
4870.input-group-append #tool__bar button + button,
4871#tool__bar .input-group-append button + button,
4872.input-group-append #dokuwiki__content .editButtons button + button,
4873#dokuwiki__content .editButtons .input-group-append button + button,
4874.input-group-append button + button,
4875.input-group-append .btn + .input-group-text,
4876.input-group-append #dw__login button + .input-group-text,
4877#dw__login .input-group-append button + .input-group-text,
4878.input-group-append .qq-upload-button + .input-group-text,
4879.input-group-append .search-results-form .toggleAssistant + .input-group-text,
4880.search-results-form .input-group-append .toggleAssistant + .input-group-text,
4881.input-group-append .toggleAssistant + .input-group-text,
4882.input-group-append .doku_form .no button + .input-group-text,
4883.doku_form .no .input-group-append button + .input-group-text,
4884.input-group-append #tool__bar button + .input-group-text,
4885#tool__bar .input-group-append button + .input-group-text,
4886.input-group-append #dokuwiki__content .editButtons button + .input-group-text,
4887#dokuwiki__content .editButtons .input-group-append button + .input-group-text,
4888.input-group-append #dokuwiki__content #page__revisions button + .input-group-text,
4889#dokuwiki__content #page__revisions .input-group-append button + .input-group-text,
4890.input-group-append #dokuwiki__content .secedit button + .input-group-text,
4891#dokuwiki__content .secedit .input-group-append button + .input-group-text,
4892.input-group-append button + .input-group-text,
4893.input-group-append .input-group-text + .input-group-text,
4894.input-group-append .input-group-text + .btn,
4895.input-group-append #dw__login .input-group-text + button,
4896#dw__login .input-group-append .input-group-text + button,
4897.input-group-append .input-group-text + .qq-upload-button,
4898.input-group-append .search-results-form .input-group-text + .toggleAssistant,
4899.search-results-form .input-group-append .input-group-text + .toggleAssistant,
4900.input-group-append .input-group-text + .toggleAssistant,
4901.input-group-append .doku_form .no .input-group-text + button,
4902.doku_form .no .input-group-append .input-group-text + button,
4903.input-group-append #tool__bar .input-group-text + button,
4904#tool__bar .input-group-append .input-group-text + button,
4905.input-group-append #dokuwiki__content .editButtons .input-group-text + button,
4906#dokuwiki__content .editButtons .input-group-append .input-group-text + button,
4907.input-group-append #dokuwiki__content #page__revisions .input-group-text + button,
4908#dokuwiki__content #page__revisions .input-group-append .input-group-text + button,
4909.input-group-append #dokuwiki__content .secedit .input-group-text + button,
4910#dokuwiki__content .secedit .input-group-append .input-group-text + button,
4911.input-group-append .input-group-text + button {
4912  margin-left: -1px;
4913}
4914
4915.input-group-prepend {
4916  margin-right: -1px;
4917}
4918
4919.input-group-append {
4920  margin-left: -1px;
4921}
4922
4923.input-group-text {
4924  display: flex;
4925  align-items: center;
4926  padding: 0.625rem 0.75rem;
4927  margin-bottom: 0;
4928  font-size: 0.875rem;
4929  font-weight: 400;
4930  line-height: 1.5;
4931  color: #adb5bd;
4932  text-align: center;
4933  white-space: nowrap;
4934  background-color: #fff;
4935  border: 1px solid #cad1d7;
4936  border-radius: 0.25rem;
4937}
4938
4939.input-group-text input[type=radio],
4940.input-group-text input[type=checkbox] {
4941  margin-top: 0;
4942}
4943
4944.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),
4945.input-group-lg > .custom-select {
4946  height: calc(1.5em + 1.75rem + 2px);
4947}
4948
4949.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,
4950.input-group-lg > .custom-select,
4951.input-group-lg > .input-group-prepend > .input-group-text,
4952.input-group-lg > .input-group-append > .input-group-text,
4953.input-group-lg > .input-group-prepend > .btn,
4954#dw__login .input-group-lg > .input-group-prepend > button,
4955.input-group-lg > .input-group-prepend > .qq-upload-button,
4956.input-group-lg > .input-group-prepend > .toggleAssistant,
4957#tool__bar .input-group-lg > .input-group-prepend > button,
4958#dokuwiki__content .editButtons .input-group-lg > .input-group-prepend > button,
4959#dokuwiki__content #page__revisions .input-group-lg > .input-group-prepend > button,
4960#dokuwiki__content .secedit .input-group-lg > .input-group-prepend > button,
4961.input-group-lg > .input-group-prepend > button,
4962.input-group-lg > .input-group-append > .btn,
4963#dw__login .input-group-lg > .input-group-append > button,
4964.input-group-lg > .input-group-append > .qq-upload-button,
4965.input-group-lg > .input-group-append > .toggleAssistant,
4966#tool__bar .input-group-lg > .input-group-append > button,
4967#dokuwiki__content .editButtons .input-group-lg > .input-group-append > button,
4968#dokuwiki__content #page__revisions .input-group-lg > .input-group-append > button,
4969#dokuwiki__content .secedit .input-group-lg > .input-group-append > button,
4970.input-group-lg > .input-group-append > button {
4971  padding: 0.875rem 1rem;
4972  font-size: 0.875rem;
4973  line-height: 1.5;
4974  border-radius: 0.3rem;
4975}
4976
4977.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),
4978.input-group-sm > .custom-select {
4979  height: calc(1.5em + 0.5rem + 2px);
4980}
4981
4982.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,
4983.input-group-sm > .custom-select,
4984.input-group-sm > .input-group-prepend > .input-group-text,
4985.input-group-sm > .input-group-append > .input-group-text,
4986.input-group-sm > .input-group-prepend > .btn,
4987#dw__login .input-group-sm > .input-group-prepend > button,
4988.input-group-sm > .input-group-prepend > .qq-upload-button,
4989.input-group-sm > .input-group-prepend > .toggleAssistant,
4990#tool__bar .input-group-sm > .input-group-prepend > button,
4991#dokuwiki__content .editButtons .input-group-sm > .input-group-prepend > button,
4992#dokuwiki__content #page__revisions .input-group-sm > .input-group-prepend > button,
4993#dokuwiki__content .secedit .input-group-sm > .input-group-prepend > button,
4994.input-group-sm > .input-group-prepend > button,
4995.input-group-sm > .input-group-append > .btn,
4996#dw__login .input-group-sm > .input-group-append > button,
4997.input-group-sm > .input-group-append > .qq-upload-button,
4998.input-group-sm > .input-group-append > .toggleAssistant,
4999#tool__bar .input-group-sm > .input-group-append > button,
5000#dokuwiki__content .editButtons .input-group-sm > .input-group-append > button,
5001#dokuwiki__content #page__revisions .input-group-sm > .input-group-append > button,
5002#dokuwiki__content .secedit .input-group-sm > .input-group-append > button,
5003.input-group-sm > .input-group-append > button {
5004  padding: 0.25rem 0.5rem;
5005  font-size: 0.75rem;
5006  line-height: 1.5;
5007  border-radius: 0.2rem;
5008}
5009
5010.input-group-lg > .custom-select,
5011.input-group-sm > .custom-select {
5012  padding-right: 1.75rem;
5013}
5014
5015.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,
5016.input-group > .input-group-prepend > .input-group-text,
5017.doku_form .no > .input-group-prepend > .input-group-text,
5018.input-group > .input-group-append:not(:last-child) > .btn,
5019#dw__login .input-group > .input-group-append:not(:last-child) > button,
5020.input-group > .input-group-append:not(:last-child) > .qq-upload-button,
5021.input-group > .input-group-append:not(:last-child) > .toggleAssistant,
5022.doku_form .no > .input-group-append:not(:last-child) > .btn,
5023.doku_form #dw__login .no > .input-group-append:not(:last-child) > button,
5024#dw__login .doku_form .no > .input-group-append:not(:last-child) > button,
5025.doku_form .no > .input-group-append:not(:last-child) > .qq-upload-button,
5026.doku_form .no > .input-group-append:not(:last-child) > .toggleAssistant,
5027.doku_form .no > .input-group-append:not(:last-child) > button,
5028#tool__bar .input-group > .input-group-append:not(:last-child) > button,
5029#tool__bar .doku_form .no > .input-group-append:not(:last-child) > button,
5030.doku_form #tool__bar .no > .input-group-append:not(:last-child) > button,
5031#dokuwiki__content .editButtons .input-group > .input-group-append:not(:last-child) > button,
5032#dokuwiki__content .editButtons .doku_form .no > .input-group-append:not(:last-child) > button,
5033.doku_form #dokuwiki__content .editButtons .no > .input-group-append:not(:last-child) > button,
5034#dokuwiki__content #page__revisions .input-group > .input-group-append:not(:last-child) > button,
5035#dokuwiki__content #page__revisions .doku_form .no > .input-group-append:not(:last-child) > button,
5036.doku_form #dokuwiki__content #page__revisions .no > .input-group-append:not(:last-child) > button,
5037#dokuwiki__content .secedit .input-group > .input-group-append:not(:last-child) > button,
5038#dokuwiki__content .secedit .doku_form .no > .input-group-append:not(:last-child) > button,
5039.doku_form #dokuwiki__content .secedit .no > .input-group-append:not(:last-child) > button,
5040.input-group > .input-group-append:not(:last-child) > button,
5041.input-group > .input-group-append:not(:last-child) > .input-group-text,
5042.doku_form .no > .input-group-append:not(:last-child) > .input-group-text,
5043.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
5044#dw__login .input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
5045.input-group > .input-group-append:last-child > .qq-upload-button:not(:last-child):not(.dropdown-toggle),
5046.input-group > .input-group-append:last-child > .toggleAssistant:not(:last-child):not(.dropdown-toggle),
5047.doku_form .no > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
5048.doku_form #dw__login .no > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
5049#dw__login .doku_form .no > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
5050.doku_form .no > .input-group-append:last-child > .qq-upload-button:not(:last-child):not(.dropdown-toggle),
5051.doku_form .no > .input-group-append:last-child > .toggleAssistant:not(:last-child):not(.dropdown-toggle),
5052.doku_form .no > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
5053#tool__bar .input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
5054#tool__bar .doku_form .no > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
5055.doku_form #tool__bar .no > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
5056#dokuwiki__content .editButtons .input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
5057#dokuwiki__content .editButtons .doku_form .no > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
5058.doku_form #dokuwiki__content .editButtons .no > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
5059#dokuwiki__content #page__revisions .input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
5060#dokuwiki__content #page__revisions .doku_form .no > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
5061.doku_form #dokuwiki__content #page__revisions .no > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
5062#dokuwiki__content .secedit .input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
5063#dokuwiki__content .secedit .doku_form .no > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
5064.doku_form #dokuwiki__content .secedit .no > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
5065.input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
5066.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
5067.doku_form .no > .input-group-append:last-child > .input-group-text:not(:last-child) {
5068  border-top-right-radius: 0;
5069  border-bottom-right-radius: 0;
5070}
5071
5072.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,
5073.input-group > .input-group-append > .input-group-text,
5074.doku_form .no > .input-group-append > .input-group-text,
5075.input-group > .input-group-prepend:not(:first-child) > .btn,
5076#dw__login .input-group > .input-group-prepend:not(:first-child) > button,
5077.input-group > .input-group-prepend:not(:first-child) > .qq-upload-button,
5078.input-group > .input-group-prepend:not(:first-child) > .toggleAssistant,
5079.doku_form .no > .input-group-prepend:not(:first-child) > .btn,
5080.doku_form #dw__login .no > .input-group-prepend:not(:first-child) > button,
5081#dw__login .doku_form .no > .input-group-prepend:not(:first-child) > button,
5082.doku_form .no > .input-group-prepend:not(:first-child) > .qq-upload-button,
5083.doku_form .no > .input-group-prepend:not(:first-child) > .toggleAssistant,
5084.doku_form .no > .input-group-prepend:not(:first-child) > button,
5085#tool__bar .input-group > .input-group-prepend:not(:first-child) > button,
5086#tool__bar .doku_form .no > .input-group-prepend:not(:first-child) > button,
5087.doku_form #tool__bar .no > .input-group-prepend:not(:first-child) > button,
5088#dokuwiki__content .editButtons .input-group > .input-group-prepend:not(:first-child) > button,
5089#dokuwiki__content .editButtons .doku_form .no > .input-group-prepend:not(:first-child) > button,
5090.doku_form #dokuwiki__content .editButtons .no > .input-group-prepend:not(:first-child) > button,
5091#dokuwiki__content #page__revisions .input-group > .input-group-prepend:not(:first-child) > button,
5092#dokuwiki__content #page__revisions .doku_form .no > .input-group-prepend:not(:first-child) > button,
5093.doku_form #dokuwiki__content #page__revisions .no > .input-group-prepend:not(:first-child) > button,
5094#dokuwiki__content .secedit .input-group > .input-group-prepend:not(:first-child) > button,
5095#dokuwiki__content .secedit .doku_form .no > .input-group-prepend:not(:first-child) > button,
5096.doku_form #dokuwiki__content .secedit .no > .input-group-prepend:not(:first-child) > button,
5097.input-group > .input-group-prepend:not(:first-child) > button,
5098.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
5099.doku_form .no > .input-group-prepend:not(:first-child) > .input-group-text,
5100.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
5101#dw__login .input-group > .input-group-prepend:first-child > button:not(:first-child),
5102.input-group > .input-group-prepend:first-child > .qq-upload-button:not(:first-child),
5103.input-group > .input-group-prepend:first-child > .toggleAssistant:not(:first-child),
5104.doku_form .no > .input-group-prepend:first-child > .btn:not(:first-child),
5105.doku_form #dw__login .no > .input-group-prepend:first-child > button:not(:first-child),
5106#dw__login .doku_form .no > .input-group-prepend:first-child > button:not(:first-child),
5107.doku_form .no > .input-group-prepend:first-child > .qq-upload-button:not(:first-child),
5108.doku_form .no > .input-group-prepend:first-child > .toggleAssistant:not(:first-child),
5109.doku_form .no > .input-group-prepend:first-child > button:not(:first-child),
5110#tool__bar .input-group > .input-group-prepend:first-child > button:not(:first-child),
5111#tool__bar .doku_form .no > .input-group-prepend:first-child > button:not(:first-child),
5112.doku_form #tool__bar .no > .input-group-prepend:first-child > button:not(:first-child),
5113#dokuwiki__content .editButtons .input-group > .input-group-prepend:first-child > button:not(:first-child),
5114#dokuwiki__content .editButtons .doku_form .no > .input-group-prepend:first-child > button:not(:first-child),
5115.doku_form #dokuwiki__content .editButtons .no > .input-group-prepend:first-child > button:not(:first-child),
5116#dokuwiki__content #page__revisions .input-group > .input-group-prepend:first-child > button:not(:first-child),
5117#dokuwiki__content #page__revisions .doku_form .no > .input-group-prepend:first-child > button:not(:first-child),
5118.doku_form #dokuwiki__content #page__revisions .no > .input-group-prepend:first-child > button:not(:first-child),
5119#dokuwiki__content .secedit .input-group > .input-group-prepend:first-child > button:not(:first-child),
5120#dokuwiki__content .secedit .doku_form .no > .input-group-prepend:first-child > button:not(:first-child),
5121.doku_form #dokuwiki__content .secedit .no > .input-group-prepend:first-child > button:not(:first-child),
5122.input-group > .input-group-prepend:first-child > button:not(:first-child),
5123.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
5124.doku_form .no > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
5125  border-top-left-radius: 0;
5126  border-bottom-left-radius: 0;
5127}
5128
5129.custom-control {
5130  position: relative;
5131  display: block;
5132  min-height: 1.5rem;
5133  padding-left: 3rem;
5134}
5135
5136.custom-control-inline {
5137  display: inline-flex;
5138  margin-right: 1rem;
5139}
5140
5141.custom-control-input {
5142  position: absolute;
5143  z-index: -1;
5144  opacity: 0;
5145}
5146
5147.custom-control-input:checked ~ .custom-control-label::before {
5148  color: #fff;
5149  border-color: #5e72e4;
5150  background-color: #5e72e4;
5151  box-shadow: none;
5152}
5153
5154.custom-control-input:focus ~ .custom-control-label::before {
5155  box-shadow: none, none;
5156}
5157
5158.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
5159  border-color: rgba(50, 151, 211, 0.25);
5160}
5161
5162.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
5163  color: #fff;
5164  background-color: #5e72e4;
5165  border-color: #5e72e4;
5166  box-shadow: none;
5167}
5168
5169.custom-control-input:disabled ~ .custom-control-label {
5170  color: #8898aa;
5171}
5172
5173.custom-control-input:disabled ~ .custom-control-label::before {
5174  background-color: #e9ecef;
5175}
5176
5177.custom-control-label {
5178  position: relative;
5179  margin-bottom: 0;
5180  vertical-align: top;
5181}
5182
5183.custom-control-label::before {
5184  position: absolute;
5185  top: 0.125rem;
5186  left: -3rem;
5187  display: block;
5188  width: 1.25rem;
5189  height: 1.25rem;
5190  pointer-events: none;
5191  content: "";
5192  background-color: #fff;
5193  border: #cad1d7 solid 1px;
5194  box-shadow: none;
5195}
5196
5197.custom-control-label::after {
5198  position: absolute;
5199  top: 0.125rem;
5200  left: -3rem;
5201  display: block;
5202  width: 1.25rem;
5203  height: 1.25rem;
5204  content: "";
5205  background: no-repeat 50%/50% 50%;
5206}
5207
5208.custom-checkbox .custom-control-label::before {
5209  border-radius: 0.2rem;
5210}
5211
5212.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
5213  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
5214}
5215
5216.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
5217  border-color: #5e72e4;
5218  background-color: #5e72e4;
5219  box-shadow: none;
5220}
5221
5222.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
5223  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
5224}
5225
5226.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
5227  background-color: rgba(94, 114, 228, 0.5);
5228}
5229
5230.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
5231  background-color: rgba(94, 114, 228, 0.5);
5232}
5233
5234.custom-radio .custom-control-label::before {
5235  border-radius: 50%;
5236}
5237
5238.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
5239  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
5240}
5241
5242.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
5243  background-color: rgba(94, 114, 228, 0.5);
5244}
5245
5246.custom-switch {
5247  padding-left: 3.9375rem;
5248}
5249
5250.custom-switch .custom-control-label::before {
5251  left: -3.9375rem;
5252  width: 2.1875rem;
5253  pointer-events: all;
5254  border-radius: 0.625rem;
5255}
5256
5257.custom-switch .custom-control-label::after {
5258  top: calc(0.125rem + 2px);
5259  left: calc(-3.9375rem + 2px);
5260  width: calc(1.25rem - 4px);
5261  height: calc(1.25rem - 4px);
5262  background-color: #cad1d7;
5263  border-radius: 0.625rem;
5264  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;
5265}
5266
5267@media (prefers-reduced-motion: reduce) {
5268  .custom-switch .custom-control-label::after {
5269    transition: none;
5270  }
5271}
5272.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
5273  background-color: #fff;
5274  transform: translateX(0.9375rem);
5275}
5276
5277.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
5278  background-color: rgba(94, 114, 228, 0.5);
5279}
5280
5281.custom-select {
5282  display: inline-block;
5283  width: 100%;
5284  height: calc(1.5em + 1.25rem + 2px);
5285  padding: 0.625rem 1.75rem 0.625rem 0.75rem;
5286  font-size: 0.875rem;
5287  font-weight: 400;
5288  line-height: 1.5;
5289  color: #8898aa;
5290  vertical-align: middle;
5291  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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;
5292  background-color: #fff;
5293  border: 1px solid #cad1d7;
5294  border-radius: 0.25rem;
5295  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
5296  appearance: none;
5297}
5298
5299.custom-select:focus {
5300  border-color: rgba(50, 151, 211, 0.25);
5301  outline: 0;
5302  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0 #5e72e4;
5303}
5304
5305.custom-select:focus::-ms-value {
5306  color: #8898aa;
5307  background-color: #fff;
5308}
5309
5310.custom-select[multiple],
5311.custom-select[size]:not([size="1"]) {
5312  height: auto;
5313  padding-right: 0.75rem;
5314  background-image: none;
5315}
5316
5317.custom-select:disabled {
5318  color: #8898aa;
5319  background-color: #e9ecef;
5320}
5321
5322.custom-select::-ms-expand {
5323  display: none;
5324}
5325
5326.custom-select-sm {
5327  height: calc(1.5em + 0.5rem + 2px);
5328  padding-top: 0.25rem;
5329  padding-bottom: 0.25rem;
5330  padding-left: 0.5rem;
5331  font-size: 0.75rem;
5332}
5333
5334.custom-select-lg {
5335  height: calc(1.5em + 1.75rem + 2px);
5336  padding-top: 0.875rem;
5337  padding-bottom: 0.875rem;
5338  padding-left: 1rem;
5339  font-size: 0.875rem;
5340}
5341
5342.custom-file {
5343  position: relative;
5344  display: inline-block;
5345  width: 100%;
5346  height: calc(1.5em + 1.25rem + 2px);
5347  margin-bottom: 0;
5348}
5349
5350.custom-file-input {
5351  position: relative;
5352  z-index: 2;
5353  width: 100%;
5354  height: calc(1.5em + 1.25rem + 2px);
5355  margin: 0;
5356  opacity: 0;
5357}
5358
5359.custom-file-input:focus ~ .custom-file-label {
5360  border-color: rgba(50, 151, 211, 0.25);
5361  box-shadow: none;
5362}
5363
5364.custom-file-input:disabled ~ .custom-file-label {
5365  background-color: #e9ecef;
5366}
5367
5368.custom-file-input:lang(en) ~ .custom-file-label::after {
5369  content: "Browse";
5370}
5371
5372.custom-file-input ~ .custom-file-label[data-browse]::after {
5373  content: attr(data-browse);
5374}
5375
5376.custom-file-label {
5377  position: absolute;
5378  top: 0;
5379  right: 0;
5380  left: 0;
5381  z-index: 1;
5382  height: calc(1.5em + 1.25rem + 2px);
5383  padding: 0.625rem 0.75rem;
5384  font-weight: 400;
5385  line-height: 1.5;
5386  color: #8898aa;
5387  background-color: #fff;
5388  border: 1px solid #cad1d7;
5389  border-radius: 0.25rem;
5390  box-shadow: none;
5391}
5392
5393.custom-file-label::after {
5394  position: absolute;
5395  top: 0;
5396  right: 0;
5397  bottom: 0;
5398  z-index: 3;
5399  display: block;
5400  height: calc(1.5em + 1.25rem);
5401  padding: 0.625rem 0.75rem;
5402  line-height: 1.5;
5403  color: #8898aa;
5404  content: "Browse";
5405  background-color: #fff;
5406  border-left: inherit;
5407  border-radius: 0 0.25rem 0.25rem 0;
5408}
5409
5410.custom-range {
5411  width: 100%;
5412  height: calc(1rem + 0);
5413  padding: 0;
5414  background-color: transparent;
5415  appearance: none;
5416}
5417
5418.custom-range:focus {
5419  outline: none;
5420}
5421
5422.custom-range:focus::-webkit-slider-thumb {
5423  box-shadow: 0 0 0 1px #fff, none;
5424}
5425
5426.custom-range:focus::-moz-range-thumb {
5427  box-shadow: 0 0 0 1px #fff, none;
5428}
5429
5430.custom-range:focus::-ms-thumb {
5431  box-shadow: 0 0 0 1px #fff, none;
5432}
5433
5434.custom-range::-moz-focus-outer {
5435  border: 0;
5436}
5437
5438.custom-range::-webkit-slider-thumb {
5439  width: 1rem;
5440  height: 1rem;
5441  margin-top: -0.25rem;
5442  background-color: #5e72e4;
5443  border: 0;
5444  border-radius: 1rem;
5445  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
5446  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
5447  appearance: none;
5448}
5449
5450@media (prefers-reduced-motion: reduce) {
5451  .custom-range::-webkit-slider-thumb {
5452    transition: none;
5453  }
5454}
5455.custom-range::-webkit-slider-thumb:active {
5456  background-color: #f7f8fe;
5457}
5458
5459.custom-range::-webkit-slider-runnable-track {
5460  width: 100%;
5461  height: 0.5rem;
5462  color: transparent;
5463  cursor: pointer;
5464  background-color: #dee2e6;
5465  border-color: transparent;
5466  border-radius: 1rem;
5467  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
5468}
5469
5470.custom-range::-moz-range-thumb {
5471  width: 1rem;
5472  height: 1rem;
5473  background-color: #5e72e4;
5474  border: 0;
5475  border-radius: 1rem;
5476  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
5477  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
5478  appearance: none;
5479}
5480
5481@media (prefers-reduced-motion: reduce) {
5482  .custom-range::-moz-range-thumb {
5483    transition: none;
5484  }
5485}
5486.custom-range::-moz-range-thumb:active {
5487  background-color: #f7f8fe;
5488}
5489
5490.custom-range::-moz-range-track {
5491  width: 100%;
5492  height: 0.5rem;
5493  color: transparent;
5494  cursor: pointer;
5495  background-color: #dee2e6;
5496  border-color: transparent;
5497  border-radius: 1rem;
5498  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
5499}
5500
5501.custom-range::-ms-thumb {
5502  width: 1rem;
5503  height: 1rem;
5504  margin-top: 0;
5505  margin-right: 0;
5506  margin-left: 0;
5507  background-color: #5e72e4;
5508  border: 0;
5509  border-radius: 1rem;
5510  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
5511  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
5512  appearance: none;
5513}
5514
5515@media (prefers-reduced-motion: reduce) {
5516  .custom-range::-ms-thumb {
5517    transition: none;
5518  }
5519}
5520.custom-range::-ms-thumb:active {
5521  background-color: #f7f8fe;
5522}
5523
5524.custom-range::-ms-track {
5525  width: 100%;
5526  height: 0.5rem;
5527  color: transparent;
5528  cursor: pointer;
5529  background-color: transparent;
5530  border-color: transparent;
5531  border-width: 0.5rem;
5532  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
5533}
5534
5535.custom-range::-ms-fill-lower {
5536  background-color: #dee2e6;
5537  border-radius: 1rem;
5538}
5539
5540.custom-range::-ms-fill-upper {
5541  margin-right: 15px;
5542  background-color: #dee2e6;
5543  border-radius: 1rem;
5544}
5545
5546.custom-range:disabled::-webkit-slider-thumb {
5547  background-color: #adb5bd;
5548}
5549
5550.custom-range:disabled::-webkit-slider-runnable-track {
5551  cursor: default;
5552}
5553
5554.custom-range:disabled::-moz-range-thumb {
5555  background-color: #adb5bd;
5556}
5557
5558.custom-range:disabled::-moz-range-track {
5559  cursor: default;
5560}
5561
5562.custom-range:disabled::-ms-thumb {
5563  background-color: #adb5bd;
5564}
5565
5566.custom-control-label::before,
5567.custom-file-label,
5568.custom-select {
5569  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
5570}
5571
5572@media (prefers-reduced-motion: reduce) {
5573  .custom-control-label::before,
5574.custom-file-label,
5575.custom-select {
5576    transition: none;
5577  }
5578}
5579.nav, .leftsidebar .leftsidebar ul {
5580  display: flex;
5581  flex-wrap: wrap;
5582  padding-left: 0;
5583  margin-bottom: 0;
5584  list-style: none;
5585}
5586
5587.nav-link {
5588  display: block;
5589  padding: 0.25rem 0.75rem;
5590}
5591
5592.nav-link:hover,
5593.nav-link:focus {
5594  text-decoration: none;
5595}
5596
5597.nav-link.disabled {
5598  color: #8898aa;
5599  pointer-events: none;
5600  cursor: default;
5601}
5602
5603.nav-tabs {
5604  border-bottom: 0.0625rem solid #dee2e6;
5605}
5606
5607.nav-tabs .nav-item {
5608  margin-bottom: -0.0625rem;
5609}
5610
5611.nav-tabs .nav-link {
5612  border: 0.0625rem solid transparent;
5613  border-top-left-radius: 0.25rem;
5614  border-top-right-radius: 0.25rem;
5615}
5616
5617.nav-tabs .nav-link:hover,
5618.nav-tabs .nav-link:focus {
5619  border-color: #e9ecef #e9ecef #dee2e6;
5620}
5621
5622.nav-tabs .nav-link.disabled {
5623  color: #8898aa;
5624  background-color: transparent;
5625  border-color: transparent;
5626}
5627
5628.nav-tabs .nav-link.active,
5629.nav-tabs .nav-item.show .nav-link {
5630  color: #525f7f;
5631  background-color: #fff;
5632  border-color: #dee2e6 #dee2e6 #fff;
5633}
5634
5635.nav-tabs .dropdown-menu {
5636  margin-top: -0.0625rem;
5637  border-top-left-radius: 0;
5638  border-top-right-radius: 0;
5639}
5640
5641.nav-pills .nav-link {
5642  border-radius: 0.25rem;
5643}
5644
5645.nav-pills .nav-link.active,
5646.nav-pills .show > .nav-link {
5647  color: #fff;
5648  background-color: #5e72e4;
5649}
5650
5651.nav-fill .nav-item {
5652  flex: 1 1 auto;
5653  text-align: center;
5654}
5655
5656.nav-justified .nav-item {
5657  flex-basis: 0;
5658  flex-grow: 1;
5659  text-align: center;
5660}
5661
5662.tab-content > .tab-pane {
5663  display: none;
5664}
5665
5666.tab-content > .active {
5667  display: block;
5668}
5669
5670.navbar {
5671  position: relative;
5672  display: flex;
5673  flex-wrap: wrap;
5674  align-items: center;
5675  justify-content: space-between;
5676  padding: 1rem 1rem;
5677}
5678
5679.navbar > .container,
5680.navbar > .container-fluid {
5681  display: flex;
5682  flex-wrap: wrap;
5683  align-items: center;
5684  justify-content: space-between;
5685}
5686
5687.navbar-brand {
5688  display: inline-block;
5689  padding-top: 0.0625rem;
5690  padding-bottom: 0.0625rem;
5691  margin-right: 1rem;
5692  font-size: 1.25rem;
5693  line-height: inherit;
5694  white-space: nowrap;
5695}
5696
5697.navbar-brand:hover,
5698.navbar-brand:focus {
5699  text-decoration: none;
5700}
5701
5702.navbar-nav {
5703  display: flex;
5704  flex-direction: column;
5705  padding-left: 0;
5706  margin-bottom: 0;
5707  list-style: none;
5708}
5709
5710.navbar-nav .nav-link:not(.btn):not(.qq-upload-button):not(.toggleAssistant):not(button) {
5711  padding-right: 0;
5712  padding-left: 0;
5713}
5714
5715.navbar-nav .dropdown-menu {
5716  position: static;
5717  float: none;
5718}
5719
5720.navbar-text {
5721  display: inline-block;
5722  padding-top: 0.25rem;
5723  padding-bottom: 0.25rem;
5724}
5725
5726.navbar-collapse {
5727  flex-basis: 100%;
5728  flex-grow: 1;
5729  align-items: center;
5730}
5731
5732.navbar-toggler {
5733  padding: 0.25rem 0.75rem;
5734  font-size: 1.25rem;
5735  line-height: 1;
5736  background-color: transparent;
5737  border: 0.0625rem solid transparent;
5738  border-radius: 0.25rem;
5739}
5740
5741.navbar-toggler:hover,
5742.navbar-toggler:focus {
5743  text-decoration: none;
5744}
5745
5746.navbar-toggler-icon {
5747  display: inline-block;
5748  width: 1.5em;
5749  height: 1.5em;
5750  vertical-align: middle;
5751  content: "";
5752  background: no-repeat center center;
5753  background-size: 100% 100%;
5754}
5755
5756@media (max-width: 575.98px) {
5757  .navbar-expand-sm > .container,
5758.navbar-expand-sm > .container-fluid {
5759    padding-right: 0;
5760    padding-left: 0;
5761  }
5762}
5763@media (min-width: 576px) {
5764  .navbar-expand-sm {
5765    flex-flow: row nowrap;
5766    justify-content: flex-start;
5767  }
5768
5769  .navbar-expand-sm .navbar-nav {
5770    flex-direction: row;
5771  }
5772
5773  .navbar-expand-sm .navbar-nav .dropdown-menu {
5774    position: absolute;
5775  }
5776
5777  .navbar-expand-sm .navbar-nav .nav-link {
5778    padding-right: 1rem;
5779    padding-left: 1rem;
5780  }
5781
5782  .navbar-expand-sm > .container,
5783.navbar-expand-sm > .container-fluid {
5784    flex-wrap: nowrap;
5785  }
5786
5787  .navbar-expand-sm .navbar-collapse {
5788    display: flex !important;
5789    flex-basis: auto;
5790  }
5791
5792  .navbar-expand-sm .navbar-toggler {
5793    display: none;
5794  }
5795}
5796@media (max-width: 767.98px) {
5797  .navbar-expand-md > .container,
5798.navbar-expand-md > .container-fluid {
5799    padding-right: 0;
5800    padding-left: 0;
5801  }
5802}
5803@media (min-width: 768px) {
5804  .navbar-expand-md {
5805    flex-flow: row nowrap;
5806    justify-content: flex-start;
5807  }
5808
5809  .navbar-expand-md .navbar-nav {
5810    flex-direction: row;
5811  }
5812
5813  .navbar-expand-md .navbar-nav .dropdown-menu {
5814    position: absolute;
5815  }
5816
5817  .navbar-expand-md .navbar-nav .nav-link {
5818    padding-right: 1rem;
5819    padding-left: 1rem;
5820  }
5821
5822  .navbar-expand-md > .container,
5823.navbar-expand-md > .container-fluid {
5824    flex-wrap: nowrap;
5825  }
5826
5827  .navbar-expand-md .navbar-collapse {
5828    display: flex !important;
5829    flex-basis: auto;
5830  }
5831
5832  .navbar-expand-md .navbar-toggler {
5833    display: none;
5834  }
5835}
5836@media (max-width: 991.98px) {
5837  .navbar-expand-lg > .container,
5838.navbar-expand-lg > .container-fluid {
5839    padding-right: 0;
5840    padding-left: 0;
5841  }
5842}
5843@media (min-width: 992px) {
5844  .navbar-expand-lg {
5845    flex-flow: row nowrap;
5846    justify-content: flex-start;
5847  }
5848
5849  .navbar-expand-lg .navbar-nav {
5850    flex-direction: row;
5851  }
5852
5853  .navbar-expand-lg .navbar-nav .dropdown-menu {
5854    position: absolute;
5855  }
5856
5857  .navbar-expand-lg .navbar-nav .nav-link {
5858    padding-right: 1rem;
5859    padding-left: 1rem;
5860  }
5861
5862  .navbar-expand-lg > .container,
5863.navbar-expand-lg > .container-fluid {
5864    flex-wrap: nowrap;
5865  }
5866
5867  .navbar-expand-lg .navbar-collapse {
5868    display: flex !important;
5869    flex-basis: auto;
5870  }
5871
5872  .navbar-expand-lg .navbar-toggler {
5873    display: none;
5874  }
5875}
5876@media (max-width: 1199.98px) {
5877  .navbar-expand-xl > .container,
5878.navbar-expand-xl > .container-fluid {
5879    padding-right: 0;
5880    padding-left: 0;
5881  }
5882}
5883@media (min-width: 1200px) {
5884  .navbar-expand-xl {
5885    flex-flow: row nowrap;
5886    justify-content: flex-start;
5887  }
5888
5889  .navbar-expand-xl .navbar-nav {
5890    flex-direction: row;
5891  }
5892
5893  .navbar-expand-xl .navbar-nav .dropdown-menu {
5894    position: absolute;
5895  }
5896
5897  .navbar-expand-xl .navbar-nav .nav-link {
5898    padding-right: 1rem;
5899    padding-left: 1rem;
5900  }
5901
5902  .navbar-expand-xl > .container,
5903.navbar-expand-xl > .container-fluid {
5904    flex-wrap: nowrap;
5905  }
5906
5907  .navbar-expand-xl .navbar-collapse {
5908    display: flex !important;
5909    flex-basis: auto;
5910  }
5911
5912  .navbar-expand-xl .navbar-toggler {
5913    display: none;
5914  }
5915}
5916.navbar-expand {
5917  flex-flow: row nowrap;
5918  justify-content: flex-start;
5919}
5920
5921.navbar-expand > .container,
5922.navbar-expand > .container-fluid {
5923  padding-right: 0;
5924  padding-left: 0;
5925}
5926
5927.navbar-expand .navbar-nav {
5928  flex-direction: row;
5929}
5930
5931.navbar-expand .navbar-nav .dropdown-menu {
5932  position: absolute;
5933}
5934
5935.navbar-expand .navbar-nav .nav-link {
5936  padding-right: 1rem;
5937  padding-left: 1rem;
5938}
5939
5940.navbar-expand > .container,
5941.navbar-expand > .container-fluid {
5942  flex-wrap: nowrap;
5943}
5944
5945.navbar-expand .navbar-collapse {
5946  display: flex !important;
5947  flex-basis: auto;
5948}
5949
5950.navbar-expand .navbar-toggler {
5951  display: none;
5952}
5953
5954.navbar-light .navbar-brand {
5955  color: rgba(0, 0, 0, 0.9);
5956}
5957
5958.navbar-light .navbar-brand:hover,
5959.navbar-light .navbar-brand:focus {
5960  color: rgba(0, 0, 0, 0.9);
5961}
5962
5963.navbar-light .navbar-nav .nav-link {
5964  color: rgba(0, 0, 0, 0.5);
5965}
5966
5967.navbar-light .navbar-nav .nav-link:hover,
5968.navbar-light .navbar-nav .nav-link:focus {
5969  color: rgba(0, 0, 0, 0.7);
5970}
5971
5972.navbar-light .navbar-nav .nav-link.disabled {
5973  color: rgba(0, 0, 0, 0.3);
5974}
5975
5976.navbar-light .navbar-nav .show > .nav-link,
5977.navbar-light .navbar-nav .active > .nav-link,
5978.navbar-light .navbar-nav .nav-link.show,
5979.navbar-light .navbar-nav .nav-link.active {
5980  color: rgba(0, 0, 0, 0.9);
5981}
5982
5983.navbar-light .navbar-toggler {
5984  color: rgba(0, 0, 0, 0.5);
5985  border-color: transparent;
5986}
5987
5988.navbar-light .navbar-toggler-icon {
5989  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
5990}
5991
5992.navbar-light .navbar-text {
5993  color: rgba(0, 0, 0, 0.5);
5994}
5995
5996.navbar-light .navbar-text a {
5997  color: rgba(0, 0, 0, 0.9);
5998}
5999
6000.navbar-light .navbar-text a:hover,
6001.navbar-light .navbar-text a:focus {
6002  color: rgba(0, 0, 0, 0.9);
6003}
6004
6005.navbar-dark .navbar-brand {
6006  color: rgba(255, 255, 255, 0.65);
6007}
6008
6009.navbar-dark .navbar-brand:hover,
6010.navbar-dark .navbar-brand:focus {
6011  color: rgba(255, 255, 255, 0.65);
6012}
6013
6014.navbar-dark .navbar-nav .nav-link {
6015  color: rgba(255, 255, 255, 0.95);
6016}
6017
6018.navbar-dark .navbar-nav .nav-link:hover,
6019.navbar-dark .navbar-nav .nav-link:focus {
6020  color: rgba(255, 255, 255, 0.65);
6021}
6022
6023.navbar-dark .navbar-nav .nav-link.disabled {
6024  color: rgba(255, 255, 255, 0.25);
6025}
6026
6027.navbar-dark .navbar-nav .show > .nav-link,
6028.navbar-dark .navbar-nav .active > .nav-link,
6029.navbar-dark .navbar-nav .nav-link.show,
6030.navbar-dark .navbar-nav .nav-link.active {
6031  color: rgba(255, 255, 255, 0.65);
6032}
6033
6034.navbar-dark .navbar-toggler {
6035  color: rgba(255, 255, 255, 0.95);
6036  border-color: transparent;
6037}
6038
6039.navbar-dark .navbar-toggler-icon {
6040  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
6041}
6042
6043.navbar-dark .navbar-text {
6044  color: rgba(255, 255, 255, 0.95);
6045}
6046
6047.navbar-dark .navbar-text a {
6048  color: rgba(255, 255, 255, 0.65);
6049}
6050
6051.navbar-dark .navbar-text a:hover,
6052.navbar-dark .navbar-text a:focus {
6053  color: rgba(255, 255, 255, 0.65);
6054}
6055
6056.card, #dw__login {
6057  position: relative;
6058  display: flex;
6059  flex-direction: column;
6060  min-width: 0;
6061  word-wrap: break-word;
6062  background-color: #fff;
6063  background-clip: border-box;
6064  border: 0.0625rem solid rgba(0, 0, 0, 0.05);
6065  border-radius: 0.25rem;
6066}
6067
6068.card > hr, #dw__login > hr {
6069  margin-right: 0;
6070  margin-left: 0;
6071}
6072
6073.card > .list-group:first-child .list-group-item:first-child, #dw__login > .list-group:first-child .list-group-item:first-child {
6074  border-top-left-radius: 0.25rem;
6075  border-top-right-radius: 0.25rem;
6076}
6077
6078.card > .list-group:last-child .list-group-item:last-child, #dw__login > .list-group:last-child .list-group-item:last-child {
6079  border-bottom-right-radius: 0.25rem;
6080  border-bottom-left-radius: 0.25rem;
6081}
6082
6083.card-body {
6084  flex: 1 1 auto;
6085  padding: 1.5rem;
6086}
6087
6088.card-title {
6089  margin-bottom: 1.25rem;
6090}
6091
6092.card-subtitle {
6093  margin-top: -0.625rem;
6094  margin-bottom: 0;
6095}
6096
6097.card-text:last-child {
6098  margin-bottom: 0;
6099}
6100
6101.card-link:hover {
6102  text-decoration: none;
6103}
6104
6105.card-link + .card-link {
6106  margin-left: 1.5rem;
6107}
6108
6109.card-header, #dw__login legend {
6110  padding: 1.25rem 1.5rem;
6111  margin-bottom: 0;
6112  background-color: #f6f9fc;
6113  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.05);
6114}
6115
6116.card-header:first-child, #dw__login legend:first-child {
6117  border-radius: calc(0.25rem - 0.0625rem) calc(0.25rem - 0.0625rem) 0 0;
6118}
6119
6120.card-header + .list-group .list-group-item:first-child, #dw__login legend + .list-group .list-group-item:first-child {
6121  border-top: 0;
6122}
6123
6124.card-footer {
6125  padding: 1.25rem 1.5rem;
6126  background-color: #f6f9fc;
6127  border-top: 0.0625rem solid rgba(0, 0, 0, 0.05);
6128}
6129
6130.card-footer:last-child {
6131  border-radius: 0 0 calc(0.25rem - 0.0625rem) calc(0.25rem - 0.0625rem);
6132}
6133
6134.card-header-tabs {
6135  margin-right: -0.75rem;
6136  margin-bottom: -1.25rem;
6137  margin-left: -0.75rem;
6138  border-bottom: 0;
6139}
6140
6141.card-header-pills {
6142  margin-right: -0.75rem;
6143  margin-left: -0.75rem;
6144}
6145
6146.card-img-overlay {
6147  position: absolute;
6148  top: 0;
6149  right: 0;
6150  bottom: 0;
6151  left: 0;
6152  padding: 1.25rem;
6153}
6154
6155.card-img {
6156  width: 100%;
6157  border-radius: calc(0.25rem - 0.0625rem);
6158}
6159
6160.card-img-top {
6161  width: 100%;
6162  border-top-left-radius: calc(0.25rem - 0.0625rem);
6163  border-top-right-radius: calc(0.25rem - 0.0625rem);
6164}
6165
6166.card-img-bottom {
6167  width: 100%;
6168  border-bottom-right-radius: calc(0.25rem - 0.0625rem);
6169  border-bottom-left-radius: calc(0.25rem - 0.0625rem);
6170}
6171
6172.card-deck {
6173  display: flex;
6174  flex-direction: column;
6175}
6176
6177.card-deck .card, .card-deck #dw__login {
6178  margin-bottom: 15px;
6179}
6180
6181@media (min-width: 576px) {
6182  .card-deck {
6183    flex-flow: row wrap;
6184    margin-right: -15px;
6185    margin-left: -15px;
6186  }
6187
6188  .card-deck .card, .card-deck #dw__login {
6189    display: flex;
6190    flex: 1 0 0%;
6191    flex-direction: column;
6192    margin-right: 15px;
6193    margin-bottom: 0;
6194    margin-left: 15px;
6195  }
6196}
6197.card-group {
6198  display: flex;
6199  flex-direction: column;
6200}
6201
6202.card-group > .card, .card-group > #dw__login {
6203  margin-bottom: 15px;
6204}
6205
6206@media (min-width: 576px) {
6207  .card-group {
6208    flex-flow: row wrap;
6209  }
6210
6211  .card-group > .card, .card-group > #dw__login {
6212    flex: 1 0 0%;
6213    margin-bottom: 0;
6214  }
6215
6216  .card-group > .card + .card, .card-group > #dw__login + .card, .card-group > .card + #dw__login, .card-group > #dw__login + #dw__login {
6217    margin-left: 0;
6218    border-left: 0;
6219  }
6220
6221  .card-group > .card:not(:last-child), .card-group > #dw__login:not(:last-child) {
6222    border-top-right-radius: 0;
6223    border-bottom-right-radius: 0;
6224  }
6225
6226  .card-group > .card:not(:last-child) .card-img-top, .card-group > #dw__login:not(:last-child) .card-img-top,
6227.card-group > .card:not(:last-child) .card-header,
6228.card-group > .card:not(:last-child) #dw__login legend,
6229#dw__login .card-group > .card:not(:last-child) legend,
6230.card-group > #dw__login:not(:last-child) .card-header,
6231.card-group > #dw__login:not(:last-child) legend {
6232    border-top-right-radius: 0;
6233  }
6234
6235  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > #dw__login:not(:last-child) .card-img-bottom,
6236.card-group > .card:not(:last-child) .card-footer,
6237.card-group > #dw__login:not(:last-child) .card-footer {
6238    border-bottom-right-radius: 0;
6239  }
6240
6241  .card-group > .card:not(:first-child), .card-group > #dw__login:not(:first-child) {
6242    border-top-left-radius: 0;
6243    border-bottom-left-radius: 0;
6244  }
6245
6246  .card-group > .card:not(:first-child) .card-img-top, .card-group > #dw__login:not(:first-child) .card-img-top,
6247.card-group > .card:not(:first-child) .card-header,
6248.card-group > .card:not(:first-child) #dw__login legend,
6249#dw__login .card-group > .card:not(:first-child) legend,
6250.card-group > #dw__login:not(:first-child) .card-header,
6251.card-group > #dw__login:not(:first-child) legend {
6252    border-top-left-radius: 0;
6253  }
6254
6255  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > #dw__login:not(:first-child) .card-img-bottom,
6256.card-group > .card:not(:first-child) .card-footer,
6257.card-group > #dw__login:not(:first-child) .card-footer {
6258    border-bottom-left-radius: 0;
6259  }
6260}
6261.card-columns .card, .card-columns #dw__login {
6262  margin-bottom: 1.25rem;
6263}
6264
6265@media (min-width: 576px) {
6266  .card-columns {
6267    column-count: 3;
6268    column-gap: 1.25rem;
6269    orphans: 1;
6270    widows: 1;
6271  }
6272
6273  .card-columns .card, .card-columns #dw__login {
6274    display: inline-block;
6275    width: 100%;
6276  }
6277}
6278.accordion > .card, .accordion > #dw__login {
6279  overflow: hidden;
6280}
6281
6282.accordion > .card:not(:first-of-type) .card-header:first-child, .accordion > .card:not(:first-of-type) #dw__login legend:first-child, #dw__login .accordion > .card:not(:first-of-type) legend:first-child, .accordion > #dw__login:not(:first-of-type) .card-header:first-child, .accordion > #dw__login:not(:first-of-type) legend:first-child {
6283  border-radius: 0;
6284}
6285
6286.accordion > .card:not(:first-of-type):not(:last-of-type), .accordion > #dw__login:not(:first-of-type):not(:last-of-type) {
6287  border-bottom: 0;
6288  border-radius: 0;
6289}
6290
6291.accordion > .card:first-of-type, .accordion > #dw__login:first-of-type {
6292  border-bottom: 0;
6293  border-bottom-right-radius: 0;
6294  border-bottom-left-radius: 0;
6295}
6296
6297.accordion > .card:last-of-type, .accordion > #dw__login:last-of-type {
6298  border-top-left-radius: 0;
6299  border-top-right-radius: 0;
6300}
6301
6302.accordion > .card .card-header, #dw__login .accordion > .card legend, .accordion > #dw__login .card-header, .accordion > #dw__login legend {
6303  margin-bottom: -0.0625rem;
6304}
6305
6306.breadcrumb {
6307  display: flex;
6308  flex-wrap: wrap;
6309  padding: 0.75rem 1rem;
6310  margin-bottom: 1rem;
6311  list-style: none;
6312  background-color: #e9ecef;
6313  border-radius: 0.25rem;
6314}
6315
6316.breadcrumb-item + .breadcrumb-item {
6317  padding-left: 0.5rem;
6318}
6319
6320.breadcrumb-item + .breadcrumb-item::before {
6321  display: inline-block;
6322  padding-right: 0.5rem;
6323  color: #8898aa;
6324  content: "/";
6325}
6326
6327.breadcrumb-item + .breadcrumb-item:hover::before {
6328  text-decoration: underline;
6329}
6330
6331.breadcrumb-item + .breadcrumb-item:hover::before {
6332  text-decoration: none;
6333}
6334
6335.breadcrumb-item.active {
6336  color: #8898aa;
6337}
6338
6339.pagination {
6340  display: flex;
6341  padding-left: 0;
6342  list-style: none;
6343  border-radius: 0.25rem;
6344}
6345
6346.page-link {
6347  position: relative;
6348  display: block;
6349  padding: 0.5rem 0.75rem;
6350  margin-left: -0.0625rem;
6351  line-height: 1.25;
6352  color: #8898aa;
6353  background-color: #fff;
6354  border: 0.0625rem solid #dee2e6;
6355}
6356
6357.page-link:hover {
6358  z-index: 2;
6359  color: #8898aa;
6360  text-decoration: none;
6361  background-color: #dee2e6;
6362  border-color: #dee2e6;
6363}
6364
6365.page-link:focus {
6366  z-index: 2;
6367  outline: 0;
6368  box-shadow: none;
6369}
6370
6371.page-item:first-child .page-link {
6372  margin-left: 0;
6373  border-top-left-radius: 0.25rem;
6374  border-bottom-left-radius: 0.25rem;
6375}
6376
6377.page-item:last-child .page-link {
6378  border-top-right-radius: 0.25rem;
6379  border-bottom-right-radius: 0.25rem;
6380}
6381
6382.page-item.active .page-link {
6383  z-index: 1;
6384  color: #fff;
6385  background-color: #5e72e4;
6386  border-color: #5e72e4;
6387}
6388
6389.page-item.disabled .page-link {
6390  color: #8898aa;
6391  pointer-events: none;
6392  cursor: auto;
6393  background-color: #fff;
6394  border-color: #dee2e6;
6395}
6396
6397.pagination-lg .page-link {
6398  padding: 0.75rem 1.5rem;
6399  font-size: 1.25rem;
6400  line-height: 1.5;
6401}
6402
6403.pagination-lg .page-item:first-child .page-link {
6404  border-top-left-radius: 0.3rem;
6405  border-bottom-left-radius: 0.3rem;
6406}
6407
6408.pagination-lg .page-item:last-child .page-link {
6409  border-top-right-radius: 0.3rem;
6410  border-bottom-right-radius: 0.3rem;
6411}
6412
6413.pagination-sm .page-link {
6414  padding: 0.25rem 0.5rem;
6415  font-size: 0.875rem;
6416  line-height: 1.5;
6417}
6418
6419.pagination-sm .page-item:first-child .page-link {
6420  border-top-left-radius: 0.2rem;
6421  border-bottom-left-radius: 0.2rem;
6422}
6423
6424.pagination-sm .page-item:last-child .page-link {
6425  border-top-right-radius: 0.2rem;
6426  border-bottom-right-radius: 0.2rem;
6427}
6428
6429.badge {
6430  display: inline-block;
6431  padding: 0.35rem 0.375rem;
6432  font-size: 66%;
6433  font-weight: 600;
6434  line-height: 1;
6435  text-align: center;
6436  white-space: nowrap;
6437  vertical-align: baseline;
6438  border-radius: 0.25rem;
6439  transition: all 0.15s ease;
6440}
6441
6442@media (prefers-reduced-motion: reduce) {
6443  .badge {
6444    transition: none;
6445  }
6446}
6447a.badge:hover,
6448a.badge:focus {
6449  text-decoration: none;
6450}
6451
6452.badge:empty {
6453  display: none;
6454}
6455
6456.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 {
6457  position: relative;
6458  top: -1px;
6459}
6460
6461.badge-pill {
6462  padding-right: 0.875em;
6463  padding-left: 0.875em;
6464  border-radius: 10rem;
6465}
6466
6467.badge-primary {
6468  color: #fff;
6469  background-color: #5e72e4;
6470}
6471
6472a.badge-primary:hover,
6473a.badge-primary:focus {
6474  color: #fff;
6475  background-color: #324cdd;
6476}
6477
6478a.badge-primary:focus,
6479a.badge-primary.focus {
6480  outline: 0;
6481  box-shadow: 0 0 0 0 rgba(94, 114, 228, 0.5);
6482}
6483
6484.badge-secondary {
6485  color: #212529;
6486  background-color: #f4f5f7;
6487}
6488
6489a.badge-secondary:hover,
6490a.badge-secondary:focus {
6491  color: #212529;
6492  background-color: #d6dae2;
6493}
6494
6495a.badge-secondary:focus,
6496a.badge-secondary.focus {
6497  outline: 0;
6498  box-shadow: 0 0 0 0 rgba(244, 245, 247, 0.5);
6499}
6500
6501.badge-success {
6502  color: #fff;
6503  background-color: #2dce89;
6504}
6505
6506a.badge-success:hover,
6507a.badge-success:focus {
6508  color: #fff;
6509  background-color: #24a46d;
6510}
6511
6512a.badge-success:focus,
6513a.badge-success.focus {
6514  outline: 0;
6515  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.5);
6516}
6517
6518.badge-info {
6519  color: #fff;
6520  background-color: #11cdef;
6521}
6522
6523a.badge-info:hover,
6524a.badge-info:focus {
6525  color: #fff;
6526  background-color: #0da5c0;
6527}
6528
6529a.badge-info:focus,
6530a.badge-info.focus {
6531  outline: 0;
6532  box-shadow: 0 0 0 0 rgba(17, 205, 239, 0.5);
6533}
6534
6535.badge-warning {
6536  color: #fff;
6537  background-color: #fb6340;
6538}
6539
6540a.badge-warning:hover,
6541a.badge-warning:focus {
6542  color: #fff;
6543  background-color: #fa3a0e;
6544}
6545
6546a.badge-warning:focus,
6547a.badge-warning.focus {
6548  outline: 0;
6549  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.5);
6550}
6551
6552.badge-danger {
6553  color: #fff;
6554  background-color: #f5365c;
6555}
6556
6557a.badge-danger:hover,
6558a.badge-danger:focus {
6559  color: #fff;
6560  background-color: #ec0c38;
6561}
6562
6563a.badge-danger:focus,
6564a.badge-danger.focus {
6565  outline: 0;
6566  box-shadow: 0 0 0 0 rgba(245, 54, 92, 0.5);
6567}
6568
6569.badge-light {
6570  color: #fff;
6571  background-color: #adb5bd;
6572}
6573
6574a.badge-light:hover,
6575a.badge-light:focus {
6576  color: #fff;
6577  background-color: #919ca6;
6578}
6579
6580a.badge-light:focus,
6581a.badge-light.focus {
6582  outline: 0;
6583  box-shadow: 0 0 0 0 rgba(173, 181, 189, 0.5);
6584}
6585
6586.badge-dark {
6587  color: #fff;
6588  background-color: #212529;
6589}
6590
6591a.badge-dark:hover,
6592a.badge-dark:focus {
6593  color: #fff;
6594  background-color: #0a0c0d;
6595}
6596
6597a.badge-dark:focus,
6598a.badge-dark.focus {
6599  outline: 0;
6600  box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
6601}
6602
6603.badge-default {
6604  color: #fff;
6605  background-color: #172b4d;
6606}
6607
6608a.badge-default:hover,
6609a.badge-default:focus {
6610  color: #fff;
6611  background-color: #0b1526;
6612}
6613
6614a.badge-default:focus,
6615a.badge-default.focus {
6616  outline: 0;
6617  box-shadow: 0 0 0 0 rgba(23, 43, 77, 0.5);
6618}
6619
6620.badge-white {
6621  color: #212529;
6622  background-color: #fff;
6623}
6624
6625a.badge-white:hover,
6626a.badge-white:focus {
6627  color: #212529;
6628  background-color: #e6e6e6;
6629}
6630
6631a.badge-white:focus,
6632a.badge-white.focus {
6633  outline: 0;
6634  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
6635}
6636
6637.badge-neutral {
6638  color: #212529;
6639  background-color: #fff;
6640}
6641
6642a.badge-neutral:hover,
6643a.badge-neutral:focus {
6644  color: #212529;
6645  background-color: #e6e6e6;
6646}
6647
6648a.badge-neutral:focus,
6649a.badge-neutral.focus {
6650  outline: 0;
6651  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
6652}
6653
6654.badge-darker {
6655  color: #fff;
6656  background-color: black;
6657}
6658
6659a.badge-darker:hover,
6660a.badge-darker:focus {
6661  color: #fff;
6662  background-color: black;
6663}
6664
6665a.badge-darker:focus,
6666a.badge-darker.focus {
6667  outline: 0;
6668  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
6669}
6670
6671.jumbotron {
6672  padding: 2rem 1rem;
6673  margin-bottom: 2rem;
6674  background-color: #e9ecef;
6675  border-radius: 0.3rem;
6676}
6677
6678@media (min-width: 576px) {
6679  .jumbotron {
6680    padding: 4rem 2rem;
6681  }
6682}
6683.jumbotron-fluid {
6684  padding-right: 0;
6685  padding-left: 0;
6686  border-radius: 0;
6687}
6688
6689.alert {
6690  position: relative;
6691  padding: 1rem 1.5rem;
6692  margin-bottom: 1rem;
6693  border: 0.0625rem solid transparent;
6694  border-radius: 0.25rem;
6695}
6696
6697.alert-heading {
6698  color: inherit;
6699}
6700
6701.alert-link {
6702  font-weight: 600;
6703}
6704
6705.alert-dismissible {
6706  padding-right: 4.5rem;
6707}
6708
6709.alert-dismissible .close {
6710  position: absolute;
6711  top: 0;
6712  right: 0;
6713  padding: 1rem 1.5rem;
6714  color: inherit;
6715}
6716
6717.alert-primary {
6718  color: #5e72e4;
6719  background-color: #7889e8;
6720  border-color: #7889e8;
6721}
6722
6723.alert-primary hr {
6724  border-top-color: #6276e4;
6725}
6726
6727.alert-primary .alert-link {
6728  color: #324cdd;
6729}
6730
6731.alert-secondary {
6732  color: #f4f5f7;
6733  background-color: #f6f7f8;
6734  border-color: #f6f7f8;
6735}
6736
6737.alert-secondary hr {
6738  border-top-color: #e8eaed;
6739}
6740
6741.alert-secondary .alert-link {
6742  color: #d6dae2;
6743}
6744
6745.alert-success {
6746  color: #2dce89;
6747  background-color: #4fd69c;
6748  border-color: #4fd69c;
6749}
6750
6751.alert-success hr {
6752  border-top-color: #3ad190;
6753}
6754
6755.alert-success .alert-link {
6756  color: #24a46d;
6757}
6758
6759.alert-info {
6760  color: #11cdef;
6761  background-color: #37d5f2;
6762  border-color: #37d5f2;
6763}
6764
6765.alert-info hr {
6766  border-top-color: #1fd0f0;
6767}
6768
6769.alert-info .alert-link {
6770  color: #0da5c0;
6771}
6772
6773.alert-warning {
6774  color: #fb6340;
6775  background-color: #fc7c5f;
6776  border-color: #fc7c5f;
6777}
6778
6779.alert-warning hr {
6780  border-top-color: #fc6846;
6781}
6782
6783.alert-warning .alert-link {
6784  color: #fa3a0e;
6785}
6786
6787.alert-danger {
6788  color: #f5365c;
6789  background-color: #f75676;
6790  border-color: #f75676;
6791}
6792
6793.alert-danger hr {
6794  border-top-color: #f63e62;
6795}
6796
6797.alert-danger .alert-link {
6798  color: #ec0c38;
6799}
6800
6801.alert-light {
6802  color: #adb5bd;
6803  background-color: #bac1c8;
6804  border-color: #bac1c8;
6805}
6806
6807.alert-light hr {
6808  border-top-color: #acb4bd;
6809}
6810
6811.alert-light .alert-link {
6812  color: #919ca6;
6813}
6814
6815.alert-dark {
6816  color: #212529;
6817  background-color: #45484b;
6818  border-color: #45484b;
6819}
6820
6821.alert-dark hr {
6822  border-top-color: #393b3e;
6823}
6824
6825.alert-dark .alert-link {
6826  color: #0a0c0d;
6827}
6828
6829.alert-default {
6830  color: #172b4d;
6831  background-color: #3c4d69;
6832  border-color: #3c4d69;
6833}
6834
6835.alert-default hr {
6836  border-top-color: #334159;
6837}
6838
6839.alert-default .alert-link {
6840  color: #0b1526;
6841}
6842
6843.alert-white {
6844  color: white;
6845  background-color: white;
6846  border-color: white;
6847}
6848
6849.alert-white hr {
6850  border-top-color: #f2f2f2;
6851}
6852
6853.alert-white .alert-link {
6854  color: #e6e6e6;
6855}
6856
6857.alert-neutral {
6858  color: white;
6859  background-color: white;
6860  border-color: white;
6861}
6862
6863.alert-neutral hr {
6864  border-top-color: #f2f2f2;
6865}
6866
6867.alert-neutral .alert-link {
6868  color: #e6e6e6;
6869}
6870
6871.alert-darker {
6872  color: black;
6873  background-color: #292929;
6874  border-color: #292929;
6875}
6876
6877.alert-darker hr {
6878  border-top-color: #1c1c1c;
6879}
6880
6881.alert-darker .alert-link {
6882  color: black;
6883}
6884
6885@keyframes progress-bar-stripes {
6886  from {
6887    background-position: 1rem 0;
6888  }
6889  to {
6890    background-position: 0 0;
6891  }
6892}
6893.progress {
6894  display: flex;
6895  height: 1rem;
6896  overflow: hidden;
6897  font-size: 0.75rem;
6898  background-color: #e9ecef;
6899  border-radius: 0.25rem;
6900  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
6901}
6902
6903.progress-bar {
6904  display: flex;
6905  flex-direction: column;
6906  justify-content: center;
6907  color: #fff;
6908  text-align: center;
6909  white-space: nowrap;
6910  background-color: #5e72e4;
6911  transition: width 0.6s ease;
6912}
6913
6914@media (prefers-reduced-motion: reduce) {
6915  .progress-bar {
6916    transition: none;
6917  }
6918}
6919.progress-bar-striped {
6920  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);
6921  background-size: 1rem 1rem;
6922}
6923
6924.progress-bar-animated {
6925  animation: progress-bar-stripes 1s linear infinite;
6926}
6927
6928@media (prefers-reduced-motion: reduce) {
6929  .progress-bar-animated {
6930    animation: none;
6931  }
6932}
6933.media {
6934  display: flex;
6935  align-items: flex-start;
6936}
6937
6938.media-body {
6939  flex: 1;
6940}
6941
6942.list-group {
6943  display: flex;
6944  flex-direction: column;
6945  padding-left: 0;
6946  margin-bottom: 0;
6947}
6948
6949.list-group-item-action {
6950  width: 100%;
6951  color: #525f7f;
6952  text-align: inherit;
6953}
6954
6955.list-group-item-action:hover,
6956.list-group-item-action:focus {
6957  z-index: 1;
6958  color: #525f7f;
6959  text-decoration: none;
6960  background-color: #f6f9fc;
6961}
6962
6963.list-group-item-action:active {
6964  color: #525f7f;
6965  background-color: #e9ecef;
6966}
6967
6968.list-group-item {
6969  position: relative;
6970  display: block;
6971  padding: 1rem 1rem;
6972  margin-bottom: -0.0625rem;
6973  background-color: #fff;
6974  border: 0.0625rem solid #e9ecef;
6975}
6976
6977.list-group-item:first-child {
6978  border-top-left-radius: 0.25rem;
6979  border-top-right-radius: 0.25rem;
6980}
6981
6982.list-group-item:last-child {
6983  margin-bottom: 0;
6984  border-bottom-right-radius: 0.25rem;
6985  border-bottom-left-radius: 0.25rem;
6986}
6987
6988.list-group-item.disabled,
6989.list-group-item:disabled {
6990  color: #8898aa;
6991  pointer-events: none;
6992  background-color: #fff;
6993}
6994
6995.list-group-item.active {
6996  z-index: 2;
6997  color: #fff;
6998  background-color: #5e72e4;
6999  border-color: #5e72e4;
7000}
7001
7002.list-group-horizontal {
7003  flex-direction: row;
7004}
7005
7006.list-group-horizontal .list-group-item {
7007  margin-right: -0.0625rem;
7008  margin-bottom: 0;
7009}
7010
7011.list-group-horizontal .list-group-item:first-child {
7012  border-top-left-radius: 0.25rem;
7013  border-bottom-left-radius: 0.25rem;
7014  border-top-right-radius: 0;
7015}
7016
7017.list-group-horizontal .list-group-item:last-child {
7018  margin-right: 0;
7019  border-top-right-radius: 0.25rem;
7020  border-bottom-right-radius: 0.25rem;
7021  border-bottom-left-radius: 0;
7022}
7023
7024@media (min-width: 576px) {
7025  .list-group-horizontal-sm {
7026    flex-direction: row;
7027  }
7028
7029  .list-group-horizontal-sm .list-group-item {
7030    margin-right: -0.0625rem;
7031    margin-bottom: 0;
7032  }
7033
7034  .list-group-horizontal-sm .list-group-item:first-child {
7035    border-top-left-radius: 0.25rem;
7036    border-bottom-left-radius: 0.25rem;
7037    border-top-right-radius: 0;
7038  }
7039
7040  .list-group-horizontal-sm .list-group-item:last-child {
7041    margin-right: 0;
7042    border-top-right-radius: 0.25rem;
7043    border-bottom-right-radius: 0.25rem;
7044    border-bottom-left-radius: 0;
7045  }
7046}
7047@media (min-width: 768px) {
7048  .list-group-horizontal-md {
7049    flex-direction: row;
7050  }
7051
7052  .list-group-horizontal-md .list-group-item {
7053    margin-right: -0.0625rem;
7054    margin-bottom: 0;
7055  }
7056
7057  .list-group-horizontal-md .list-group-item:first-child {
7058    border-top-left-radius: 0.25rem;
7059    border-bottom-left-radius: 0.25rem;
7060    border-top-right-radius: 0;
7061  }
7062
7063  .list-group-horizontal-md .list-group-item:last-child {
7064    margin-right: 0;
7065    border-top-right-radius: 0.25rem;
7066    border-bottom-right-radius: 0.25rem;
7067    border-bottom-left-radius: 0;
7068  }
7069}
7070@media (min-width: 992px) {
7071  .list-group-horizontal-lg {
7072    flex-direction: row;
7073  }
7074
7075  .list-group-horizontal-lg .list-group-item {
7076    margin-right: -0.0625rem;
7077    margin-bottom: 0;
7078  }
7079
7080  .list-group-horizontal-lg .list-group-item:first-child {
7081    border-top-left-radius: 0.25rem;
7082    border-bottom-left-radius: 0.25rem;
7083    border-top-right-radius: 0;
7084  }
7085
7086  .list-group-horizontal-lg .list-group-item:last-child {
7087    margin-right: 0;
7088    border-top-right-radius: 0.25rem;
7089    border-bottom-right-radius: 0.25rem;
7090    border-bottom-left-radius: 0;
7091  }
7092}
7093@media (min-width: 1200px) {
7094  .list-group-horizontal-xl {
7095    flex-direction: row;
7096  }
7097
7098  .list-group-horizontal-xl .list-group-item {
7099    margin-right: -0.0625rem;
7100    margin-bottom: 0;
7101  }
7102
7103  .list-group-horizontal-xl .list-group-item:first-child {
7104    border-top-left-radius: 0.25rem;
7105    border-bottom-left-radius: 0.25rem;
7106    border-top-right-radius: 0;
7107  }
7108
7109  .list-group-horizontal-xl .list-group-item:last-child {
7110    margin-right: 0;
7111    border-top-right-radius: 0.25rem;
7112    border-bottom-right-radius: 0.25rem;
7113    border-bottom-left-radius: 0;
7114  }
7115}
7116.list-group-flush .list-group-item {
7117  border-right: 0;
7118  border-left: 0;
7119  border-radius: 0;
7120}
7121
7122.list-group-flush .list-group-item:last-child {
7123  margin-bottom: -0.0625rem;
7124}
7125
7126.list-group-flush:first-child .list-group-item:first-child {
7127  border-top: 0;
7128}
7129
7130.list-group-flush:last-child .list-group-item:last-child {
7131  margin-bottom: 0;
7132  border-bottom: 0;
7133}
7134
7135.list-group-item-primary {
7136  color: #313b77;
7137  background-color: #d2d8f7;
7138}
7139
7140.list-group-item-primary.list-group-item-action:hover,
7141.list-group-item-primary.list-group-item-action:focus {
7142  color: #313b77;
7143  background-color: #bcc5f3;
7144}
7145
7146.list-group-item-primary.list-group-item-action.active {
7147  color: #fff;
7148  background-color: #313b77;
7149  border-color: #313b77;
7150}
7151
7152.list-group-item-secondary {
7153  color: #7f7f80;
7154  background-color: #fcfcfd;
7155}
7156
7157.list-group-item-secondary.list-group-item-action:hover,
7158.list-group-item-secondary.list-group-item-action:focus {
7159  color: #7f7f80;
7160  background-color: #ededf3;
7161}
7162
7163.list-group-item-secondary.list-group-item-action.active {
7164  color: #fff;
7165  background-color: #7f7f80;
7166  border-color: #7f7f80;
7167}
7168
7169.list-group-item-success {
7170  color: #176b47;
7171  background-color: #c4f1de;
7172}
7173
7174.list-group-item-success.list-group-item-action:hover,
7175.list-group-item-success.list-group-item-action:focus {
7176  color: #176b47;
7177  background-color: #afecd2;
7178}
7179
7180.list-group-item-success.list-group-item-action.active {
7181  color: #fff;
7182  background-color: #176b47;
7183  border-color: #176b47;
7184}
7185
7186.list-group-item-info {
7187  color: #096b7c;
7188  background-color: #bcf1fb;
7189}
7190
7191.list-group-item-info.list-group-item-action:hover,
7192.list-group-item-info.list-group-item-action:focus {
7193  color: #096b7c;
7194  background-color: #a4ecfa;
7195}
7196
7197.list-group-item-info.list-group-item-action.active {
7198  color: #fff;
7199  background-color: #096b7c;
7200  border-color: #096b7c;
7201}
7202
7203.list-group-item-warning {
7204  color: #833321;
7205  background-color: #fed3ca;
7206}
7207
7208.list-group-item-warning.list-group-item-action:hover,
7209.list-group-item-warning.list-group-item-action:focus {
7210  color: #833321;
7211  background-color: #febeb1;
7212}
7213
7214.list-group-item-warning.list-group-item-action.active {
7215  color: #fff;
7216  background-color: #833321;
7217  border-color: #833321;
7218}
7219
7220.list-group-item-danger {
7221  color: #7f1c30;
7222  background-color: #fcc7d1;
7223}
7224
7225.list-group-item-danger.list-group-item-action:hover,
7226.list-group-item-danger.list-group-item-action:focus {
7227  color: #7f1c30;
7228  background-color: #fbafbd;
7229}
7230
7231.list-group-item-danger.list-group-item-action.active {
7232  color: #fff;
7233  background-color: #7f1c30;
7234  border-color: #7f1c30;
7235}
7236
7237.list-group-item-light {
7238  color: #5a5e62;
7239  background-color: #e8eaed;
7240}
7241
7242.list-group-item-light.list-group-item-action:hover,
7243.list-group-item-light.list-group-item-action:focus {
7244  color: #5a5e62;
7245  background-color: #dadde2;
7246}
7247
7248.list-group-item-light.list-group-item-action.active {
7249  color: #fff;
7250  background-color: #5a5e62;
7251  border-color: #5a5e62;
7252}
7253
7254.list-group-item-dark {
7255  color: #111315;
7256  background-color: #c1c2c3;
7257}
7258
7259.list-group-item-dark.list-group-item-action:hover,
7260.list-group-item-dark.list-group-item-action:focus {
7261  color: #111315;
7262  background-color: #b4b5b6;
7263}
7264
7265.list-group-item-dark.list-group-item-action.active {
7266  color: #fff;
7267  background-color: #111315;
7268  border-color: #111315;
7269}
7270
7271.list-group-item-default {
7272  color: #0c1628;
7273  background-color: #bec4cd;
7274}
7275
7276.list-group-item-default.list-group-item-action:hover,
7277.list-group-item-default.list-group-item-action:focus {
7278  color: #0c1628;
7279  background-color: #b0b7c2;
7280}
7281
7282.list-group-item-default.list-group-item-action.active {
7283  color: #fff;
7284  background-color: #0c1628;
7285  border-color: #0c1628;
7286}
7287
7288.list-group-item-white {
7289  color: #858585;
7290  background-color: white;
7291}
7292
7293.list-group-item-white.list-group-item-action:hover,
7294.list-group-item-white.list-group-item-action:focus {
7295  color: #858585;
7296  background-color: #f2f2f2;
7297}
7298
7299.list-group-item-white.list-group-item-action.active {
7300  color: #fff;
7301  background-color: #858585;
7302  border-color: #858585;
7303}
7304
7305.list-group-item-neutral {
7306  color: #858585;
7307  background-color: white;
7308}
7309
7310.list-group-item-neutral.list-group-item-action:hover,
7311.list-group-item-neutral.list-group-item-action:focus {
7312  color: #858585;
7313  background-color: #f2f2f2;
7314}
7315
7316.list-group-item-neutral.list-group-item-action.active {
7317  color: #fff;
7318  background-color: #858585;
7319  border-color: #858585;
7320}
7321
7322.list-group-item-darker {
7323  color: black;
7324  background-color: #b8b8b8;
7325}
7326
7327.list-group-item-darker.list-group-item-action:hover,
7328.list-group-item-darker.list-group-item-action:focus {
7329  color: black;
7330  background-color: #ababab;
7331}
7332
7333.list-group-item-darker.list-group-item-action.active {
7334  color: #fff;
7335  background-color: black;
7336  border-color: black;
7337}
7338
7339.close {
7340  float: right;
7341  font-size: 1.5rem;
7342  font-weight: 600;
7343  line-height: 1;
7344  color: rgba(0, 0, 0, 0.6);
7345  text-shadow: none;
7346  opacity: 0.5;
7347}
7348
7349.close:hover {
7350  color: rgba(0, 0, 0, 0.6);
7351  text-decoration: none;
7352}
7353
7354.close:not(:disabled):not(.disabled):hover,
7355.close:not(:disabled):not(.disabled):focus {
7356  opacity: 0.75;
7357}
7358
7359button.close {
7360  padding: 0;
7361  background-color: transparent;
7362  border: 0;
7363  appearance: none;
7364}
7365
7366a.close.disabled {
7367  pointer-events: none;
7368}
7369
7370.toast {
7371  max-width: 350px;
7372  overflow: hidden;
7373  font-size: 0.875rem;
7374  background-color: rgba(255, 255, 255, 0.85);
7375  background-clip: padding-box;
7376  border: 1px solid rgba(0, 0, 0, 0.1);
7377  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
7378  backdrop-filter: blur(10px);
7379  opacity: 0;
7380  border-radius: 0.25rem;
7381}
7382
7383.toast:not(:last-child) {
7384  margin-bottom: 0.75rem;
7385}
7386
7387.toast.showing {
7388  opacity: 1;
7389}
7390
7391.toast.show {
7392  display: block;
7393  opacity: 1;
7394}
7395
7396.toast.hide {
7397  display: none;
7398}
7399
7400.toast-header {
7401  display: flex;
7402  align-items: center;
7403  padding: 0.25rem 0.75rem;
7404  color: #8898aa;
7405  background-color: rgba(255, 255, 255, 0.85);
7406  background-clip: padding-box;
7407  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
7408}
7409
7410.toast-body {
7411  padding: 0.75rem;
7412}
7413
7414.modal-open {
7415  overflow: hidden;
7416}
7417
7418.modal-open .modal {
7419  overflow-x: hidden;
7420  overflow-y: auto;
7421}
7422
7423.modal {
7424  position: fixed;
7425  top: 0;
7426  left: 0;
7427  z-index: 1050;
7428  display: none;
7429  width: 100%;
7430  height: 100%;
7431  overflow: hidden;
7432  outline: 0;
7433}
7434
7435.modal-dialog {
7436  position: relative;
7437  width: auto;
7438  margin: 0.5rem;
7439  pointer-events: none;
7440}
7441
7442.modal.fade .modal-dialog {
7443  transition: transform 0.3s ease-out;
7444  transform: translate(0, -50px);
7445}
7446
7447@media (prefers-reduced-motion: reduce) {
7448  .modal.fade .modal-dialog {
7449    transition: none;
7450  }
7451}
7452.modal.show .modal-dialog {
7453  transform: none;
7454}
7455
7456.modal-dialog-scrollable {
7457  display: flex;
7458  max-height: calc(100% - 1rem);
7459}
7460
7461.modal-dialog-scrollable .modal-content {
7462  max-height: calc(100vh - 1rem);
7463  overflow: hidden;
7464}
7465
7466.modal-dialog-scrollable .modal-header,
7467.modal-dialog-scrollable .modal-footer {
7468  flex-shrink: 0;
7469}
7470
7471.modal-dialog-scrollable .modal-body {
7472  overflow-y: auto;
7473}
7474
7475.modal-dialog-centered {
7476  display: flex;
7477  align-items: center;
7478  min-height: calc(100% - 1rem);
7479}
7480
7481.modal-dialog-centered::before {
7482  display: block;
7483  height: calc(100vh - 1rem);
7484  content: "";
7485}
7486
7487.modal-dialog-centered.modal-dialog-scrollable {
7488  flex-direction: column;
7489  justify-content: center;
7490  height: 100%;
7491}
7492
7493.modal-dialog-centered.modal-dialog-scrollable .modal-content {
7494  max-height: none;
7495}
7496
7497.modal-dialog-centered.modal-dialog-scrollable::before {
7498  content: none;
7499}
7500
7501.modal-content {
7502  position: relative;
7503  display: flex;
7504  flex-direction: column;
7505  width: 100%;
7506  pointer-events: auto;
7507  background-color: #fff;
7508  background-clip: padding-box;
7509  border: 1px solid rgba(0, 0, 0, 0.2);
7510  border-radius: 0.3rem;
7511  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.2), 0 5px 15px rgba(0, 0, 0, 0.17);
7512  outline: 0;
7513}
7514
7515.modal-backdrop {
7516  position: fixed;
7517  top: 0;
7518  left: 0;
7519  z-index: 1040;
7520  width: 100vw;
7521  height: 100vh;
7522  background-color: #000;
7523}
7524
7525.modal-backdrop.fade {
7526  opacity: 0;
7527}
7528
7529.modal-backdrop.show {
7530  opacity: 0.16;
7531}
7532
7533.modal-header {
7534  display: flex;
7535  align-items: flex-start;
7536  justify-content: space-between;
7537  padding: 1.25rem;
7538  border-bottom: 1px solid #e9ecef;
7539  border-top-left-radius: 0.3rem;
7540  border-top-right-radius: 0.3rem;
7541}
7542
7543.modal-header .close {
7544  padding: 1.25rem;
7545  margin: -1rem -1rem -1rem auto;
7546}
7547
7548.modal-title {
7549  margin-bottom: 0;
7550  line-height: 1.1;
7551}
7552
7553.modal-body {
7554  position: relative;
7555  flex: 1 1 auto;
7556  padding: 1.5rem;
7557}
7558
7559.modal-footer {
7560  display: flex;
7561  align-items: center;
7562  justify-content: flex-end;
7563  padding: 1.5rem;
7564  border-top: 1px solid #e9ecef;
7565  border-bottom-right-radius: 0.3rem;
7566  border-bottom-left-radius: 0.3rem;
7567}
7568
7569.modal-footer > :not(:first-child) {
7570  margin-left: 0.25rem;
7571}
7572
7573.modal-footer > :not(:last-child) {
7574  margin-right: 0.25rem;
7575}
7576
7577.modal-scrollbar-measure {
7578  position: absolute;
7579  top: -9999px;
7580  width: 50px;
7581  height: 50px;
7582  overflow: scroll;
7583}
7584
7585@media (min-width: 576px) {
7586  .modal-dialog {
7587    max-width: 500px;
7588    margin: 1.75rem auto;
7589  }
7590
7591  .modal-dialog-scrollable {
7592    max-height: calc(100% - 3.5rem);
7593  }
7594
7595  .modal-dialog-scrollable .modal-content {
7596    max-height: calc(100vh - 3.5rem);
7597  }
7598
7599  .modal-dialog-centered {
7600    min-height: calc(100% - 3.5rem);
7601  }
7602
7603  .modal-dialog-centered::before {
7604    height: calc(100vh - 3.5rem);
7605  }
7606
7607  .modal-content {
7608    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.2), 0 5px 15px rgba(0, 0, 0, 0.17);
7609  }
7610
7611  .modal-sm {
7612    max-width: 380px;
7613  }
7614}
7615@media (min-width: 992px) {
7616  .modal-lg,
7617.modal-xl {
7618    max-width: 800px;
7619  }
7620}
7621@media (min-width: 1200px) {
7622  .modal-xl {
7623    max-width: 1140px;
7624  }
7625}
7626.tooltip {
7627  position: absolute;
7628  z-index: 1070;
7629  display: block;
7630  margin: 0;
7631  font-family: "Open Sans", sans-serif;
7632  font-style: normal;
7633  font-weight: 400;
7634  line-height: 1.5;
7635  text-align: left;
7636  text-align: start;
7637  text-decoration: none;
7638  text-shadow: none;
7639  text-transform: none;
7640  letter-spacing: normal;
7641  word-break: normal;
7642  word-spacing: normal;
7643  white-space: normal;
7644  line-break: auto;
7645  font-size: 0.875rem;
7646  word-wrap: break-word;
7647  opacity: 0;
7648}
7649
7650.tooltip.show {
7651  opacity: 0.9;
7652}
7653
7654.tooltip .arrow {
7655  position: absolute;
7656  display: block;
7657  width: 0.8rem;
7658  height: 0.4rem;
7659}
7660
7661.tooltip .arrow::before {
7662  position: absolute;
7663  content: "";
7664  border-color: transparent;
7665  border-style: solid;
7666}
7667
7668.bs-tooltip-top,
7669.bs-tooltip-auto[x-placement^=top] {
7670  padding: 0.4rem 0;
7671}
7672
7673.bs-tooltip-top .arrow,
7674.bs-tooltip-auto[x-placement^=top] .arrow {
7675  bottom: 0;
7676}
7677
7678.bs-tooltip-top .arrow::before,
7679.bs-tooltip-auto[x-placement^=top] .arrow::before {
7680  top: 0;
7681  border-width: 0.4rem 0.4rem 0;
7682  border-top-color: #000;
7683}
7684
7685.bs-tooltip-right,
7686.bs-tooltip-auto[x-placement^=right] {
7687  padding: 0 0.4rem;
7688}
7689
7690.bs-tooltip-right .arrow,
7691.bs-tooltip-auto[x-placement^=right] .arrow {
7692  left: 0;
7693  width: 0.4rem;
7694  height: 0.8rem;
7695}
7696
7697.bs-tooltip-right .arrow::before,
7698.bs-tooltip-auto[x-placement^=right] .arrow::before {
7699  right: 0;
7700  border-width: 0.4rem 0.4rem 0.4rem 0;
7701  border-right-color: #000;
7702}
7703
7704.bs-tooltip-bottom,
7705.bs-tooltip-auto[x-placement^=bottom] {
7706  padding: 0.4rem 0;
7707}
7708
7709.bs-tooltip-bottom .arrow,
7710.bs-tooltip-auto[x-placement^=bottom] .arrow {
7711  top: 0;
7712}
7713
7714.bs-tooltip-bottom .arrow::before,
7715.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
7716  bottom: 0;
7717  border-width: 0 0.4rem 0.4rem;
7718  border-bottom-color: #000;
7719}
7720
7721.bs-tooltip-left,
7722.bs-tooltip-auto[x-placement^=left] {
7723  padding: 0 0.4rem;
7724}
7725
7726.bs-tooltip-left .arrow,
7727.bs-tooltip-auto[x-placement^=left] .arrow {
7728  right: 0;
7729  width: 0.4rem;
7730  height: 0.8rem;
7731}
7732
7733.bs-tooltip-left .arrow::before,
7734.bs-tooltip-auto[x-placement^=left] .arrow::before {
7735  left: 0;
7736  border-width: 0.4rem 0 0.4rem 0.4rem;
7737  border-left-color: #000;
7738}
7739
7740.tooltip-inner {
7741  max-width: 200px;
7742  padding: 0.25rem 0.5rem;
7743  color: #fff;
7744  text-align: center;
7745  background-color: #000;
7746  border-radius: 0.25rem;
7747}
7748
7749.popover {
7750  position: absolute;
7751  top: 0;
7752  left: 0;
7753  z-index: 1060;
7754  display: block;
7755  max-width: 276px;
7756  font-family: "Open Sans", sans-serif;
7757  font-style: normal;
7758  font-weight: 400;
7759  line-height: 1.5;
7760  text-align: left;
7761  text-align: start;
7762  text-decoration: none;
7763  text-shadow: none;
7764  text-transform: none;
7765  letter-spacing: normal;
7766  word-break: normal;
7767  word-spacing: normal;
7768  white-space: normal;
7769  line-break: auto;
7770  font-size: 0.875rem;
7771  word-wrap: break-word;
7772  background-color: #fff;
7773  background-clip: padding-box;
7774  border: 1px solid rgba(0, 0, 0, 0.05);
7775  border-radius: 0.3rem;
7776  box-shadow: 0px 0.5rem 2rem 0px rgba(0, 0, 0, 0.2);
7777}
7778
7779.popover .arrow {
7780  position: absolute;
7781  display: block;
7782  width: 1.5rem;
7783  height: 0.75rem;
7784  margin: 0 0.3rem;
7785}
7786
7787.popover .arrow::before,
7788.popover .arrow::after {
7789  position: absolute;
7790  display: block;
7791  content: "";
7792  border-color: transparent;
7793  border-style: solid;
7794}
7795
7796.bs-popover-top,
7797.bs-popover-auto[x-placement^=top] {
7798  margin-bottom: 0.75rem;
7799}
7800
7801.bs-popover-top > .arrow,
7802.bs-popover-auto[x-placement^=top] > .arrow {
7803  bottom: calc((0.75rem + 1px) * -1);
7804}
7805
7806.bs-popover-top > .arrow::before,
7807.bs-popover-auto[x-placement^=top] > .arrow::before {
7808  bottom: 0;
7809  border-width: 0.75rem 0.75rem 0;
7810  border-top-color: transparent;
7811}
7812
7813.bs-popover-top > .arrow::after,
7814.bs-popover-auto[x-placement^=top] > .arrow::after {
7815  bottom: 1px;
7816  border-width: 0.75rem 0.75rem 0;
7817  border-top-color: #fff;
7818}
7819
7820.bs-popover-right,
7821.bs-popover-auto[x-placement^=right] {
7822  margin-left: 0.75rem;
7823}
7824
7825.bs-popover-right > .arrow,
7826.bs-popover-auto[x-placement^=right] > .arrow {
7827  left: calc((0.75rem + 1px) * -1);
7828  width: 0.75rem;
7829  height: 1.5rem;
7830  margin: 0.3rem 0;
7831}
7832
7833.bs-popover-right > .arrow::before,
7834.bs-popover-auto[x-placement^=right] > .arrow::before {
7835  left: 0;
7836  border-width: 0.75rem 0.75rem 0.75rem 0;
7837  border-right-color: transparent;
7838}
7839
7840.bs-popover-right > .arrow::after,
7841.bs-popover-auto[x-placement^=right] > .arrow::after {
7842  left: 1px;
7843  border-width: 0.75rem 0.75rem 0.75rem 0;
7844  border-right-color: #fff;
7845}
7846
7847.bs-popover-bottom,
7848.bs-popover-auto[x-placement^=bottom] {
7849  margin-top: 0.75rem;
7850}
7851
7852.bs-popover-bottom > .arrow,
7853.bs-popover-auto[x-placement^=bottom] > .arrow {
7854  top: calc((0.75rem + 1px) * -1);
7855}
7856
7857.bs-popover-bottom > .arrow::before,
7858.bs-popover-auto[x-placement^=bottom] > .arrow::before {
7859  top: 0;
7860  border-width: 0 0.75rem 0.75rem 0.75rem;
7861  border-bottom-color: transparent;
7862}
7863
7864.bs-popover-bottom > .arrow::after,
7865.bs-popover-auto[x-placement^=bottom] > .arrow::after {
7866  top: 1px;
7867  border-width: 0 0.75rem 0.75rem 0.75rem;
7868  border-bottom-color: #fff;
7869}
7870
7871.bs-popover-bottom .popover-header::before,
7872.bs-popover-auto[x-placement^=bottom] .popover-header::before {
7873  position: absolute;
7874  top: 0;
7875  left: 50%;
7876  display: block;
7877  width: 1.5rem;
7878  margin-left: -0.75rem;
7879  content: "";
7880  border-bottom: 1px solid #fff;
7881}
7882
7883.bs-popover-left,
7884.bs-popover-auto[x-placement^=left] {
7885  margin-right: 0.75rem;
7886}
7887
7888.bs-popover-left > .arrow,
7889.bs-popover-auto[x-placement^=left] > .arrow {
7890  right: calc((0.75rem + 1px) * -1);
7891  width: 0.75rem;
7892  height: 1.5rem;
7893  margin: 0.3rem 0;
7894}
7895
7896.bs-popover-left > .arrow::before,
7897.bs-popover-auto[x-placement^=left] > .arrow::before {
7898  right: 0;
7899  border-width: 0.75rem 0 0.75rem 0.75rem;
7900  border-left-color: transparent;
7901}
7902
7903.bs-popover-left > .arrow::after,
7904.bs-popover-auto[x-placement^=left] > .arrow::after {
7905  right: 1px;
7906  border-width: 0.75rem 0 0.75rem 0.75rem;
7907  border-left-color: #fff;
7908}
7909
7910.popover-header {
7911  padding: 0.75rem 0.75rem;
7912  margin-bottom: 0;
7913  font-size: 1rem;
7914  color: #32325d;
7915  background-color: #fff;
7916  border-bottom: 1px solid #f2f2f2;
7917  border-top-left-radius: calc(0.3rem - 1px);
7918  border-top-right-radius: calc(0.3rem - 1px);
7919}
7920
7921.popover-header:empty {
7922  display: none;
7923}
7924
7925.popover-body {
7926  padding: 0.75rem 0.75rem;
7927  color: #525f7f;
7928}
7929
7930.carousel {
7931  position: relative;
7932}
7933
7934.carousel.pointer-event {
7935  touch-action: pan-y;
7936}
7937
7938.carousel-inner {
7939  position: relative;
7940  width: 100%;
7941  overflow: hidden;
7942}
7943
7944.carousel-inner::after {
7945  display: block;
7946  clear: both;
7947  content: "";
7948}
7949
7950.carousel-item {
7951  position: relative;
7952  display: none;
7953  float: left;
7954  width: 100%;
7955  margin-right: -100%;
7956  backface-visibility: hidden;
7957  transition: transform 0.6s ease-in-out;
7958}
7959
7960@media (prefers-reduced-motion: reduce) {
7961  .carousel-item {
7962    transition: none;
7963  }
7964}
7965.carousel-item.active,
7966.carousel-item-next,
7967.carousel-item-prev {
7968  display: block;
7969}
7970
7971.carousel-item-next:not(.carousel-item-left),
7972.active.carousel-item-right {
7973  transform: translateX(100%);
7974}
7975
7976.carousel-item-prev:not(.carousel-item-right),
7977.active.carousel-item-left {
7978  transform: translateX(-100%);
7979}
7980
7981.carousel-fade .carousel-item {
7982  opacity: 0;
7983  transition-property: opacity;
7984  transform: none;
7985}
7986
7987.carousel-fade .carousel-item.active,
7988.carousel-fade .carousel-item-next.carousel-item-left,
7989.carousel-fade .carousel-item-prev.carousel-item-right {
7990  z-index: 1;
7991  opacity: 1;
7992}
7993
7994.carousel-fade .active.carousel-item-left,
7995.carousel-fade .active.carousel-item-right {
7996  z-index: 0;
7997  opacity: 0;
7998  transition: 0s 0.6s opacity;
7999}
8000
8001@media (prefers-reduced-motion: reduce) {
8002  .carousel-fade .active.carousel-item-left,
8003.carousel-fade .active.carousel-item-right {
8004    transition: none;
8005  }
8006}
8007.carousel-control-prev,
8008.carousel-control-next {
8009  position: absolute;
8010  top: 0;
8011  bottom: 0;
8012  z-index: 1;
8013  display: flex;
8014  align-items: center;
8015  justify-content: center;
8016  width: 15%;
8017  color: #fff;
8018  text-align: center;
8019  opacity: 0.5;
8020  transition: opacity 0.15s ease;
8021}
8022
8023@media (prefers-reduced-motion: reduce) {
8024  .carousel-control-prev,
8025.carousel-control-next {
8026    transition: none;
8027  }
8028}
8029.carousel-control-prev:hover,
8030.carousel-control-prev:focus,
8031.carousel-control-next:hover,
8032.carousel-control-next:focus {
8033  color: #fff;
8034  text-decoration: none;
8035  outline: 0;
8036  opacity: 0.9;
8037}
8038
8039.carousel-control-prev {
8040  left: 0;
8041}
8042
8043.carousel-control-next {
8044  right: 0;
8045}
8046
8047.carousel-control-prev-icon,
8048.carousel-control-next-icon {
8049  display: inline-block;
8050  width: 20px;
8051  height: 20px;
8052  background: no-repeat 50%/100% 100%;
8053}
8054
8055.carousel-control-prev-icon {
8056  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
8057}
8058
8059.carousel-control-next-icon {
8060  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
8061}
8062
8063.carousel-indicators {
8064  position: absolute;
8065  right: 0;
8066  bottom: 0;
8067  left: 0;
8068  z-index: 15;
8069  display: flex;
8070  justify-content: center;
8071  padding-left: 0;
8072  margin-right: 15%;
8073  margin-left: 15%;
8074  list-style: none;
8075}
8076
8077.carousel-indicators li {
8078  box-sizing: content-box;
8079  flex: 0 1 auto;
8080  width: 30px;
8081  height: 3px;
8082  margin-right: 3px;
8083  margin-left: 3px;
8084  text-indent: -999px;
8085  cursor: pointer;
8086  background-color: #fff;
8087  background-clip: padding-box;
8088  border-top: 10px solid transparent;
8089  border-bottom: 10px solid transparent;
8090  opacity: 0.5;
8091  transition: opacity 0.6s ease;
8092}
8093
8094@media (prefers-reduced-motion: reduce) {
8095  .carousel-indicators li {
8096    transition: none;
8097  }
8098}
8099.carousel-indicators .active {
8100  opacity: 1;
8101}
8102
8103.carousel-caption {
8104  position: absolute;
8105  right: 15%;
8106  bottom: 20px;
8107  left: 15%;
8108  z-index: 10;
8109  padding-top: 20px;
8110  padding-bottom: 20px;
8111  color: #fff;
8112  text-align: center;
8113}
8114
8115@keyframes spinner-border {
8116  to {
8117    transform: rotate(360deg);
8118  }
8119}
8120.spinner-border {
8121  display: inline-block;
8122  width: 2rem;
8123  height: 2rem;
8124  vertical-align: text-bottom;
8125  border: 0.25em solid currentColor;
8126  border-right-color: transparent;
8127  border-radius: 50%;
8128  animation: spinner-border 0.75s linear infinite;
8129}
8130
8131.spinner-border-sm {
8132  width: 1rem;
8133  height: 1rem;
8134  border-width: 0.2em;
8135}
8136
8137@keyframes spinner-grow {
8138  0% {
8139    transform: scale(0);
8140  }
8141  50% {
8142    opacity: 1;
8143  }
8144}
8145.spinner-grow {
8146  display: inline-block;
8147  width: 2rem;
8148  height: 2rem;
8149  vertical-align: text-bottom;
8150  background-color: currentColor;
8151  border-radius: 50%;
8152  opacity: 0;
8153  animation: spinner-grow 0.75s linear infinite;
8154}
8155
8156.spinner-grow-sm {
8157  width: 1rem;
8158  height: 1rem;
8159}
8160
8161.align-baseline {
8162  vertical-align: baseline !important;
8163}
8164
8165.align-top {
8166  vertical-align: top !important;
8167}
8168
8169.align-middle {
8170  vertical-align: middle !important;
8171}
8172
8173.align-bottom {
8174  vertical-align: bottom !important;
8175}
8176
8177.align-text-bottom {
8178  vertical-align: text-bottom !important;
8179}
8180
8181.align-text-top {
8182  vertical-align: text-top !important;
8183}
8184
8185.bg-primary {
8186  background-color: #5e72e4 !important;
8187}
8188
8189a.bg-primary:hover,
8190a.bg-primary:focus,
8191button.bg-primary:hover,
8192button.bg-primary:focus {
8193  background-color: #324cdd !important;
8194}
8195
8196.bg-secondary, #dw__login {
8197  background-color: #f4f5f7 !important;
8198}
8199
8200a.bg-secondary:hover, a#dw__login:hover,
8201a.bg-secondary:focus,
8202a#dw__login:focus,
8203button.bg-secondary:hover,
8204button#dw__login:hover,
8205button.bg-secondary:focus,
8206button#dw__login:focus {
8207  background-color: #d6dae2 !important;
8208}
8209
8210.bg-success {
8211  background-color: #2dce89 !important;
8212}
8213
8214a.bg-success:hover,
8215a.bg-success:focus,
8216button.bg-success:hover,
8217button.bg-success:focus {
8218  background-color: #24a46d !important;
8219}
8220
8221.bg-info {
8222  background-color: #11cdef !important;
8223}
8224
8225a.bg-info:hover,
8226a.bg-info:focus,
8227button.bg-info:hover,
8228button.bg-info:focus {
8229  background-color: #0da5c0 !important;
8230}
8231
8232.bg-warning {
8233  background-color: #fb6340 !important;
8234}
8235
8236a.bg-warning:hover,
8237a.bg-warning:focus,
8238button.bg-warning:hover,
8239button.bg-warning:focus {
8240  background-color: #fa3a0e !important;
8241}
8242
8243.bg-danger {
8244  background-color: #f5365c !important;
8245}
8246
8247a.bg-danger:hover,
8248a.bg-danger:focus,
8249button.bg-danger:hover,
8250button.bg-danger:focus {
8251  background-color: #ec0c38 !important;
8252}
8253
8254.bg-light {
8255  background-color: #adb5bd !important;
8256}
8257
8258a.bg-light:hover,
8259a.bg-light:focus,
8260button.bg-light:hover,
8261button.bg-light:focus {
8262  background-color: #919ca6 !important;
8263}
8264
8265.bg-dark {
8266  background-color: #212529 !important;
8267}
8268
8269a.bg-dark:hover,
8270a.bg-dark:focus,
8271button.bg-dark:hover,
8272button.bg-dark:focus {
8273  background-color: #0a0c0d !important;
8274}
8275
8276.bg-default {
8277  background-color: #172b4d !important;
8278}
8279
8280a.bg-default:hover,
8281a.bg-default:focus,
8282button.bg-default:hover,
8283button.bg-default:focus {
8284  background-color: #0b1526 !important;
8285}
8286
8287.bg-white, #dw__login legend {
8288  background-color: #fff !important;
8289}
8290
8291a.bg-white:hover,
8292a.bg-white:focus,
8293button.bg-white:hover,
8294button.bg-white:focus {
8295  background-color: #e6e6e6 !important;
8296}
8297
8298.bg-neutral {
8299  background-color: #fff !important;
8300}
8301
8302a.bg-neutral:hover,
8303a.bg-neutral:focus,
8304button.bg-neutral:hover,
8305button.bg-neutral:focus {
8306  background-color: #e6e6e6 !important;
8307}
8308
8309.bg-darker {
8310  background-color: black !important;
8311}
8312
8313a.bg-darker:hover,
8314a.bg-darker:focus,
8315button.bg-darker:hover,
8316button.bg-darker:focus {
8317  background-color: black !important;
8318}
8319
8320.bg-white, #dw__login legend {
8321  background-color: #fff !important;
8322}
8323
8324.bg-transparent {
8325  background-color: transparent !important;
8326}
8327
8328.border {
8329  border: 0.0625rem solid #e9ecef !important;
8330}
8331
8332.border-top {
8333  border-top: 0.0625rem solid #e9ecef !important;
8334}
8335
8336.border-right {
8337  border-right: 0.0625rem solid #e9ecef !important;
8338}
8339
8340.border-bottom {
8341  border-bottom: 0.0625rem solid #e9ecef !important;
8342}
8343
8344.border-left {
8345  border-left: 0.0625rem solid #e9ecef !important;
8346}
8347
8348.border-0, #dw__login {
8349  border: 0 !important;
8350}
8351
8352.border-top-0 {
8353  border-top: 0 !important;
8354}
8355
8356.border-right-0 {
8357  border-right: 0 !important;
8358}
8359
8360.border-bottom-0 {
8361  border-bottom: 0 !important;
8362}
8363
8364.border-left-0 {
8365  border-left: 0 !important;
8366}
8367
8368.border-primary {
8369  border-color: #5e72e4 !important;
8370}
8371
8372.border-secondary {
8373  border-color: #f4f5f7 !important;
8374}
8375
8376.border-success {
8377  border-color: #2dce89 !important;
8378}
8379
8380.border-info {
8381  border-color: #11cdef !important;
8382}
8383
8384.border-warning {
8385  border-color: #fb6340 !important;
8386}
8387
8388.border-danger {
8389  border-color: #f5365c !important;
8390}
8391
8392.border-light {
8393  border-color: #adb5bd !important;
8394}
8395
8396.border-dark {
8397  border-color: #212529 !important;
8398}
8399
8400.border-default {
8401  border-color: #172b4d !important;
8402}
8403
8404.border-white {
8405  border-color: #fff !important;
8406}
8407
8408.border-neutral {
8409  border-color: #fff !important;
8410}
8411
8412.border-darker {
8413  border-color: black !important;
8414}
8415
8416.border-white {
8417  border-color: #fff !important;
8418}
8419
8420.rounded-sm {
8421  border-radius: 0.2rem !important;
8422}
8423
8424.rounded {
8425  border-radius: 0.25rem !important;
8426}
8427
8428.rounded-top {
8429  border-top-left-radius: 0.25rem !important;
8430  border-top-right-radius: 0.25rem !important;
8431}
8432
8433.rounded-right {
8434  border-top-right-radius: 0.25rem !important;
8435  border-bottom-right-radius: 0.25rem !important;
8436}
8437
8438.rounded-bottom {
8439  border-bottom-right-radius: 0.25rem !important;
8440  border-bottom-left-radius: 0.25rem !important;
8441}
8442
8443.rounded-left {
8444  border-top-left-radius: 0.25rem !important;
8445  border-bottom-left-radius: 0.25rem !important;
8446}
8447
8448.rounded-lg {
8449  border-radius: 0.3rem !important;
8450}
8451
8452.rounded-circle {
8453  border-radius: 50% !important;
8454}
8455
8456.rounded-pill {
8457  border-radius: 50rem !important;
8458}
8459
8460.rounded-0 {
8461  border-radius: 0 !important;
8462}
8463
8464.clearfix::after {
8465  display: block;
8466  clear: both;
8467  content: "";
8468}
8469
8470.d-none {
8471  display: none !important;
8472}
8473
8474.d-inline {
8475  display: inline !important;
8476}
8477
8478.d-inline-block {
8479  display: inline-block !important;
8480}
8481
8482.d-block {
8483  display: block !important;
8484}
8485
8486.d-table {
8487  display: table !important;
8488}
8489
8490.d-table-row {
8491  display: table-row !important;
8492}
8493
8494.d-table-cell {
8495  display: table-cell !important;
8496}
8497
8498.d-flex {
8499  display: flex !important;
8500}
8501
8502.d-inline-flex {
8503  display: inline-flex !important;
8504}
8505
8506@media (min-width: 576px) {
8507  .d-sm-none {
8508    display: none !important;
8509  }
8510
8511  .d-sm-inline {
8512    display: inline !important;
8513  }
8514
8515  .d-sm-inline-block {
8516    display: inline-block !important;
8517  }
8518
8519  .d-sm-block {
8520    display: block !important;
8521  }
8522
8523  .d-sm-table {
8524    display: table !important;
8525  }
8526
8527  .d-sm-table-row {
8528    display: table-row !important;
8529  }
8530
8531  .d-sm-table-cell {
8532    display: table-cell !important;
8533  }
8534
8535  .d-sm-flex {
8536    display: flex !important;
8537  }
8538
8539  .d-sm-inline-flex {
8540    display: inline-flex !important;
8541  }
8542}
8543@media (min-width: 768px) {
8544  .d-md-none {
8545    display: none !important;
8546  }
8547
8548  .d-md-inline {
8549    display: inline !important;
8550  }
8551
8552  .d-md-inline-block {
8553    display: inline-block !important;
8554  }
8555
8556  .d-md-block {
8557    display: block !important;
8558  }
8559
8560  .d-md-table {
8561    display: table !important;
8562  }
8563
8564  .d-md-table-row {
8565    display: table-row !important;
8566  }
8567
8568  .d-md-table-cell {
8569    display: table-cell !important;
8570  }
8571
8572  .d-md-flex {
8573    display: flex !important;
8574  }
8575
8576  .d-md-inline-flex {
8577    display: inline-flex !important;
8578  }
8579}
8580@media (min-width: 992px) {
8581  .d-lg-none {
8582    display: none !important;
8583  }
8584
8585  .d-lg-inline {
8586    display: inline !important;
8587  }
8588
8589  .d-lg-inline-block {
8590    display: inline-block !important;
8591  }
8592
8593  .d-lg-block {
8594    display: block !important;
8595  }
8596
8597  .d-lg-table {
8598    display: table !important;
8599  }
8600
8601  .d-lg-table-row {
8602    display: table-row !important;
8603  }
8604
8605  .d-lg-table-cell {
8606    display: table-cell !important;
8607  }
8608
8609  .d-lg-flex {
8610    display: flex !important;
8611  }
8612
8613  .d-lg-inline-flex {
8614    display: inline-flex !important;
8615  }
8616}
8617@media (min-width: 1200px) {
8618  .d-xl-none {
8619    display: none !important;
8620  }
8621
8622  .d-xl-inline {
8623    display: inline !important;
8624  }
8625
8626  .d-xl-inline-block {
8627    display: inline-block !important;
8628  }
8629
8630  .d-xl-block {
8631    display: block !important;
8632  }
8633
8634  .d-xl-table {
8635    display: table !important;
8636  }
8637
8638  .d-xl-table-row {
8639    display: table-row !important;
8640  }
8641
8642  .d-xl-table-cell {
8643    display: table-cell !important;
8644  }
8645
8646  .d-xl-flex {
8647    display: flex !important;
8648  }
8649
8650  .d-xl-inline-flex {
8651    display: inline-flex !important;
8652  }
8653}
8654@media print {
8655  .d-print-none {
8656    display: none !important;
8657  }
8658
8659  .d-print-inline {
8660    display: inline !important;
8661  }
8662
8663  .d-print-inline-block {
8664    display: inline-block !important;
8665  }
8666
8667  .d-print-block {
8668    display: block !important;
8669  }
8670
8671  .d-print-table {
8672    display: table !important;
8673  }
8674
8675  .d-print-table-row {
8676    display: table-row !important;
8677  }
8678
8679  .d-print-table-cell {
8680    display: table-cell !important;
8681  }
8682
8683  .d-print-flex {
8684    display: flex !important;
8685  }
8686
8687  .d-print-inline-flex {
8688    display: inline-flex !important;
8689  }
8690}
8691.embed-responsive {
8692  position: relative;
8693  display: block;
8694  width: 100%;
8695  padding: 0;
8696  overflow: hidden;
8697}
8698
8699.embed-responsive::before {
8700  display: block;
8701  content: "";
8702}
8703
8704.embed-responsive .embed-responsive-item,
8705.embed-responsive iframe,
8706.embed-responsive embed,
8707.embed-responsive object,
8708.embed-responsive video {
8709  position: absolute;
8710  top: 0;
8711  bottom: 0;
8712  left: 0;
8713  width: 100%;
8714  height: 100%;
8715  border: 0;
8716}
8717
8718.embed-responsive-21by9::before {
8719  padding-top: 42.857143%;
8720}
8721
8722.embed-responsive-16by9::before {
8723  padding-top: 56.25%;
8724}
8725
8726.embed-responsive-4by3::before {
8727  padding-top: 75%;
8728}
8729
8730.embed-responsive-1by1::before {
8731  padding-top: 100%;
8732}
8733
8734.flex-row {
8735  flex-direction: row !important;
8736}
8737
8738.flex-column {
8739  flex-direction: column !important;
8740}
8741
8742.flex-row-reverse {
8743  flex-direction: row-reverse !important;
8744}
8745
8746.flex-column-reverse {
8747  flex-direction: column-reverse !important;
8748}
8749
8750.flex-wrap {
8751  flex-wrap: wrap !important;
8752}
8753
8754.flex-nowrap {
8755  flex-wrap: nowrap !important;
8756}
8757
8758.flex-wrap-reverse {
8759  flex-wrap: wrap-reverse !important;
8760}
8761
8762.flex-fill {
8763  flex: 1 1 auto !important;
8764}
8765
8766.flex-grow-0 {
8767  flex-grow: 0 !important;
8768}
8769
8770.flex-grow-1 {
8771  flex-grow: 1 !important;
8772}
8773
8774.flex-shrink-0 {
8775  flex-shrink: 0 !important;
8776}
8777
8778.flex-shrink-1 {
8779  flex-shrink: 1 !important;
8780}
8781
8782.justify-content-start {
8783  justify-content: flex-start !important;
8784}
8785
8786.justify-content-end {
8787  justify-content: flex-end !important;
8788}
8789
8790.justify-content-center {
8791  justify-content: center !important;
8792}
8793
8794.justify-content-between {
8795  justify-content: space-between !important;
8796}
8797
8798.justify-content-around {
8799  justify-content: space-around !important;
8800}
8801
8802.align-items-start {
8803  align-items: flex-start !important;
8804}
8805
8806.align-items-end {
8807  align-items: flex-end !important;
8808}
8809
8810.align-items-center {
8811  align-items: center !important;
8812}
8813
8814.align-items-baseline {
8815  align-items: baseline !important;
8816}
8817
8818.align-items-stretch {
8819  align-items: stretch !important;
8820}
8821
8822.align-content-start {
8823  align-content: flex-start !important;
8824}
8825
8826.align-content-end {
8827  align-content: flex-end !important;
8828}
8829
8830.align-content-center {
8831  align-content: center !important;
8832}
8833
8834.align-content-between {
8835  align-content: space-between !important;
8836}
8837
8838.align-content-around {
8839  align-content: space-around !important;
8840}
8841
8842.align-content-stretch {
8843  align-content: stretch !important;
8844}
8845
8846.align-self-auto {
8847  align-self: auto !important;
8848}
8849
8850.align-self-start {
8851  align-self: flex-start !important;
8852}
8853
8854.align-self-end {
8855  align-self: flex-end !important;
8856}
8857
8858.align-self-center {
8859  align-self: center !important;
8860}
8861
8862.align-self-baseline {
8863  align-self: baseline !important;
8864}
8865
8866.align-self-stretch {
8867  align-self: stretch !important;
8868}
8869
8870@media (min-width: 576px) {
8871  .flex-sm-row {
8872    flex-direction: row !important;
8873  }
8874
8875  .flex-sm-column {
8876    flex-direction: column !important;
8877  }
8878
8879  .flex-sm-row-reverse {
8880    flex-direction: row-reverse !important;
8881  }
8882
8883  .flex-sm-column-reverse {
8884    flex-direction: column-reverse !important;
8885  }
8886
8887  .flex-sm-wrap {
8888    flex-wrap: wrap !important;
8889  }
8890
8891  .flex-sm-nowrap {
8892    flex-wrap: nowrap !important;
8893  }
8894
8895  .flex-sm-wrap-reverse {
8896    flex-wrap: wrap-reverse !important;
8897  }
8898
8899  .flex-sm-fill {
8900    flex: 1 1 auto !important;
8901  }
8902
8903  .flex-sm-grow-0 {
8904    flex-grow: 0 !important;
8905  }
8906
8907  .flex-sm-grow-1 {
8908    flex-grow: 1 !important;
8909  }
8910
8911  .flex-sm-shrink-0 {
8912    flex-shrink: 0 !important;
8913  }
8914
8915  .flex-sm-shrink-1 {
8916    flex-shrink: 1 !important;
8917  }
8918
8919  .justify-content-sm-start {
8920    justify-content: flex-start !important;
8921  }
8922
8923  .justify-content-sm-end {
8924    justify-content: flex-end !important;
8925  }
8926
8927  .justify-content-sm-center {
8928    justify-content: center !important;
8929  }
8930
8931  .justify-content-sm-between {
8932    justify-content: space-between !important;
8933  }
8934
8935  .justify-content-sm-around {
8936    justify-content: space-around !important;
8937  }
8938
8939  .align-items-sm-start {
8940    align-items: flex-start !important;
8941  }
8942
8943  .align-items-sm-end {
8944    align-items: flex-end !important;
8945  }
8946
8947  .align-items-sm-center {
8948    align-items: center !important;
8949  }
8950
8951  .align-items-sm-baseline {
8952    align-items: baseline !important;
8953  }
8954
8955  .align-items-sm-stretch {
8956    align-items: stretch !important;
8957  }
8958
8959  .align-content-sm-start {
8960    align-content: flex-start !important;
8961  }
8962
8963  .align-content-sm-end {
8964    align-content: flex-end !important;
8965  }
8966
8967  .align-content-sm-center {
8968    align-content: center !important;
8969  }
8970
8971  .align-content-sm-between {
8972    align-content: space-between !important;
8973  }
8974
8975  .align-content-sm-around {
8976    align-content: space-around !important;
8977  }
8978
8979  .align-content-sm-stretch {
8980    align-content: stretch !important;
8981  }
8982
8983  .align-self-sm-auto {
8984    align-self: auto !important;
8985  }
8986
8987  .align-self-sm-start {
8988    align-self: flex-start !important;
8989  }
8990
8991  .align-self-sm-end {
8992    align-self: flex-end !important;
8993  }
8994
8995  .align-self-sm-center {
8996    align-self: center !important;
8997  }
8998
8999  .align-self-sm-baseline {
9000    align-self: baseline !important;
9001  }
9002
9003  .align-self-sm-stretch {
9004    align-self: stretch !important;
9005  }
9006}
9007@media (min-width: 768px) {
9008  .flex-md-row {
9009    flex-direction: row !important;
9010  }
9011
9012  .flex-md-column {
9013    flex-direction: column !important;
9014  }
9015
9016  .flex-md-row-reverse {
9017    flex-direction: row-reverse !important;
9018  }
9019
9020  .flex-md-column-reverse {
9021    flex-direction: column-reverse !important;
9022  }
9023
9024  .flex-md-wrap {
9025    flex-wrap: wrap !important;
9026  }
9027
9028  .flex-md-nowrap {
9029    flex-wrap: nowrap !important;
9030  }
9031
9032  .flex-md-wrap-reverse {
9033    flex-wrap: wrap-reverse !important;
9034  }
9035
9036  .flex-md-fill {
9037    flex: 1 1 auto !important;
9038  }
9039
9040  .flex-md-grow-0 {
9041    flex-grow: 0 !important;
9042  }
9043
9044  .flex-md-grow-1 {
9045    flex-grow: 1 !important;
9046  }
9047
9048  .flex-md-shrink-0 {
9049    flex-shrink: 0 !important;
9050  }
9051
9052  .flex-md-shrink-1 {
9053    flex-shrink: 1 !important;
9054  }
9055
9056  .justify-content-md-start {
9057    justify-content: flex-start !important;
9058  }
9059
9060  .justify-content-md-end {
9061    justify-content: flex-end !important;
9062  }
9063
9064  .justify-content-md-center {
9065    justify-content: center !important;
9066  }
9067
9068  .justify-content-md-between {
9069    justify-content: space-between !important;
9070  }
9071
9072  .justify-content-md-around {
9073    justify-content: space-around !important;
9074  }
9075
9076  .align-items-md-start {
9077    align-items: flex-start !important;
9078  }
9079
9080  .align-items-md-end {
9081    align-items: flex-end !important;
9082  }
9083
9084  .align-items-md-center {
9085    align-items: center !important;
9086  }
9087
9088  .align-items-md-baseline {
9089    align-items: baseline !important;
9090  }
9091
9092  .align-items-md-stretch {
9093    align-items: stretch !important;
9094  }
9095
9096  .align-content-md-start {
9097    align-content: flex-start !important;
9098  }
9099
9100  .align-content-md-end {
9101    align-content: flex-end !important;
9102  }
9103
9104  .align-content-md-center {
9105    align-content: center !important;
9106  }
9107
9108  .align-content-md-between {
9109    align-content: space-between !important;
9110  }
9111
9112  .align-content-md-around {
9113    align-content: space-around !important;
9114  }
9115
9116  .align-content-md-stretch {
9117    align-content: stretch !important;
9118  }
9119
9120  .align-self-md-auto {
9121    align-self: auto !important;
9122  }
9123
9124  .align-self-md-start {
9125    align-self: flex-start !important;
9126  }
9127
9128  .align-self-md-end {
9129    align-self: flex-end !important;
9130  }
9131
9132  .align-self-md-center {
9133    align-self: center !important;
9134  }
9135
9136  .align-self-md-baseline {
9137    align-self: baseline !important;
9138  }
9139
9140  .align-self-md-stretch {
9141    align-self: stretch !important;
9142  }
9143}
9144@media (min-width: 992px) {
9145  .flex-lg-row {
9146    flex-direction: row !important;
9147  }
9148
9149  .flex-lg-column {
9150    flex-direction: column !important;
9151  }
9152
9153  .flex-lg-row-reverse {
9154    flex-direction: row-reverse !important;
9155  }
9156
9157  .flex-lg-column-reverse {
9158    flex-direction: column-reverse !important;
9159  }
9160
9161  .flex-lg-wrap {
9162    flex-wrap: wrap !important;
9163  }
9164
9165  .flex-lg-nowrap {
9166    flex-wrap: nowrap !important;
9167  }
9168
9169  .flex-lg-wrap-reverse {
9170    flex-wrap: wrap-reverse !important;
9171  }
9172
9173  .flex-lg-fill {
9174    flex: 1 1 auto !important;
9175  }
9176
9177  .flex-lg-grow-0 {
9178    flex-grow: 0 !important;
9179  }
9180
9181  .flex-lg-grow-1 {
9182    flex-grow: 1 !important;
9183  }
9184
9185  .flex-lg-shrink-0 {
9186    flex-shrink: 0 !important;
9187  }
9188
9189  .flex-lg-shrink-1 {
9190    flex-shrink: 1 !important;
9191  }
9192
9193  .justify-content-lg-start {
9194    justify-content: flex-start !important;
9195  }
9196
9197  .justify-content-lg-end {
9198    justify-content: flex-end !important;
9199  }
9200
9201  .justify-content-lg-center {
9202    justify-content: center !important;
9203  }
9204
9205  .justify-content-lg-between {
9206    justify-content: space-between !important;
9207  }
9208
9209  .justify-content-lg-around {
9210    justify-content: space-around !important;
9211  }
9212
9213  .align-items-lg-start {
9214    align-items: flex-start !important;
9215  }
9216
9217  .align-items-lg-end {
9218    align-items: flex-end !important;
9219  }
9220
9221  .align-items-lg-center {
9222    align-items: center !important;
9223  }
9224
9225  .align-items-lg-baseline {
9226    align-items: baseline !important;
9227  }
9228
9229  .align-items-lg-stretch {
9230    align-items: stretch !important;
9231  }
9232
9233  .align-content-lg-start {
9234    align-content: flex-start !important;
9235  }
9236
9237  .align-content-lg-end {
9238    align-content: flex-end !important;
9239  }
9240
9241  .align-content-lg-center {
9242    align-content: center !important;
9243  }
9244
9245  .align-content-lg-between {
9246    align-content: space-between !important;
9247  }
9248
9249  .align-content-lg-around {
9250    align-content: space-around !important;
9251  }
9252
9253  .align-content-lg-stretch {
9254    align-content: stretch !important;
9255  }
9256
9257  .align-self-lg-auto {
9258    align-self: auto !important;
9259  }
9260
9261  .align-self-lg-start {
9262    align-self: flex-start !important;
9263  }
9264
9265  .align-self-lg-end {
9266    align-self: flex-end !important;
9267  }
9268
9269  .align-self-lg-center {
9270    align-self: center !important;
9271  }
9272
9273  .align-self-lg-baseline {
9274    align-self: baseline !important;
9275  }
9276
9277  .align-self-lg-stretch {
9278    align-self: stretch !important;
9279  }
9280}
9281@media (min-width: 1200px) {
9282  .flex-xl-row {
9283    flex-direction: row !important;
9284  }
9285
9286  .flex-xl-column {
9287    flex-direction: column !important;
9288  }
9289
9290  .flex-xl-row-reverse {
9291    flex-direction: row-reverse !important;
9292  }
9293
9294  .flex-xl-column-reverse {
9295    flex-direction: column-reverse !important;
9296  }
9297
9298  .flex-xl-wrap {
9299    flex-wrap: wrap !important;
9300  }
9301
9302  .flex-xl-nowrap {
9303    flex-wrap: nowrap !important;
9304  }
9305
9306  .flex-xl-wrap-reverse {
9307    flex-wrap: wrap-reverse !important;
9308  }
9309
9310  .flex-xl-fill {
9311    flex: 1 1 auto !important;
9312  }
9313
9314  .flex-xl-grow-0 {
9315    flex-grow: 0 !important;
9316  }
9317
9318  .flex-xl-grow-1 {
9319    flex-grow: 1 !important;
9320  }
9321
9322  .flex-xl-shrink-0 {
9323    flex-shrink: 0 !important;
9324  }
9325
9326  .flex-xl-shrink-1 {
9327    flex-shrink: 1 !important;
9328  }
9329
9330  .justify-content-xl-start {
9331    justify-content: flex-start !important;
9332  }
9333
9334  .justify-content-xl-end {
9335    justify-content: flex-end !important;
9336  }
9337
9338  .justify-content-xl-center {
9339    justify-content: center !important;
9340  }
9341
9342  .justify-content-xl-between {
9343    justify-content: space-between !important;
9344  }
9345
9346  .justify-content-xl-around {
9347    justify-content: space-around !important;
9348  }
9349
9350  .align-items-xl-start {
9351    align-items: flex-start !important;
9352  }
9353
9354  .align-items-xl-end {
9355    align-items: flex-end !important;
9356  }
9357
9358  .align-items-xl-center {
9359    align-items: center !important;
9360  }
9361
9362  .align-items-xl-baseline {
9363    align-items: baseline !important;
9364  }
9365
9366  .align-items-xl-stretch {
9367    align-items: stretch !important;
9368  }
9369
9370  .align-content-xl-start {
9371    align-content: flex-start !important;
9372  }
9373
9374  .align-content-xl-end {
9375    align-content: flex-end !important;
9376  }
9377
9378  .align-content-xl-center {
9379    align-content: center !important;
9380  }
9381
9382  .align-content-xl-between {
9383    align-content: space-between !important;
9384  }
9385
9386  .align-content-xl-around {
9387    align-content: space-around !important;
9388  }
9389
9390  .align-content-xl-stretch {
9391    align-content: stretch !important;
9392  }
9393
9394  .align-self-xl-auto {
9395    align-self: auto !important;
9396  }
9397
9398  .align-self-xl-start {
9399    align-self: flex-start !important;
9400  }
9401
9402  .align-self-xl-end {
9403    align-self: flex-end !important;
9404  }
9405
9406  .align-self-xl-center {
9407    align-self: center !important;
9408  }
9409
9410  .align-self-xl-baseline {
9411    align-self: baseline !important;
9412  }
9413
9414  .align-self-xl-stretch {
9415    align-self: stretch !important;
9416  }
9417}
9418.float-left {
9419  float: left !important;
9420}
9421
9422.float-right {
9423  float: right !important;
9424}
9425
9426.float-none {
9427  float: none !important;
9428}
9429
9430@media (min-width: 576px) {
9431  .float-sm-left {
9432    float: left !important;
9433  }
9434
9435  .float-sm-right {
9436    float: right !important;
9437  }
9438
9439  .float-sm-none {
9440    float: none !important;
9441  }
9442}
9443@media (min-width: 768px) {
9444  .float-md-left {
9445    float: left !important;
9446  }
9447
9448  .float-md-right {
9449    float: right !important;
9450  }
9451
9452  .float-md-none {
9453    float: none !important;
9454  }
9455}
9456@media (min-width: 992px) {
9457  .float-lg-left {
9458    float: left !important;
9459  }
9460
9461  .float-lg-right {
9462    float: right !important;
9463  }
9464
9465  .float-lg-none {
9466    float: none !important;
9467  }
9468}
9469@media (min-width: 1200px) {
9470  .float-xl-left {
9471    float: left !important;
9472  }
9473
9474  .float-xl-right {
9475    float: right !important;
9476  }
9477
9478  .float-xl-none {
9479    float: none !important;
9480  }
9481}
9482.overflow-auto {
9483  overflow: auto !important;
9484}
9485
9486.overflow-hidden {
9487  overflow: hidden !important;
9488}
9489
9490.position-static {
9491  position: static !important;
9492}
9493
9494.position-relative {
9495  position: relative !important;
9496}
9497
9498.position-absolute {
9499  position: absolute !important;
9500}
9501
9502.position-fixed,
9503.headroom--pinned,
9504.headroom--unpinned {
9505  position: fixed !important;
9506}
9507
9508.position-sticky {
9509  position: sticky !important;
9510}
9511
9512.fixed-top {
9513  position: fixed;
9514  top: 0;
9515  right: 0;
9516  left: 0;
9517  z-index: 1030;
9518}
9519
9520.fixed-bottom {
9521  position: fixed;
9522  right: 0;
9523  bottom: 0;
9524  left: 0;
9525  z-index: 1030;
9526}
9527
9528@supports (position: sticky) {
9529  .sticky-top {
9530    position: sticky;
9531    top: 0;
9532    z-index: 1020;
9533  }
9534}
9535.sr-only {
9536  position: absolute;
9537  width: 1px;
9538  height: 1px;
9539  padding: 0;
9540  overflow: hidden;
9541  clip: rect(0, 0, 0, 0);
9542  white-space: nowrap;
9543  border: 0;
9544}
9545
9546.sr-only-focusable:active,
9547.sr-only-focusable:focus {
9548  position: static;
9549  width: auto;
9550  height: auto;
9551  overflow: visible;
9552  clip: auto;
9553  white-space: normal;
9554}
9555
9556.shadow-sm {
9557  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
9558}
9559
9560.shadow, #dw__login,
9561.profile-page .card-profile .card-profile-image img {
9562  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07) !important;
9563}
9564
9565.shadow-lg {
9566  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
9567}
9568
9569.shadow-none {
9570  box-shadow: none !important;
9571}
9572
9573.w-25 {
9574  width: 25% !important;
9575}
9576
9577.w-50 {
9578  width: 50% !important;
9579}
9580
9581.w-75 {
9582  width: 75% !important;
9583}
9584
9585.w-100 {
9586  width: 100% !important;
9587}
9588
9589.w-auto {
9590  width: auto !important;
9591}
9592
9593.h-25 {
9594  height: 25% !important;
9595}
9596
9597.h-50 {
9598  height: 50% !important;
9599}
9600
9601.h-75 {
9602  height: 75% !important;
9603}
9604
9605.h-100 {
9606  height: 100% !important;
9607}
9608
9609.h-auto {
9610  height: auto !important;
9611}
9612
9613.mw-100 {
9614  max-width: 100% !important;
9615}
9616
9617.mh-100 {
9618  max-height: 100% !important;
9619}
9620
9621.min-vw-100 {
9622  min-width: 100vw !important;
9623}
9624
9625.min-vh-100 {
9626  min-height: 100vh !important;
9627}
9628
9629.vw-100 {
9630  width: 100vw !important;
9631}
9632
9633.vh-100 {
9634  height: 100vh !important;
9635}
9636
9637.stretched-link::after {
9638  position: absolute;
9639  top: 0;
9640  right: 0;
9641  bottom: 0;
9642  left: 0;
9643  z-index: 1;
9644  pointer-events: auto;
9645  content: "";
9646  background-color: rgba(0, 0, 0, 0);
9647}
9648
9649.m-0 {
9650  margin: 0 !important;
9651}
9652
9653.mt-0,
9654.my-0 {
9655  margin-top: 0 !important;
9656}
9657
9658.mr-0,
9659.mx-0 {
9660  margin-right: 0 !important;
9661}
9662
9663.mb-0,
9664.my-0 {
9665  margin-bottom: 0 !important;
9666}
9667
9668.ml-0,
9669.mx-0 {
9670  margin-left: 0 !important;
9671}
9672
9673.m-1 {
9674  margin: 0.25rem !important;
9675}
9676
9677.mt-1,
9678.my-1 {
9679  margin-top: 0.25rem !important;
9680}
9681
9682.mr-1,
9683.mx-1 {
9684  margin-right: 0.25rem !important;
9685}
9686
9687.mb-1,
9688.my-1 {
9689  margin-bottom: 0.25rem !important;
9690}
9691
9692.ml-1,
9693.mx-1 {
9694  margin-left: 0.25rem !important;
9695}
9696
9697.m-2 {
9698  margin: 0.5rem !important;
9699}
9700
9701.mt-2,
9702.my-2 {
9703  margin-top: 0.5rem !important;
9704}
9705
9706.mr-2,
9707.mx-2 {
9708  margin-right: 0.5rem !important;
9709}
9710
9711.mb-2,
9712.my-2 {
9713  margin-bottom: 0.5rem !important;
9714}
9715
9716.ml-2,
9717.mx-2 {
9718  margin-left: 0.5rem !important;
9719}
9720
9721.m-3 {
9722  margin: 1rem !important;
9723}
9724
9725.mt-3,
9726.my-3 {
9727  margin-top: 1rem !important;
9728}
9729
9730.mr-3,
9731.mx-3 {
9732  margin-right: 1rem !important;
9733}
9734
9735.mb-3,
9736.my-3 {
9737  margin-bottom: 1rem !important;
9738}
9739
9740.ml-3,
9741.mx-3 {
9742  margin-left: 1rem !important;
9743}
9744
9745.m-4 {
9746  margin: 1.5rem !important;
9747}
9748
9749.mt-4,
9750.my-4 {
9751  margin-top: 1.5rem !important;
9752}
9753
9754.mr-4,
9755.mx-4 {
9756  margin-right: 1.5rem !important;
9757}
9758
9759.mb-4, .doku_form .no,
9760.my-4 {
9761  margin-bottom: 1.5rem !important;
9762}
9763
9764.ml-4,
9765.mx-4 {
9766  margin-left: 1.5rem !important;
9767}
9768
9769.m-5 {
9770  margin: 3rem !important;
9771}
9772
9773.mt-5,
9774.my-5 {
9775  margin-top: 3rem !important;
9776}
9777
9778.mr-5,
9779.mx-5 {
9780  margin-right: 3rem !important;
9781}
9782
9783.mb-5,
9784.my-5 {
9785  margin-bottom: 3rem !important;
9786}
9787
9788.ml-5,
9789.mx-5 {
9790  margin-left: 3rem !important;
9791}
9792
9793.m--9 {
9794  margin: -10rem !important;
9795}
9796
9797.mt--9,
9798.my--9 {
9799  margin-top: -10rem !important;
9800}
9801
9802.mr--9,
9803.mx--9 {
9804  margin-right: -10rem !important;
9805}
9806
9807.mb--9,
9808.my--9 {
9809  margin-bottom: -10rem !important;
9810}
9811
9812.ml--9,
9813.mx--9 {
9814  margin-left: -10rem !important;
9815}
9816
9817.m--8 {
9818  margin: -8rem !important;
9819}
9820
9821.mt--8,
9822.my--8 {
9823  margin-top: -8rem !important;
9824}
9825
9826.mr--8,
9827.mx--8 {
9828  margin-right: -8rem !important;
9829}
9830
9831.mb--8,
9832.my--8 {
9833  margin-bottom: -8rem !important;
9834}
9835
9836.ml--8,
9837.mx--8 {
9838  margin-left: -8rem !important;
9839}
9840
9841.m--7 {
9842  margin: -6rem !important;
9843}
9844
9845.mt--7,
9846.my--7 {
9847  margin-top: -6rem !important;
9848}
9849
9850.mr--7,
9851.mx--7 {
9852  margin-right: -6rem !important;
9853}
9854
9855.mb--7,
9856.my--7 {
9857  margin-bottom: -6rem !important;
9858}
9859
9860.ml--7,
9861.mx--7 {
9862  margin-left: -6rem !important;
9863}
9864
9865.m--6 {
9866  margin: -4.5rem !important;
9867}
9868
9869.mt--6,
9870.my--6 {
9871  margin-top: -4.5rem !important;
9872}
9873
9874.mr--6,
9875.mx--6 {
9876  margin-right: -4.5rem !important;
9877}
9878
9879.mb--6,
9880.my--6 {
9881  margin-bottom: -4.5rem !important;
9882}
9883
9884.ml--6,
9885.mx--6 {
9886  margin-left: -4.5rem !important;
9887}
9888
9889.m--5 {
9890  margin: -3rem !important;
9891}
9892
9893.mt--5,
9894.my--5 {
9895  margin-top: -3rem !important;
9896}
9897
9898.mr--5,
9899.mx--5 {
9900  margin-right: -3rem !important;
9901}
9902
9903.mb--5,
9904.my--5 {
9905  margin-bottom: -3rem !important;
9906}
9907
9908.ml--5,
9909.mx--5 {
9910  margin-left: -3rem !important;
9911}
9912
9913.m--4 {
9914  margin: -1.5rem !important;
9915}
9916
9917.mt--4,
9918.my--4 {
9919  margin-top: -1.5rem !important;
9920}
9921
9922.mr--4,
9923.mx--4 {
9924  margin-right: -1.5rem !important;
9925}
9926
9927.mb--4,
9928.my--4 {
9929  margin-bottom: -1.5rem !important;
9930}
9931
9932.ml--4,
9933.mx--4 {
9934  margin-left: -1.5rem !important;
9935}
9936
9937.m--3 {
9938  margin: -1rem !important;
9939}
9940
9941.mt--3,
9942.my--3 {
9943  margin-top: -1rem !important;
9944}
9945
9946.mr--3,
9947.mx--3 {
9948  margin-right: -1rem !important;
9949}
9950
9951.mb--3,
9952.my--3 {
9953  margin-bottom: -1rem !important;
9954}
9955
9956.ml--3,
9957.mx--3 {
9958  margin-left: -1rem !important;
9959}
9960
9961.m--2 {
9962  margin: -0.5rem !important;
9963}
9964
9965.mt--2,
9966.my--2 {
9967  margin-top: -0.5rem !important;
9968}
9969
9970.mr--2,
9971.mx--2 {
9972  margin-right: -0.5rem !important;
9973}
9974
9975.mb--2,
9976.my--2 {
9977  margin-bottom: -0.5rem !important;
9978}
9979
9980.ml--2,
9981.mx--2 {
9982  margin-left: -0.5rem !important;
9983}
9984
9985.m--1 {
9986  margin: -0.25rem !important;
9987}
9988
9989.mt--1,
9990.my--1 {
9991  margin-top: -0.25rem !important;
9992}
9993
9994.mr--1,
9995.mx--1 {
9996  margin-right: -0.25rem !important;
9997}
9998
9999.mb--1,
10000.my--1 {
10001  margin-bottom: -0.25rem !important;
10002}
10003
10004.ml--1,
10005.mx--1 {
10006  margin-left: -0.25rem !important;
10007}
10008
10009.m-6 {
10010  margin: 4.5rem !important;
10011}
10012
10013.mt-6,
10014.my-6 {
10015  margin-top: 4.5rem !important;
10016}
10017
10018.mr-6,
10019.mx-6 {
10020  margin-right: 4.5rem !important;
10021}
10022
10023.mb-6,
10024.my-6 {
10025  margin-bottom: 4.5rem !important;
10026}
10027
10028.ml-6,
10029.mx-6 {
10030  margin-left: 4.5rem !important;
10031}
10032
10033.m-7 {
10034  margin: 6rem !important;
10035}
10036
10037.mt-7,
10038.my-7 {
10039  margin-top: 6rem !important;
10040}
10041
10042.mr-7,
10043.mx-7 {
10044  margin-right: 6rem !important;
10045}
10046
10047.mb-7,
10048.my-7 {
10049  margin-bottom: 6rem !important;
10050}
10051
10052.ml-7,
10053.mx-7 {
10054  margin-left: 6rem !important;
10055}
10056
10057.m-8 {
10058  margin: 8rem !important;
10059}
10060
10061.mt-8,
10062.my-8 {
10063  margin-top: 8rem !important;
10064}
10065
10066.mr-8,
10067.mx-8 {
10068  margin-right: 8rem !important;
10069}
10070
10071.mb-8,
10072.my-8 {
10073  margin-bottom: 8rem !important;
10074}
10075
10076.ml-8,
10077.mx-8 {
10078  margin-left: 8rem !important;
10079}
10080
10081.m-9 {
10082  margin: 10rem !important;
10083}
10084
10085.mt-9,
10086.my-9 {
10087  margin-top: 10rem !important;
10088}
10089
10090.mr-9,
10091.mx-9 {
10092  margin-right: 10rem !important;
10093}
10094
10095.mb-9,
10096.my-9 {
10097  margin-bottom: 10rem !important;
10098}
10099
10100.ml-9,
10101.mx-9 {
10102  margin-left: 10rem !important;
10103}
10104
10105.p-0 {
10106  padding: 0 !important;
10107}
10108
10109.pt-0,
10110.py-0 {
10111  padding-top: 0 !important;
10112}
10113
10114.pr-0,
10115.px-0 {
10116  padding-right: 0 !important;
10117}
10118
10119.pb-0,
10120.py-0 {
10121  padding-bottom: 0 !important;
10122}
10123
10124.pl-0,
10125.px-0 {
10126  padding-left: 0 !important;
10127}
10128
10129.p-1 {
10130  padding: 0.25rem !important;
10131}
10132
10133.pt-1,
10134.py-1 {
10135  padding-top: 0.25rem !important;
10136}
10137
10138.pr-1,
10139.px-1 {
10140  padding-right: 0.25rem !important;
10141}
10142
10143.pb-1,
10144.py-1 {
10145  padding-bottom: 0.25rem !important;
10146}
10147
10148.pl-1,
10149.px-1 {
10150  padding-left: 0.25rem !important;
10151}
10152
10153.p-2 {
10154  padding: 0.5rem !important;
10155}
10156
10157.pt-2,
10158.py-2 {
10159  padding-top: 0.5rem !important;
10160}
10161
10162.pr-2,
10163.px-2 {
10164  padding-right: 0.5rem !important;
10165}
10166
10167.pb-2,
10168.py-2 {
10169  padding-bottom: 0.5rem !important;
10170}
10171
10172.pl-2,
10173.px-2 {
10174  padding-left: 0.5rem !important;
10175}
10176
10177.p-3 {
10178  padding: 1rem !important;
10179}
10180
10181.pt-3,
10182.py-3 {
10183  padding-top: 1rem !important;
10184}
10185
10186.pr-3,
10187.px-3 {
10188  padding-right: 1rem !important;
10189}
10190
10191.pb-3,
10192.py-3 {
10193  padding-bottom: 1rem !important;
10194}
10195
10196.pl-3,
10197.px-3 {
10198  padding-left: 1rem !important;
10199}
10200
10201.p-4 {
10202  padding: 1.5rem !important;
10203}
10204
10205.pt-4,
10206.py-4 {
10207  padding-top: 1.5rem !important;
10208}
10209
10210.pr-4,
10211.px-4 {
10212  padding-right: 1.5rem !important;
10213}
10214
10215.pb-4,
10216.py-4 {
10217  padding-bottom: 1.5rem !important;
10218}
10219
10220.pl-4,
10221.px-4 {
10222  padding-left: 1.5rem !important;
10223}
10224
10225.p-5 {
10226  padding: 3rem !important;
10227}
10228
10229.pt-5,
10230.py-5 {
10231  padding-top: 3rem !important;
10232}
10233
10234.pr-5,
10235.px-5 {
10236  padding-right: 3rem !important;
10237}
10238
10239.pb-5, #dw__login legend,
10240.py-5 {
10241  padding-bottom: 3rem !important;
10242}
10243
10244.pl-5,
10245.px-5 {
10246  padding-left: 3rem !important;
10247}
10248
10249.p--9 {
10250  padding: -10rem !important;
10251}
10252
10253.pt--9,
10254.py--9 {
10255  padding-top: -10rem !important;
10256}
10257
10258.pr--9,
10259.px--9 {
10260  padding-right: -10rem !important;
10261}
10262
10263.pb--9,
10264.py--9 {
10265  padding-bottom: -10rem !important;
10266}
10267
10268.pl--9,
10269.px--9 {
10270  padding-left: -10rem !important;
10271}
10272
10273.p--8 {
10274  padding: -8rem !important;
10275}
10276
10277.pt--8,
10278.py--8 {
10279  padding-top: -8rem !important;
10280}
10281
10282.pr--8,
10283.px--8 {
10284  padding-right: -8rem !important;
10285}
10286
10287.pb--8,
10288.py--8 {
10289  padding-bottom: -8rem !important;
10290}
10291
10292.pl--8,
10293.px--8 {
10294  padding-left: -8rem !important;
10295}
10296
10297.p--7 {
10298  padding: -6rem !important;
10299}
10300
10301.pt--7,
10302.py--7 {
10303  padding-top: -6rem !important;
10304}
10305
10306.pr--7,
10307.px--7 {
10308  padding-right: -6rem !important;
10309}
10310
10311.pb--7,
10312.py--7 {
10313  padding-bottom: -6rem !important;
10314}
10315
10316.pl--7,
10317.px--7 {
10318  padding-left: -6rem !important;
10319}
10320
10321.p--6 {
10322  padding: -4.5rem !important;
10323}
10324
10325.pt--6,
10326.py--6 {
10327  padding-top: -4.5rem !important;
10328}
10329
10330.pr--6,
10331.px--6 {
10332  padding-right: -4.5rem !important;
10333}
10334
10335.pb--6,
10336.py--6 {
10337  padding-bottom: -4.5rem !important;
10338}
10339
10340.pl--6,
10341.px--6 {
10342  padding-left: -4.5rem !important;
10343}
10344
10345.p--5 {
10346  padding: -3rem !important;
10347}
10348
10349.pt--5,
10350.py--5 {
10351  padding-top: -3rem !important;
10352}
10353
10354.pr--5,
10355.px--5 {
10356  padding-right: -3rem !important;
10357}
10358
10359.pb--5,
10360.py--5 {
10361  padding-bottom: -3rem !important;
10362}
10363
10364.pl--5,
10365.px--5 {
10366  padding-left: -3rem !important;
10367}
10368
10369.p--4 {
10370  padding: -1.5rem !important;
10371}
10372
10373.pt--4,
10374.py--4 {
10375  padding-top: -1.5rem !important;
10376}
10377
10378.pr--4,
10379.px--4 {
10380  padding-right: -1.5rem !important;
10381}
10382
10383.pb--4,
10384.py--4 {
10385  padding-bottom: -1.5rem !important;
10386}
10387
10388.pl--4,
10389.px--4 {
10390  padding-left: -1.5rem !important;
10391}
10392
10393.p--3 {
10394  padding: -1rem !important;
10395}
10396
10397.pt--3,
10398.py--3 {
10399  padding-top: -1rem !important;
10400}
10401
10402.pr--3,
10403.px--3 {
10404  padding-right: -1rem !important;
10405}
10406
10407.pb--3,
10408.py--3 {
10409  padding-bottom: -1rem !important;
10410}
10411
10412.pl--3,
10413.px--3 {
10414  padding-left: -1rem !important;
10415}
10416
10417.p--2 {
10418  padding: -0.5rem !important;
10419}
10420
10421.pt--2,
10422.py--2 {
10423  padding-top: -0.5rem !important;
10424}
10425
10426.pr--2,
10427.px--2 {
10428  padding-right: -0.5rem !important;
10429}
10430
10431.pb--2,
10432.py--2 {
10433  padding-bottom: -0.5rem !important;
10434}
10435
10436.pl--2,
10437.px--2 {
10438  padding-left: -0.5rem !important;
10439}
10440
10441.p--1 {
10442  padding: -0.25rem !important;
10443}
10444
10445.pt--1,
10446.py--1 {
10447  padding-top: -0.25rem !important;
10448}
10449
10450.pr--1,
10451.px--1 {
10452  padding-right: -0.25rem !important;
10453}
10454
10455.pb--1,
10456.py--1 {
10457  padding-bottom: -0.25rem !important;
10458}
10459
10460.pl--1,
10461.px--1 {
10462  padding-left: -0.25rem !important;
10463}
10464
10465.p-6 {
10466  padding: 4.5rem !important;
10467}
10468
10469.pt-6,
10470.py-6 {
10471  padding-top: 4.5rem !important;
10472}
10473
10474.pr-6,
10475.px-6 {
10476  padding-right: 4.5rem !important;
10477}
10478
10479.pb-6,
10480.py-6 {
10481  padding-bottom: 4.5rem !important;
10482}
10483
10484.pl-6,
10485.px-6 {
10486  padding-left: 4.5rem !important;
10487}
10488
10489.p-7 {
10490  padding: 6rem !important;
10491}
10492
10493.pt-7,
10494.py-7 {
10495  padding-top: 6rem !important;
10496}
10497
10498.pr-7,
10499.px-7 {
10500  padding-right: 6rem !important;
10501}
10502
10503.pb-7,
10504.py-7 {
10505  padding-bottom: 6rem !important;
10506}
10507
10508.pl-7,
10509.px-7 {
10510  padding-left: 6rem !important;
10511}
10512
10513.p-8 {
10514  padding: 8rem !important;
10515}
10516
10517.pt-8,
10518.py-8 {
10519  padding-top: 8rem !important;
10520}
10521
10522.pr-8,
10523.px-8 {
10524  padding-right: 8rem !important;
10525}
10526
10527.pb-8,
10528.py-8 {
10529  padding-bottom: 8rem !important;
10530}
10531
10532.pl-8,
10533.px-8 {
10534  padding-left: 8rem !important;
10535}
10536
10537.p-9 {
10538  padding: 10rem !important;
10539}
10540
10541.pt-9,
10542.py-9 {
10543  padding-top: 10rem !important;
10544}
10545
10546.pr-9,
10547.px-9 {
10548  padding-right: 10rem !important;
10549}
10550
10551.pb-9,
10552.py-9 {
10553  padding-bottom: 10rem !important;
10554}
10555
10556.pl-9,
10557.px-9 {
10558  padding-left: 10rem !important;
10559}
10560
10561.m-n1 {
10562  margin: -0.25rem !important;
10563}
10564
10565.mt-n1,
10566.my-n1 {
10567  margin-top: -0.25rem !important;
10568}
10569
10570.mr-n1,
10571.mx-n1 {
10572  margin-right: -0.25rem !important;
10573}
10574
10575.mb-n1,
10576.my-n1 {
10577  margin-bottom: -0.25rem !important;
10578}
10579
10580.ml-n1,
10581.mx-n1 {
10582  margin-left: -0.25rem !important;
10583}
10584
10585.m-n2 {
10586  margin: -0.5rem !important;
10587}
10588
10589.mt-n2,
10590.my-n2 {
10591  margin-top: -0.5rem !important;
10592}
10593
10594.mr-n2,
10595.mx-n2 {
10596  margin-right: -0.5rem !important;
10597}
10598
10599.mb-n2,
10600.my-n2 {
10601  margin-bottom: -0.5rem !important;
10602}
10603
10604.ml-n2,
10605.mx-n2 {
10606  margin-left: -0.5rem !important;
10607}
10608
10609.m-n3 {
10610  margin: -1rem !important;
10611}
10612
10613.mt-n3,
10614.my-n3 {
10615  margin-top: -1rem !important;
10616}
10617
10618.mr-n3,
10619.mx-n3 {
10620  margin-right: -1rem !important;
10621}
10622
10623.mb-n3,
10624.my-n3 {
10625  margin-bottom: -1rem !important;
10626}
10627
10628.ml-n3,
10629.mx-n3 {
10630  margin-left: -1rem !important;
10631}
10632
10633.m-n4 {
10634  margin: -1.5rem !important;
10635}
10636
10637.mt-n4,
10638.my-n4 {
10639  margin-top: -1.5rem !important;
10640}
10641
10642.mr-n4,
10643.mx-n4 {
10644  margin-right: -1.5rem !important;
10645}
10646
10647.mb-n4,
10648.my-n4 {
10649  margin-bottom: -1.5rem !important;
10650}
10651
10652.ml-n4,
10653.mx-n4 {
10654  margin-left: -1.5rem !important;
10655}
10656
10657.m-n5 {
10658  margin: -3rem !important;
10659}
10660
10661.mt-n5,
10662.my-n5 {
10663  margin-top: -3rem !important;
10664}
10665
10666.mr-n5,
10667.mx-n5 {
10668  margin-right: -3rem !important;
10669}
10670
10671.mb-n5,
10672.my-n5 {
10673  margin-bottom: -3rem !important;
10674}
10675
10676.ml-n5,
10677.mx-n5 {
10678  margin-left: -3rem !important;
10679}
10680
10681.m-n-9 {
10682  margin: 10rem !important;
10683}
10684
10685.mt-n-9,
10686.my-n-9 {
10687  margin-top: 10rem !important;
10688}
10689
10690.mr-n-9,
10691.mx-n-9 {
10692  margin-right: 10rem !important;
10693}
10694
10695.mb-n-9,
10696.my-n-9 {
10697  margin-bottom: 10rem !important;
10698}
10699
10700.ml-n-9,
10701.mx-n-9 {
10702  margin-left: 10rem !important;
10703}
10704
10705.m-n-8 {
10706  margin: 8rem !important;
10707}
10708
10709.mt-n-8,
10710.my-n-8 {
10711  margin-top: 8rem !important;
10712}
10713
10714.mr-n-8,
10715.mx-n-8 {
10716  margin-right: 8rem !important;
10717}
10718
10719.mb-n-8,
10720.my-n-8 {
10721  margin-bottom: 8rem !important;
10722}
10723
10724.ml-n-8,
10725.mx-n-8 {
10726  margin-left: 8rem !important;
10727}
10728
10729.m-n-7 {
10730  margin: 6rem !important;
10731}
10732
10733.mt-n-7,
10734.my-n-7 {
10735  margin-top: 6rem !important;
10736}
10737
10738.mr-n-7,
10739.mx-n-7 {
10740  margin-right: 6rem !important;
10741}
10742
10743.mb-n-7,
10744.my-n-7 {
10745  margin-bottom: 6rem !important;
10746}
10747
10748.ml-n-7,
10749.mx-n-7 {
10750  margin-left: 6rem !important;
10751}
10752
10753.m-n-6 {
10754  margin: 4.5rem !important;
10755}
10756
10757.mt-n-6,
10758.my-n-6 {
10759  margin-top: 4.5rem !important;
10760}
10761
10762.mr-n-6,
10763.mx-n-6 {
10764  margin-right: 4.5rem !important;
10765}
10766
10767.mb-n-6,
10768.my-n-6 {
10769  margin-bottom: 4.5rem !important;
10770}
10771
10772.ml-n-6,
10773.mx-n-6 {
10774  margin-left: 4.5rem !important;
10775}
10776
10777.m-n-5 {
10778  margin: 3rem !important;
10779}
10780
10781.mt-n-5,
10782.my-n-5 {
10783  margin-top: 3rem !important;
10784}
10785
10786.mr-n-5,
10787.mx-n-5 {
10788  margin-right: 3rem !important;
10789}
10790
10791.mb-n-5,
10792.my-n-5 {
10793  margin-bottom: 3rem !important;
10794}
10795
10796.ml-n-5,
10797.mx-n-5 {
10798  margin-left: 3rem !important;
10799}
10800
10801.m-n-4 {
10802  margin: 1.5rem !important;
10803}
10804
10805.mt-n-4,
10806.my-n-4 {
10807  margin-top: 1.5rem !important;
10808}
10809
10810.mr-n-4,
10811.mx-n-4 {
10812  margin-right: 1.5rem !important;
10813}
10814
10815.mb-n-4,
10816.my-n-4 {
10817  margin-bottom: 1.5rem !important;
10818}
10819
10820.ml-n-4,
10821.mx-n-4 {
10822  margin-left: 1.5rem !important;
10823}
10824
10825.m-n-3 {
10826  margin: 1rem !important;
10827}
10828
10829.mt-n-3,
10830.my-n-3 {
10831  margin-top: 1rem !important;
10832}
10833
10834.mr-n-3,
10835.mx-n-3 {
10836  margin-right: 1rem !important;
10837}
10838
10839.mb-n-3,
10840.my-n-3 {
10841  margin-bottom: 1rem !important;
10842}
10843
10844.ml-n-3,
10845.mx-n-3 {
10846  margin-left: 1rem !important;
10847}
10848
10849.m-n-2 {
10850  margin: 0.5rem !important;
10851}
10852
10853.mt-n-2,
10854.my-n-2 {
10855  margin-top: 0.5rem !important;
10856}
10857
10858.mr-n-2,
10859.mx-n-2 {
10860  margin-right: 0.5rem !important;
10861}
10862
10863.mb-n-2,
10864.my-n-2 {
10865  margin-bottom: 0.5rem !important;
10866}
10867
10868.ml-n-2,
10869.mx-n-2 {
10870  margin-left: 0.5rem !important;
10871}
10872
10873.m-n-1 {
10874  margin: 0.25rem !important;
10875}
10876
10877.mt-n-1,
10878.my-n-1 {
10879  margin-top: 0.25rem !important;
10880}
10881
10882.mr-n-1,
10883.mx-n-1 {
10884  margin-right: 0.25rem !important;
10885}
10886
10887.mb-n-1,
10888.my-n-1 {
10889  margin-bottom: 0.25rem !important;
10890}
10891
10892.ml-n-1,
10893.mx-n-1 {
10894  margin-left: 0.25rem !important;
10895}
10896
10897.m-n6 {
10898  margin: -4.5rem !important;
10899}
10900
10901.mt-n6,
10902.my-n6 {
10903  margin-top: -4.5rem !important;
10904}
10905
10906.mr-n6,
10907.mx-n6 {
10908  margin-right: -4.5rem !important;
10909}
10910
10911.mb-n6,
10912.my-n6 {
10913  margin-bottom: -4.5rem !important;
10914}
10915
10916.ml-n6,
10917.mx-n6 {
10918  margin-left: -4.5rem !important;
10919}
10920
10921.m-n7 {
10922  margin: -6rem !important;
10923}
10924
10925.mt-n7,
10926.my-n7 {
10927  margin-top: -6rem !important;
10928}
10929
10930.mr-n7,
10931.mx-n7 {
10932  margin-right: -6rem !important;
10933}
10934
10935.mb-n7,
10936.my-n7 {
10937  margin-bottom: -6rem !important;
10938}
10939
10940.ml-n7,
10941.mx-n7 {
10942  margin-left: -6rem !important;
10943}
10944
10945.m-n8 {
10946  margin: -8rem !important;
10947}
10948
10949.mt-n8,
10950.my-n8 {
10951  margin-top: -8rem !important;
10952}
10953
10954.mr-n8,
10955.mx-n8 {
10956  margin-right: -8rem !important;
10957}
10958
10959.mb-n8,
10960.my-n8 {
10961  margin-bottom: -8rem !important;
10962}
10963
10964.ml-n8,
10965.mx-n8 {
10966  margin-left: -8rem !important;
10967}
10968
10969.m-n9 {
10970  margin: -10rem !important;
10971}
10972
10973.mt-n9,
10974.my-n9 {
10975  margin-top: -10rem !important;
10976}
10977
10978.mr-n9,
10979.mx-n9 {
10980  margin-right: -10rem !important;
10981}
10982
10983.mb-n9,
10984.my-n9 {
10985  margin-bottom: -10rem !important;
10986}
10987
10988.ml-n9,
10989.mx-n9 {
10990  margin-left: -10rem !important;
10991}
10992
10993.m-auto {
10994  margin: auto !important;
10995}
10996
10997.mt-auto,
10998.my-auto {
10999  margin-top: auto !important;
11000}
11001
11002.mr-auto,
11003.mx-auto {
11004  margin-right: auto !important;
11005}
11006
11007.mb-auto,
11008.my-auto {
11009  margin-bottom: auto !important;
11010}
11011
11012.ml-auto,
11013.mx-auto {
11014  margin-left: auto !important;
11015}
11016
11017@media (min-width: 576px) {
11018  .m-sm-0 {
11019    margin: 0 !important;
11020  }
11021
11022  .mt-sm-0,
11023.my-sm-0 {
11024    margin-top: 0 !important;
11025  }
11026
11027  .mr-sm-0,
11028.mx-sm-0 {
11029    margin-right: 0 !important;
11030  }
11031
11032  .mb-sm-0,
11033.my-sm-0 {
11034    margin-bottom: 0 !important;
11035  }
11036
11037  .ml-sm-0,
11038.mx-sm-0 {
11039    margin-left: 0 !important;
11040  }
11041
11042  .m-sm-1 {
11043    margin: 0.25rem !important;
11044  }
11045
11046  .mt-sm-1,
11047.my-sm-1 {
11048    margin-top: 0.25rem !important;
11049  }
11050
11051  .mr-sm-1,
11052.mx-sm-1 {
11053    margin-right: 0.25rem !important;
11054  }
11055
11056  .mb-sm-1,
11057.my-sm-1 {
11058    margin-bottom: 0.25rem !important;
11059  }
11060
11061  .ml-sm-1,
11062.mx-sm-1 {
11063    margin-left: 0.25rem !important;
11064  }
11065
11066  .m-sm-2 {
11067    margin: 0.5rem !important;
11068  }
11069
11070  .mt-sm-2,
11071.my-sm-2 {
11072    margin-top: 0.5rem !important;
11073  }
11074
11075  .mr-sm-2,
11076.mx-sm-2 {
11077    margin-right: 0.5rem !important;
11078  }
11079
11080  .mb-sm-2,
11081.my-sm-2 {
11082    margin-bottom: 0.5rem !important;
11083  }
11084
11085  .ml-sm-2,
11086.mx-sm-2 {
11087    margin-left: 0.5rem !important;
11088  }
11089
11090  .m-sm-3 {
11091    margin: 1rem !important;
11092  }
11093
11094  .mt-sm-3,
11095.my-sm-3 {
11096    margin-top: 1rem !important;
11097  }
11098
11099  .mr-sm-3,
11100.mx-sm-3 {
11101    margin-right: 1rem !important;
11102  }
11103
11104  .mb-sm-3,
11105.my-sm-3 {
11106    margin-bottom: 1rem !important;
11107  }
11108
11109  .ml-sm-3,
11110.mx-sm-3 {
11111    margin-left: 1rem !important;
11112  }
11113
11114  .m-sm-4 {
11115    margin: 1.5rem !important;
11116  }
11117
11118  .mt-sm-4,
11119.my-sm-4 {
11120    margin-top: 1.5rem !important;
11121  }
11122
11123  .mr-sm-4,
11124.mx-sm-4 {
11125    margin-right: 1.5rem !important;
11126  }
11127
11128  .mb-sm-4,
11129.my-sm-4 {
11130    margin-bottom: 1.5rem !important;
11131  }
11132
11133  .ml-sm-4,
11134.mx-sm-4 {
11135    margin-left: 1.5rem !important;
11136  }
11137
11138  .m-sm-5 {
11139    margin: 3rem !important;
11140  }
11141
11142  .mt-sm-5,
11143.my-sm-5 {
11144    margin-top: 3rem !important;
11145  }
11146
11147  .mr-sm-5,
11148.mx-sm-5 {
11149    margin-right: 3rem !important;
11150  }
11151
11152  .mb-sm-5,
11153.my-sm-5 {
11154    margin-bottom: 3rem !important;
11155  }
11156
11157  .ml-sm-5,
11158.mx-sm-5 {
11159    margin-left: 3rem !important;
11160  }
11161
11162  .m-sm--9 {
11163    margin: -10rem !important;
11164  }
11165
11166  .mt-sm--9,
11167.my-sm--9 {
11168    margin-top: -10rem !important;
11169  }
11170
11171  .mr-sm--9,
11172.mx-sm--9 {
11173    margin-right: -10rem !important;
11174  }
11175
11176  .mb-sm--9,
11177.my-sm--9 {
11178    margin-bottom: -10rem !important;
11179  }
11180
11181  .ml-sm--9,
11182.mx-sm--9 {
11183    margin-left: -10rem !important;
11184  }
11185
11186  .m-sm--8 {
11187    margin: -8rem !important;
11188  }
11189
11190  .mt-sm--8,
11191.my-sm--8 {
11192    margin-top: -8rem !important;
11193  }
11194
11195  .mr-sm--8,
11196.mx-sm--8 {
11197    margin-right: -8rem !important;
11198  }
11199
11200  .mb-sm--8,
11201.my-sm--8 {
11202    margin-bottom: -8rem !important;
11203  }
11204
11205  .ml-sm--8,
11206.mx-sm--8 {
11207    margin-left: -8rem !important;
11208  }
11209
11210  .m-sm--7 {
11211    margin: -6rem !important;
11212  }
11213
11214  .mt-sm--7,
11215.my-sm--7 {
11216    margin-top: -6rem !important;
11217  }
11218
11219  .mr-sm--7,
11220.mx-sm--7 {
11221    margin-right: -6rem !important;
11222  }
11223
11224  .mb-sm--7,
11225.my-sm--7 {
11226    margin-bottom: -6rem !important;
11227  }
11228
11229  .ml-sm--7,
11230.mx-sm--7 {
11231    margin-left: -6rem !important;
11232  }
11233
11234  .m-sm--6 {
11235    margin: -4.5rem !important;
11236  }
11237
11238  .mt-sm--6,
11239.my-sm--6 {
11240    margin-top: -4.5rem !important;
11241  }
11242
11243  .mr-sm--6,
11244.mx-sm--6 {
11245    margin-right: -4.5rem !important;
11246  }
11247
11248  .mb-sm--6,
11249.my-sm--6 {
11250    margin-bottom: -4.5rem !important;
11251  }
11252
11253  .ml-sm--6,
11254.mx-sm--6 {
11255    margin-left: -4.5rem !important;
11256  }
11257
11258  .m-sm--5 {
11259    margin: -3rem !important;
11260  }
11261
11262  .mt-sm--5,
11263.my-sm--5 {
11264    margin-top: -3rem !important;
11265  }
11266
11267  .mr-sm--5,
11268.mx-sm--5 {
11269    margin-right: -3rem !important;
11270  }
11271
11272  .mb-sm--5,
11273.my-sm--5 {
11274    margin-bottom: -3rem !important;
11275  }
11276
11277  .ml-sm--5,
11278.mx-sm--5 {
11279    margin-left: -3rem !important;
11280  }
11281
11282  .m-sm--4 {
11283    margin: -1.5rem !important;
11284  }
11285
11286  .mt-sm--4,
11287.my-sm--4 {
11288    margin-top: -1.5rem !important;
11289  }
11290
11291  .mr-sm--4,
11292.mx-sm--4 {
11293    margin-right: -1.5rem !important;
11294  }
11295
11296  .mb-sm--4,
11297.my-sm--4 {
11298    margin-bottom: -1.5rem !important;
11299  }
11300
11301  .ml-sm--4,
11302.mx-sm--4 {
11303    margin-left: -1.5rem !important;
11304  }
11305
11306  .m-sm--3 {
11307    margin: -1rem !important;
11308  }
11309
11310  .mt-sm--3,
11311.my-sm--3 {
11312    margin-top: -1rem !important;
11313  }
11314
11315  .mr-sm--3,
11316.mx-sm--3 {
11317    margin-right: -1rem !important;
11318  }
11319
11320  .mb-sm--3,
11321.my-sm--3 {
11322    margin-bottom: -1rem !important;
11323  }
11324
11325  .ml-sm--3,
11326.mx-sm--3 {
11327    margin-left: -1rem !important;
11328  }
11329
11330  .m-sm--2 {
11331    margin: -0.5rem !important;
11332  }
11333
11334  .mt-sm--2,
11335.my-sm--2 {
11336    margin-top: -0.5rem !important;
11337  }
11338
11339  .mr-sm--2,
11340.mx-sm--2 {
11341    margin-right: -0.5rem !important;
11342  }
11343
11344  .mb-sm--2,
11345.my-sm--2 {
11346    margin-bottom: -0.5rem !important;
11347  }
11348
11349  .ml-sm--2,
11350.mx-sm--2 {
11351    margin-left: -0.5rem !important;
11352  }
11353
11354  .m-sm--1 {
11355    margin: -0.25rem !important;
11356  }
11357
11358  .mt-sm--1,
11359.my-sm--1 {
11360    margin-top: -0.25rem !important;
11361  }
11362
11363  .mr-sm--1,
11364.mx-sm--1 {
11365    margin-right: -0.25rem !important;
11366  }
11367
11368  .mb-sm--1,
11369.my-sm--1 {
11370    margin-bottom: -0.25rem !important;
11371  }
11372
11373  .ml-sm--1,
11374.mx-sm--1 {
11375    margin-left: -0.25rem !important;
11376  }
11377
11378  .m-sm-6 {
11379    margin: 4.5rem !important;
11380  }
11381
11382  .mt-sm-6,
11383.my-sm-6 {
11384    margin-top: 4.5rem !important;
11385  }
11386
11387  .mr-sm-6,
11388.mx-sm-6 {
11389    margin-right: 4.5rem !important;
11390  }
11391
11392  .mb-sm-6,
11393.my-sm-6 {
11394    margin-bottom: 4.5rem !important;
11395  }
11396
11397  .ml-sm-6,
11398.mx-sm-6 {
11399    margin-left: 4.5rem !important;
11400  }
11401
11402  .m-sm-7 {
11403    margin: 6rem !important;
11404  }
11405
11406  .mt-sm-7,
11407.my-sm-7 {
11408    margin-top: 6rem !important;
11409  }
11410
11411  .mr-sm-7,
11412.mx-sm-7 {
11413    margin-right: 6rem !important;
11414  }
11415
11416  .mb-sm-7,
11417.my-sm-7 {
11418    margin-bottom: 6rem !important;
11419  }
11420
11421  .ml-sm-7,
11422.mx-sm-7 {
11423    margin-left: 6rem !important;
11424  }
11425
11426  .m-sm-8 {
11427    margin: 8rem !important;
11428  }
11429
11430  .mt-sm-8,
11431.my-sm-8 {
11432    margin-top: 8rem !important;
11433  }
11434
11435  .mr-sm-8,
11436.mx-sm-8 {
11437    margin-right: 8rem !important;
11438  }
11439
11440  .mb-sm-8,
11441.my-sm-8 {
11442    margin-bottom: 8rem !important;
11443  }
11444
11445  .ml-sm-8,
11446.mx-sm-8 {
11447    margin-left: 8rem !important;
11448  }
11449
11450  .m-sm-9 {
11451    margin: 10rem !important;
11452  }
11453
11454  .mt-sm-9,
11455.my-sm-9 {
11456    margin-top: 10rem !important;
11457  }
11458
11459  .mr-sm-9,
11460.mx-sm-9 {
11461    margin-right: 10rem !important;
11462  }
11463
11464  .mb-sm-9,
11465.my-sm-9 {
11466    margin-bottom: 10rem !important;
11467  }
11468
11469  .ml-sm-9,
11470.mx-sm-9 {
11471    margin-left: 10rem !important;
11472  }
11473
11474  .p-sm-0 {
11475    padding: 0 !important;
11476  }
11477
11478  .pt-sm-0,
11479.py-sm-0 {
11480    padding-top: 0 !important;
11481  }
11482
11483  .pr-sm-0,
11484.px-sm-0 {
11485    padding-right: 0 !important;
11486  }
11487
11488  .pb-sm-0,
11489.py-sm-0 {
11490    padding-bottom: 0 !important;
11491  }
11492
11493  .pl-sm-0,
11494.px-sm-0 {
11495    padding-left: 0 !important;
11496  }
11497
11498  .p-sm-1 {
11499    padding: 0.25rem !important;
11500  }
11501
11502  .pt-sm-1,
11503.py-sm-1 {
11504    padding-top: 0.25rem !important;
11505  }
11506
11507  .pr-sm-1,
11508.px-sm-1 {
11509    padding-right: 0.25rem !important;
11510  }
11511
11512  .pb-sm-1,
11513.py-sm-1 {
11514    padding-bottom: 0.25rem !important;
11515  }
11516
11517  .pl-sm-1,
11518.px-sm-1 {
11519    padding-left: 0.25rem !important;
11520  }
11521
11522  .p-sm-2 {
11523    padding: 0.5rem !important;
11524  }
11525
11526  .pt-sm-2,
11527.py-sm-2 {
11528    padding-top: 0.5rem !important;
11529  }
11530
11531  .pr-sm-2,
11532.px-sm-2 {
11533    padding-right: 0.5rem !important;
11534  }
11535
11536  .pb-sm-2,
11537.py-sm-2 {
11538    padding-bottom: 0.5rem !important;
11539  }
11540
11541  .pl-sm-2,
11542.px-sm-2 {
11543    padding-left: 0.5rem !important;
11544  }
11545
11546  .p-sm-3 {
11547    padding: 1rem !important;
11548  }
11549
11550  .pt-sm-3,
11551.py-sm-3 {
11552    padding-top: 1rem !important;
11553  }
11554
11555  .pr-sm-3,
11556.px-sm-3 {
11557    padding-right: 1rem !important;
11558  }
11559
11560  .pb-sm-3,
11561.py-sm-3 {
11562    padding-bottom: 1rem !important;
11563  }
11564
11565  .pl-sm-3,
11566.px-sm-3 {
11567    padding-left: 1rem !important;
11568  }
11569
11570  .p-sm-4 {
11571    padding: 1.5rem !important;
11572  }
11573
11574  .pt-sm-4,
11575.py-sm-4 {
11576    padding-top: 1.5rem !important;
11577  }
11578
11579  .pr-sm-4,
11580.px-sm-4 {
11581    padding-right: 1.5rem !important;
11582  }
11583
11584  .pb-sm-4,
11585.py-sm-4 {
11586    padding-bottom: 1.5rem !important;
11587  }
11588
11589  .pl-sm-4,
11590.px-sm-4 {
11591    padding-left: 1.5rem !important;
11592  }
11593
11594  .p-sm-5 {
11595    padding: 3rem !important;
11596  }
11597
11598  .pt-sm-5,
11599.py-sm-5 {
11600    padding-top: 3rem !important;
11601  }
11602
11603  .pr-sm-5,
11604.px-sm-5 {
11605    padding-right: 3rem !important;
11606  }
11607
11608  .pb-sm-5,
11609.py-sm-5 {
11610    padding-bottom: 3rem !important;
11611  }
11612
11613  .pl-sm-5,
11614.px-sm-5 {
11615    padding-left: 3rem !important;
11616  }
11617
11618  .p-sm--9 {
11619    padding: -10rem !important;
11620  }
11621
11622  .pt-sm--9,
11623.py-sm--9 {
11624    padding-top: -10rem !important;
11625  }
11626
11627  .pr-sm--9,
11628.px-sm--9 {
11629    padding-right: -10rem !important;
11630  }
11631
11632  .pb-sm--9,
11633.py-sm--9 {
11634    padding-bottom: -10rem !important;
11635  }
11636
11637  .pl-sm--9,
11638.px-sm--9 {
11639    padding-left: -10rem !important;
11640  }
11641
11642  .p-sm--8 {
11643    padding: -8rem !important;
11644  }
11645
11646  .pt-sm--8,
11647.py-sm--8 {
11648    padding-top: -8rem !important;
11649  }
11650
11651  .pr-sm--8,
11652.px-sm--8 {
11653    padding-right: -8rem !important;
11654  }
11655
11656  .pb-sm--8,
11657.py-sm--8 {
11658    padding-bottom: -8rem !important;
11659  }
11660
11661  .pl-sm--8,
11662.px-sm--8 {
11663    padding-left: -8rem !important;
11664  }
11665
11666  .p-sm--7 {
11667    padding: -6rem !important;
11668  }
11669
11670  .pt-sm--7,
11671.py-sm--7 {
11672    padding-top: -6rem !important;
11673  }
11674
11675  .pr-sm--7,
11676.px-sm--7 {
11677    padding-right: -6rem !important;
11678  }
11679
11680  .pb-sm--7,
11681.py-sm--7 {
11682    padding-bottom: -6rem !important;
11683  }
11684
11685  .pl-sm--7,
11686.px-sm--7 {
11687    padding-left: -6rem !important;
11688  }
11689
11690  .p-sm--6 {
11691    padding: -4.5rem !important;
11692  }
11693
11694  .pt-sm--6,
11695.py-sm--6 {
11696    padding-top: -4.5rem !important;
11697  }
11698
11699  .pr-sm--6,
11700.px-sm--6 {
11701    padding-right: -4.5rem !important;
11702  }
11703
11704  .pb-sm--6,
11705.py-sm--6 {
11706    padding-bottom: -4.5rem !important;
11707  }
11708
11709  .pl-sm--6,
11710.px-sm--6 {
11711    padding-left: -4.5rem !important;
11712  }
11713
11714  .p-sm--5 {
11715    padding: -3rem !important;
11716  }
11717
11718  .pt-sm--5,
11719.py-sm--5 {
11720    padding-top: -3rem !important;
11721  }
11722
11723  .pr-sm--5,
11724.px-sm--5 {
11725    padding-right: -3rem !important;
11726  }
11727
11728  .pb-sm--5,
11729.py-sm--5 {
11730    padding-bottom: -3rem !important;
11731  }
11732
11733  .pl-sm--5,
11734.px-sm--5 {
11735    padding-left: -3rem !important;
11736  }
11737
11738  .p-sm--4 {
11739    padding: -1.5rem !important;
11740  }
11741
11742  .pt-sm--4,
11743.py-sm--4 {
11744    padding-top: -1.5rem !important;
11745  }
11746
11747  .pr-sm--4,
11748.px-sm--4 {
11749    padding-right: -1.5rem !important;
11750  }
11751
11752  .pb-sm--4,
11753.py-sm--4 {
11754    padding-bottom: -1.5rem !important;
11755  }
11756
11757  .pl-sm--4,
11758.px-sm--4 {
11759    padding-left: -1.5rem !important;
11760  }
11761
11762  .p-sm--3 {
11763    padding: -1rem !important;
11764  }
11765
11766  .pt-sm--3,
11767.py-sm--3 {
11768    padding-top: -1rem !important;
11769  }
11770
11771  .pr-sm--3,
11772.px-sm--3 {
11773    padding-right: -1rem !important;
11774  }
11775
11776  .pb-sm--3,
11777.py-sm--3 {
11778    padding-bottom: -1rem !important;
11779  }
11780
11781  .pl-sm--3,
11782.px-sm--3 {
11783    padding-left: -1rem !important;
11784  }
11785
11786  .p-sm--2 {
11787    padding: -0.5rem !important;
11788  }
11789
11790  .pt-sm--2,
11791.py-sm--2 {
11792    padding-top: -0.5rem !important;
11793  }
11794
11795  .pr-sm--2,
11796.px-sm--2 {
11797    padding-right: -0.5rem !important;
11798  }
11799
11800  .pb-sm--2,
11801.py-sm--2 {
11802    padding-bottom: -0.5rem !important;
11803  }
11804
11805  .pl-sm--2,
11806.px-sm--2 {
11807    padding-left: -0.5rem !important;
11808  }
11809
11810  .p-sm--1 {
11811    padding: -0.25rem !important;
11812  }
11813
11814  .pt-sm--1,
11815.py-sm--1 {
11816    padding-top: -0.25rem !important;
11817  }
11818
11819  .pr-sm--1,
11820.px-sm--1 {
11821    padding-right: -0.25rem !important;
11822  }
11823
11824  .pb-sm--1,
11825.py-sm--1 {
11826    padding-bottom: -0.25rem !important;
11827  }
11828
11829  .pl-sm--1,
11830.px-sm--1 {
11831    padding-left: -0.25rem !important;
11832  }
11833
11834  .p-sm-6 {
11835    padding: 4.5rem !important;
11836  }
11837
11838  .pt-sm-6,
11839.py-sm-6 {
11840    padding-top: 4.5rem !important;
11841  }
11842
11843  .pr-sm-6,
11844.px-sm-6 {
11845    padding-right: 4.5rem !important;
11846  }
11847
11848  .pb-sm-6,
11849.py-sm-6 {
11850    padding-bottom: 4.5rem !important;
11851  }
11852
11853  .pl-sm-6,
11854.px-sm-6 {
11855    padding-left: 4.5rem !important;
11856  }
11857
11858  .p-sm-7 {
11859    padding: 6rem !important;
11860  }
11861
11862  .pt-sm-7,
11863.py-sm-7 {
11864    padding-top: 6rem !important;
11865  }
11866
11867  .pr-sm-7,
11868.px-sm-7 {
11869    padding-right: 6rem !important;
11870  }
11871
11872  .pb-sm-7,
11873.py-sm-7 {
11874    padding-bottom: 6rem !important;
11875  }
11876
11877  .pl-sm-7,
11878.px-sm-7 {
11879    padding-left: 6rem !important;
11880  }
11881
11882  .p-sm-8 {
11883    padding: 8rem !important;
11884  }
11885
11886  .pt-sm-8,
11887.py-sm-8 {
11888    padding-top: 8rem !important;
11889  }
11890
11891  .pr-sm-8,
11892.px-sm-8 {
11893    padding-right: 8rem !important;
11894  }
11895
11896  .pb-sm-8,
11897.py-sm-8 {
11898    padding-bottom: 8rem !important;
11899  }
11900
11901  .pl-sm-8,
11902.px-sm-8 {
11903    padding-left: 8rem !important;
11904  }
11905
11906  .p-sm-9 {
11907    padding: 10rem !important;
11908  }
11909
11910  .pt-sm-9,
11911.py-sm-9 {
11912    padding-top: 10rem !important;
11913  }
11914
11915  .pr-sm-9,
11916.px-sm-9 {
11917    padding-right: 10rem !important;
11918  }
11919
11920  .pb-sm-9,
11921.py-sm-9 {
11922    padding-bottom: 10rem !important;
11923  }
11924
11925  .pl-sm-9,
11926.px-sm-9 {
11927    padding-left: 10rem !important;
11928  }
11929
11930  .m-sm-n1 {
11931    margin: -0.25rem !important;
11932  }
11933
11934  .mt-sm-n1,
11935.my-sm-n1 {
11936    margin-top: -0.25rem !important;
11937  }
11938
11939  .mr-sm-n1,
11940.mx-sm-n1 {
11941    margin-right: -0.25rem !important;
11942  }
11943
11944  .mb-sm-n1,
11945.my-sm-n1 {
11946    margin-bottom: -0.25rem !important;
11947  }
11948
11949  .ml-sm-n1,
11950.mx-sm-n1 {
11951    margin-left: -0.25rem !important;
11952  }
11953
11954  .m-sm-n2 {
11955    margin: -0.5rem !important;
11956  }
11957
11958  .mt-sm-n2,
11959.my-sm-n2 {
11960    margin-top: -0.5rem !important;
11961  }
11962
11963  .mr-sm-n2,
11964.mx-sm-n2 {
11965    margin-right: -0.5rem !important;
11966  }
11967
11968  .mb-sm-n2,
11969.my-sm-n2 {
11970    margin-bottom: -0.5rem !important;
11971  }
11972
11973  .ml-sm-n2,
11974.mx-sm-n2 {
11975    margin-left: -0.5rem !important;
11976  }
11977
11978  .m-sm-n3 {
11979    margin: -1rem !important;
11980  }
11981
11982  .mt-sm-n3,
11983.my-sm-n3 {
11984    margin-top: -1rem !important;
11985  }
11986
11987  .mr-sm-n3,
11988.mx-sm-n3 {
11989    margin-right: -1rem !important;
11990  }
11991
11992  .mb-sm-n3,
11993.my-sm-n3 {
11994    margin-bottom: -1rem !important;
11995  }
11996
11997  .ml-sm-n3,
11998.mx-sm-n3 {
11999    margin-left: -1rem !important;
12000  }
12001
12002  .m-sm-n4 {
12003    margin: -1.5rem !important;
12004  }
12005
12006  .mt-sm-n4,
12007.my-sm-n4 {
12008    margin-top: -1.5rem !important;
12009  }
12010
12011  .mr-sm-n4,
12012.mx-sm-n4 {
12013    margin-right: -1.5rem !important;
12014  }
12015
12016  .mb-sm-n4,
12017.my-sm-n4 {
12018    margin-bottom: -1.5rem !important;
12019  }
12020
12021  .ml-sm-n4,
12022.mx-sm-n4 {
12023    margin-left: -1.5rem !important;
12024  }
12025
12026  .m-sm-n5 {
12027    margin: -3rem !important;
12028  }
12029
12030  .mt-sm-n5,
12031.my-sm-n5 {
12032    margin-top: -3rem !important;
12033  }
12034
12035  .mr-sm-n5,
12036.mx-sm-n5 {
12037    margin-right: -3rem !important;
12038  }
12039
12040  .mb-sm-n5,
12041.my-sm-n5 {
12042    margin-bottom: -3rem !important;
12043  }
12044
12045  .ml-sm-n5,
12046.mx-sm-n5 {
12047    margin-left: -3rem !important;
12048  }
12049
12050  .m-sm-n-9 {
12051    margin: 10rem !important;
12052  }
12053
12054  .mt-sm-n-9,
12055.my-sm-n-9 {
12056    margin-top: 10rem !important;
12057  }
12058
12059  .mr-sm-n-9,
12060.mx-sm-n-9 {
12061    margin-right: 10rem !important;
12062  }
12063
12064  .mb-sm-n-9,
12065.my-sm-n-9 {
12066    margin-bottom: 10rem !important;
12067  }
12068
12069  .ml-sm-n-9,
12070.mx-sm-n-9 {
12071    margin-left: 10rem !important;
12072  }
12073
12074  .m-sm-n-8 {
12075    margin: 8rem !important;
12076  }
12077
12078  .mt-sm-n-8,
12079.my-sm-n-8 {
12080    margin-top: 8rem !important;
12081  }
12082
12083  .mr-sm-n-8,
12084.mx-sm-n-8 {
12085    margin-right: 8rem !important;
12086  }
12087
12088  .mb-sm-n-8,
12089.my-sm-n-8 {
12090    margin-bottom: 8rem !important;
12091  }
12092
12093  .ml-sm-n-8,
12094.mx-sm-n-8 {
12095    margin-left: 8rem !important;
12096  }
12097
12098  .m-sm-n-7 {
12099    margin: 6rem !important;
12100  }
12101
12102  .mt-sm-n-7,
12103.my-sm-n-7 {
12104    margin-top: 6rem !important;
12105  }
12106
12107  .mr-sm-n-7,
12108.mx-sm-n-7 {
12109    margin-right: 6rem !important;
12110  }
12111
12112  .mb-sm-n-7,
12113.my-sm-n-7 {
12114    margin-bottom: 6rem !important;
12115  }
12116
12117  .ml-sm-n-7,
12118.mx-sm-n-7 {
12119    margin-left: 6rem !important;
12120  }
12121
12122  .m-sm-n-6 {
12123    margin: 4.5rem !important;
12124  }
12125
12126  .mt-sm-n-6,
12127.my-sm-n-6 {
12128    margin-top: 4.5rem !important;
12129  }
12130
12131  .mr-sm-n-6,
12132.mx-sm-n-6 {
12133    margin-right: 4.5rem !important;
12134  }
12135
12136  .mb-sm-n-6,
12137.my-sm-n-6 {
12138    margin-bottom: 4.5rem !important;
12139  }
12140
12141  .ml-sm-n-6,
12142.mx-sm-n-6 {
12143    margin-left: 4.5rem !important;
12144  }
12145
12146  .m-sm-n-5 {
12147    margin: 3rem !important;
12148  }
12149
12150  .mt-sm-n-5,
12151.my-sm-n-5 {
12152    margin-top: 3rem !important;
12153  }
12154
12155  .mr-sm-n-5,
12156.mx-sm-n-5 {
12157    margin-right: 3rem !important;
12158  }
12159
12160  .mb-sm-n-5,
12161.my-sm-n-5 {
12162    margin-bottom: 3rem !important;
12163  }
12164
12165  .ml-sm-n-5,
12166.mx-sm-n-5 {
12167    margin-left: 3rem !important;
12168  }
12169
12170  .m-sm-n-4 {
12171    margin: 1.5rem !important;
12172  }
12173
12174  .mt-sm-n-4,
12175.my-sm-n-4 {
12176    margin-top: 1.5rem !important;
12177  }
12178
12179  .mr-sm-n-4,
12180.mx-sm-n-4 {
12181    margin-right: 1.5rem !important;
12182  }
12183
12184  .mb-sm-n-4,
12185.my-sm-n-4 {
12186    margin-bottom: 1.5rem !important;
12187  }
12188
12189  .ml-sm-n-4,
12190.mx-sm-n-4 {
12191    margin-left: 1.5rem !important;
12192  }
12193
12194  .m-sm-n-3 {
12195    margin: 1rem !important;
12196  }
12197
12198  .mt-sm-n-3,
12199.my-sm-n-3 {
12200    margin-top: 1rem !important;
12201  }
12202
12203  .mr-sm-n-3,
12204.mx-sm-n-3 {
12205    margin-right: 1rem !important;
12206  }
12207
12208  .mb-sm-n-3,
12209.my-sm-n-3 {
12210    margin-bottom: 1rem !important;
12211  }
12212
12213  .ml-sm-n-3,
12214.mx-sm-n-3 {
12215    margin-left: 1rem !important;
12216  }
12217
12218  .m-sm-n-2 {
12219    margin: 0.5rem !important;
12220  }
12221
12222  .mt-sm-n-2,
12223.my-sm-n-2 {
12224    margin-top: 0.5rem !important;
12225  }
12226
12227  .mr-sm-n-2,
12228.mx-sm-n-2 {
12229    margin-right: 0.5rem !important;
12230  }
12231
12232  .mb-sm-n-2,
12233.my-sm-n-2 {
12234    margin-bottom: 0.5rem !important;
12235  }
12236
12237  .ml-sm-n-2,
12238.mx-sm-n-2 {
12239    margin-left: 0.5rem !important;
12240  }
12241
12242  .m-sm-n-1 {
12243    margin: 0.25rem !important;
12244  }
12245
12246  .mt-sm-n-1,
12247.my-sm-n-1 {
12248    margin-top: 0.25rem !important;
12249  }
12250
12251  .mr-sm-n-1,
12252.mx-sm-n-1 {
12253    margin-right: 0.25rem !important;
12254  }
12255
12256  .mb-sm-n-1,
12257.my-sm-n-1 {
12258    margin-bottom: 0.25rem !important;
12259  }
12260
12261  .ml-sm-n-1,
12262.mx-sm-n-1 {
12263    margin-left: 0.25rem !important;
12264  }
12265
12266  .m-sm-n6 {
12267    margin: -4.5rem !important;
12268  }
12269
12270  .mt-sm-n6,
12271.my-sm-n6 {
12272    margin-top: -4.5rem !important;
12273  }
12274
12275  .mr-sm-n6,
12276.mx-sm-n6 {
12277    margin-right: -4.5rem !important;
12278  }
12279
12280  .mb-sm-n6,
12281.my-sm-n6 {
12282    margin-bottom: -4.5rem !important;
12283  }
12284
12285  .ml-sm-n6,
12286.mx-sm-n6 {
12287    margin-left: -4.5rem !important;
12288  }
12289
12290  .m-sm-n7 {
12291    margin: -6rem !important;
12292  }
12293
12294  .mt-sm-n7,
12295.my-sm-n7 {
12296    margin-top: -6rem !important;
12297  }
12298
12299  .mr-sm-n7,
12300.mx-sm-n7 {
12301    margin-right: -6rem !important;
12302  }
12303
12304  .mb-sm-n7,
12305.my-sm-n7 {
12306    margin-bottom: -6rem !important;
12307  }
12308
12309  .ml-sm-n7,
12310.mx-sm-n7 {
12311    margin-left: -6rem !important;
12312  }
12313
12314  .m-sm-n8 {
12315    margin: -8rem !important;
12316  }
12317
12318  .mt-sm-n8,
12319.my-sm-n8 {
12320    margin-top: -8rem !important;
12321  }
12322
12323  .mr-sm-n8,
12324.mx-sm-n8 {
12325    margin-right: -8rem !important;
12326  }
12327
12328  .mb-sm-n8,
12329.my-sm-n8 {
12330    margin-bottom: -8rem !important;
12331  }
12332
12333  .ml-sm-n8,
12334.mx-sm-n8 {
12335    margin-left: -8rem !important;
12336  }
12337
12338  .m-sm-n9 {
12339    margin: -10rem !important;
12340  }
12341
12342  .mt-sm-n9,
12343.my-sm-n9 {
12344    margin-top: -10rem !important;
12345  }
12346
12347  .mr-sm-n9,
12348.mx-sm-n9 {
12349    margin-right: -10rem !important;
12350  }
12351
12352  .mb-sm-n9,
12353.my-sm-n9 {
12354    margin-bottom: -10rem !important;
12355  }
12356
12357  .ml-sm-n9,
12358.mx-sm-n9 {
12359    margin-left: -10rem !important;
12360  }
12361
12362  .m-sm-auto {
12363    margin: auto !important;
12364  }
12365
12366  .mt-sm-auto,
12367.my-sm-auto {
12368    margin-top: auto !important;
12369  }
12370
12371  .mr-sm-auto,
12372.mx-sm-auto {
12373    margin-right: auto !important;
12374  }
12375
12376  .mb-sm-auto,
12377.my-sm-auto {
12378    margin-bottom: auto !important;
12379  }
12380
12381  .ml-sm-auto,
12382.mx-sm-auto {
12383    margin-left: auto !important;
12384  }
12385}
12386@media (min-width: 768px) {
12387  .m-md-0 {
12388    margin: 0 !important;
12389  }
12390
12391  .mt-md-0,
12392.my-md-0 {
12393    margin-top: 0 !important;
12394  }
12395
12396  .mr-md-0,
12397.mx-md-0 {
12398    margin-right: 0 !important;
12399  }
12400
12401  .mb-md-0,
12402.my-md-0 {
12403    margin-bottom: 0 !important;
12404  }
12405
12406  .ml-md-0,
12407.mx-md-0 {
12408    margin-left: 0 !important;
12409  }
12410
12411  .m-md-1 {
12412    margin: 0.25rem !important;
12413  }
12414
12415  .mt-md-1,
12416.my-md-1 {
12417    margin-top: 0.25rem !important;
12418  }
12419
12420  .mr-md-1,
12421.mx-md-1 {
12422    margin-right: 0.25rem !important;
12423  }
12424
12425  .mb-md-1,
12426.my-md-1 {
12427    margin-bottom: 0.25rem !important;
12428  }
12429
12430  .ml-md-1,
12431.mx-md-1 {
12432    margin-left: 0.25rem !important;
12433  }
12434
12435  .m-md-2 {
12436    margin: 0.5rem !important;
12437  }
12438
12439  .mt-md-2,
12440.my-md-2 {
12441    margin-top: 0.5rem !important;
12442  }
12443
12444  .mr-md-2,
12445.mx-md-2 {
12446    margin-right: 0.5rem !important;
12447  }
12448
12449  .mb-md-2,
12450.my-md-2 {
12451    margin-bottom: 0.5rem !important;
12452  }
12453
12454  .ml-md-2,
12455.mx-md-2 {
12456    margin-left: 0.5rem !important;
12457  }
12458
12459  .m-md-3 {
12460    margin: 1rem !important;
12461  }
12462
12463  .mt-md-3,
12464.my-md-3 {
12465    margin-top: 1rem !important;
12466  }
12467
12468  .mr-md-3,
12469.mx-md-3 {
12470    margin-right: 1rem !important;
12471  }
12472
12473  .mb-md-3,
12474.my-md-3 {
12475    margin-bottom: 1rem !important;
12476  }
12477
12478  .ml-md-3,
12479.mx-md-3 {
12480    margin-left: 1rem !important;
12481  }
12482
12483  .m-md-4 {
12484    margin: 1.5rem !important;
12485  }
12486
12487  .mt-md-4,
12488.my-md-4 {
12489    margin-top: 1.5rem !important;
12490  }
12491
12492  .mr-md-4,
12493.mx-md-4 {
12494    margin-right: 1.5rem !important;
12495  }
12496
12497  .mb-md-4,
12498.my-md-4 {
12499    margin-bottom: 1.5rem !important;
12500  }
12501
12502  .ml-md-4,
12503.mx-md-4 {
12504    margin-left: 1.5rem !important;
12505  }
12506
12507  .m-md-5 {
12508    margin: 3rem !important;
12509  }
12510
12511  .mt-md-5,
12512.my-md-5 {
12513    margin-top: 3rem !important;
12514  }
12515
12516  .mr-md-5,
12517.mx-md-5 {
12518    margin-right: 3rem !important;
12519  }
12520
12521  .mb-md-5,
12522.my-md-5 {
12523    margin-bottom: 3rem !important;
12524  }
12525
12526  .ml-md-5,
12527.mx-md-5 {
12528    margin-left: 3rem !important;
12529  }
12530
12531  .m-md--9 {
12532    margin: -10rem !important;
12533  }
12534
12535  .mt-md--9,
12536.my-md--9 {
12537    margin-top: -10rem !important;
12538  }
12539
12540  .mr-md--9,
12541.mx-md--9 {
12542    margin-right: -10rem !important;
12543  }
12544
12545  .mb-md--9,
12546.my-md--9 {
12547    margin-bottom: -10rem !important;
12548  }
12549
12550  .ml-md--9,
12551.mx-md--9 {
12552    margin-left: -10rem !important;
12553  }
12554
12555  .m-md--8 {
12556    margin: -8rem !important;
12557  }
12558
12559  .mt-md--8,
12560.my-md--8 {
12561    margin-top: -8rem !important;
12562  }
12563
12564  .mr-md--8,
12565.mx-md--8 {
12566    margin-right: -8rem !important;
12567  }
12568
12569  .mb-md--8,
12570.my-md--8 {
12571    margin-bottom: -8rem !important;
12572  }
12573
12574  .ml-md--8,
12575.mx-md--8 {
12576    margin-left: -8rem !important;
12577  }
12578
12579  .m-md--7 {
12580    margin: -6rem !important;
12581  }
12582
12583  .mt-md--7,
12584.my-md--7 {
12585    margin-top: -6rem !important;
12586  }
12587
12588  .mr-md--7,
12589.mx-md--7 {
12590    margin-right: -6rem !important;
12591  }
12592
12593  .mb-md--7,
12594.my-md--7 {
12595    margin-bottom: -6rem !important;
12596  }
12597
12598  .ml-md--7,
12599.mx-md--7 {
12600    margin-left: -6rem !important;
12601  }
12602
12603  .m-md--6 {
12604    margin: -4.5rem !important;
12605  }
12606
12607  .mt-md--6,
12608.my-md--6 {
12609    margin-top: -4.5rem !important;
12610  }
12611
12612  .mr-md--6,
12613.mx-md--6 {
12614    margin-right: -4.5rem !important;
12615  }
12616
12617  .mb-md--6,
12618.my-md--6 {
12619    margin-bottom: -4.5rem !important;
12620  }
12621
12622  .ml-md--6,
12623.mx-md--6 {
12624    margin-left: -4.5rem !important;
12625  }
12626
12627  .m-md--5 {
12628    margin: -3rem !important;
12629  }
12630
12631  .mt-md--5,
12632.my-md--5 {
12633    margin-top: -3rem !important;
12634  }
12635
12636  .mr-md--5,
12637.mx-md--5 {
12638    margin-right: -3rem !important;
12639  }
12640
12641  .mb-md--5,
12642.my-md--5 {
12643    margin-bottom: -3rem !important;
12644  }
12645
12646  .ml-md--5,
12647.mx-md--5 {
12648    margin-left: -3rem !important;
12649  }
12650
12651  .m-md--4 {
12652    margin: -1.5rem !important;
12653  }
12654
12655  .mt-md--4,
12656.my-md--4 {
12657    margin-top: -1.5rem !important;
12658  }
12659
12660  .mr-md--4,
12661.mx-md--4 {
12662    margin-right: -1.5rem !important;
12663  }
12664
12665  .mb-md--4,
12666.my-md--4 {
12667    margin-bottom: -1.5rem !important;
12668  }
12669
12670  .ml-md--4,
12671.mx-md--4 {
12672    margin-left: -1.5rem !important;
12673  }
12674
12675  .m-md--3 {
12676    margin: -1rem !important;
12677  }
12678
12679  .mt-md--3,
12680.my-md--3 {
12681    margin-top: -1rem !important;
12682  }
12683
12684  .mr-md--3,
12685.mx-md--3 {
12686    margin-right: -1rem !important;
12687  }
12688
12689  .mb-md--3,
12690.my-md--3 {
12691    margin-bottom: -1rem !important;
12692  }
12693
12694  .ml-md--3,
12695.mx-md--3 {
12696    margin-left: -1rem !important;
12697  }
12698
12699  .m-md--2 {
12700    margin: -0.5rem !important;
12701  }
12702
12703  .mt-md--2,
12704.my-md--2 {
12705    margin-top: -0.5rem !important;
12706  }
12707
12708  .mr-md--2,
12709.mx-md--2 {
12710    margin-right: -0.5rem !important;
12711  }
12712
12713  .mb-md--2,
12714.my-md--2 {
12715    margin-bottom: -0.5rem !important;
12716  }
12717
12718  .ml-md--2,
12719.mx-md--2 {
12720    margin-left: -0.5rem !important;
12721  }
12722
12723  .m-md--1 {
12724    margin: -0.25rem !important;
12725  }
12726
12727  .mt-md--1,
12728.my-md--1 {
12729    margin-top: -0.25rem !important;
12730  }
12731
12732  .mr-md--1,
12733.mx-md--1 {
12734    margin-right: -0.25rem !important;
12735  }
12736
12737  .mb-md--1,
12738.my-md--1 {
12739    margin-bottom: -0.25rem !important;
12740  }
12741
12742  .ml-md--1,
12743.mx-md--1 {
12744    margin-left: -0.25rem !important;
12745  }
12746
12747  .m-md-6 {
12748    margin: 4.5rem !important;
12749  }
12750
12751  .mt-md-6,
12752.my-md-6 {
12753    margin-top: 4.5rem !important;
12754  }
12755
12756  .mr-md-6,
12757.mx-md-6 {
12758    margin-right: 4.5rem !important;
12759  }
12760
12761  .mb-md-6,
12762.my-md-6 {
12763    margin-bottom: 4.5rem !important;
12764  }
12765
12766  .ml-md-6,
12767.mx-md-6 {
12768    margin-left: 4.5rem !important;
12769  }
12770
12771  .m-md-7 {
12772    margin: 6rem !important;
12773  }
12774
12775  .mt-md-7,
12776.my-md-7 {
12777    margin-top: 6rem !important;
12778  }
12779
12780  .mr-md-7,
12781.mx-md-7 {
12782    margin-right: 6rem !important;
12783  }
12784
12785  .mb-md-7,
12786.my-md-7 {
12787    margin-bottom: 6rem !important;
12788  }
12789
12790  .ml-md-7,
12791.mx-md-7 {
12792    margin-left: 6rem !important;
12793  }
12794
12795  .m-md-8 {
12796    margin: 8rem !important;
12797  }
12798
12799  .mt-md-8,
12800.my-md-8 {
12801    margin-top: 8rem !important;
12802  }
12803
12804  .mr-md-8,
12805.mx-md-8 {
12806    margin-right: 8rem !important;
12807  }
12808
12809  .mb-md-8,
12810.my-md-8 {
12811    margin-bottom: 8rem !important;
12812  }
12813
12814  .ml-md-8,
12815.mx-md-8 {
12816    margin-left: 8rem !important;
12817  }
12818
12819  .m-md-9 {
12820    margin: 10rem !important;
12821  }
12822
12823  .mt-md-9,
12824.my-md-9 {
12825    margin-top: 10rem !important;
12826  }
12827
12828  .mr-md-9,
12829.mx-md-9 {
12830    margin-right: 10rem !important;
12831  }
12832
12833  .mb-md-9,
12834.my-md-9 {
12835    margin-bottom: 10rem !important;
12836  }
12837
12838  .ml-md-9,
12839.mx-md-9 {
12840    margin-left: 10rem !important;
12841  }
12842
12843  .p-md-0 {
12844    padding: 0 !important;
12845  }
12846
12847  .pt-md-0,
12848.py-md-0 {
12849    padding-top: 0 !important;
12850  }
12851
12852  .pr-md-0,
12853.px-md-0 {
12854    padding-right: 0 !important;
12855  }
12856
12857  .pb-md-0,
12858.py-md-0 {
12859    padding-bottom: 0 !important;
12860  }
12861
12862  .pl-md-0,
12863.px-md-0 {
12864    padding-left: 0 !important;
12865  }
12866
12867  .p-md-1 {
12868    padding: 0.25rem !important;
12869  }
12870
12871  .pt-md-1,
12872.py-md-1 {
12873    padding-top: 0.25rem !important;
12874  }
12875
12876  .pr-md-1,
12877.px-md-1 {
12878    padding-right: 0.25rem !important;
12879  }
12880
12881  .pb-md-1,
12882.py-md-1 {
12883    padding-bottom: 0.25rem !important;
12884  }
12885
12886  .pl-md-1,
12887.px-md-1 {
12888    padding-left: 0.25rem !important;
12889  }
12890
12891  .p-md-2 {
12892    padding: 0.5rem !important;
12893  }
12894
12895  .pt-md-2,
12896.py-md-2 {
12897    padding-top: 0.5rem !important;
12898  }
12899
12900  .pr-md-2,
12901.px-md-2 {
12902    padding-right: 0.5rem !important;
12903  }
12904
12905  .pb-md-2,
12906.py-md-2 {
12907    padding-bottom: 0.5rem !important;
12908  }
12909
12910  .pl-md-2,
12911.px-md-2 {
12912    padding-left: 0.5rem !important;
12913  }
12914
12915  .p-md-3 {
12916    padding: 1rem !important;
12917  }
12918
12919  .pt-md-3,
12920.py-md-3 {
12921    padding-top: 1rem !important;
12922  }
12923
12924  .pr-md-3,
12925.px-md-3 {
12926    padding-right: 1rem !important;
12927  }
12928
12929  .pb-md-3,
12930.py-md-3 {
12931    padding-bottom: 1rem !important;
12932  }
12933
12934  .pl-md-3,
12935.px-md-3 {
12936    padding-left: 1rem !important;
12937  }
12938
12939  .p-md-4 {
12940    padding: 1.5rem !important;
12941  }
12942
12943  .pt-md-4,
12944.py-md-4 {
12945    padding-top: 1.5rem !important;
12946  }
12947
12948  .pr-md-4,
12949.px-md-4 {
12950    padding-right: 1.5rem !important;
12951  }
12952
12953  .pb-md-4,
12954.py-md-4 {
12955    padding-bottom: 1.5rem !important;
12956  }
12957
12958  .pl-md-4,
12959.px-md-4 {
12960    padding-left: 1.5rem !important;
12961  }
12962
12963  .p-md-5 {
12964    padding: 3rem !important;
12965  }
12966
12967  .pt-md-5,
12968.py-md-5 {
12969    padding-top: 3rem !important;
12970  }
12971
12972  .pr-md-5,
12973.px-md-5 {
12974    padding-right: 3rem !important;
12975  }
12976
12977  .pb-md-5,
12978.py-md-5 {
12979    padding-bottom: 3rem !important;
12980  }
12981
12982  .pl-md-5,
12983.px-md-5 {
12984    padding-left: 3rem !important;
12985  }
12986
12987  .p-md--9 {
12988    padding: -10rem !important;
12989  }
12990
12991  .pt-md--9,
12992.py-md--9 {
12993    padding-top: -10rem !important;
12994  }
12995
12996  .pr-md--9,
12997.px-md--9 {
12998    padding-right: -10rem !important;
12999  }
13000
13001  .pb-md--9,
13002.py-md--9 {
13003    padding-bottom: -10rem !important;
13004  }
13005
13006  .pl-md--9,
13007.px-md--9 {
13008    padding-left: -10rem !important;
13009  }
13010
13011  .p-md--8 {
13012    padding: -8rem !important;
13013  }
13014
13015  .pt-md--8,
13016.py-md--8 {
13017    padding-top: -8rem !important;
13018  }
13019
13020  .pr-md--8,
13021.px-md--8 {
13022    padding-right: -8rem !important;
13023  }
13024
13025  .pb-md--8,
13026.py-md--8 {
13027    padding-bottom: -8rem !important;
13028  }
13029
13030  .pl-md--8,
13031.px-md--8 {
13032    padding-left: -8rem !important;
13033  }
13034
13035  .p-md--7 {
13036    padding: -6rem !important;
13037  }
13038
13039  .pt-md--7,
13040.py-md--7 {
13041    padding-top: -6rem !important;
13042  }
13043
13044  .pr-md--7,
13045.px-md--7 {
13046    padding-right: -6rem !important;
13047  }
13048
13049  .pb-md--7,
13050.py-md--7 {
13051    padding-bottom: -6rem !important;
13052  }
13053
13054  .pl-md--7,
13055.px-md--7 {
13056    padding-left: -6rem !important;
13057  }
13058
13059  .p-md--6 {
13060    padding: -4.5rem !important;
13061  }
13062
13063  .pt-md--6,
13064.py-md--6 {
13065    padding-top: -4.5rem !important;
13066  }
13067
13068  .pr-md--6,
13069.px-md--6 {
13070    padding-right: -4.5rem !important;
13071  }
13072
13073  .pb-md--6,
13074.py-md--6 {
13075    padding-bottom: -4.5rem !important;
13076  }
13077
13078  .pl-md--6,
13079.px-md--6 {
13080    padding-left: -4.5rem !important;
13081  }
13082
13083  .p-md--5 {
13084    padding: -3rem !important;
13085  }
13086
13087  .pt-md--5,
13088.py-md--5 {
13089    padding-top: -3rem !important;
13090  }
13091
13092  .pr-md--5,
13093.px-md--5 {
13094    padding-right: -3rem !important;
13095  }
13096
13097  .pb-md--5,
13098.py-md--5 {
13099    padding-bottom: -3rem !important;
13100  }
13101
13102  .pl-md--5,
13103.px-md--5 {
13104    padding-left: -3rem !important;
13105  }
13106
13107  .p-md--4 {
13108    padding: -1.5rem !important;
13109  }
13110
13111  .pt-md--4,
13112.py-md--4 {
13113    padding-top: -1.5rem !important;
13114  }
13115
13116  .pr-md--4,
13117.px-md--4 {
13118    padding-right: -1.5rem !important;
13119  }
13120
13121  .pb-md--4,
13122.py-md--4 {
13123    padding-bottom: -1.5rem !important;
13124  }
13125
13126  .pl-md--4,
13127.px-md--4 {
13128    padding-left: -1.5rem !important;
13129  }
13130
13131  .p-md--3 {
13132    padding: -1rem !important;
13133  }
13134
13135  .pt-md--3,
13136.py-md--3 {
13137    padding-top: -1rem !important;
13138  }
13139
13140  .pr-md--3,
13141.px-md--3 {
13142    padding-right: -1rem !important;
13143  }
13144
13145  .pb-md--3,
13146.py-md--3 {
13147    padding-bottom: -1rem !important;
13148  }
13149
13150  .pl-md--3,
13151.px-md--3 {
13152    padding-left: -1rem !important;
13153  }
13154
13155  .p-md--2 {
13156    padding: -0.5rem !important;
13157  }
13158
13159  .pt-md--2,
13160.py-md--2 {
13161    padding-top: -0.5rem !important;
13162  }
13163
13164  .pr-md--2,
13165.px-md--2 {
13166    padding-right: -0.5rem !important;
13167  }
13168
13169  .pb-md--2,
13170.py-md--2 {
13171    padding-bottom: -0.5rem !important;
13172  }
13173
13174  .pl-md--2,
13175.px-md--2 {
13176    padding-left: -0.5rem !important;
13177  }
13178
13179  .p-md--1 {
13180    padding: -0.25rem !important;
13181  }
13182
13183  .pt-md--1,
13184.py-md--1 {
13185    padding-top: -0.25rem !important;
13186  }
13187
13188  .pr-md--1,
13189.px-md--1 {
13190    padding-right: -0.25rem !important;
13191  }
13192
13193  .pb-md--1,
13194.py-md--1 {
13195    padding-bottom: -0.25rem !important;
13196  }
13197
13198  .pl-md--1,
13199.px-md--1 {
13200    padding-left: -0.25rem !important;
13201  }
13202
13203  .p-md-6 {
13204    padding: 4.5rem !important;
13205  }
13206
13207  .pt-md-6,
13208.py-md-6 {
13209    padding-top: 4.5rem !important;
13210  }
13211
13212  .pr-md-6,
13213.px-md-6 {
13214    padding-right: 4.5rem !important;
13215  }
13216
13217  .pb-md-6,
13218.py-md-6 {
13219    padding-bottom: 4.5rem !important;
13220  }
13221
13222  .pl-md-6,
13223.px-md-6 {
13224    padding-left: 4.5rem !important;
13225  }
13226
13227  .p-md-7 {
13228    padding: 6rem !important;
13229  }
13230
13231  .pt-md-7,
13232.py-md-7 {
13233    padding-top: 6rem !important;
13234  }
13235
13236  .pr-md-7,
13237.px-md-7 {
13238    padding-right: 6rem !important;
13239  }
13240
13241  .pb-md-7,
13242.py-md-7 {
13243    padding-bottom: 6rem !important;
13244  }
13245
13246  .pl-md-7,
13247.px-md-7 {
13248    padding-left: 6rem !important;
13249  }
13250
13251  .p-md-8 {
13252    padding: 8rem !important;
13253  }
13254
13255  .pt-md-8,
13256.py-md-8 {
13257    padding-top: 8rem !important;
13258  }
13259
13260  .pr-md-8,
13261.px-md-8 {
13262    padding-right: 8rem !important;
13263  }
13264
13265  .pb-md-8,
13266.py-md-8 {
13267    padding-bottom: 8rem !important;
13268  }
13269
13270  .pl-md-8,
13271.px-md-8 {
13272    padding-left: 8rem !important;
13273  }
13274
13275  .p-md-9 {
13276    padding: 10rem !important;
13277  }
13278
13279  .pt-md-9,
13280.py-md-9 {
13281    padding-top: 10rem !important;
13282  }
13283
13284  .pr-md-9,
13285.px-md-9 {
13286    padding-right: 10rem !important;
13287  }
13288
13289  .pb-md-9,
13290.py-md-9 {
13291    padding-bottom: 10rem !important;
13292  }
13293
13294  .pl-md-9,
13295.px-md-9 {
13296    padding-left: 10rem !important;
13297  }
13298
13299  .m-md-n1 {
13300    margin: -0.25rem !important;
13301  }
13302
13303  .mt-md-n1,
13304.my-md-n1 {
13305    margin-top: -0.25rem !important;
13306  }
13307
13308  .mr-md-n1,
13309.mx-md-n1 {
13310    margin-right: -0.25rem !important;
13311  }
13312
13313  .mb-md-n1,
13314.my-md-n1 {
13315    margin-bottom: -0.25rem !important;
13316  }
13317
13318  .ml-md-n1,
13319.mx-md-n1 {
13320    margin-left: -0.25rem !important;
13321  }
13322
13323  .m-md-n2 {
13324    margin: -0.5rem !important;
13325  }
13326
13327  .mt-md-n2,
13328.my-md-n2 {
13329    margin-top: -0.5rem !important;
13330  }
13331
13332  .mr-md-n2,
13333.mx-md-n2 {
13334    margin-right: -0.5rem !important;
13335  }
13336
13337  .mb-md-n2,
13338.my-md-n2 {
13339    margin-bottom: -0.5rem !important;
13340  }
13341
13342  .ml-md-n2,
13343.mx-md-n2 {
13344    margin-left: -0.5rem !important;
13345  }
13346
13347  .m-md-n3 {
13348    margin: -1rem !important;
13349  }
13350
13351  .mt-md-n3,
13352.my-md-n3 {
13353    margin-top: -1rem !important;
13354  }
13355
13356  .mr-md-n3,
13357.mx-md-n3 {
13358    margin-right: -1rem !important;
13359  }
13360
13361  .mb-md-n3,
13362.my-md-n3 {
13363    margin-bottom: -1rem !important;
13364  }
13365
13366  .ml-md-n3,
13367.mx-md-n3 {
13368    margin-left: -1rem !important;
13369  }
13370
13371  .m-md-n4 {
13372    margin: -1.5rem !important;
13373  }
13374
13375  .mt-md-n4,
13376.my-md-n4 {
13377    margin-top: -1.5rem !important;
13378  }
13379
13380  .mr-md-n4,
13381.mx-md-n4 {
13382    margin-right: -1.5rem !important;
13383  }
13384
13385  .mb-md-n4,
13386.my-md-n4 {
13387    margin-bottom: -1.5rem !important;
13388  }
13389
13390  .ml-md-n4,
13391.mx-md-n4 {
13392    margin-left: -1.5rem !important;
13393  }
13394
13395  .m-md-n5 {
13396    margin: -3rem !important;
13397  }
13398
13399  .mt-md-n5,
13400.my-md-n5 {
13401    margin-top: -3rem !important;
13402  }
13403
13404  .mr-md-n5,
13405.mx-md-n5 {
13406    margin-right: -3rem !important;
13407  }
13408
13409  .mb-md-n5,
13410.my-md-n5 {
13411    margin-bottom: -3rem !important;
13412  }
13413
13414  .ml-md-n5,
13415.mx-md-n5 {
13416    margin-left: -3rem !important;
13417  }
13418
13419  .m-md-n-9 {
13420    margin: 10rem !important;
13421  }
13422
13423  .mt-md-n-9,
13424.my-md-n-9 {
13425    margin-top: 10rem !important;
13426  }
13427
13428  .mr-md-n-9,
13429.mx-md-n-9 {
13430    margin-right: 10rem !important;
13431  }
13432
13433  .mb-md-n-9,
13434.my-md-n-9 {
13435    margin-bottom: 10rem !important;
13436  }
13437
13438  .ml-md-n-9,
13439.mx-md-n-9 {
13440    margin-left: 10rem !important;
13441  }
13442
13443  .m-md-n-8 {
13444    margin: 8rem !important;
13445  }
13446
13447  .mt-md-n-8,
13448.my-md-n-8 {
13449    margin-top: 8rem !important;
13450  }
13451
13452  .mr-md-n-8,
13453.mx-md-n-8 {
13454    margin-right: 8rem !important;
13455  }
13456
13457  .mb-md-n-8,
13458.my-md-n-8 {
13459    margin-bottom: 8rem !important;
13460  }
13461
13462  .ml-md-n-8,
13463.mx-md-n-8 {
13464    margin-left: 8rem !important;
13465  }
13466
13467  .m-md-n-7 {
13468    margin: 6rem !important;
13469  }
13470
13471  .mt-md-n-7,
13472.my-md-n-7 {
13473    margin-top: 6rem !important;
13474  }
13475
13476  .mr-md-n-7,
13477.mx-md-n-7 {
13478    margin-right: 6rem !important;
13479  }
13480
13481  .mb-md-n-7,
13482.my-md-n-7 {
13483    margin-bottom: 6rem !important;
13484  }
13485
13486  .ml-md-n-7,
13487.mx-md-n-7 {
13488    margin-left: 6rem !important;
13489  }
13490
13491  .m-md-n-6 {
13492    margin: 4.5rem !important;
13493  }
13494
13495  .mt-md-n-6,
13496.my-md-n-6 {
13497    margin-top: 4.5rem !important;
13498  }
13499
13500  .mr-md-n-6,
13501.mx-md-n-6 {
13502    margin-right: 4.5rem !important;
13503  }
13504
13505  .mb-md-n-6,
13506.my-md-n-6 {
13507    margin-bottom: 4.5rem !important;
13508  }
13509
13510  .ml-md-n-6,
13511.mx-md-n-6 {
13512    margin-left: 4.5rem !important;
13513  }
13514
13515  .m-md-n-5 {
13516    margin: 3rem !important;
13517  }
13518
13519  .mt-md-n-5,
13520.my-md-n-5 {
13521    margin-top: 3rem !important;
13522  }
13523
13524  .mr-md-n-5,
13525.mx-md-n-5 {
13526    margin-right: 3rem !important;
13527  }
13528
13529  .mb-md-n-5,
13530.my-md-n-5 {
13531    margin-bottom: 3rem !important;
13532  }
13533
13534  .ml-md-n-5,
13535.mx-md-n-5 {
13536    margin-left: 3rem !important;
13537  }
13538
13539  .m-md-n-4 {
13540    margin: 1.5rem !important;
13541  }
13542
13543  .mt-md-n-4,
13544.my-md-n-4 {
13545    margin-top: 1.5rem !important;
13546  }
13547
13548  .mr-md-n-4,
13549.mx-md-n-4 {
13550    margin-right: 1.5rem !important;
13551  }
13552
13553  .mb-md-n-4,
13554.my-md-n-4 {
13555    margin-bottom: 1.5rem !important;
13556  }
13557
13558  .ml-md-n-4,
13559.mx-md-n-4 {
13560    margin-left: 1.5rem !important;
13561  }
13562
13563  .m-md-n-3 {
13564    margin: 1rem !important;
13565  }
13566
13567  .mt-md-n-3,
13568.my-md-n-3 {
13569    margin-top: 1rem !important;
13570  }
13571
13572  .mr-md-n-3,
13573.mx-md-n-3 {
13574    margin-right: 1rem !important;
13575  }
13576
13577  .mb-md-n-3,
13578.my-md-n-3 {
13579    margin-bottom: 1rem !important;
13580  }
13581
13582  .ml-md-n-3,
13583.mx-md-n-3 {
13584    margin-left: 1rem !important;
13585  }
13586
13587  .m-md-n-2 {
13588    margin: 0.5rem !important;
13589  }
13590
13591  .mt-md-n-2,
13592.my-md-n-2 {
13593    margin-top: 0.5rem !important;
13594  }
13595
13596  .mr-md-n-2,
13597.mx-md-n-2 {
13598    margin-right: 0.5rem !important;
13599  }
13600
13601  .mb-md-n-2,
13602.my-md-n-2 {
13603    margin-bottom: 0.5rem !important;
13604  }
13605
13606  .ml-md-n-2,
13607.mx-md-n-2 {
13608    margin-left: 0.5rem !important;
13609  }
13610
13611  .m-md-n-1 {
13612    margin: 0.25rem !important;
13613  }
13614
13615  .mt-md-n-1,
13616.my-md-n-1 {
13617    margin-top: 0.25rem !important;
13618  }
13619
13620  .mr-md-n-1,
13621.mx-md-n-1 {
13622    margin-right: 0.25rem !important;
13623  }
13624
13625  .mb-md-n-1,
13626.my-md-n-1 {
13627    margin-bottom: 0.25rem !important;
13628  }
13629
13630  .ml-md-n-1,
13631.mx-md-n-1 {
13632    margin-left: 0.25rem !important;
13633  }
13634
13635  .m-md-n6 {
13636    margin: -4.5rem !important;
13637  }
13638
13639  .mt-md-n6,
13640.my-md-n6 {
13641    margin-top: -4.5rem !important;
13642  }
13643
13644  .mr-md-n6,
13645.mx-md-n6 {
13646    margin-right: -4.5rem !important;
13647  }
13648
13649  .mb-md-n6,
13650.my-md-n6 {
13651    margin-bottom: -4.5rem !important;
13652  }
13653
13654  .ml-md-n6,
13655.mx-md-n6 {
13656    margin-left: -4.5rem !important;
13657  }
13658
13659  .m-md-n7 {
13660    margin: -6rem !important;
13661  }
13662
13663  .mt-md-n7,
13664.my-md-n7 {
13665    margin-top: -6rem !important;
13666  }
13667
13668  .mr-md-n7,
13669.mx-md-n7 {
13670    margin-right: -6rem !important;
13671  }
13672
13673  .mb-md-n7,
13674.my-md-n7 {
13675    margin-bottom: -6rem !important;
13676  }
13677
13678  .ml-md-n7,
13679.mx-md-n7 {
13680    margin-left: -6rem !important;
13681  }
13682
13683  .m-md-n8 {
13684    margin: -8rem !important;
13685  }
13686
13687  .mt-md-n8,
13688.my-md-n8 {
13689    margin-top: -8rem !important;
13690  }
13691
13692  .mr-md-n8,
13693.mx-md-n8 {
13694    margin-right: -8rem !important;
13695  }
13696
13697  .mb-md-n8,
13698.my-md-n8 {
13699    margin-bottom: -8rem !important;
13700  }
13701
13702  .ml-md-n8,
13703.mx-md-n8 {
13704    margin-left: -8rem !important;
13705  }
13706
13707  .m-md-n9 {
13708    margin: -10rem !important;
13709  }
13710
13711  .mt-md-n9,
13712.my-md-n9 {
13713    margin-top: -10rem !important;
13714  }
13715
13716  .mr-md-n9,
13717.mx-md-n9 {
13718    margin-right: -10rem !important;
13719  }
13720
13721  .mb-md-n9,
13722.my-md-n9 {
13723    margin-bottom: -10rem !important;
13724  }
13725
13726  .ml-md-n9,
13727.mx-md-n9 {
13728    margin-left: -10rem !important;
13729  }
13730
13731  .m-md-auto {
13732    margin: auto !important;
13733  }
13734
13735  .mt-md-auto,
13736.my-md-auto {
13737    margin-top: auto !important;
13738  }
13739
13740  .mr-md-auto,
13741.mx-md-auto {
13742    margin-right: auto !important;
13743  }
13744
13745  .mb-md-auto,
13746.my-md-auto {
13747    margin-bottom: auto !important;
13748  }
13749
13750  .ml-md-auto,
13751.mx-md-auto {
13752    margin-left: auto !important;
13753  }
13754}
13755@media (min-width: 992px) {
13756  .m-lg-0 {
13757    margin: 0 !important;
13758  }
13759
13760  .mt-lg-0,
13761.my-lg-0 {
13762    margin-top: 0 !important;
13763  }
13764
13765  .mr-lg-0,
13766.mx-lg-0 {
13767    margin-right: 0 !important;
13768  }
13769
13770  .mb-lg-0,
13771.my-lg-0 {
13772    margin-bottom: 0 !important;
13773  }
13774
13775  .ml-lg-0,
13776.mx-lg-0 {
13777    margin-left: 0 !important;
13778  }
13779
13780  .m-lg-1 {
13781    margin: 0.25rem !important;
13782  }
13783
13784  .mt-lg-1,
13785.my-lg-1 {
13786    margin-top: 0.25rem !important;
13787  }
13788
13789  .mr-lg-1,
13790.mx-lg-1 {
13791    margin-right: 0.25rem !important;
13792  }
13793
13794  .mb-lg-1,
13795.my-lg-1 {
13796    margin-bottom: 0.25rem !important;
13797  }
13798
13799  .ml-lg-1,
13800.mx-lg-1 {
13801    margin-left: 0.25rem !important;
13802  }
13803
13804  .m-lg-2 {
13805    margin: 0.5rem !important;
13806  }
13807
13808  .mt-lg-2,
13809.my-lg-2 {
13810    margin-top: 0.5rem !important;
13811  }
13812
13813  .mr-lg-2,
13814.mx-lg-2 {
13815    margin-right: 0.5rem !important;
13816  }
13817
13818  .mb-lg-2,
13819.my-lg-2 {
13820    margin-bottom: 0.5rem !important;
13821  }
13822
13823  .ml-lg-2,
13824.mx-lg-2 {
13825    margin-left: 0.5rem !important;
13826  }
13827
13828  .m-lg-3 {
13829    margin: 1rem !important;
13830  }
13831
13832  .mt-lg-3,
13833.my-lg-3 {
13834    margin-top: 1rem !important;
13835  }
13836
13837  .mr-lg-3,
13838.mx-lg-3 {
13839    margin-right: 1rem !important;
13840  }
13841
13842  .mb-lg-3,
13843.my-lg-3 {
13844    margin-bottom: 1rem !important;
13845  }
13846
13847  .ml-lg-3,
13848.mx-lg-3 {
13849    margin-left: 1rem !important;
13850  }
13851
13852  .m-lg-4 {
13853    margin: 1.5rem !important;
13854  }
13855
13856  .mt-lg-4,
13857.my-lg-4 {
13858    margin-top: 1.5rem !important;
13859  }
13860
13861  .mr-lg-4,
13862.mx-lg-4 {
13863    margin-right: 1.5rem !important;
13864  }
13865
13866  .mb-lg-4,
13867.my-lg-4 {
13868    margin-bottom: 1.5rem !important;
13869  }
13870
13871  .ml-lg-4,
13872.mx-lg-4 {
13873    margin-left: 1.5rem !important;
13874  }
13875
13876  .m-lg-5 {
13877    margin: 3rem !important;
13878  }
13879
13880  .mt-lg-5,
13881.my-lg-5 {
13882    margin-top: 3rem !important;
13883  }
13884
13885  .mr-lg-5,
13886.mx-lg-5 {
13887    margin-right: 3rem !important;
13888  }
13889
13890  .mb-lg-5,
13891.my-lg-5 {
13892    margin-bottom: 3rem !important;
13893  }
13894
13895  .ml-lg-5,
13896.mx-lg-5 {
13897    margin-left: 3rem !important;
13898  }
13899
13900  .m-lg--9 {
13901    margin: -10rem !important;
13902  }
13903
13904  .mt-lg--9,
13905.my-lg--9 {
13906    margin-top: -10rem !important;
13907  }
13908
13909  .mr-lg--9,
13910.mx-lg--9 {
13911    margin-right: -10rem !important;
13912  }
13913
13914  .mb-lg--9,
13915.my-lg--9 {
13916    margin-bottom: -10rem !important;
13917  }
13918
13919  .ml-lg--9,
13920.mx-lg--9 {
13921    margin-left: -10rem !important;
13922  }
13923
13924  .m-lg--8 {
13925    margin: -8rem !important;
13926  }
13927
13928  .mt-lg--8,
13929.my-lg--8 {
13930    margin-top: -8rem !important;
13931  }
13932
13933  .mr-lg--8,
13934.mx-lg--8 {
13935    margin-right: -8rem !important;
13936  }
13937
13938  .mb-lg--8,
13939.my-lg--8 {
13940    margin-bottom: -8rem !important;
13941  }
13942
13943  .ml-lg--8,
13944.mx-lg--8 {
13945    margin-left: -8rem !important;
13946  }
13947
13948  .m-lg--7 {
13949    margin: -6rem !important;
13950  }
13951
13952  .mt-lg--7,
13953.my-lg--7 {
13954    margin-top: -6rem !important;
13955  }
13956
13957  .mr-lg--7,
13958.mx-lg--7 {
13959    margin-right: -6rem !important;
13960  }
13961
13962  .mb-lg--7,
13963.my-lg--7 {
13964    margin-bottom: -6rem !important;
13965  }
13966
13967  .ml-lg--7,
13968.mx-lg--7 {
13969    margin-left: -6rem !important;
13970  }
13971
13972  .m-lg--6 {
13973    margin: -4.5rem !important;
13974  }
13975
13976  .mt-lg--6,
13977.my-lg--6 {
13978    margin-top: -4.5rem !important;
13979  }
13980
13981  .mr-lg--6,
13982.mx-lg--6 {
13983    margin-right: -4.5rem !important;
13984  }
13985
13986  .mb-lg--6,
13987.my-lg--6 {
13988    margin-bottom: -4.5rem !important;
13989  }
13990
13991  .ml-lg--6,
13992.mx-lg--6 {
13993    margin-left: -4.5rem !important;
13994  }
13995
13996  .m-lg--5 {
13997    margin: -3rem !important;
13998  }
13999
14000  .mt-lg--5,
14001.my-lg--5 {
14002    margin-top: -3rem !important;
14003  }
14004
14005  .mr-lg--5,
14006.mx-lg--5 {
14007    margin-right: -3rem !important;
14008  }
14009
14010  .mb-lg--5,
14011.my-lg--5 {
14012    margin-bottom: -3rem !important;
14013  }
14014
14015  .ml-lg--5,
14016.mx-lg--5 {
14017    margin-left: -3rem !important;
14018  }
14019
14020  .m-lg--4 {
14021    margin: -1.5rem !important;
14022  }
14023
14024  .mt-lg--4,
14025.my-lg--4 {
14026    margin-top: -1.5rem !important;
14027  }
14028
14029  .mr-lg--4,
14030.mx-lg--4 {
14031    margin-right: -1.5rem !important;
14032  }
14033
14034  .mb-lg--4,
14035.my-lg--4 {
14036    margin-bottom: -1.5rem !important;
14037  }
14038
14039  .ml-lg--4,
14040.mx-lg--4 {
14041    margin-left: -1.5rem !important;
14042  }
14043
14044  .m-lg--3 {
14045    margin: -1rem !important;
14046  }
14047
14048  .mt-lg--3,
14049.my-lg--3 {
14050    margin-top: -1rem !important;
14051  }
14052
14053  .mr-lg--3,
14054.mx-lg--3 {
14055    margin-right: -1rem !important;
14056  }
14057
14058  .mb-lg--3,
14059.my-lg--3 {
14060    margin-bottom: -1rem !important;
14061  }
14062
14063  .ml-lg--3,
14064.mx-lg--3 {
14065    margin-left: -1rem !important;
14066  }
14067
14068  .m-lg--2 {
14069    margin: -0.5rem !important;
14070  }
14071
14072  .mt-lg--2,
14073.my-lg--2 {
14074    margin-top: -0.5rem !important;
14075  }
14076
14077  .mr-lg--2,
14078.mx-lg--2 {
14079    margin-right: -0.5rem !important;
14080  }
14081
14082  .mb-lg--2,
14083.my-lg--2 {
14084    margin-bottom: -0.5rem !important;
14085  }
14086
14087  .ml-lg--2,
14088.mx-lg--2 {
14089    margin-left: -0.5rem !important;
14090  }
14091
14092  .m-lg--1 {
14093    margin: -0.25rem !important;
14094  }
14095
14096  .mt-lg--1,
14097.my-lg--1 {
14098    margin-top: -0.25rem !important;
14099  }
14100
14101  .mr-lg--1,
14102.mx-lg--1 {
14103    margin-right: -0.25rem !important;
14104  }
14105
14106  .mb-lg--1,
14107.my-lg--1 {
14108    margin-bottom: -0.25rem !important;
14109  }
14110
14111  .ml-lg--1,
14112.mx-lg--1 {
14113    margin-left: -0.25rem !important;
14114  }
14115
14116  .m-lg-6 {
14117    margin: 4.5rem !important;
14118  }
14119
14120  .mt-lg-6,
14121.my-lg-6 {
14122    margin-top: 4.5rem !important;
14123  }
14124
14125  .mr-lg-6,
14126.mx-lg-6 {
14127    margin-right: 4.5rem !important;
14128  }
14129
14130  .mb-lg-6,
14131.my-lg-6 {
14132    margin-bottom: 4.5rem !important;
14133  }
14134
14135  .ml-lg-6,
14136.mx-lg-6 {
14137    margin-left: 4.5rem !important;
14138  }
14139
14140  .m-lg-7 {
14141    margin: 6rem !important;
14142  }
14143
14144  .mt-lg-7,
14145.my-lg-7 {
14146    margin-top: 6rem !important;
14147  }
14148
14149  .mr-lg-7,
14150.mx-lg-7 {
14151    margin-right: 6rem !important;
14152  }
14153
14154  .mb-lg-7,
14155.my-lg-7 {
14156    margin-bottom: 6rem !important;
14157  }
14158
14159  .ml-lg-7,
14160.mx-lg-7 {
14161    margin-left: 6rem !important;
14162  }
14163
14164  .m-lg-8 {
14165    margin: 8rem !important;
14166  }
14167
14168  .mt-lg-8,
14169.my-lg-8 {
14170    margin-top: 8rem !important;
14171  }
14172
14173  .mr-lg-8,
14174.mx-lg-8 {
14175    margin-right: 8rem !important;
14176  }
14177
14178  .mb-lg-8,
14179.my-lg-8 {
14180    margin-bottom: 8rem !important;
14181  }
14182
14183  .ml-lg-8,
14184.mx-lg-8 {
14185    margin-left: 8rem !important;
14186  }
14187
14188  .m-lg-9 {
14189    margin: 10rem !important;
14190  }
14191
14192  .mt-lg-9,
14193.my-lg-9 {
14194    margin-top: 10rem !important;
14195  }
14196
14197  .mr-lg-9,
14198.mx-lg-9 {
14199    margin-right: 10rem !important;
14200  }
14201
14202  .mb-lg-9,
14203.my-lg-9 {
14204    margin-bottom: 10rem !important;
14205  }
14206
14207  .ml-lg-9,
14208.mx-lg-9 {
14209    margin-left: 10rem !important;
14210  }
14211
14212  .p-lg-0 {
14213    padding: 0 !important;
14214  }
14215
14216  .pt-lg-0,
14217.py-lg-0 {
14218    padding-top: 0 !important;
14219  }
14220
14221  .pr-lg-0,
14222.px-lg-0 {
14223    padding-right: 0 !important;
14224  }
14225
14226  .pb-lg-0,
14227.py-lg-0 {
14228    padding-bottom: 0 !important;
14229  }
14230
14231  .pl-lg-0,
14232.px-lg-0 {
14233    padding-left: 0 !important;
14234  }
14235
14236  .p-lg-1 {
14237    padding: 0.25rem !important;
14238  }
14239
14240  .pt-lg-1,
14241.py-lg-1 {
14242    padding-top: 0.25rem !important;
14243  }
14244
14245  .pr-lg-1,
14246.px-lg-1 {
14247    padding-right: 0.25rem !important;
14248  }
14249
14250  .pb-lg-1,
14251.py-lg-1 {
14252    padding-bottom: 0.25rem !important;
14253  }
14254
14255  .pl-lg-1,
14256.px-lg-1 {
14257    padding-left: 0.25rem !important;
14258  }
14259
14260  .p-lg-2 {
14261    padding: 0.5rem !important;
14262  }
14263
14264  .pt-lg-2,
14265.py-lg-2 {
14266    padding-top: 0.5rem !important;
14267  }
14268
14269  .pr-lg-2,
14270.px-lg-2 {
14271    padding-right: 0.5rem !important;
14272  }
14273
14274  .pb-lg-2,
14275.py-lg-2 {
14276    padding-bottom: 0.5rem !important;
14277  }
14278
14279  .pl-lg-2,
14280.px-lg-2 {
14281    padding-left: 0.5rem !important;
14282  }
14283
14284  .p-lg-3 {
14285    padding: 1rem !important;
14286  }
14287
14288  .pt-lg-3,
14289.py-lg-3 {
14290    padding-top: 1rem !important;
14291  }
14292
14293  .pr-lg-3,
14294.px-lg-3 {
14295    padding-right: 1rem !important;
14296  }
14297
14298  .pb-lg-3,
14299.py-lg-3 {
14300    padding-bottom: 1rem !important;
14301  }
14302
14303  .pl-lg-3,
14304.px-lg-3 {
14305    padding-left: 1rem !important;
14306  }
14307
14308  .p-lg-4 {
14309    padding: 1.5rem !important;
14310  }
14311
14312  .pt-lg-4,
14313.py-lg-4 {
14314    padding-top: 1.5rem !important;
14315  }
14316
14317  .pr-lg-4,
14318.px-lg-4 {
14319    padding-right: 1.5rem !important;
14320  }
14321
14322  .pb-lg-4,
14323.py-lg-4 {
14324    padding-bottom: 1.5rem !important;
14325  }
14326
14327  .pl-lg-4,
14328.px-lg-4 {
14329    padding-left: 1.5rem !important;
14330  }
14331
14332  .p-lg-5 {
14333    padding: 3rem !important;
14334  }
14335
14336  .pt-lg-5,
14337.py-lg-5 {
14338    padding-top: 3rem !important;
14339  }
14340
14341  .pr-lg-5,
14342.px-lg-5 {
14343    padding-right: 3rem !important;
14344  }
14345
14346  .pb-lg-5,
14347.py-lg-5 {
14348    padding-bottom: 3rem !important;
14349  }
14350
14351  .pl-lg-5,
14352.px-lg-5 {
14353    padding-left: 3rem !important;
14354  }
14355
14356  .p-lg--9 {
14357    padding: -10rem !important;
14358  }
14359
14360  .pt-lg--9,
14361.py-lg--9 {
14362    padding-top: -10rem !important;
14363  }
14364
14365  .pr-lg--9,
14366.px-lg--9 {
14367    padding-right: -10rem !important;
14368  }
14369
14370  .pb-lg--9,
14371.py-lg--9 {
14372    padding-bottom: -10rem !important;
14373  }
14374
14375  .pl-lg--9,
14376.px-lg--9 {
14377    padding-left: -10rem !important;
14378  }
14379
14380  .p-lg--8 {
14381    padding: -8rem !important;
14382  }
14383
14384  .pt-lg--8,
14385.py-lg--8 {
14386    padding-top: -8rem !important;
14387  }
14388
14389  .pr-lg--8,
14390.px-lg--8 {
14391    padding-right: -8rem !important;
14392  }
14393
14394  .pb-lg--8,
14395.py-lg--8 {
14396    padding-bottom: -8rem !important;
14397  }
14398
14399  .pl-lg--8,
14400.px-lg--8 {
14401    padding-left: -8rem !important;
14402  }
14403
14404  .p-lg--7 {
14405    padding: -6rem !important;
14406  }
14407
14408  .pt-lg--7,
14409.py-lg--7 {
14410    padding-top: -6rem !important;
14411  }
14412
14413  .pr-lg--7,
14414.px-lg--7 {
14415    padding-right: -6rem !important;
14416  }
14417
14418  .pb-lg--7,
14419.py-lg--7 {
14420    padding-bottom: -6rem !important;
14421  }
14422
14423  .pl-lg--7,
14424.px-lg--7 {
14425    padding-left: -6rem !important;
14426  }
14427
14428  .p-lg--6 {
14429    padding: -4.5rem !important;
14430  }
14431
14432  .pt-lg--6,
14433.py-lg--6 {
14434    padding-top: -4.5rem !important;
14435  }
14436
14437  .pr-lg--6,
14438.px-lg--6 {
14439    padding-right: -4.5rem !important;
14440  }
14441
14442  .pb-lg--6,
14443.py-lg--6 {
14444    padding-bottom: -4.5rem !important;
14445  }
14446
14447  .pl-lg--6,
14448.px-lg--6 {
14449    padding-left: -4.5rem !important;
14450  }
14451
14452  .p-lg--5 {
14453    padding: -3rem !important;
14454  }
14455
14456  .pt-lg--5,
14457.py-lg--5 {
14458    padding-top: -3rem !important;
14459  }
14460
14461  .pr-lg--5,
14462.px-lg--5 {
14463    padding-right: -3rem !important;
14464  }
14465
14466  .pb-lg--5,
14467.py-lg--5 {
14468    padding-bottom: -3rem !important;
14469  }
14470
14471  .pl-lg--5,
14472.px-lg--5 {
14473    padding-left: -3rem !important;
14474  }
14475
14476  .p-lg--4 {
14477    padding: -1.5rem !important;
14478  }
14479
14480  .pt-lg--4,
14481.py-lg--4 {
14482    padding-top: -1.5rem !important;
14483  }
14484
14485  .pr-lg--4,
14486.px-lg--4 {
14487    padding-right: -1.5rem !important;
14488  }
14489
14490  .pb-lg--4,
14491.py-lg--4 {
14492    padding-bottom: -1.5rem !important;
14493  }
14494
14495  .pl-lg--4,
14496.px-lg--4 {
14497    padding-left: -1.5rem !important;
14498  }
14499
14500  .p-lg--3 {
14501    padding: -1rem !important;
14502  }
14503
14504  .pt-lg--3,
14505.py-lg--3 {
14506    padding-top: -1rem !important;
14507  }
14508
14509  .pr-lg--3,
14510.px-lg--3 {
14511    padding-right: -1rem !important;
14512  }
14513
14514  .pb-lg--3,
14515.py-lg--3 {
14516    padding-bottom: -1rem !important;
14517  }
14518
14519  .pl-lg--3,
14520.px-lg--3 {
14521    padding-left: -1rem !important;
14522  }
14523
14524  .p-lg--2 {
14525    padding: -0.5rem !important;
14526  }
14527
14528  .pt-lg--2,
14529.py-lg--2 {
14530    padding-top: -0.5rem !important;
14531  }
14532
14533  .pr-lg--2,
14534.px-lg--2 {
14535    padding-right: -0.5rem !important;
14536  }
14537
14538  .pb-lg--2,
14539.py-lg--2 {
14540    padding-bottom: -0.5rem !important;
14541  }
14542
14543  .pl-lg--2,
14544.px-lg--2 {
14545    padding-left: -0.5rem !important;
14546  }
14547
14548  .p-lg--1 {
14549    padding: -0.25rem !important;
14550  }
14551
14552  .pt-lg--1,
14553.py-lg--1 {
14554    padding-top: -0.25rem !important;
14555  }
14556
14557  .pr-lg--1,
14558.px-lg--1 {
14559    padding-right: -0.25rem !important;
14560  }
14561
14562  .pb-lg--1,
14563.py-lg--1 {
14564    padding-bottom: -0.25rem !important;
14565  }
14566
14567  .pl-lg--1,
14568.px-lg--1 {
14569    padding-left: -0.25rem !important;
14570  }
14571
14572  .p-lg-6 {
14573    padding: 4.5rem !important;
14574  }
14575
14576  .pt-lg-6,
14577.py-lg-6 {
14578    padding-top: 4.5rem !important;
14579  }
14580
14581  .pr-lg-6,
14582.px-lg-6 {
14583    padding-right: 4.5rem !important;
14584  }
14585
14586  .pb-lg-6,
14587.py-lg-6 {
14588    padding-bottom: 4.5rem !important;
14589  }
14590
14591  .pl-lg-6,
14592.px-lg-6 {
14593    padding-left: 4.5rem !important;
14594  }
14595
14596  .p-lg-7 {
14597    padding: 6rem !important;
14598  }
14599
14600  .pt-lg-7,
14601.py-lg-7 {
14602    padding-top: 6rem !important;
14603  }
14604
14605  .pr-lg-7,
14606.px-lg-7 {
14607    padding-right: 6rem !important;
14608  }
14609
14610  .pb-lg-7,
14611.py-lg-7 {
14612    padding-bottom: 6rem !important;
14613  }
14614
14615  .pl-lg-7,
14616.px-lg-7 {
14617    padding-left: 6rem !important;
14618  }
14619
14620  .p-lg-8 {
14621    padding: 8rem !important;
14622  }
14623
14624  .pt-lg-8,
14625.py-lg-8 {
14626    padding-top: 8rem !important;
14627  }
14628
14629  .pr-lg-8,
14630.px-lg-8 {
14631    padding-right: 8rem !important;
14632  }
14633
14634  .pb-lg-8,
14635.py-lg-8 {
14636    padding-bottom: 8rem !important;
14637  }
14638
14639  .pl-lg-8,
14640.px-lg-8 {
14641    padding-left: 8rem !important;
14642  }
14643
14644  .p-lg-9 {
14645    padding: 10rem !important;
14646  }
14647
14648  .pt-lg-9,
14649.py-lg-9 {
14650    padding-top: 10rem !important;
14651  }
14652
14653  .pr-lg-9,
14654.px-lg-9 {
14655    padding-right: 10rem !important;
14656  }
14657
14658  .pb-lg-9,
14659.py-lg-9 {
14660    padding-bottom: 10rem !important;
14661  }
14662
14663  .pl-lg-9,
14664.px-lg-9 {
14665    padding-left: 10rem !important;
14666  }
14667
14668  .m-lg-n1 {
14669    margin: -0.25rem !important;
14670  }
14671
14672  .mt-lg-n1,
14673.my-lg-n1 {
14674    margin-top: -0.25rem !important;
14675  }
14676
14677  .mr-lg-n1,
14678.mx-lg-n1 {
14679    margin-right: -0.25rem !important;
14680  }
14681
14682  .mb-lg-n1,
14683.my-lg-n1 {
14684    margin-bottom: -0.25rem !important;
14685  }
14686
14687  .ml-lg-n1,
14688.mx-lg-n1 {
14689    margin-left: -0.25rem !important;
14690  }
14691
14692  .m-lg-n2 {
14693    margin: -0.5rem !important;
14694  }
14695
14696  .mt-lg-n2,
14697.my-lg-n2 {
14698    margin-top: -0.5rem !important;
14699  }
14700
14701  .mr-lg-n2,
14702.mx-lg-n2 {
14703    margin-right: -0.5rem !important;
14704  }
14705
14706  .mb-lg-n2,
14707.my-lg-n2 {
14708    margin-bottom: -0.5rem !important;
14709  }
14710
14711  .ml-lg-n2,
14712.mx-lg-n2 {
14713    margin-left: -0.5rem !important;
14714  }
14715
14716  .m-lg-n3 {
14717    margin: -1rem !important;
14718  }
14719
14720  .mt-lg-n3,
14721.my-lg-n3 {
14722    margin-top: -1rem !important;
14723  }
14724
14725  .mr-lg-n3,
14726.mx-lg-n3 {
14727    margin-right: -1rem !important;
14728  }
14729
14730  .mb-lg-n3,
14731.my-lg-n3 {
14732    margin-bottom: -1rem !important;
14733  }
14734
14735  .ml-lg-n3,
14736.mx-lg-n3 {
14737    margin-left: -1rem !important;
14738  }
14739
14740  .m-lg-n4 {
14741    margin: -1.5rem !important;
14742  }
14743
14744  .mt-lg-n4,
14745.my-lg-n4 {
14746    margin-top: -1.5rem !important;
14747  }
14748
14749  .mr-lg-n4,
14750.mx-lg-n4 {
14751    margin-right: -1.5rem !important;
14752  }
14753
14754  .mb-lg-n4,
14755.my-lg-n4 {
14756    margin-bottom: -1.5rem !important;
14757  }
14758
14759  .ml-lg-n4,
14760.mx-lg-n4 {
14761    margin-left: -1.5rem !important;
14762  }
14763
14764  .m-lg-n5 {
14765    margin: -3rem !important;
14766  }
14767
14768  .mt-lg-n5,
14769.my-lg-n5 {
14770    margin-top: -3rem !important;
14771  }
14772
14773  .mr-lg-n5,
14774.mx-lg-n5 {
14775    margin-right: -3rem !important;
14776  }
14777
14778  .mb-lg-n5,
14779.my-lg-n5 {
14780    margin-bottom: -3rem !important;
14781  }
14782
14783  .ml-lg-n5,
14784.mx-lg-n5 {
14785    margin-left: -3rem !important;
14786  }
14787
14788  .m-lg-n-9 {
14789    margin: 10rem !important;
14790  }
14791
14792  .mt-lg-n-9,
14793.my-lg-n-9 {
14794    margin-top: 10rem !important;
14795  }
14796
14797  .mr-lg-n-9,
14798.mx-lg-n-9 {
14799    margin-right: 10rem !important;
14800  }
14801
14802  .mb-lg-n-9,
14803.my-lg-n-9 {
14804    margin-bottom: 10rem !important;
14805  }
14806
14807  .ml-lg-n-9,
14808.mx-lg-n-9 {
14809    margin-left: 10rem !important;
14810  }
14811
14812  .m-lg-n-8 {
14813    margin: 8rem !important;
14814  }
14815
14816  .mt-lg-n-8,
14817.my-lg-n-8 {
14818    margin-top: 8rem !important;
14819  }
14820
14821  .mr-lg-n-8,
14822.mx-lg-n-8 {
14823    margin-right: 8rem !important;
14824  }
14825
14826  .mb-lg-n-8,
14827.my-lg-n-8 {
14828    margin-bottom: 8rem !important;
14829  }
14830
14831  .ml-lg-n-8,
14832.mx-lg-n-8 {
14833    margin-left: 8rem !important;
14834  }
14835
14836  .m-lg-n-7 {
14837    margin: 6rem !important;
14838  }
14839
14840  .mt-lg-n-7,
14841.my-lg-n-7 {
14842    margin-top: 6rem !important;
14843  }
14844
14845  .mr-lg-n-7,
14846.mx-lg-n-7 {
14847    margin-right: 6rem !important;
14848  }
14849
14850  .mb-lg-n-7,
14851.my-lg-n-7 {
14852    margin-bottom: 6rem !important;
14853  }
14854
14855  .ml-lg-n-7,
14856.mx-lg-n-7 {
14857    margin-left: 6rem !important;
14858  }
14859
14860  .m-lg-n-6 {
14861    margin: 4.5rem !important;
14862  }
14863
14864  .mt-lg-n-6,
14865.my-lg-n-6 {
14866    margin-top: 4.5rem !important;
14867  }
14868
14869  .mr-lg-n-6,
14870.mx-lg-n-6 {
14871    margin-right: 4.5rem !important;
14872  }
14873
14874  .mb-lg-n-6,
14875.my-lg-n-6 {
14876    margin-bottom: 4.5rem !important;
14877  }
14878
14879  .ml-lg-n-6,
14880.mx-lg-n-6 {
14881    margin-left: 4.5rem !important;
14882  }
14883
14884  .m-lg-n-5 {
14885    margin: 3rem !important;
14886  }
14887
14888  .mt-lg-n-5,
14889.my-lg-n-5 {
14890    margin-top: 3rem !important;
14891  }
14892
14893  .mr-lg-n-5,
14894.mx-lg-n-5 {
14895    margin-right: 3rem !important;
14896  }
14897
14898  .mb-lg-n-5,
14899.my-lg-n-5 {
14900    margin-bottom: 3rem !important;
14901  }
14902
14903  .ml-lg-n-5,
14904.mx-lg-n-5 {
14905    margin-left: 3rem !important;
14906  }
14907
14908  .m-lg-n-4 {
14909    margin: 1.5rem !important;
14910  }
14911
14912  .mt-lg-n-4,
14913.my-lg-n-4 {
14914    margin-top: 1.5rem !important;
14915  }
14916
14917  .mr-lg-n-4,
14918.mx-lg-n-4 {
14919    margin-right: 1.5rem !important;
14920  }
14921
14922  .mb-lg-n-4,
14923.my-lg-n-4 {
14924    margin-bottom: 1.5rem !important;
14925  }
14926
14927  .ml-lg-n-4,
14928.mx-lg-n-4 {
14929    margin-left: 1.5rem !important;
14930  }
14931
14932  .m-lg-n-3 {
14933    margin: 1rem !important;
14934  }
14935
14936  .mt-lg-n-3,
14937.my-lg-n-3 {
14938    margin-top: 1rem !important;
14939  }
14940
14941  .mr-lg-n-3,
14942.mx-lg-n-3 {
14943    margin-right: 1rem !important;
14944  }
14945
14946  .mb-lg-n-3,
14947.my-lg-n-3 {
14948    margin-bottom: 1rem !important;
14949  }
14950
14951  .ml-lg-n-3,
14952.mx-lg-n-3 {
14953    margin-left: 1rem !important;
14954  }
14955
14956  .m-lg-n-2 {
14957    margin: 0.5rem !important;
14958  }
14959
14960  .mt-lg-n-2,
14961.my-lg-n-2 {
14962    margin-top: 0.5rem !important;
14963  }
14964
14965  .mr-lg-n-2,
14966.mx-lg-n-2 {
14967    margin-right: 0.5rem !important;
14968  }
14969
14970  .mb-lg-n-2,
14971.my-lg-n-2 {
14972    margin-bottom: 0.5rem !important;
14973  }
14974
14975  .ml-lg-n-2,
14976.mx-lg-n-2 {
14977    margin-left: 0.5rem !important;
14978  }
14979
14980  .m-lg-n-1 {
14981    margin: 0.25rem !important;
14982  }
14983
14984  .mt-lg-n-1,
14985.my-lg-n-1 {
14986    margin-top: 0.25rem !important;
14987  }
14988
14989  .mr-lg-n-1,
14990.mx-lg-n-1 {
14991    margin-right: 0.25rem !important;
14992  }
14993
14994  .mb-lg-n-1,
14995.my-lg-n-1 {
14996    margin-bottom: 0.25rem !important;
14997  }
14998
14999  .ml-lg-n-1,
15000.mx-lg-n-1 {
15001    margin-left: 0.25rem !important;
15002  }
15003
15004  .m-lg-n6 {
15005    margin: -4.5rem !important;
15006  }
15007
15008  .mt-lg-n6,
15009.my-lg-n6 {
15010    margin-top: -4.5rem !important;
15011  }
15012
15013  .mr-lg-n6,
15014.mx-lg-n6 {
15015    margin-right: -4.5rem !important;
15016  }
15017
15018  .mb-lg-n6,
15019.my-lg-n6 {
15020    margin-bottom: -4.5rem !important;
15021  }
15022
15023  .ml-lg-n6,
15024.mx-lg-n6 {
15025    margin-left: -4.5rem !important;
15026  }
15027
15028  .m-lg-n7 {
15029    margin: -6rem !important;
15030  }
15031
15032  .mt-lg-n7,
15033.my-lg-n7 {
15034    margin-top: -6rem !important;
15035  }
15036
15037  .mr-lg-n7,
15038.mx-lg-n7 {
15039    margin-right: -6rem !important;
15040  }
15041
15042  .mb-lg-n7,
15043.my-lg-n7 {
15044    margin-bottom: -6rem !important;
15045  }
15046
15047  .ml-lg-n7,
15048.mx-lg-n7 {
15049    margin-left: -6rem !important;
15050  }
15051
15052  .m-lg-n8 {
15053    margin: -8rem !important;
15054  }
15055
15056  .mt-lg-n8,
15057.my-lg-n8 {
15058    margin-top: -8rem !important;
15059  }
15060
15061  .mr-lg-n8,
15062.mx-lg-n8 {
15063    margin-right: -8rem !important;
15064  }
15065
15066  .mb-lg-n8,
15067.my-lg-n8 {
15068    margin-bottom: -8rem !important;
15069  }
15070
15071  .ml-lg-n8,
15072.mx-lg-n8 {
15073    margin-left: -8rem !important;
15074  }
15075
15076  .m-lg-n9 {
15077    margin: -10rem !important;
15078  }
15079
15080  .mt-lg-n9,
15081.my-lg-n9 {
15082    margin-top: -10rem !important;
15083  }
15084
15085  .mr-lg-n9,
15086.mx-lg-n9 {
15087    margin-right: -10rem !important;
15088  }
15089
15090  .mb-lg-n9,
15091.my-lg-n9 {
15092    margin-bottom: -10rem !important;
15093  }
15094
15095  .ml-lg-n9,
15096.mx-lg-n9 {
15097    margin-left: -10rem !important;
15098  }
15099
15100  .m-lg-auto {
15101    margin: auto !important;
15102  }
15103
15104  .mt-lg-auto,
15105.my-lg-auto {
15106    margin-top: auto !important;
15107  }
15108
15109  .mr-lg-auto,
15110.mx-lg-auto {
15111    margin-right: auto !important;
15112  }
15113
15114  .mb-lg-auto,
15115.my-lg-auto {
15116    margin-bottom: auto !important;
15117  }
15118
15119  .ml-lg-auto,
15120.mx-lg-auto {
15121    margin-left: auto !important;
15122  }
15123}
15124@media (min-width: 1200px) {
15125  .m-xl-0 {
15126    margin: 0 !important;
15127  }
15128
15129  .mt-xl-0,
15130.my-xl-0 {
15131    margin-top: 0 !important;
15132  }
15133
15134  .mr-xl-0,
15135.mx-xl-0 {
15136    margin-right: 0 !important;
15137  }
15138
15139  .mb-xl-0,
15140.my-xl-0 {
15141    margin-bottom: 0 !important;
15142  }
15143
15144  .ml-xl-0,
15145.mx-xl-0 {
15146    margin-left: 0 !important;
15147  }
15148
15149  .m-xl-1 {
15150    margin: 0.25rem !important;
15151  }
15152
15153  .mt-xl-1,
15154.my-xl-1 {
15155    margin-top: 0.25rem !important;
15156  }
15157
15158  .mr-xl-1,
15159.mx-xl-1 {
15160    margin-right: 0.25rem !important;
15161  }
15162
15163  .mb-xl-1,
15164.my-xl-1 {
15165    margin-bottom: 0.25rem !important;
15166  }
15167
15168  .ml-xl-1,
15169.mx-xl-1 {
15170    margin-left: 0.25rem !important;
15171  }
15172
15173  .m-xl-2 {
15174    margin: 0.5rem !important;
15175  }
15176
15177  .mt-xl-2,
15178.my-xl-2 {
15179    margin-top: 0.5rem !important;
15180  }
15181
15182  .mr-xl-2,
15183.mx-xl-2 {
15184    margin-right: 0.5rem !important;
15185  }
15186
15187  .mb-xl-2,
15188.my-xl-2 {
15189    margin-bottom: 0.5rem !important;
15190  }
15191
15192  .ml-xl-2,
15193.mx-xl-2 {
15194    margin-left: 0.5rem !important;
15195  }
15196
15197  .m-xl-3 {
15198    margin: 1rem !important;
15199  }
15200
15201  .mt-xl-3,
15202.my-xl-3 {
15203    margin-top: 1rem !important;
15204  }
15205
15206  .mr-xl-3,
15207.mx-xl-3 {
15208    margin-right: 1rem !important;
15209  }
15210
15211  .mb-xl-3,
15212.my-xl-3 {
15213    margin-bottom: 1rem !important;
15214  }
15215
15216  .ml-xl-3,
15217.mx-xl-3 {
15218    margin-left: 1rem !important;
15219  }
15220
15221  .m-xl-4 {
15222    margin: 1.5rem !important;
15223  }
15224
15225  .mt-xl-4,
15226.my-xl-4 {
15227    margin-top: 1.5rem !important;
15228  }
15229
15230  .mr-xl-4,
15231.mx-xl-4 {
15232    margin-right: 1.5rem !important;
15233  }
15234
15235  .mb-xl-4,
15236.my-xl-4 {
15237    margin-bottom: 1.5rem !important;
15238  }
15239
15240  .ml-xl-4,
15241.mx-xl-4 {
15242    margin-left: 1.5rem !important;
15243  }
15244
15245  .m-xl-5 {
15246    margin: 3rem !important;
15247  }
15248
15249  .mt-xl-5,
15250.my-xl-5 {
15251    margin-top: 3rem !important;
15252  }
15253
15254  .mr-xl-5,
15255.mx-xl-5 {
15256    margin-right: 3rem !important;
15257  }
15258
15259  .mb-xl-5,
15260.my-xl-5 {
15261    margin-bottom: 3rem !important;
15262  }
15263
15264  .ml-xl-5,
15265.mx-xl-5 {
15266    margin-left: 3rem !important;
15267  }
15268
15269  .m-xl--9 {
15270    margin: -10rem !important;
15271  }
15272
15273  .mt-xl--9,
15274.my-xl--9 {
15275    margin-top: -10rem !important;
15276  }
15277
15278  .mr-xl--9,
15279.mx-xl--9 {
15280    margin-right: -10rem !important;
15281  }
15282
15283  .mb-xl--9,
15284.my-xl--9 {
15285    margin-bottom: -10rem !important;
15286  }
15287
15288  .ml-xl--9,
15289.mx-xl--9 {
15290    margin-left: -10rem !important;
15291  }
15292
15293  .m-xl--8 {
15294    margin: -8rem !important;
15295  }
15296
15297  .mt-xl--8,
15298.my-xl--8 {
15299    margin-top: -8rem !important;
15300  }
15301
15302  .mr-xl--8,
15303.mx-xl--8 {
15304    margin-right: -8rem !important;
15305  }
15306
15307  .mb-xl--8,
15308.my-xl--8 {
15309    margin-bottom: -8rem !important;
15310  }
15311
15312  .ml-xl--8,
15313.mx-xl--8 {
15314    margin-left: -8rem !important;
15315  }
15316
15317  .m-xl--7 {
15318    margin: -6rem !important;
15319  }
15320
15321  .mt-xl--7,
15322.my-xl--7 {
15323    margin-top: -6rem !important;
15324  }
15325
15326  .mr-xl--7,
15327.mx-xl--7 {
15328    margin-right: -6rem !important;
15329  }
15330
15331  .mb-xl--7,
15332.my-xl--7 {
15333    margin-bottom: -6rem !important;
15334  }
15335
15336  .ml-xl--7,
15337.mx-xl--7 {
15338    margin-left: -6rem !important;
15339  }
15340
15341  .m-xl--6 {
15342    margin: -4.5rem !important;
15343  }
15344
15345  .mt-xl--6,
15346.my-xl--6 {
15347    margin-top: -4.5rem !important;
15348  }
15349
15350  .mr-xl--6,
15351.mx-xl--6 {
15352    margin-right: -4.5rem !important;
15353  }
15354
15355  .mb-xl--6,
15356.my-xl--6 {
15357    margin-bottom: -4.5rem !important;
15358  }
15359
15360  .ml-xl--6,
15361.mx-xl--6 {
15362    margin-left: -4.5rem !important;
15363  }
15364
15365  .m-xl--5 {
15366    margin: -3rem !important;
15367  }
15368
15369  .mt-xl--5,
15370.my-xl--5 {
15371    margin-top: -3rem !important;
15372  }
15373
15374  .mr-xl--5,
15375.mx-xl--5 {
15376    margin-right: -3rem !important;
15377  }
15378
15379  .mb-xl--5,
15380.my-xl--5 {
15381    margin-bottom: -3rem !important;
15382  }
15383
15384  .ml-xl--5,
15385.mx-xl--5 {
15386    margin-left: -3rem !important;
15387  }
15388
15389  .m-xl--4 {
15390    margin: -1.5rem !important;
15391  }
15392
15393  .mt-xl--4,
15394.my-xl--4 {
15395    margin-top: -1.5rem !important;
15396  }
15397
15398  .mr-xl--4,
15399.mx-xl--4 {
15400    margin-right: -1.5rem !important;
15401  }
15402
15403  .mb-xl--4,
15404.my-xl--4 {
15405    margin-bottom: -1.5rem !important;
15406  }
15407
15408  .ml-xl--4,
15409.mx-xl--4 {
15410    margin-left: -1.5rem !important;
15411  }
15412
15413  .m-xl--3 {
15414    margin: -1rem !important;
15415  }
15416
15417  .mt-xl--3,
15418.my-xl--3 {
15419    margin-top: -1rem !important;
15420  }
15421
15422  .mr-xl--3,
15423.mx-xl--3 {
15424    margin-right: -1rem !important;
15425  }
15426
15427  .mb-xl--3,
15428.my-xl--3 {
15429    margin-bottom: -1rem !important;
15430  }
15431
15432  .ml-xl--3,
15433.mx-xl--3 {
15434    margin-left: -1rem !important;
15435  }
15436
15437  .m-xl--2 {
15438    margin: -0.5rem !important;
15439  }
15440
15441  .mt-xl--2,
15442.my-xl--2 {
15443    margin-top: -0.5rem !important;
15444  }
15445
15446  .mr-xl--2,
15447.mx-xl--2 {
15448    margin-right: -0.5rem !important;
15449  }
15450
15451  .mb-xl--2,
15452.my-xl--2 {
15453    margin-bottom: -0.5rem !important;
15454  }
15455
15456  .ml-xl--2,
15457.mx-xl--2 {
15458    margin-left: -0.5rem !important;
15459  }
15460
15461  .m-xl--1 {
15462    margin: -0.25rem !important;
15463  }
15464
15465  .mt-xl--1,
15466.my-xl--1 {
15467    margin-top: -0.25rem !important;
15468  }
15469
15470  .mr-xl--1,
15471.mx-xl--1 {
15472    margin-right: -0.25rem !important;
15473  }
15474
15475  .mb-xl--1,
15476.my-xl--1 {
15477    margin-bottom: -0.25rem !important;
15478  }
15479
15480  .ml-xl--1,
15481.mx-xl--1 {
15482    margin-left: -0.25rem !important;
15483  }
15484
15485  .m-xl-6 {
15486    margin: 4.5rem !important;
15487  }
15488
15489  .mt-xl-6,
15490.my-xl-6 {
15491    margin-top: 4.5rem !important;
15492  }
15493
15494  .mr-xl-6,
15495.mx-xl-6 {
15496    margin-right: 4.5rem !important;
15497  }
15498
15499  .mb-xl-6,
15500.my-xl-6 {
15501    margin-bottom: 4.5rem !important;
15502  }
15503
15504  .ml-xl-6,
15505.mx-xl-6 {
15506    margin-left: 4.5rem !important;
15507  }
15508
15509  .m-xl-7 {
15510    margin: 6rem !important;
15511  }
15512
15513  .mt-xl-7,
15514.my-xl-7 {
15515    margin-top: 6rem !important;
15516  }
15517
15518  .mr-xl-7,
15519.mx-xl-7 {
15520    margin-right: 6rem !important;
15521  }
15522
15523  .mb-xl-7,
15524.my-xl-7 {
15525    margin-bottom: 6rem !important;
15526  }
15527
15528  .ml-xl-7,
15529.mx-xl-7 {
15530    margin-left: 6rem !important;
15531  }
15532
15533  .m-xl-8 {
15534    margin: 8rem !important;
15535  }
15536
15537  .mt-xl-8,
15538.my-xl-8 {
15539    margin-top: 8rem !important;
15540  }
15541
15542  .mr-xl-8,
15543.mx-xl-8 {
15544    margin-right: 8rem !important;
15545  }
15546
15547  .mb-xl-8,
15548.my-xl-8 {
15549    margin-bottom: 8rem !important;
15550  }
15551
15552  .ml-xl-8,
15553.mx-xl-8 {
15554    margin-left: 8rem !important;
15555  }
15556
15557  .m-xl-9 {
15558    margin: 10rem !important;
15559  }
15560
15561  .mt-xl-9,
15562.my-xl-9 {
15563    margin-top: 10rem !important;
15564  }
15565
15566  .mr-xl-9,
15567.mx-xl-9 {
15568    margin-right: 10rem !important;
15569  }
15570
15571  .mb-xl-9,
15572.my-xl-9 {
15573    margin-bottom: 10rem !important;
15574  }
15575
15576  .ml-xl-9,
15577.mx-xl-9 {
15578    margin-left: 10rem !important;
15579  }
15580
15581  .p-xl-0 {
15582    padding: 0 !important;
15583  }
15584
15585  .pt-xl-0,
15586.py-xl-0 {
15587    padding-top: 0 !important;
15588  }
15589
15590  .pr-xl-0,
15591.px-xl-0 {
15592    padding-right: 0 !important;
15593  }
15594
15595  .pb-xl-0,
15596.py-xl-0 {
15597    padding-bottom: 0 !important;
15598  }
15599
15600  .pl-xl-0,
15601.px-xl-0 {
15602    padding-left: 0 !important;
15603  }
15604
15605  .p-xl-1 {
15606    padding: 0.25rem !important;
15607  }
15608
15609  .pt-xl-1,
15610.py-xl-1 {
15611    padding-top: 0.25rem !important;
15612  }
15613
15614  .pr-xl-1,
15615.px-xl-1 {
15616    padding-right: 0.25rem !important;
15617  }
15618
15619  .pb-xl-1,
15620.py-xl-1 {
15621    padding-bottom: 0.25rem !important;
15622  }
15623
15624  .pl-xl-1,
15625.px-xl-1 {
15626    padding-left: 0.25rem !important;
15627  }
15628
15629  .p-xl-2 {
15630    padding: 0.5rem !important;
15631  }
15632
15633  .pt-xl-2,
15634.py-xl-2 {
15635    padding-top: 0.5rem !important;
15636  }
15637
15638  .pr-xl-2,
15639.px-xl-2 {
15640    padding-right: 0.5rem !important;
15641  }
15642
15643  .pb-xl-2,
15644.py-xl-2 {
15645    padding-bottom: 0.5rem !important;
15646  }
15647
15648  .pl-xl-2,
15649.px-xl-2 {
15650    padding-left: 0.5rem !important;
15651  }
15652
15653  .p-xl-3 {
15654    padding: 1rem !important;
15655  }
15656
15657  .pt-xl-3,
15658.py-xl-3 {
15659    padding-top: 1rem !important;
15660  }
15661
15662  .pr-xl-3,
15663.px-xl-3 {
15664    padding-right: 1rem !important;
15665  }
15666
15667  .pb-xl-3,
15668.py-xl-3 {
15669    padding-bottom: 1rem !important;
15670  }
15671
15672  .pl-xl-3,
15673.px-xl-3 {
15674    padding-left: 1rem !important;
15675  }
15676
15677  .p-xl-4 {
15678    padding: 1.5rem !important;
15679  }
15680
15681  .pt-xl-4,
15682.py-xl-4 {
15683    padding-top: 1.5rem !important;
15684  }
15685
15686  .pr-xl-4,
15687.px-xl-4 {
15688    padding-right: 1.5rem !important;
15689  }
15690
15691  .pb-xl-4,
15692.py-xl-4 {
15693    padding-bottom: 1.5rem !important;
15694  }
15695
15696  .pl-xl-4,
15697.px-xl-4 {
15698    padding-left: 1.5rem !important;
15699  }
15700
15701  .p-xl-5 {
15702    padding: 3rem !important;
15703  }
15704
15705  .pt-xl-5,
15706.py-xl-5 {
15707    padding-top: 3rem !important;
15708  }
15709
15710  .pr-xl-5,
15711.px-xl-5 {
15712    padding-right: 3rem !important;
15713  }
15714
15715  .pb-xl-5,
15716.py-xl-5 {
15717    padding-bottom: 3rem !important;
15718  }
15719
15720  .pl-xl-5,
15721.px-xl-5 {
15722    padding-left: 3rem !important;
15723  }
15724
15725  .p-xl--9 {
15726    padding: -10rem !important;
15727  }
15728
15729  .pt-xl--9,
15730.py-xl--9 {
15731    padding-top: -10rem !important;
15732  }
15733
15734  .pr-xl--9,
15735.px-xl--9 {
15736    padding-right: -10rem !important;
15737  }
15738
15739  .pb-xl--9,
15740.py-xl--9 {
15741    padding-bottom: -10rem !important;
15742  }
15743
15744  .pl-xl--9,
15745.px-xl--9 {
15746    padding-left: -10rem !important;
15747  }
15748
15749  .p-xl--8 {
15750    padding: -8rem !important;
15751  }
15752
15753  .pt-xl--8,
15754.py-xl--8 {
15755    padding-top: -8rem !important;
15756  }
15757
15758  .pr-xl--8,
15759.px-xl--8 {
15760    padding-right: -8rem !important;
15761  }
15762
15763  .pb-xl--8,
15764.py-xl--8 {
15765    padding-bottom: -8rem !important;
15766  }
15767
15768  .pl-xl--8,
15769.px-xl--8 {
15770    padding-left: -8rem !important;
15771  }
15772
15773  .p-xl--7 {
15774    padding: -6rem !important;
15775  }
15776
15777  .pt-xl--7,
15778.py-xl--7 {
15779    padding-top: -6rem !important;
15780  }
15781
15782  .pr-xl--7,
15783.px-xl--7 {
15784    padding-right: -6rem !important;
15785  }
15786
15787  .pb-xl--7,
15788.py-xl--7 {
15789    padding-bottom: -6rem !important;
15790  }
15791
15792  .pl-xl--7,
15793.px-xl--7 {
15794    padding-left: -6rem !important;
15795  }
15796
15797  .p-xl--6 {
15798    padding: -4.5rem !important;
15799  }
15800
15801  .pt-xl--6,
15802.py-xl--6 {
15803    padding-top: -4.5rem !important;
15804  }
15805
15806  .pr-xl--6,
15807.px-xl--6 {
15808    padding-right: -4.5rem !important;
15809  }
15810
15811  .pb-xl--6,
15812.py-xl--6 {
15813    padding-bottom: -4.5rem !important;
15814  }
15815
15816  .pl-xl--6,
15817.px-xl--6 {
15818    padding-left: -4.5rem !important;
15819  }
15820
15821  .p-xl--5 {
15822    padding: -3rem !important;
15823  }
15824
15825  .pt-xl--5,
15826.py-xl--5 {
15827    padding-top: -3rem !important;
15828  }
15829
15830  .pr-xl--5,
15831.px-xl--5 {
15832    padding-right: -3rem !important;
15833  }
15834
15835  .pb-xl--5,
15836.py-xl--5 {
15837    padding-bottom: -3rem !important;
15838  }
15839
15840  .pl-xl--5,
15841.px-xl--5 {
15842    padding-left: -3rem !important;
15843  }
15844
15845  .p-xl--4 {
15846    padding: -1.5rem !important;
15847  }
15848
15849  .pt-xl--4,
15850.py-xl--4 {
15851    padding-top: -1.5rem !important;
15852  }
15853
15854  .pr-xl--4,
15855.px-xl--4 {
15856    padding-right: -1.5rem !important;
15857  }
15858
15859  .pb-xl--4,
15860.py-xl--4 {
15861    padding-bottom: -1.5rem !important;
15862  }
15863
15864  .pl-xl--4,
15865.px-xl--4 {
15866    padding-left: -1.5rem !important;
15867  }
15868
15869  .p-xl--3 {
15870    padding: -1rem !important;
15871  }
15872
15873  .pt-xl--3,
15874.py-xl--3 {
15875    padding-top: -1rem !important;
15876  }
15877
15878  .pr-xl--3,
15879.px-xl--3 {
15880    padding-right: -1rem !important;
15881  }
15882
15883  .pb-xl--3,
15884.py-xl--3 {
15885    padding-bottom: -1rem !important;
15886  }
15887
15888  .pl-xl--3,
15889.px-xl--3 {
15890    padding-left: -1rem !important;
15891  }
15892
15893  .p-xl--2 {
15894    padding: -0.5rem !important;
15895  }
15896
15897  .pt-xl--2,
15898.py-xl--2 {
15899    padding-top: -0.5rem !important;
15900  }
15901
15902  .pr-xl--2,
15903.px-xl--2 {
15904    padding-right: -0.5rem !important;
15905  }
15906
15907  .pb-xl--2,
15908.py-xl--2 {
15909    padding-bottom: -0.5rem !important;
15910  }
15911
15912  .pl-xl--2,
15913.px-xl--2 {
15914    padding-left: -0.5rem !important;
15915  }
15916
15917  .p-xl--1 {
15918    padding: -0.25rem !important;
15919  }
15920
15921  .pt-xl--1,
15922.py-xl--1 {
15923    padding-top: -0.25rem !important;
15924  }
15925
15926  .pr-xl--1,
15927.px-xl--1 {
15928    padding-right: -0.25rem !important;
15929  }
15930
15931  .pb-xl--1,
15932.py-xl--1 {
15933    padding-bottom: -0.25rem !important;
15934  }
15935
15936  .pl-xl--1,
15937.px-xl--1 {
15938    padding-left: -0.25rem !important;
15939  }
15940
15941  .p-xl-6 {
15942    padding: 4.5rem !important;
15943  }
15944
15945  .pt-xl-6,
15946.py-xl-6 {
15947    padding-top: 4.5rem !important;
15948  }
15949
15950  .pr-xl-6,
15951.px-xl-6 {
15952    padding-right: 4.5rem !important;
15953  }
15954
15955  .pb-xl-6,
15956.py-xl-6 {
15957    padding-bottom: 4.5rem !important;
15958  }
15959
15960  .pl-xl-6,
15961.px-xl-6 {
15962    padding-left: 4.5rem !important;
15963  }
15964
15965  .p-xl-7 {
15966    padding: 6rem !important;
15967  }
15968
15969  .pt-xl-7,
15970.py-xl-7 {
15971    padding-top: 6rem !important;
15972  }
15973
15974  .pr-xl-7,
15975.px-xl-7 {
15976    padding-right: 6rem !important;
15977  }
15978
15979  .pb-xl-7,
15980.py-xl-7 {
15981    padding-bottom: 6rem !important;
15982  }
15983
15984  .pl-xl-7,
15985.px-xl-7 {
15986    padding-left: 6rem !important;
15987  }
15988
15989  .p-xl-8 {
15990    padding: 8rem !important;
15991  }
15992
15993  .pt-xl-8,
15994.py-xl-8 {
15995    padding-top: 8rem !important;
15996  }
15997
15998  .pr-xl-8,
15999.px-xl-8 {
16000    padding-right: 8rem !important;
16001  }
16002
16003  .pb-xl-8,
16004.py-xl-8 {
16005    padding-bottom: 8rem !important;
16006  }
16007
16008  .pl-xl-8,
16009.px-xl-8 {
16010    padding-left: 8rem !important;
16011  }
16012
16013  .p-xl-9 {
16014    padding: 10rem !important;
16015  }
16016
16017  .pt-xl-9,
16018.py-xl-9 {
16019    padding-top: 10rem !important;
16020  }
16021
16022  .pr-xl-9,
16023.px-xl-9 {
16024    padding-right: 10rem !important;
16025  }
16026
16027  .pb-xl-9,
16028.py-xl-9 {
16029    padding-bottom: 10rem !important;
16030  }
16031
16032  .pl-xl-9,
16033.px-xl-9 {
16034    padding-left: 10rem !important;
16035  }
16036
16037  .m-xl-n1 {
16038    margin: -0.25rem !important;
16039  }
16040
16041  .mt-xl-n1,
16042.my-xl-n1 {
16043    margin-top: -0.25rem !important;
16044  }
16045
16046  .mr-xl-n1,
16047.mx-xl-n1 {
16048    margin-right: -0.25rem !important;
16049  }
16050
16051  .mb-xl-n1,
16052.my-xl-n1 {
16053    margin-bottom: -0.25rem !important;
16054  }
16055
16056  .ml-xl-n1,
16057.mx-xl-n1 {
16058    margin-left: -0.25rem !important;
16059  }
16060
16061  .m-xl-n2 {
16062    margin: -0.5rem !important;
16063  }
16064
16065  .mt-xl-n2,
16066.my-xl-n2 {
16067    margin-top: -0.5rem !important;
16068  }
16069
16070  .mr-xl-n2,
16071.mx-xl-n2 {
16072    margin-right: -0.5rem !important;
16073  }
16074
16075  .mb-xl-n2,
16076.my-xl-n2 {
16077    margin-bottom: -0.5rem !important;
16078  }
16079
16080  .ml-xl-n2,
16081.mx-xl-n2 {
16082    margin-left: -0.5rem !important;
16083  }
16084
16085  .m-xl-n3 {
16086    margin: -1rem !important;
16087  }
16088
16089  .mt-xl-n3,
16090.my-xl-n3 {
16091    margin-top: -1rem !important;
16092  }
16093
16094  .mr-xl-n3,
16095.mx-xl-n3 {
16096    margin-right: -1rem !important;
16097  }
16098
16099  .mb-xl-n3,
16100.my-xl-n3 {
16101    margin-bottom: -1rem !important;
16102  }
16103
16104  .ml-xl-n3,
16105.mx-xl-n3 {
16106    margin-left: -1rem !important;
16107  }
16108
16109  .m-xl-n4 {
16110    margin: -1.5rem !important;
16111  }
16112
16113  .mt-xl-n4,
16114.my-xl-n4 {
16115    margin-top: -1.5rem !important;
16116  }
16117
16118  .mr-xl-n4,
16119.mx-xl-n4 {
16120    margin-right: -1.5rem !important;
16121  }
16122
16123  .mb-xl-n4,
16124.my-xl-n4 {
16125    margin-bottom: -1.5rem !important;
16126  }
16127
16128  .ml-xl-n4,
16129.mx-xl-n4 {
16130    margin-left: -1.5rem !important;
16131  }
16132
16133  .m-xl-n5 {
16134    margin: -3rem !important;
16135  }
16136
16137  .mt-xl-n5,
16138.my-xl-n5 {
16139    margin-top: -3rem !important;
16140  }
16141
16142  .mr-xl-n5,
16143.mx-xl-n5 {
16144    margin-right: -3rem !important;
16145  }
16146
16147  .mb-xl-n5,
16148.my-xl-n5 {
16149    margin-bottom: -3rem !important;
16150  }
16151
16152  .ml-xl-n5,
16153.mx-xl-n5 {
16154    margin-left: -3rem !important;
16155  }
16156
16157  .m-xl-n-9 {
16158    margin: 10rem !important;
16159  }
16160
16161  .mt-xl-n-9,
16162.my-xl-n-9 {
16163    margin-top: 10rem !important;
16164  }
16165
16166  .mr-xl-n-9,
16167.mx-xl-n-9 {
16168    margin-right: 10rem !important;
16169  }
16170
16171  .mb-xl-n-9,
16172.my-xl-n-9 {
16173    margin-bottom: 10rem !important;
16174  }
16175
16176  .ml-xl-n-9,
16177.mx-xl-n-9 {
16178    margin-left: 10rem !important;
16179  }
16180
16181  .m-xl-n-8 {
16182    margin: 8rem !important;
16183  }
16184
16185  .mt-xl-n-8,
16186.my-xl-n-8 {
16187    margin-top: 8rem !important;
16188  }
16189
16190  .mr-xl-n-8,
16191.mx-xl-n-8 {
16192    margin-right: 8rem !important;
16193  }
16194
16195  .mb-xl-n-8,
16196.my-xl-n-8 {
16197    margin-bottom: 8rem !important;
16198  }
16199
16200  .ml-xl-n-8,
16201.mx-xl-n-8 {
16202    margin-left: 8rem !important;
16203  }
16204
16205  .m-xl-n-7 {
16206    margin: 6rem !important;
16207  }
16208
16209  .mt-xl-n-7,
16210.my-xl-n-7 {
16211    margin-top: 6rem !important;
16212  }
16213
16214  .mr-xl-n-7,
16215.mx-xl-n-7 {
16216    margin-right: 6rem !important;
16217  }
16218
16219  .mb-xl-n-7,
16220.my-xl-n-7 {
16221    margin-bottom: 6rem !important;
16222  }
16223
16224  .ml-xl-n-7,
16225.mx-xl-n-7 {
16226    margin-left: 6rem !important;
16227  }
16228
16229  .m-xl-n-6 {
16230    margin: 4.5rem !important;
16231  }
16232
16233  .mt-xl-n-6,
16234.my-xl-n-6 {
16235    margin-top: 4.5rem !important;
16236  }
16237
16238  .mr-xl-n-6,
16239.mx-xl-n-6 {
16240    margin-right: 4.5rem !important;
16241  }
16242
16243  .mb-xl-n-6,
16244.my-xl-n-6 {
16245    margin-bottom: 4.5rem !important;
16246  }
16247
16248  .ml-xl-n-6,
16249.mx-xl-n-6 {
16250    margin-left: 4.5rem !important;
16251  }
16252
16253  .m-xl-n-5 {
16254    margin: 3rem !important;
16255  }
16256
16257  .mt-xl-n-5,
16258.my-xl-n-5 {
16259    margin-top: 3rem !important;
16260  }
16261
16262  .mr-xl-n-5,
16263.mx-xl-n-5 {
16264    margin-right: 3rem !important;
16265  }
16266
16267  .mb-xl-n-5,
16268.my-xl-n-5 {
16269    margin-bottom: 3rem !important;
16270  }
16271
16272  .ml-xl-n-5,
16273.mx-xl-n-5 {
16274    margin-left: 3rem !important;
16275  }
16276
16277  .m-xl-n-4 {
16278    margin: 1.5rem !important;
16279  }
16280
16281  .mt-xl-n-4,
16282.my-xl-n-4 {
16283    margin-top: 1.5rem !important;
16284  }
16285
16286  .mr-xl-n-4,
16287.mx-xl-n-4 {
16288    margin-right: 1.5rem !important;
16289  }
16290
16291  .mb-xl-n-4,
16292.my-xl-n-4 {
16293    margin-bottom: 1.5rem !important;
16294  }
16295
16296  .ml-xl-n-4,
16297.mx-xl-n-4 {
16298    margin-left: 1.5rem !important;
16299  }
16300
16301  .m-xl-n-3 {
16302    margin: 1rem !important;
16303  }
16304
16305  .mt-xl-n-3,
16306.my-xl-n-3 {
16307    margin-top: 1rem !important;
16308  }
16309
16310  .mr-xl-n-3,
16311.mx-xl-n-3 {
16312    margin-right: 1rem !important;
16313  }
16314
16315  .mb-xl-n-3,
16316.my-xl-n-3 {
16317    margin-bottom: 1rem !important;
16318  }
16319
16320  .ml-xl-n-3,
16321.mx-xl-n-3 {
16322    margin-left: 1rem !important;
16323  }
16324
16325  .m-xl-n-2 {
16326    margin: 0.5rem !important;
16327  }
16328
16329  .mt-xl-n-2,
16330.my-xl-n-2 {
16331    margin-top: 0.5rem !important;
16332  }
16333
16334  .mr-xl-n-2,
16335.mx-xl-n-2 {
16336    margin-right: 0.5rem !important;
16337  }
16338
16339  .mb-xl-n-2,
16340.my-xl-n-2 {
16341    margin-bottom: 0.5rem !important;
16342  }
16343
16344  .ml-xl-n-2,
16345.mx-xl-n-2 {
16346    margin-left: 0.5rem !important;
16347  }
16348
16349  .m-xl-n-1 {
16350    margin: 0.25rem !important;
16351  }
16352
16353  .mt-xl-n-1,
16354.my-xl-n-1 {
16355    margin-top: 0.25rem !important;
16356  }
16357
16358  .mr-xl-n-1,
16359.mx-xl-n-1 {
16360    margin-right: 0.25rem !important;
16361  }
16362
16363  .mb-xl-n-1,
16364.my-xl-n-1 {
16365    margin-bottom: 0.25rem !important;
16366  }
16367
16368  .ml-xl-n-1,
16369.mx-xl-n-1 {
16370    margin-left: 0.25rem !important;
16371  }
16372
16373  .m-xl-n6 {
16374    margin: -4.5rem !important;
16375  }
16376
16377  .mt-xl-n6,
16378.my-xl-n6 {
16379    margin-top: -4.5rem !important;
16380  }
16381
16382  .mr-xl-n6,
16383.mx-xl-n6 {
16384    margin-right: -4.5rem !important;
16385  }
16386
16387  .mb-xl-n6,
16388.my-xl-n6 {
16389    margin-bottom: -4.5rem !important;
16390  }
16391
16392  .ml-xl-n6,
16393.mx-xl-n6 {
16394    margin-left: -4.5rem !important;
16395  }
16396
16397  .m-xl-n7 {
16398    margin: -6rem !important;
16399  }
16400
16401  .mt-xl-n7,
16402.my-xl-n7 {
16403    margin-top: -6rem !important;
16404  }
16405
16406  .mr-xl-n7,
16407.mx-xl-n7 {
16408    margin-right: -6rem !important;
16409  }
16410
16411  .mb-xl-n7,
16412.my-xl-n7 {
16413    margin-bottom: -6rem !important;
16414  }
16415
16416  .ml-xl-n7,
16417.mx-xl-n7 {
16418    margin-left: -6rem !important;
16419  }
16420
16421  .m-xl-n8 {
16422    margin: -8rem !important;
16423  }
16424
16425  .mt-xl-n8,
16426.my-xl-n8 {
16427    margin-top: -8rem !important;
16428  }
16429
16430  .mr-xl-n8,
16431.mx-xl-n8 {
16432    margin-right: -8rem !important;
16433  }
16434
16435  .mb-xl-n8,
16436.my-xl-n8 {
16437    margin-bottom: -8rem !important;
16438  }
16439
16440  .ml-xl-n8,
16441.mx-xl-n8 {
16442    margin-left: -8rem !important;
16443  }
16444
16445  .m-xl-n9 {
16446    margin: -10rem !important;
16447  }
16448
16449  .mt-xl-n9,
16450.my-xl-n9 {
16451    margin-top: -10rem !important;
16452  }
16453
16454  .mr-xl-n9,
16455.mx-xl-n9 {
16456    margin-right: -10rem !important;
16457  }
16458
16459  .mb-xl-n9,
16460.my-xl-n9 {
16461    margin-bottom: -10rem !important;
16462  }
16463
16464  .ml-xl-n9,
16465.mx-xl-n9 {
16466    margin-left: -10rem !important;
16467  }
16468
16469  .m-xl-auto {
16470    margin: auto !important;
16471  }
16472
16473  .mt-xl-auto,
16474.my-xl-auto {
16475    margin-top: auto !important;
16476  }
16477
16478  .mr-xl-auto,
16479.mx-xl-auto {
16480    margin-right: auto !important;
16481  }
16482
16483  .mb-xl-auto,
16484.my-xl-auto {
16485    margin-bottom: auto !important;
16486  }
16487
16488  .ml-xl-auto,
16489.mx-xl-auto {
16490    margin-left: auto !important;
16491  }
16492}
16493.text-monospace {
16494  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
16495}
16496
16497.text-justify {
16498  text-align: justify !important;
16499}
16500
16501.text-wrap {
16502  white-space: normal !important;
16503}
16504
16505.text-nowrap {
16506  white-space: nowrap !important;
16507}
16508
16509.text-truncate {
16510  overflow: hidden;
16511  text-overflow: ellipsis;
16512  white-space: nowrap;
16513}
16514
16515.text-left {
16516  text-align: left !important;
16517}
16518
16519.text-right {
16520  text-align: right !important;
16521}
16522
16523.text-center {
16524  text-align: center !important;
16525}
16526
16527@media (min-width: 576px) {
16528  .text-sm-left {
16529    text-align: left !important;
16530  }
16531
16532  .text-sm-right {
16533    text-align: right !important;
16534  }
16535
16536  .text-sm-center {
16537    text-align: center !important;
16538  }
16539}
16540@media (min-width: 768px) {
16541  .text-md-left {
16542    text-align: left !important;
16543  }
16544
16545  .text-md-right {
16546    text-align: right !important;
16547  }
16548
16549  .text-md-center {
16550    text-align: center !important;
16551  }
16552}
16553@media (min-width: 992px) {
16554  .text-lg-left {
16555    text-align: left !important;
16556  }
16557
16558  .text-lg-right {
16559    text-align: right !important;
16560  }
16561
16562  .text-lg-center {
16563    text-align: center !important;
16564  }
16565}
16566@media (min-width: 1200px) {
16567  .text-xl-left {
16568    text-align: left !important;
16569  }
16570
16571  .text-xl-right {
16572    text-align: right !important;
16573  }
16574
16575  .text-xl-center {
16576    text-align: center !important;
16577  }
16578}
16579.text-lowercase {
16580  text-transform: lowercase !important;
16581}
16582
16583.text-uppercase {
16584  text-transform: uppercase !important;
16585}
16586
16587.text-capitalize {
16588  text-transform: capitalize !important;
16589}
16590
16591.font-weight-light {
16592  font-weight: 300 !important;
16593}
16594
16595.font-weight-lighter {
16596  font-weight: lighter !important;
16597}
16598
16599.font-weight-normal {
16600  font-weight: 400 !important;
16601}
16602
16603.font-weight-bold {
16604  font-weight: 600 !important;
16605}
16606
16607.font-weight-bolder {
16608  font-weight: bolder !important;
16609}
16610
16611.font-italic {
16612  font-style: italic !important;
16613}
16614
16615.text-white {
16616  color: #fff !important;
16617}
16618
16619.text-primary {
16620  color: #5e72e4 !important;
16621}
16622
16623a.text-primary:hover,
16624a.text-primary:focus {
16625  color: #233dd2 !important;
16626}
16627
16628.text-secondary {
16629  color: #f4f5f7 !important;
16630}
16631
16632a.text-secondary:hover,
16633a.text-secondary:focus {
16634  color: #c8cdd7 !important;
16635}
16636
16637.text-success {
16638  color: #2dce89 !important;
16639}
16640
16641a.text-success:hover,
16642a.text-success:focus {
16643  color: #1f8f5f !important;
16644}
16645
16646.text-info {
16647  color: #11cdef !important;
16648}
16649
16650a.text-info:hover,
16651a.text-info:focus {
16652  color: #0b90a8 !important;
16653}
16654
16655.text-warning {
16656  color: #fb6340 !important;
16657}
16658
16659a.text-warning:hover,
16660a.text-warning:focus {
16661  color: #ea3005 !important;
16662}
16663
16664.text-danger {
16665  color: #f5365c !important;
16666}
16667
16668a.text-danger:hover,
16669a.text-danger:focus {
16670  color: #d40b33 !important;
16671}
16672
16673.text-light {
16674  color: #adb5bd !important;
16675}
16676
16677a.text-light:hover,
16678a.text-light:focus {
16679  color: #838f9b !important;
16680}
16681
16682.text-dark {
16683  color: #212529 !important;
16684}
16685
16686a.text-dark:hover,
16687a.text-dark:focus {
16688  color: black !important;
16689}
16690
16691.text-default {
16692  color: #172b4d !important;
16693}
16694
16695a.text-default:hover,
16696a.text-default:focus {
16697  color: #050a12 !important;
16698}
16699
16700.text-white {
16701  color: #fff !important;
16702}
16703
16704a.text-white:hover,
16705a.text-white:focus {
16706  color: #d9d9d9 !important;
16707}
16708
16709.text-neutral {
16710  color: #fff !important;
16711}
16712
16713a.text-neutral:hover,
16714a.text-neutral:focus {
16715  color: #d9d9d9 !important;
16716}
16717
16718.text-darker {
16719  color: black !important;
16720}
16721
16722a.text-darker:hover,
16723a.text-darker:focus {
16724  color: black !important;
16725}
16726
16727.text-body {
16728  color: #525f7f !important;
16729}
16730
16731.text-muted {
16732  color: #8898aa !important;
16733}
16734
16735.text-black-50 {
16736  color: rgba(0, 0, 0, 0.5) !important;
16737}
16738
16739.text-white-50 {
16740  color: rgba(255, 255, 255, 0.5) !important;
16741}
16742
16743.text-hide {
16744  font: 0/0 a;
16745  color: transparent;
16746  text-shadow: none;
16747  background-color: transparent;
16748  border: 0;
16749}
16750
16751.text-decoration-none {
16752  text-decoration: none !important;
16753}
16754
16755.text-break {
16756  word-break: break-word !important;
16757  overflow-wrap: break-word !important;
16758}
16759
16760.text-reset {
16761  color: inherit !important;
16762}
16763
16764.visible {
16765  visibility: visible !important;
16766}
16767
16768.invisible {
16769  visibility: hidden !important;
16770}
16771
16772@media print {
16773  *,
16774*::before,
16775*::after {
16776    text-shadow: none !important;
16777    box-shadow: none !important;
16778  }
16779
16780  a:not(.btn):not(.qq-upload-button):not(.toggleAssistant):not(button) {
16781    text-decoration: underline;
16782  }
16783
16784  abbr[title]::after {
16785    content: " (" attr(title) ")";
16786  }
16787
16788  pre {
16789    white-space: pre-wrap !important;
16790  }
16791
16792  pre,
16793blockquote {
16794    border: 0.0625rem solid #adb5bd;
16795    page-break-inside: avoid;
16796  }
16797
16798  thead {
16799    display: table-header-group;
16800  }
16801
16802  tr,
16803img {
16804    page-break-inside: avoid;
16805  }
16806
16807  p,
16808h2,
16809h3 {
16810    orphans: 3;
16811    widows: 3;
16812  }
16813
16814  h2,
16815h3 {
16816    page-break-after: avoid;
16817  }
16818
16819  @page {
16820    size: a3;
16821  }
16822  body {
16823    min-width: 992px !important;
16824  }
16825
16826  .container {
16827    min-width: 992px !important;
16828  }
16829
16830  .navbar {
16831    display: none;
16832  }
16833
16834  .badge {
16835    border: 0.0625rem solid #000;
16836  }
16837
16838  .table, #dokuwiki__content table {
16839    border-collapse: collapse !important;
16840  }
16841
16842  .table td, #dokuwiki__content table td,
16843.table th,
16844#dokuwiki__content table th {
16845    background-color: #fff !important;
16846  }
16847
16848  .table-bordered th,
16849.table-bordered td {
16850    border: 1px solid #dee2e6 !important;
16851  }
16852
16853  .table-dark {
16854    color: inherit;
16855  }
16856
16857  .table-dark th,
16858.table-dark td,
16859.table-dark thead th,
16860.table-dark tbody + tbody {
16861    border-color: #dee2e6;
16862  }
16863
16864  .table .thead-dark th, #dokuwiki__content table .thead-dark th {
16865    color: inherit;
16866    border-color: #dee2e6;
16867  }
16868}
16869/*!
16870
16871=========================================================
16872* {{ site.product.name }} {{ site.product.name_long }} - v{{ site.product.version }}
16873=========================================================
16874
16875* Product Page: {{ site.product.download }}
16876* Copyright {{ 'now' | date: "%Y" }} {{ site.author }} ({{ site.website.url }})
16877* Licensed under MIT ({{ site.product.license }})
16878
16879* Coded by www.creative-tim.com
16880
16881=========================================================
16882
16883* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
16884
16885*/
16886iframe {
16887  border: 0;
16888}
16889
16890figcaption,
16891figure,
16892main {
16893  display: block;
16894}
16895
16896main {
16897  overflow: hidden;
16898}
16899
16900.section-nucleo-icons .icons-container {
16901  position: relative;
16902  max-width: 100%;
16903  height: 360px;
16904  margin: 0 auto;
16905  z-index: 1;
16906}
16907
16908.section-nucleo-icons {
16909  --icon-size: 5rem;
16910  --icon-sm-size: 3.75rem;
16911  --gutter: 7rem;
16912}
16913
16914.section-nucleo-icons .icons-container i {
16915  position: absolute;
16916  display: inline-flex;
16917  align-items: center;
16918  justify-content: center;
16919  border-radius: 50%;
16920  background: #fff;
16921  z-index: 1;
16922  transform: translate(-50%, -50%);
16923  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
16924  transition: all 0.2s cubic-bezier(0.25, 0.65, 0.9, 0.75);
16925}
16926
16927.section-nucleo-icons .icons-container i.icon {
16928  width: var(--icon-size);
16929  height: var(--icon-size);
16930  font-size: 1.7em;
16931}
16932
16933.section-nucleo-icons .icons-container i.icon-sm {
16934  width: var(--icon-sm-size);
16935  height: var(--icon-sm-size);
16936  font-size: 1.5em;
16937}
16938
16939.section-nucleo-icons .icons-container i:nth-child(1) {
16940  font-size: 42px;
16941  color: #fb6340;
16942  z-index: 2;
16943}
16944
16945.section-nucleo-icons .icons-container:not(.on-screen) i {
16946  transform: translate(-50%, -50%);
16947  left: 50%;
16948  top: 50%;
16949}
16950
16951.section-nucleo-icons .icons-container:not(.on-screen) i:not(:nth-child(1)) {
16952  opacity: 0;
16953}
16954
16955.section-nucleo-icons .icons-container.on-screen i {
16956  opacity: 1;
16957}
16958
16959.section-nucleo-icons .icons-container.on-screen i:nth-child(1) {
16960  left: 50%;
16961  top: 50%;
16962  font-size: 42px;
16963  color: #fb6340;
16964}
16965
16966.section-nucleo-icons .icons-container.on-screen i:nth-child(2) {
16967  left: calc(50% + (var(--gutter) * 1.7));
16968  top: 50%;
16969}
16970
16971.section-nucleo-icons .icons-container.on-screen i:nth-child(3) {
16972  left: calc(50% + var(--gutter));
16973  top: calc(50% + var(--gutter));
16974}
16975
16976.section-nucleo-icons .icons-container.on-screen i:nth-child(4) {
16977  left: calc(50% + var(--gutter));
16978  top: calc(50% - var(--gutter));
16979}
16980
16981.section-nucleo-icons .icons-container.on-screen i:nth-child(5) {
16982  left: calc(50% + (var(--gutter) * 3));
16983  top: 50%;
16984}
16985
16986.section-nucleo-icons .icons-container.on-screen i:nth-child(6) {
16987  left: calc(50% + (var(--gutter) * 2.7));
16988  top: calc(50% + (var(--gutter) * 1.5));
16989}
16990
16991.section-nucleo-icons .icons-container.on-screen i:nth-child(7) {
16992  left: calc(50% + (var(--gutter) * 2.7));
16993  top: calc(50% - (var(--gutter) * 1.5));
16994}
16995
16996.section-nucleo-icons .icons-container.on-screen i:nth-child(8) {
16997  left: calc(50% - (var(--gutter) * 1.7));
16998  top: 50%;
16999}
17000
17001.section-nucleo-icons .icons-container.on-screen i:nth-child(9) {
17002  left: calc(50% - var(--gutter));
17003  top: calc(50% + var(--gutter));
17004}
17005
17006.section-nucleo-icons .icons-container.on-screen i:nth-child(10) {
17007  left: calc(50% - var(--gutter));
17008  top: calc(50% - var(--gutter));
17009}
17010
17011.section-nucleo-icons .icons-container.on-screen i:nth-child(11) {
17012  left: calc(50% - (var(--gutter) * 4));
17013  top: 50%;
17014}
17015
17016.section-nucleo-icons .icons-container.on-screen i:nth-child(12) {
17017  left: calc(50% - (var(--gutter) * 2.7));
17018  top: calc(50% + (var(--gutter) * 1.5));
17019}
17020
17021.section-nucleo-icons .icons-container.on-screen i:nth-child(13) {
17022  left: calc(50% - (var(--gutter) * 2.7));
17023  top: calc(50% - (var(--gutter) * 1.5));
17024}
17025
17026@media (max-width: 991.98px) {
17027  .section-nucleo-icons {
17028    overflow: hidden;
17029  }
17030}
17031.blur--hover {
17032  position: relative;
17033}
17034
17035.blur--hover .blur-item {
17036  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
17037  will-change: transform;
17038  filter: blur(0);
17039  opacity: 1;
17040}
17041
17042.blur--hover .blur-hidden {
17043  position: absolute;
17044  top: calc(50% + 7px);
17045  left: 50%;
17046  transform: translate(-50%, -50%);
17047  opacity: 0;
17048  transition: all 0.15s ease;
17049  z-index: 100;
17050}
17051
17052.blur--hover:hover .blur-item {
17053  opacity: 0.8;
17054  filter: blur(10px);
17055  transform: scale(0.95);
17056  z-index: 1;
17057}
17058
17059.blur--hover:hover .blur-hidden {
17060  opacity: 1;
17061  top: 50%;
17062}
17063
17064.info .info-title {
17065  margin: 25px 0 15px;
17066  font-weight: 600;
17067}
17068
17069.bg-blue {
17070  background-color: #5e72e4 !important;
17071}
17072
17073a.bg-blue:hover,
17074a.bg-blue:focus,
17075button.bg-blue:hover,
17076button.bg-blue:focus {
17077  background-color: #324cdd !important;
17078}
17079
17080.bg-indigo {
17081  background-color: #5603ad !important;
17082}
17083
17084a.bg-indigo:hover,
17085a.bg-indigo:focus,
17086button.bg-indigo:hover,
17087button.bg-indigo:focus {
17088  background-color: #3d027b !important;
17089}
17090
17091.bg-purple {
17092  background-color: #8965e0 !important;
17093}
17094
17095a.bg-purple:hover,
17096a.bg-purple:focus,
17097button.bg-purple:hover,
17098button.bg-purple:focus {
17099  background-color: #683bd7 !important;
17100}
17101
17102.bg-pink {
17103  background-color: #f3a4b5 !important;
17104}
17105
17106a.bg-pink:hover,
17107a.bg-pink:focus,
17108button.bg-pink:hover,
17109button.bg-pink:focus {
17110  background-color: #ed7790 !important;
17111}
17112
17113.bg-red {
17114  background-color: #f5365c !important;
17115}
17116
17117a.bg-red:hover,
17118a.bg-red:focus,
17119button.bg-red:hover,
17120button.bg-red:focus {
17121  background-color: #ec0c38 !important;
17122}
17123
17124.bg-orange {
17125  background-color: #fb6340 !important;
17126}
17127
17128a.bg-orange:hover,
17129a.bg-orange:focus,
17130button.bg-orange:hover,
17131button.bg-orange:focus {
17132  background-color: #fa3a0e !important;
17133}
17134
17135.bg-yellow {
17136  background-color: #ffd600 !important;
17137}
17138
17139a.bg-yellow:hover,
17140a.bg-yellow:focus,
17141button.bg-yellow:hover,
17142button.bg-yellow:focus {
17143  background-color: #ccab00 !important;
17144}
17145
17146.bg-green {
17147  background-color: #2dce89 !important;
17148}
17149
17150a.bg-green:hover,
17151a.bg-green:focus,
17152button.bg-green:hover,
17153button.bg-green:focus {
17154  background-color: #24a46d !important;
17155}
17156
17157.bg-teal {
17158  background-color: #11cdef !important;
17159}
17160
17161a.bg-teal:hover,
17162a.bg-teal:focus,
17163button.bg-teal:hover,
17164button.bg-teal:focus {
17165  background-color: #0da5c0 !important;
17166}
17167
17168.bg-cyan {
17169  background-color: #2bffc6 !important;
17170}
17171
17172a.bg-cyan:hover,
17173a.bg-cyan:focus,
17174button.bg-cyan:hover,
17175button.bg-cyan:focus {
17176  background-color: #00f7b5 !important;
17177}
17178
17179.bg-white, #dw__login legend {
17180  background-color: #fff !important;
17181}
17182
17183a.bg-white:hover,
17184a.bg-white:focus,
17185button.bg-white:hover,
17186button.bg-white:focus {
17187  background-color: #e6e6e6 !important;
17188}
17189
17190.bg-gray {
17191  background-color: #8898aa !important;
17192}
17193
17194a.bg-gray:hover,
17195a.bg-gray:focus,
17196button.bg-gray:hover,
17197button.bg-gray:focus {
17198  background-color: #6a7e95 !important;
17199}
17200
17201.bg-gray-dark {
17202  background-color: #32325d !important;
17203}
17204
17205a.bg-gray-dark:hover,
17206a.bg-gray-dark:focus,
17207button.bg-gray-dark:hover,
17208button.bg-gray-dark:focus {
17209  background-color: #20203c !important;
17210}
17211
17212.bg-light {
17213  background-color: #ced4da !important;
17214}
17215
17216a.bg-light:hover,
17217a.bg-light:focus,
17218button.bg-light:hover,
17219button.bg-light:focus {
17220  background-color: #b1bbc4 !important;
17221}
17222
17223.bg-lighter {
17224  background-color: #e9ecef !important;
17225}
17226
17227a.bg-lighter:hover,
17228a.bg-lighter:focus,
17229button.bg-lighter:hover,
17230button.bg-lighter:focus {
17231  background-color: #cbd3da !important;
17232}
17233
17234.bg-gradient-primary {
17235  background: linear-gradient(35deg, #5e72e4 0, #825ee4 100%) !important;
17236}
17237
17238.bg-gradient-secondary {
17239  background: linear-gradient(35deg, #f4f5f7 0, #f4f4f7 100%) !important;
17240}
17241
17242.bg-gradient-success {
17243  background: linear-gradient(35deg, #2dce89 0, #2dcecc 100%) !important;
17244}
17245
17246.bg-gradient-info {
17247  background: linear-gradient(35deg, #11cdef 0, #1171ef 100%) !important;
17248}
17249
17250.bg-gradient-warning {
17251  background: linear-gradient(35deg, #fb6340 0, #fbb140 100%) !important;
17252}
17253
17254.bg-gradient-danger {
17255  background: linear-gradient(35deg, #f5365c 0, #f56036 100%) !important;
17256}
17257
17258.bg-gradient-light {
17259  background: linear-gradient(35deg, #adb5bd 0, #adaebd 100%) !important;
17260}
17261
17262.bg-gradient-dark {
17263  background: linear-gradient(35deg, #212529 0, #212229 100%) !important;
17264}
17265
17266.bg-gradient-default {
17267  background: linear-gradient(35deg, #172b4d 0, #1a174d 100%) !important;
17268}
17269
17270.bg-gradient-white {
17271  background: linear-gradient(35deg, #fff 0, white 100%) !important;
17272}
17273
17274.bg-gradient-neutral {
17275  background: linear-gradient(35deg, #fff 0, white 100%) !important;
17276}
17277
17278.bg-gradient-darker {
17279  background: linear-gradient(35deg, black 0, black 100%) !important;
17280}
17281
17282.bg-gradient-blue {
17283  background: linear-gradient(35deg, #5e72e4 0, #825ee4 100%) !important;
17284}
17285
17286.bg-gradient-indigo {
17287  background: linear-gradient(35deg, #5603ad 0, #9d03ad 100%) !important;
17288}
17289
17290.bg-gradient-purple {
17291  background: linear-gradient(35deg, #8965e0 0, #bc65e0 100%) !important;
17292}
17293
17294.bg-gradient-pink {
17295  background: linear-gradient(35deg, #f3a4b5 0, #f3b4a4 100%) !important;
17296}
17297
17298.bg-gradient-red {
17299  background: linear-gradient(35deg, #f5365c 0, #f56036 100%) !important;
17300}
17301
17302.bg-gradient-orange {
17303  background: linear-gradient(35deg, #fb6340 0, #fbb140 100%) !important;
17304}
17305
17306.bg-gradient-yellow {
17307  background: linear-gradient(35deg, #ffd600 0, #beff00 100%) !important;
17308}
17309
17310.bg-gradient-green {
17311  background: linear-gradient(35deg, #2dce89 0, #2dcecc 100%) !important;
17312}
17313
17314.bg-gradient-teal {
17315  background: linear-gradient(35deg, #11cdef 0, #1171ef 100%) !important;
17316}
17317
17318.bg-gradient-cyan {
17319  background: linear-gradient(35deg, #2bffc6 0, #2be0ff 100%) !important;
17320}
17321
17322.bg-gradient-white {
17323  background: linear-gradient(35deg, #fff 0, white 100%) !important;
17324}
17325
17326.bg-gradient-gray {
17327  background: linear-gradient(35deg, #8898aa 0, #888aaa 100%) !important;
17328}
17329
17330.bg-gradient-gray-dark {
17331  background: linear-gradient(35deg, #32325d 0, #44325d 100%) !important;
17332}
17333
17334.bg-gradient-light {
17335  background: linear-gradient(35deg, #ced4da 0, #cecfda 100%) !important;
17336}
17337
17338.bg-gradient-lighter {
17339  background: linear-gradient(35deg, #e9ecef 0, #e9eaef 100%) !important;
17340}
17341
17342.bg-translucent-primary {
17343  background-color: rgba(63, 87, 223, 0.6) !important;
17344}
17345
17346a.bg-translucent-primary:hover,
17347a.bg-translucent-primary:focus,
17348button.bg-translucent-primary:hover,
17349button.bg-translucent-primary:focus {
17350  background-color: rgba(42, 68, 219, 0.6) !important;
17351}
17352
17353.bg-translucent-secondary {
17354  background-color: rgba(223, 226, 232, 0.6) !important;
17355}
17356
17357a.bg-translucent-secondary:hover,
17358a.bg-translucent-secondary:focus,
17359button.bg-translucent-secondary:hover,
17360button.bg-translucent-secondary:focus {
17361  background-color: rgba(209, 213, 221, 0.6) !important;
17362}
17363
17364.bg-translucent-success {
17365  background-color: rgba(39, 177, 118, 0.6) !important;
17366}
17367
17368a.bg-translucent-success:hover,
17369a.bg-translucent-success:focus,
17370button.bg-translucent-success:hover,
17371button.bg-translucent-success:focus {
17372  background-color: rgba(34, 156, 104, 0.6) !important;
17373}
17374
17375.bg-translucent-info {
17376  background-color: rgba(14, 177, 206, 0.6) !important;
17377}
17378
17379a.bg-translucent-info:hover,
17380a.bg-translucent-info:focus,
17381button.bg-translucent-info:hover,
17382button.bg-translucent-info:focus {
17383  background-color: rgba(12, 156, 183, 0.6) !important;
17384}
17385
17386.bg-translucent-warning {
17387  background-color: rgba(250, 70, 29, 0.6) !important;
17388}
17389
17390a.bg-translucent-warning:hover,
17391a.bg-translucent-warning:focus,
17392button.bg-translucent-warning:hover,
17393button.bg-translucent-warning:focus {
17394  background-color: rgba(249, 51, 5, 0.6) !important;
17395}
17396
17397.bg-translucent-danger {
17398  background-color: rgba(243, 20, 64, 0.6) !important;
17399}
17400
17401a.bg-translucent-danger:hover,
17402a.bg-translucent-danger:focus,
17403button.bg-translucent-danger:hover,
17404button.bg-translucent-danger:focus {
17405  background-color: rgba(227, 11, 54, 0.6) !important;
17406}
17407
17408.bg-translucent-light {
17409  background-color: rgba(153, 163, 173, 0.6) !important;
17410}
17411
17412a.bg-translucent-light:hover,
17413a.bg-translucent-light:focus,
17414button.bg-translucent-light:hover,
17415button.bg-translucent-light:focus {
17416  background-color: rgba(139, 150, 162, 0.6) !important;
17417}
17418
17419.bg-translucent-dark {
17420  background-color: rgba(17, 19, 21, 0.6) !important;
17421}
17422
17423a.bg-translucent-dark:hover,
17424a.bg-translucent-dark:focus,
17425button.bg-translucent-dark:hover,
17426button.bg-translucent-dark:focus {
17427  background-color: rgba(6, 6, 7, 0.6) !important;
17428}
17429
17430.bg-translucent-default {
17431  background-color: rgba(15, 28, 50, 0.6) !important;
17432}
17433
17434a.bg-translucent-default:hover,
17435a.bg-translucent-default:focus,
17436button.bg-translucent-default:hover,
17437button.bg-translucent-default:focus {
17438  background-color: rgba(9, 17, 30, 0.6) !important;
17439}
17440
17441.bg-translucent-white {
17442  background-color: rgba(237, 237, 237, 0.6) !important;
17443}
17444
17445a.bg-translucent-white:hover,
17446a.bg-translucent-white:focus,
17447button.bg-translucent-white:hover,
17448button.bg-translucent-white:focus {
17449  background-color: rgba(224, 224, 224, 0.6) !important;
17450}
17451
17452.bg-translucent-neutral {
17453  background-color: rgba(237, 237, 237, 0.6) !important;
17454}
17455
17456a.bg-translucent-neutral:hover,
17457a.bg-translucent-neutral:focus,
17458button.bg-translucent-neutral:hover,
17459button.bg-translucent-neutral:focus {
17460  background-color: rgba(224, 224, 224, 0.6) !important;
17461}
17462
17463.bg-translucent-darker {
17464  background-color: rgba(0, 0, 0, 0.6) !important;
17465}
17466
17467a.bg-translucent-darker:hover,
17468a.bg-translucent-darker:focus,
17469button.bg-translucent-darker:hover,
17470button.bg-translucent-darker:focus {
17471  background-color: rgba(0, 0, 0, 0.6) !important;
17472}
17473
17474.section-primary {
17475  background-color: #fff !important;
17476}
17477
17478a.section-primary:hover,
17479a.section-primary:focus,
17480button.section-primary:hover,
17481button.section-primary:focus {
17482  background-color: #e6e6e6 !important;
17483}
17484
17485.section-secondary {
17486  background-color: #f4f5f7 !important;
17487}
17488
17489a.section-secondary:hover,
17490a.section-secondary:focus,
17491button.section-secondary:hover,
17492button.section-secondary:focus {
17493  background-color: #d6dae2 !important;
17494}
17495
17496.section-light {
17497  background-color: #ced4da !important;
17498}
17499
17500a.section-light:hover,
17501a.section-light:focus,
17502button.section-light:hover,
17503button.section-light:focus {
17504  background-color: #b1bbc4 !important;
17505}
17506
17507.section-dark {
17508  background-color: #212529 !important;
17509}
17510
17511a.section-dark:hover,
17512a.section-dark:focus,
17513button.section-dark:hover,
17514button.section-dark:focus {
17515  background-color: #0a0c0d !important;
17516}
17517
17518.section-darker {
17519  background-color: black !important;
17520}
17521
17522a.section-darker:hover,
17523a.section-darker:focus,
17524button.section-darker:hover,
17525button.section-darker:focus {
17526  background-color: black !important;
17527}
17528
17529.bg-gradient-primary {
17530  background: linear-gradient(35deg, #5e72e4 0, #825ee4 100%) !important;
17531}
17532
17533.bg-gradient-secondary {
17534  background: linear-gradient(35deg, #f4f5f7 0, #f4f4f7 100%) !important;
17535}
17536
17537.bg-gradient-success {
17538  background: linear-gradient(35deg, #2dce89 0, #2dcecc 100%) !important;
17539}
17540
17541.bg-gradient-info {
17542  background: linear-gradient(35deg, #11cdef 0, #1171ef 100%) !important;
17543}
17544
17545.bg-gradient-warning {
17546  background: linear-gradient(35deg, #fb6340 0, #fbb140 100%) !important;
17547}
17548
17549.bg-gradient-danger {
17550  background: linear-gradient(35deg, #f5365c 0, #f56036 100%) !important;
17551}
17552
17553.bg-gradient-light {
17554  background: linear-gradient(35deg, #adb5bd 0, #adaebd 100%) !important;
17555}
17556
17557.bg-gradient-dark {
17558  background: linear-gradient(35deg, #212529 0, #212229 100%) !important;
17559}
17560
17561.bg-gradient-default {
17562  background: linear-gradient(35deg, #172b4d 0, #1a174d 100%) !important;
17563}
17564
17565.bg-gradient-white {
17566  background: linear-gradient(35deg, #fff 0, white 100%) !important;
17567}
17568
17569.bg-gradient-neutral {
17570  background: linear-gradient(35deg, #fff 0, white 100%) !important;
17571}
17572
17573.bg-gradient-darker {
17574  background: linear-gradient(35deg, black 0, black 100%) !important;
17575}
17576
17577.fill-primary {
17578  fill: #5e72e4;
17579}
17580
17581.stroke-primary {
17582  stroke: #5e72e4;
17583}
17584
17585.fill-secondary {
17586  fill: #f4f5f7;
17587}
17588
17589.stroke-secondary {
17590  stroke: #f4f5f7;
17591}
17592
17593.fill-success {
17594  fill: #2dce89;
17595}
17596
17597.stroke-success {
17598  stroke: #2dce89;
17599}
17600
17601.fill-info {
17602  fill: #11cdef;
17603}
17604
17605.stroke-info {
17606  stroke: #11cdef;
17607}
17608
17609.fill-warning {
17610  fill: #fb6340;
17611}
17612
17613.stroke-warning {
17614  stroke: #fb6340;
17615}
17616
17617.fill-danger {
17618  fill: #f5365c;
17619}
17620
17621.stroke-danger {
17622  stroke: #f5365c;
17623}
17624
17625.fill-light {
17626  fill: #adb5bd;
17627}
17628
17629.stroke-light {
17630  stroke: #adb5bd;
17631}
17632
17633.fill-dark {
17634  fill: #212529;
17635}
17636
17637.stroke-dark {
17638  stroke: #212529;
17639}
17640
17641.fill-default {
17642  fill: #172b4d;
17643}
17644
17645.stroke-default {
17646  stroke: #172b4d;
17647}
17648
17649.fill-white {
17650  fill: #fff;
17651}
17652
17653.stroke-white {
17654  stroke: #fff;
17655}
17656
17657.fill-neutral {
17658  fill: #fff;
17659}
17660
17661.stroke-neutral {
17662  stroke: #fff;
17663}
17664
17665.fill-darker {
17666  fill: black;
17667}
17668
17669.stroke-darker {
17670  stroke: black;
17671}
17672
17673.fill-opacity-8 {
17674  fill-opacity: 0.8;
17675}
17676
17677.floating {
17678  animation: floating 3s ease infinite;
17679  will-change: transform;
17680}
17681
17682.floating:hover {
17683  animation-play-state: paused;
17684}
17685
17686.floating-lg {
17687  animation: floating-lg 3s ease infinite;
17688}
17689
17690.floating-sm {
17691  animation: floating-sm 3s ease infinite;
17692}
17693
17694@keyframes floating-lg {
17695  0% {
17696    transform: translateY(0px);
17697  }
17698  50% {
17699    transform: translateY(15px);
17700  }
17701  100% {
17702    transform: translateY(0px);
17703  }
17704}
17705@keyframes floating {
17706  0% {
17707    transform: translateY(0px);
17708  }
17709  50% {
17710    transform: translateY(10px);
17711  }
17712  100% {
17713    transform: translateY(0px);
17714  }
17715}
17716@keyframes floating-sm {
17717  0% {
17718    transform: translateY(0px);
17719  }
17720  50% {
17721    transform: translateY(5px);
17722  }
17723  100% {
17724    transform: translateY(0px);
17725  }
17726}
17727.img-center {
17728  display: block;
17729  margin-left: auto;
17730  margin-right: auto;
17731}
17732
17733.floatfix:before,
17734.floatfix:after {
17735  content: "";
17736  display: table;
17737}
17738
17739.floatfix:after {
17740  clear: both;
17741}
17742
17743.overflow-visible {
17744  overflow: visible !important;
17745}
17746
17747.overflow-hidden {
17748  overflow: hidden !important;
17749}
17750
17751.opacity-1 {
17752  opacity: 0.1 !important;
17753}
17754
17755.opacity-2 {
17756  opacity: 0.2 !important;
17757}
17758
17759.opacity-3 {
17760  opacity: 0.3 !important;
17761}
17762
17763.opacity-4 {
17764  opacity: 0.4 !important;
17765}
17766
17767.opacity-5 {
17768  opacity: 0.5 !important;
17769}
17770
17771.opacity-6 {
17772  opacity: 0.6 !important;
17773}
17774
17775.opacity-7 {
17776  opacity: 0.7 !important;
17777}
17778
17779.opacity-8 {
17780  opacity: 0.8 !important;
17781}
17782
17783.opacity-9 {
17784  opacity: 0.9 !important;
17785}
17786
17787.opacity-10 {
17788  opacity: 1 !important;
17789}
17790
17791.top-0 {
17792  top: 0;
17793}
17794
17795.right-0 {
17796  right: 0;
17797}
17798
17799.bottom-0 {
17800  bottom: 0;
17801}
17802
17803.left-0 {
17804  left: 0;
17805}
17806
17807.top-1 {
17808  top: 0.25rem;
17809}
17810
17811.right-1 {
17812  right: 0.25rem;
17813}
17814
17815.bottom-1 {
17816  bottom: 0.25rem;
17817}
17818
17819.left-1 {
17820  left: 0.25rem;
17821}
17822
17823.top-2 {
17824  top: 0.5rem;
17825}
17826
17827.right-2 {
17828  right: 0.5rem;
17829}
17830
17831.bottom-2 {
17832  bottom: 0.5rem;
17833}
17834
17835.left-2 {
17836  left: 0.5rem;
17837}
17838
17839.top-3 {
17840  top: 1rem;
17841}
17842
17843.right-3 {
17844  right: 1rem;
17845}
17846
17847.bottom-3 {
17848  bottom: 1rem;
17849}
17850
17851.left-3 {
17852  left: 1rem;
17853}
17854
17855.top-4 {
17856  top: 1.5rem;
17857}
17858
17859.right-4 {
17860  right: 1.5rem;
17861}
17862
17863.bottom-4 {
17864  bottom: 1.5rem;
17865}
17866
17867.left-4 {
17868  left: 1.5rem;
17869}
17870
17871.top-5 {
17872  top: 3rem;
17873}
17874
17875.right-5 {
17876  right: 3rem;
17877}
17878
17879.bottom-5 {
17880  bottom: 3rem;
17881}
17882
17883.left-5 {
17884  left: 3rem;
17885}
17886
17887.top--9 {
17888  top: -10rem;
17889}
17890
17891.right--9 {
17892  right: -10rem;
17893}
17894
17895.bottom--9 {
17896  bottom: -10rem;
17897}
17898
17899.left--9 {
17900  left: -10rem;
17901}
17902
17903.top--8 {
17904  top: -8rem;
17905}
17906
17907.right--8 {
17908  right: -8rem;
17909}
17910
17911.bottom--8 {
17912  bottom: -8rem;
17913}
17914
17915.left--8 {
17916  left: -8rem;
17917}
17918
17919.top--7 {
17920  top: -6rem;
17921}
17922
17923.right--7 {
17924  right: -6rem;
17925}
17926
17927.bottom--7 {
17928  bottom: -6rem;
17929}
17930
17931.left--7 {
17932  left: -6rem;
17933}
17934
17935.top--6 {
17936  top: -4.5rem;
17937}
17938
17939.right--6 {
17940  right: -4.5rem;
17941}
17942
17943.bottom--6 {
17944  bottom: -4.5rem;
17945}
17946
17947.left--6 {
17948  left: -4.5rem;
17949}
17950
17951.top--5 {
17952  top: -3rem;
17953}
17954
17955.right--5 {
17956  right: -3rem;
17957}
17958
17959.bottom--5 {
17960  bottom: -3rem;
17961}
17962
17963.left--5 {
17964  left: -3rem;
17965}
17966
17967.top--4 {
17968  top: -1.5rem;
17969}
17970
17971.right--4 {
17972  right: -1.5rem;
17973}
17974
17975.bottom--4 {
17976  bottom: -1.5rem;
17977}
17978
17979.left--4 {
17980  left: -1.5rem;
17981}
17982
17983.top--3 {
17984  top: -1rem;
17985}
17986
17987.right--3 {
17988  right: -1rem;
17989}
17990
17991.bottom--3 {
17992  bottom: -1rem;
17993}
17994
17995.left--3 {
17996  left: -1rem;
17997}
17998
17999.top--2 {
18000  top: -0.5rem;
18001}
18002
18003.right--2 {
18004  right: -0.5rem;
18005}
18006
18007.bottom--2 {
18008  bottom: -0.5rem;
18009}
18010
18011.left--2 {
18012  left: -0.5rem;
18013}
18014
18015.top--1 {
18016  top: -0.25rem;
18017}
18018
18019.right--1 {
18020  right: -0.25rem;
18021}
18022
18023.bottom--1 {
18024  bottom: -0.25rem;
18025}
18026
18027.left--1 {
18028  left: -0.25rem;
18029}
18030
18031.top-6 {
18032  top: 4.5rem;
18033}
18034
18035.right-6 {
18036  right: 4.5rem;
18037}
18038
18039.bottom-6 {
18040  bottom: 4.5rem;
18041}
18042
18043.left-6 {
18044  left: 4.5rem;
18045}
18046
18047.top-7 {
18048  top: 6rem;
18049}
18050
18051.right-7 {
18052  right: 6rem;
18053}
18054
18055.bottom-7 {
18056  bottom: 6rem;
18057}
18058
18059.left-7 {
18060  left: 6rem;
18061}
18062
18063.top-8 {
18064  top: 8rem;
18065}
18066
18067.right-8 {
18068  right: 8rem;
18069}
18070
18071.bottom-8 {
18072  bottom: 8rem;
18073}
18074
18075.left-8 {
18076  left: 8rem;
18077}
18078
18079.top-9 {
18080  top: 10rem;
18081}
18082
18083.right-9 {
18084  right: 10rem;
18085}
18086
18087.bottom-9 {
18088  bottom: 10rem;
18089}
18090
18091.left-9 {
18092  left: 10rem;
18093}
18094
18095.center {
18096  left: 50%;
18097  transform: translateX(-50%);
18098}
18099
18100.h-100vh {
18101  height: 100vh !important;
18102}
18103
18104.row.row-grid > [class*=col-] + [class*=col-] {
18105  margin-top: 3rem;
18106}
18107
18108@media (min-width: 992px) {
18109  .row.row-grid > [class*=col-lg-] + [class*=col-lg-] {
18110    margin-top: 0;
18111  }
18112}
18113@media (min-width: 768px) {
18114  .row.row-grid > [class*=col-md-] + [class*=col-md-] {
18115    margin-top: 0;
18116  }
18117}
18118@media (min-width: 576px) {
18119  .row.row-grid > [class*=col-sm-] + [class*=col-sm-] {
18120    margin-top: 0;
18121  }
18122}
18123.row-grid + .row-grid {
18124  margin-top: 3rem;
18125}
18126
18127@media (min-width: 992px) {
18128  [class*=mt--],
18129[class*=mr--],
18130[class*=mb--],
18131[class*=ml--] {
18132    position: relative;
18133    z-index: 5;
18134  }
18135
18136  .mt--100 {
18137    margin-top: -100px !important;
18138  }
18139
18140  .mr--100 {
18141    margin-right: -100px !important;
18142  }
18143
18144  .mb--100 {
18145    margin-bottom: -100px !important;
18146  }
18147
18148  .ml--100 {
18149    margin-left: -100px !important;
18150  }
18151
18152  .mt--150 {
18153    margin-top: -150px !important;
18154  }
18155
18156  .mb--150 {
18157    margin-bottom: -150px !important;
18158  }
18159
18160  .mt--200 {
18161    margin-top: -200px !important;
18162  }
18163
18164  .mb--200 {
18165    margin-bottom: -200px !important;
18166  }
18167
18168  .mt--300 {
18169    margin-top: -300px !important;
18170  }
18171
18172  .mb--300 {
18173    margin-bottom: -300px !important;
18174  }
18175
18176  .pt-100 {
18177    padding-top: 100px !important;
18178  }
18179
18180  .pb-100 {
18181    padding-bottom: 100px !important;
18182  }
18183
18184  .pt-150 {
18185    padding-top: 150px !important;
18186  }
18187
18188  .pb-150 {
18189    padding-bottom: 150px !important;
18190  }
18191
18192  .pt-200 {
18193    padding-top: 200px !important;
18194  }
18195
18196  .pb-200 {
18197    padding-bottom: 200px !important;
18198  }
18199
18200  .pt-250 {
18201    padding-top: 250px !important;
18202  }
18203
18204  .pb-250 {
18205    padding-bottom: 250px !important;
18206  }
18207
18208  .pt-300 {
18209    padding-top: 300px !important;
18210  }
18211
18212  .pb-300 {
18213    padding-bottom: 300px !important;
18214  }
18215}
18216[class*=shadow] {
18217  transition: all 0.15s ease;
18218}
18219
18220.shadow-sm--hover:hover {
18221  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
18222}
18223
18224.shadow--hover:hover {
18225  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07) !important;
18226}
18227
18228.shadow-lg--hover:hover {
18229  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
18230}
18231
18232.shadow-none--hover:hover {
18233  box-shadow: none !important;
18234}
18235
18236.font-weight-300 {
18237  font-weight: 300 !important;
18238}
18239
18240.font-weight-400 {
18241  font-weight: 400 !important;
18242}
18243
18244.font-weight-500 {
18245  font-weight: 500 !important;
18246}
18247
18248.font-weight-600 {
18249  font-weight: 600 !important;
18250}
18251
18252.font-weight-700 {
18253  font-weight: 700 !important;
18254}
18255
18256.font-weight-800 {
18257  font-weight: 800 !important;
18258}
18259
18260.font-weight-900 {
18261  font-weight: 900 !important;
18262}
18263
18264.text-underline {
18265  text-decoration: underline;
18266}
18267
18268.text-through {
18269  text-decoration: line-through;
18270}
18271
18272.lh-100 {
18273  line-height: 1;
18274}
18275
18276.lh-110 {
18277  line-height: 1.1;
18278}
18279
18280.lh-120 {
18281  line-height: 1.2;
18282}
18283
18284.lh-130 {
18285  line-height: 1.3;
18286}
18287
18288.lh-140 {
18289  line-height: 1.4;
18290}
18291
18292.lh-150 {
18293  line-height: 1.5;
18294}
18295
18296.lh-160 {
18297  line-height: 1.6;
18298}
18299
18300.lh-170 {
18301  line-height: 1.7;
18302}
18303
18304.lh-180 {
18305  line-height: 1.8;
18306}
18307
18308.ls-1 {
18309  letter-spacing: 0.0625rem;
18310}
18311
18312.ls-15 {
18313  letter-spacing: 0.09375rem;
18314}
18315
18316.ls-2 {
18317  letter-spacing: 0.125rem;
18318}
18319
18320.text-blue {
18321  color: #5e72e4 !important;
18322}
18323
18324a.text-blue:hover,
18325a.text-blue:focus {
18326  color: #233dd2 !important;
18327}
18328
18329.text-indigo {
18330  color: #5603ad !important;
18331}
18332
18333a.text-indigo:hover,
18334a.text-indigo:focus {
18335  color: #310262 !important;
18336}
18337
18338.text-purple {
18339  color: #8965e0 !important;
18340}
18341
18342a.text-purple:hover,
18343a.text-purple:focus {
18344  color: #5a2acf !important;
18345}
18346
18347.text-pink {
18348  color: #f3a4b5 !important;
18349}
18350
18351a.text-pink:hover,
18352a.text-pink:focus {
18353  color: #ea607e !important;
18354}
18355
18356.text-red {
18357  color: #f5365c !important;
18358}
18359
18360a.text-red:hover,
18361a.text-red:focus {
18362  color: #d40b33 !important;
18363}
18364
18365.text-orange {
18366  color: #fb6340 !important;
18367}
18368
18369a.text-orange:hover,
18370a.text-orange:focus {
18371  color: #ea3005 !important;
18372}
18373
18374.text-yellow {
18375  color: #ffd600 !important;
18376}
18377
18378a.text-yellow:hover,
18379a.text-yellow:focus {
18380  color: #b39600 !important;
18381}
18382
18383.text-green {
18384  color: #2dce89 !important;
18385}
18386
18387a.text-green:hover,
18388a.text-green:focus {
18389  color: #1f8f5f !important;
18390}
18391
18392.text-teal {
18393  color: #11cdef !important;
18394}
18395
18396a.text-teal:hover,
18397a.text-teal:focus {
18398  color: #0b90a8 !important;
18399}
18400
18401.text-cyan {
18402  color: #2bffc6 !important;
18403}
18404
18405a.text-cyan:hover,
18406a.text-cyan:focus {
18407  color: #00dea2 !important;
18408}
18409
18410.text-white {
18411  color: #fff !important;
18412}
18413
18414a.text-white:hover,
18415a.text-white:focus {
18416  color: #d9d9d9 !important;
18417}
18418
18419.text-gray {
18420  color: #8898aa !important;
18421}
18422
18423a.text-gray:hover,
18424a.text-gray:focus {
18425  color: #607286 !important;
18426}
18427
18428.text-gray-dark {
18429  color: #32325d !important;
18430}
18431
18432a.text-gray-dark:hover,
18433a.text-gray-dark:focus {
18434  color: #17172b !important;
18435}
18436
18437.text-light {
18438  color: #ced4da !important;
18439}
18440
18441a.text-light:hover,
18442a.text-light:focus {
18443  color: #a2aeb9 !important;
18444}
18445
18446.text-lighter {
18447  color: #e9ecef !important;
18448}
18449
18450a.text-lighter:hover,
18451a.text-lighter:focus {
18452  color: #bdc6cf !important;
18453}
18454
18455@media (min-width: 992px) {
18456  .transform-perspective-right {
18457    transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
18458  }
18459
18460  .transform-perspective-left {
18461    transform: scale(1) perspective(2000px) rotateY(11deg) rotateX(2deg) rotate(-2deg);
18462  }
18463}
18464.alert {
18465  padding: 1rem 1.5rem;
18466  border: 0;
18467  font-size: 0.875rem;
18468  border-radius: 0.25rem;
18469}
18470
18471.alert .alert-inner--icon {
18472  font-size: 1.25rem;
18473  margin-right: 1.25rem;
18474  display: inline-block;
18475  vertical-align: middle;
18476}
18477
18478.alert .alert-inner--icon i.ni {
18479  position: relative;
18480  top: 1px;
18481}
18482
18483.alert .alert-inner--text {
18484  display: inline-block;
18485  vertical-align: middle;
18486}
18487
18488.alert:not(.alert-secondary) {
18489  color: #fff;
18490}
18491
18492[class*=alert-] .alert-link {
18493  color: #fff;
18494  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
18495}
18496
18497.alert-heading {
18498  font-weight: 600;
18499  font-size: 1.5rem;
18500  margin-top: 0.15rem;
18501}
18502
18503.alert-dismissible .close {
18504  top: 50%;
18505  right: 1.5rem;
18506  padding: 0;
18507  transform: translateY(-50%);
18508  color: rgba(255, 255, 255, 0.6);
18509  opacity: 1;
18510}
18511
18512.alert-dismissible .close:hover,
18513.alert-dismissible .close:focus {
18514  color: rgba(255, 255, 255, 0.9);
18515  opacity: 1 !important;
18516}
18517
18518@media (max-width: 575.98px) {
18519  .alert-dismissible .close {
18520    top: 1rem;
18521    right: 0.5rem;
18522  }
18523}
18524.alert-dismissible .close > span:not(.sr-only) {
18525  font-size: 1.5rem;
18526  background-color: transparent;
18527  color: rgba(255, 255, 255, 0.6);
18528}
18529
18530.alert-dismissible .close:hover > span:not(.sr-only),
18531.alert-dismissible .close:focus > span:not(.sr-only) {
18532  background-color: transparent;
18533  color: rgba(255, 255, 255, 0.9);
18534}
18535
18536.avatar {
18537  color: #fff;
18538  background-color: #adb5bd;
18539  display: inline-flex;
18540  align-items: center;
18541  justify-content: center;
18542  font-size: 1rem;
18543  border-radius: 50%;
18544  height: 48px;
18545  width: 48px;
18546}
18547
18548.avatar img {
18549  width: 100%;
18550  border-radius: 50%;
18551}
18552
18553.avatar + .avatar-content {
18554  display: inline-block;
18555  margin-left: 0.75rem;
18556}
18557
18558.avatar-lg {
18559  width: 58px;
18560  height: 58px;
18561  font-size: 0.875rem;
18562}
18563
18564.avatar-sm {
18565  width: 38px;
18566  height: 38px;
18567  font-size: 0.875rem;
18568}
18569
18570.avatar-group .avatar {
18571  position: relative;
18572  z-index: 2;
18573  border: 2px solid #fff;
18574}
18575
18576.avatar-group .avatar:hover {
18577  z-index: 3;
18578}
18579
18580.avatar-group .avatar + .avatar {
18581  margin-left: -1rem;
18582}
18583
18584.badge {
18585  text-transform: uppercase;
18586}
18587
18588.badge a {
18589  color: #FFF;
18590}
18591
18592.badge-pill {
18593  padding-right: 0.875em;
18594  padding-left: 0.875em;
18595}
18596
18597.badge-circle {
18598  text-align: center;
18599  display: inline-flex;
18600  align-items: center;
18601  justify-content: center;
18602  border-radius: 50%;
18603  width: 2rem;
18604  height: 2rem;
18605  font-size: 0.875rem;
18606}
18607
18608.badge-inline {
18609  margin-right: 0.625rem;
18610}
18611
18612.badge-inline + span {
18613  top: 2px;
18614  position: relative;
18615}
18616
18617.badge-inline + span > a {
18618  text-decoration: underline;
18619}
18620
18621.badge-md {
18622  padding: 0.65em 1em;
18623}
18624
18625.badge-lg {
18626  padding: 0.85em 1.375em;
18627}
18628
18629.badge-secondary {
18630  color: #32325d;
18631}
18632
18633.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) {
18634  margin-left: 0.5rem;
18635}
18636
18637.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) {
18638  margin-right: 0.5rem;
18639}
18640
18641.btn, #dw__login button, .qq-upload-button, .search-results-form .toggleAssistant, .toggleAssistant, .doku_form .no button, #tool__bar button, #dokuwiki__content .editButtons button, #dokuwiki__content #page__revisions button, #dokuwiki__content .secedit button, button {
18642  position: relative;
18643  text-transform: uppercase;
18644  will-change: transform;
18645  letter-spacing: 0.025em;
18646  font-size: 0.875rem;
18647}
18648
18649.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 {
18650  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
18651  transform: translateY(-1px);
18652}
18653
18654.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) {
18655  margin-right: 0.5rem;
18656}
18657
18658.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,
18659.input-group .btn,
18660.input-group #dw__login button,
18661#dw__login .input-group button,
18662.input-group .qq-upload-button,
18663.input-group .toggleAssistant,
18664.doku_form .no .btn,
18665.doku_form .no #dw__login button,
18666#dw__login .doku_form .no button,
18667.doku_form .no .qq-upload-button,
18668.doku_form .no .toggleAssistant,
18669.doku_form .no button,
18670.input-group #tool__bar button,
18671.doku_form .no #tool__bar button,
18672#tool__bar .input-group button,
18673#tool__bar .doku_form .no button,
18674.doku_form #tool__bar .no button,
18675.input-group #dokuwiki__content .editButtons button,
18676.doku_form .no #dokuwiki__content .editButtons button,
18677#dokuwiki__content .editButtons .input-group button,
18678#dokuwiki__content .editButtons .doku_form .no button,
18679.doku_form #dokuwiki__content .editButtons .no button,
18680.input-group #dokuwiki__content #page__revisions button,
18681.doku_form .no #dokuwiki__content #page__revisions button,
18682#dokuwiki__content #page__revisions .input-group button,
18683#dokuwiki__content #page__revisions .doku_form .no button,
18684.doku_form #dokuwiki__content #page__revisions .no button,
18685.input-group #dokuwiki__content .secedit button,
18686.doku_form .no #dokuwiki__content .secedit button,
18687#dokuwiki__content .secedit .input-group button,
18688#dokuwiki__content .secedit .doku_form .no button,
18689.doku_form #dokuwiki__content .secedit .no button,
18690.input-group button {
18691  margin-right: 0;
18692  transform: translateY(0);
18693}
18694
18695.btn-sm, #tool__bar button, #dokuwiki__content .editButtons button, #dokuwiki__content .secedit button,
18696.btn-group-sm > .btn,
18697#dw__login .btn-group-sm > button,
18698.btn-group-sm > .qq-upload-button,
18699.search-results-form .btn-group-sm > .toggleAssistant,
18700.btn-group-sm > .toggleAssistant,
18701.doku_form .no .btn-group-sm > button,
18702#dokuwiki__content #page__revisions .btn-group-sm > button,
18703.btn-group-sm > button {
18704  font-size: 0.75rem;
18705}
18706
18707.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,
18708.btn-group-sm > .btn-icon-only.btn,
18709#dw__login .btn-group-sm > button.btn-icon-only,
18710.btn-group-sm > .btn-icon-only.qq-upload-button,
18711.search-results-form .btn-group-sm > .btn-icon-only.toggleAssistant,
18712.btn-group-sm > .btn-icon-only.toggleAssistant,
18713.doku_form .no .btn-group-sm > button.btn-icon-only,
18714#dokuwiki__content #page__revisions .btn-group-sm > button.btn-icon-only,
18715.btn-group-sm > button.btn-icon-only {
18716  width: 35px;
18717  height: 35px;
18718}
18719
18720.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,
18721.btn-group-sm > .btn .btn-inner--icon,
18722#dw__login .btn-group-sm > button .btn-inner--icon,
18723.btn-group-sm > .qq-upload-button .btn-inner--icon,
18724.btn-group-sm > .toggleAssistant .btn-inner--icon,
18725#dokuwiki__content #page__revisions .btn-group-sm > button .btn-inner--icon,
18726.btn-group-sm > button .btn-inner--icon {
18727  font-size: 0.5rem;
18728}
18729
18730.btn-lg.btn-icon-only,
18731.btn-group-lg > .btn-icon-only.btn,
18732#dw__login .btn-group-lg > button.btn-icon-only,
18733.btn-group-lg > .btn-icon-only.qq-upload-button,
18734.search-results-form .btn-group-lg > .btn-icon-only.toggleAssistant,
18735.btn-group-lg > .btn-icon-only.toggleAssistant,
18736.doku_form .no .btn-group-lg > button.btn-icon-only,
18737#tool__bar .btn-group-lg > button.btn-icon-only,
18738#dokuwiki__content .editButtons .btn-group-lg > button.btn-icon-only,
18739#dokuwiki__content #page__revisions .btn-group-lg > button.btn-icon-only,
18740#dokuwiki__content .secedit .btn-group-lg > button.btn-icon-only,
18741.btn-group-lg > button.btn-icon-only {
18742  width: 52px;
18743  height: 52px;
18744}
18745
18746.btn-lg .btn-inner--icon,
18747.btn-group-lg > .btn .btn-inner--icon,
18748#dw__login .btn-group-lg > button .btn-inner--icon,
18749.btn-group-lg > .qq-upload-button .btn-inner--icon,
18750.btn-group-lg > .toggleAssistant .btn-inner--icon,
18751#tool__bar .btn-group-lg > button .btn-inner--icon,
18752#dokuwiki__content .editButtons .btn-group-lg > button .btn-inner--icon,
18753#dokuwiki__content #page__revisions .btn-group-lg > button .btn-inner--icon,
18754#dokuwiki__content .secedit .btn-group-lg > button .btn-inner--icon,
18755.btn-group-lg > button .btn-inner--icon {
18756  font-size: 1.2rem;
18757  position: relative;
18758  top: 2px;
18759}
18760
18761[class*=btn-outline-] {
18762  border-width: 1px;
18763}
18764
18765.btn-outline-secondary, #dokuwiki__content .secedit button {
18766  color: #637089;
18767}
18768
18769.btn-inner--icon i:not(.fa) {
18770  position: relative;
18771}
18772
18773.btn-link {
18774  font-weight: 600;
18775  box-shadow: none;
18776}
18777
18778.btn-link:hover {
18779  box-shadow: none;
18780  transform: none;
18781}
18782
18783.btn-link.text-secondary {
18784  color: #637089 !important;
18785}
18786
18787.btn-neutral, .qq-upload-button, .doku_form .no button, button {
18788  color: #5e72e4;
18789}
18790
18791.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),
18792.btn i:not(:first-child),
18793#dw__login button i:not(:first-child),
18794.qq-upload-button i:not(:first-child),
18795.toggleAssistant i:not(:first-child),
18796.doku_form .no button i:not(:first-child),
18797#tool__bar button i:not(:first-child),
18798#dokuwiki__content .editButtons button i:not(:first-child),
18799#dokuwiki__content #page__revisions button i:not(:first-child),
18800#dokuwiki__content .secedit button i:not(:first-child),
18801button i:not(:first-child) {
18802  margin-left: 0.5rem;
18803}
18804
18805.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),
18806.btn i:not(:last-child),
18807#dw__login button i:not(:last-child),
18808.qq-upload-button i:not(:last-child),
18809.toggleAssistant i:not(:last-child),
18810.doku_form .no button i:not(:last-child),
18811#tool__bar button i:not(:last-child),
18812#dokuwiki__content .editButtons button i:not(:last-child),
18813#dokuwiki__content #page__revisions button i:not(:last-child),
18814#dokuwiki__content .secedit button i:not(:last-child),
18815button i:not(:last-child) {
18816  margin-right: 0.5rem;
18817}
18818
18819.btn-icon-label {
18820  position: relative;
18821}
18822
18823.btn-icon-label .btn-inner--icon {
18824  position: absolute;
18825  height: 100%;
18826  line-height: 1;
18827  border-radius: 0;
18828  text-align: center;
18829  margin: 0;
18830  width: 3em;
18831  background-color: rgba(0, 0, 0, 0.1);
18832}
18833
18834.btn-icon-label .btn-inner--icon:not(:first-child) {
18835  right: 0;
18836  top: 0;
18837  border-top-right-radius: inherit;
18838  border-bottom-right-radius: inherit;
18839}
18840
18841.btn-icon-label .btn-inner--icon:not(:last-child) {
18842  left: 0;
18843  top: 0;
18844  border-top-left-radius: inherit;
18845  border-bottom-left-radius: inherit;
18846}
18847
18848.btn-icon-label .btn-inner--icon svg {
18849  position: relative;
18850  top: 50%;
18851  transform: translateY(-50%);
18852}
18853
18854.btn-icon-label .btn-inner--text:not(:first-child) {
18855  padding-left: 3em;
18856}
18857
18858.btn-icon-label .btn-inner--text:not(:last-child) {
18859  padding-right: 3em;
18860}
18861
18862.btn-icon .btn-inner--icon img {
18863  width: 20px;
18864}
18865
18866.btn-icon .btn-inner--text:not(:first-child) {
18867  margin-left: 0.75em;
18868}
18869
18870.btn-icon .btn-inner--text:not(:last-child) {
18871  margin-right: 0.75em;
18872}
18873
18874.btn-icon-only {
18875  width: 2.375rem;
18876  height: 2.375rem;
18877  padding: 0;
18878}
18879
18880a.btn-icon-only {
18881  line-height: 2.5;
18882}
18883
18884.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,
18885.btn-group-sm > .btn-icon-only.btn,
18886#dw__login .btn-group-sm > button.btn-icon-only,
18887.btn-group-sm > .btn-icon-only.qq-upload-button,
18888.search-results-form .btn-group-sm > .btn-icon-only.toggleAssistant,
18889.btn-group-sm > .btn-icon-only.toggleAssistant,
18890.doku_form .no .btn-group-sm > button.btn-icon-only,
18891#dokuwiki__content #page__revisions .btn-group-sm > button.btn-icon-only,
18892.btn-group-sm > button.btn-icon-only {
18893  width: 2rem;
18894  height: 2rem;
18895}
18896
18897.btn-facebook {
18898  color: #fff;
18899  background-color: #3b5999;
18900  border-color: #3b5999;
18901  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
18902}
18903
18904.btn-facebook:hover {
18905  color: #fff;
18906  background-color: #3b5999;
18907  border-color: #3b5999;
18908}
18909
18910.btn-facebook:focus,
18911.btn-facebook.focus {
18912  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);
18913}
18914
18915.btn-facebook.disabled,
18916.btn-facebook:disabled {
18917  color: #fff;
18918  background-color: #3b5999;
18919  border-color: #3b5999;
18920}
18921
18922.btn-facebook:not(:disabled):not(.disabled):active,
18923.btn-facebook:not(:disabled):not(.disabled).active,
18924.show > .btn-facebook.dropdown-toggle {
18925  color: #fff;
18926  background-color: #2d4474;
18927  border-color: #3b5999;
18928}
18929
18930.btn-facebook:not(:disabled):not(.disabled):active:focus,
18931.btn-facebook:not(:disabled):not(.disabled).active:focus,
18932.show > .btn-facebook.dropdown-toggle:focus {
18933  box-shadow: none, 0 0 0 0 rgba(59, 89, 153, 0.5);
18934}
18935
18936.btn-twitter {
18937  color: #fff;
18938  background-color: #1da1f2;
18939  border-color: #1da1f2;
18940  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
18941}
18942
18943.btn-twitter:hover {
18944  color: #fff;
18945  background-color: #1da1f2;
18946  border-color: #1da1f2;
18947}
18948
18949.btn-twitter:focus,
18950.btn-twitter.focus {
18951  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);
18952}
18953
18954.btn-twitter.disabled,
18955.btn-twitter:disabled {
18956  color: #fff;
18957  background-color: #1da1f2;
18958  border-color: #1da1f2;
18959}
18960
18961.btn-twitter:not(:disabled):not(.disabled):active,
18962.btn-twitter:not(:disabled):not(.disabled).active,
18963.show > .btn-twitter.dropdown-toggle {
18964  color: #fff;
18965  background-color: #0c85d0;
18966  border-color: #1da1f2;
18967}
18968
18969.btn-twitter:not(:disabled):not(.disabled):active:focus,
18970.btn-twitter:not(:disabled):not(.disabled).active:focus,
18971.show > .btn-twitter.dropdown-toggle:focus {
18972  box-shadow: none, 0 0 0 0 rgba(29, 161, 242, 0.5);
18973}
18974
18975.btn-google-plus {
18976  color: #fff;
18977  background-color: #dd4b39;
18978  border-color: #dd4b39;
18979  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
18980}
18981
18982.btn-google-plus:hover {
18983  color: #fff;
18984  background-color: #dd4b39;
18985  border-color: #dd4b39;
18986}
18987
18988.btn-google-plus:focus,
18989.btn-google-plus.focus {
18990  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);
18991}
18992
18993.btn-google-plus.disabled,
18994.btn-google-plus:disabled {
18995  color: #fff;
18996  background-color: #dd4b39;
18997  border-color: #dd4b39;
18998}
18999
19000.btn-google-plus:not(:disabled):not(.disabled):active,
19001.btn-google-plus:not(:disabled):not(.disabled).active,
19002.show > .btn-google-plus.dropdown-toggle {
19003  color: #fff;
19004  background-color: #c23321;
19005  border-color: #dd4b39;
19006}
19007
19008.btn-google-plus:not(:disabled):not(.disabled):active:focus,
19009.btn-google-plus:not(:disabled):not(.disabled).active:focus,
19010.show > .btn-google-plus.dropdown-toggle:focus {
19011  box-shadow: none, 0 0 0 0 rgba(221, 75, 57, 0.5);
19012}
19013
19014.btn-instagram {
19015  color: #fff;
19016  background-color: #e4405f;
19017  border-color: #e4405f;
19018  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
19019}
19020
19021.btn-instagram:hover {
19022  color: #fff;
19023  background-color: #e4405f;
19024  border-color: #e4405f;
19025}
19026
19027.btn-instagram:focus,
19028.btn-instagram.focus {
19029  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);
19030}
19031
19032.btn-instagram.disabled,
19033.btn-instagram:disabled {
19034  color: #fff;
19035  background-color: #e4405f;
19036  border-color: #e4405f;
19037}
19038
19039.btn-instagram:not(:disabled):not(.disabled):active,
19040.btn-instagram:not(:disabled):not(.disabled).active,
19041.show > .btn-instagram.dropdown-toggle {
19042  color: #fff;
19043  background-color: #d31e40;
19044  border-color: #e4405f;
19045}
19046
19047.btn-instagram:not(:disabled):not(.disabled):active:focus,
19048.btn-instagram:not(:disabled):not(.disabled).active:focus,
19049.show > .btn-instagram.dropdown-toggle:focus {
19050  box-shadow: none, 0 0 0 0 rgba(228, 64, 95, 0.5);
19051}
19052
19053.btn-pinterest {
19054  color: #fff;
19055  background-color: #bd081c;
19056  border-color: #bd081c;
19057  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
19058}
19059
19060.btn-pinterest:hover {
19061  color: #fff;
19062  background-color: #bd081c;
19063  border-color: #bd081c;
19064}
19065
19066.btn-pinterest:focus,
19067.btn-pinterest.focus {
19068  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);
19069}
19070
19071.btn-pinterest.disabled,
19072.btn-pinterest:disabled {
19073  color: #fff;
19074  background-color: #bd081c;
19075  border-color: #bd081c;
19076}
19077
19078.btn-pinterest:not(:disabled):not(.disabled):active,
19079.btn-pinterest:not(:disabled):not(.disabled).active,
19080.show > .btn-pinterest.dropdown-toggle {
19081  color: #fff;
19082  background-color: #8c0615;
19083  border-color: #bd081c;
19084}
19085
19086.btn-pinterest:not(:disabled):not(.disabled):active:focus,
19087.btn-pinterest:not(:disabled):not(.disabled).active:focus,
19088.show > .btn-pinterest.dropdown-toggle:focus {
19089  box-shadow: none, 0 0 0 0 rgba(189, 8, 28, 0.5);
19090}
19091
19092.btn-youtube {
19093  color: #fff;
19094  background-color: #cd201f;
19095  border-color: #cd201f;
19096  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
19097}
19098
19099.btn-youtube:hover {
19100  color: #fff;
19101  background-color: #cd201f;
19102  border-color: #cd201f;
19103}
19104
19105.btn-youtube:focus,
19106.btn-youtube.focus {
19107  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);
19108}
19109
19110.btn-youtube.disabled,
19111.btn-youtube:disabled {
19112  color: #fff;
19113  background-color: #cd201f;
19114  border-color: #cd201f;
19115}
19116
19117.btn-youtube:not(:disabled):not(.disabled):active,
19118.btn-youtube:not(:disabled):not(.disabled).active,
19119.show > .btn-youtube.dropdown-toggle {
19120  color: #fff;
19121  background-color: #a11918;
19122  border-color: #cd201f;
19123}
19124
19125.btn-youtube:not(:disabled):not(.disabled):active:focus,
19126.btn-youtube:not(:disabled):not(.disabled).active:focus,
19127.show > .btn-youtube.dropdown-toggle:focus {
19128  box-shadow: none, 0 0 0 0 rgba(205, 32, 31, 0.5);
19129}
19130
19131.btn-slack {
19132  color: #fff;
19133  background-color: #3aaf85;
19134  border-color: #3aaf85;
19135  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
19136}
19137
19138.btn-slack:hover {
19139  color: #fff;
19140  background-color: #3aaf85;
19141  border-color: #3aaf85;
19142}
19143
19144.btn-slack:focus,
19145.btn-slack.focus {
19146  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);
19147}
19148
19149.btn-slack.disabled,
19150.btn-slack:disabled {
19151  color: #fff;
19152  background-color: #3aaf85;
19153  border-color: #3aaf85;
19154}
19155
19156.btn-slack:not(:disabled):not(.disabled):active,
19157.btn-slack:not(:disabled):not(.disabled).active,
19158.show > .btn-slack.dropdown-toggle {
19159  color: #fff;
19160  background-color: #2d8968;
19161  border-color: #3aaf85;
19162}
19163
19164.btn-slack:not(:disabled):not(.disabled):active:focus,
19165.btn-slack:not(:disabled):not(.disabled).active:focus,
19166.show > .btn-slack.dropdown-toggle:focus {
19167  box-shadow: none, 0 0 0 0 rgba(58, 175, 133, 0.5);
19168}
19169
19170.btn-dribbble {
19171  color: #fff;
19172  background-color: #ea4c89;
19173  border-color: #ea4c89;
19174  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
19175}
19176
19177.btn-dribbble:hover {
19178  color: #fff;
19179  background-color: #ea4c89;
19180  border-color: #ea4c89;
19181}
19182
19183.btn-dribbble:focus,
19184.btn-dribbble.focus {
19185  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);
19186}
19187
19188.btn-dribbble.disabled,
19189.btn-dribbble:disabled {
19190  color: #fff;
19191  background-color: #ea4c89;
19192  border-color: #ea4c89;
19193}
19194
19195.btn-dribbble:not(:disabled):not(.disabled):active,
19196.btn-dribbble:not(:disabled):not(.disabled).active,
19197.show > .btn-dribbble.dropdown-toggle {
19198  color: #fff;
19199  background-color: #e51e6b;
19200  border-color: #ea4c89;
19201}
19202
19203.btn-dribbble:not(:disabled):not(.disabled):active:focus,
19204.btn-dribbble:not(:disabled):not(.disabled).active:focus,
19205.show > .btn-dribbble.dropdown-toggle:focus {
19206  box-shadow: none, 0 0 0 0 rgba(234, 76, 137, 0.5);
19207}
19208
19209.btn-github {
19210  color: #fff;
19211  background-color: #222222;
19212  border-color: #222222;
19213  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
19214}
19215
19216.btn-github:hover {
19217  color: #fff;
19218  background-color: #222222;
19219  border-color: #222222;
19220}
19221
19222.btn-github:focus,
19223.btn-github.focus {
19224  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);
19225}
19226
19227.btn-github.disabled,
19228.btn-github:disabled {
19229  color: #fff;
19230  background-color: #222222;
19231  border-color: #222222;
19232}
19233
19234.btn-github:not(:disabled):not(.disabled):active,
19235.btn-github:not(:disabled):not(.disabled).active,
19236.show > .btn-github.dropdown-toggle {
19237  color: #fff;
19238  background-color: #090909;
19239  border-color: #222222;
19240}
19241
19242.btn-github:not(:disabled):not(.disabled):active:focus,
19243.btn-github:not(:disabled):not(.disabled).active:focus,
19244.show > .btn-github.dropdown-toggle:focus {
19245  box-shadow: none, 0 0 0 0 rgba(34, 34, 34, 0.5);
19246}
19247
19248.card, #dw__login {
19249  position: relative;
19250}
19251
19252.card.card-plain, .card-plain#dw__login {
19253  background: transparent;
19254  box-shadow: none;
19255  border: none;
19256}
19257
19258.profile-page .card-profile {
19259  margin-top: -150px;
19260}
19261
19262.profile-page .card-profile .card-profile-image {
19263  position: relative;
19264}
19265
19266.profile-page .card-profile .card-profile-image img {
19267  max-width: 180px;
19268  border-radius: 0.25rem;
19269  transform: translate(-50%, -30%);
19270  position: absolute;
19271  left: 50%;
19272  transition: all 0.15s ease;
19273}
19274
19275.profile-page .card-profile .card-profile-image img:hover {
19276  transform: translate(-50%, -33%);
19277}
19278
19279.profile-page .card-profile .card-profile-stats {
19280  padding: 1rem 0;
19281}
19282
19283.profile-page .card-profile .card-profile-stats > div {
19284  text-align: center;
19285  margin-right: 1rem;
19286  padding: 0.875rem;
19287}
19288
19289.profile-page .card-profile .card-profile-stats > div:last-child {
19290  margin-right: 0;
19291}
19292
19293.profile-page .card-profile .card-profile-stats > div .heading {
19294  font-size: 1.1rem;
19295  font-weight: bold;
19296  display: block;
19297}
19298
19299.profile-page .card-profile .card-profile-stats > div .description {
19300  font-size: 0.875rem;
19301  color: #adb5bd;
19302}
19303
19304.profile-page .card-profile .card-profile-actions {
19305  padding: 0.875rem;
19306}
19307
19308@media (max-width: 575.98px) {
19309  .profile-page .card-profile .card-profile-actions {
19310    margin-top: 110px;
19311  }
19312}
19313@media (min-width: 576px) and (max-width: 991.98px) {
19314  .profile-page .card-profile .card-profile-stats {
19315    margin-top: 30px;
19316  }
19317}
19318.card .card-blockquote, #dw__login .card-blockquote {
19319  padding: 2rem;
19320  position: relative;
19321}
19322
19323.card .card-blockquote .svg-bg, #dw__login .card-blockquote .svg-bg {
19324  display: block;
19325  width: 100%;
19326  height: 95px;
19327  position: absolute;
19328  top: -94px;
19329  left: 0;
19330}
19331
19332.card-lift--hover:hover {
19333  transform: translateY(-20px);
19334  transition: all 0.15s ease;
19335}
19336
19337@media (prefers-reduced-motion: reduce) {
19338  .card-lift--hover:hover {
19339    transition: none;
19340  }
19341}
19342.close {
19343  transition: all 0.15s ease;
19344}
19345
19346.close > span:not(.sr-only) {
19347  background-color: transparent;
19348  color: rgba(0, 0, 0, 0.6);
19349  line-height: 17px;
19350  height: 1.25rem;
19351  width: 1.25rem;
19352  border-radius: 50%;
19353  font-size: 1.25rem;
19354  display: block;
19355  transition: all 0.15s ease;
19356}
19357
19358.close:hover,
19359.close:focus {
19360  background-color: transparent;
19361  color: rgba(0, 0, 0, 0.9);
19362  outline: none;
19363}
19364
19365.close:hover span:not(.sr-only),
19366.close:focus span:not(.sr-only) {
19367  background-color: transparent;
19368}
19369
19370.custom-control-label::before {
19371  border: 1px solid #cad1d7;
19372  transition: all 0.3s ease;
19373}
19374
19375.custom-control-label span {
19376  position: relative;
19377  top: 2px;
19378}
19379
19380.custom-control {
19381  padding-left: 1.7rem !important;
19382}
19383
19384.custom-control-label {
19385  margin-bottom: 0;
19386}
19387
19388.custom-control-label:before,
19389.custom-control-label:after {
19390  left: -1.75rem;
19391}
19392
19393.custom-control-input:active ~ .custom-control-label::before {
19394  border-color: #5e72e4;
19395}
19396
19397.custom-control-alternative .custom-control-label::before {
19398  border: 0;
19399  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
19400}
19401
19402.custom-control-alternative .custom-control-input:checked ~ .custom-control-label::before {
19403  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
19404}
19405
19406.custom-control-alternative .custom-control-input:active ~ .custom-control-label::before,
19407.custom-control-alternative .custom-control-input:focus ~ .custom-control-label::before {
19408  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
19409}
19410
19411.custom-checkbox .custom-control-input ~ .custom-control-label {
19412  cursor: pointer;
19413  font-size: 0.875rem;
19414}
19415
19416.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
19417  border-color: #5e72e4;
19418}
19419
19420.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
19421  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
19422}
19423
19424.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
19425  border-color: #e9ecef;
19426}
19427
19428.custom-checkbox .custom-control-input:disabled:checked::before {
19429  border-color: rgba(94, 114, 228, 0.5);
19430}
19431
19432.custom-radio .custom-control-input ~ .custom-control-label {
19433  cursor: pointer;
19434  font-size: 0.875rem;
19435}
19436
19437.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
19438  border-color: #5e72e4;
19439}
19440
19441.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
19442  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
19443}
19444
19445.custom-radio .custom-control-input:disabled ~ .custom-control-label::before {
19446  border-color: #e9ecef;
19447}
19448
19449.custom-radio .custom-control-input:disabled:checked::before {
19450  border-color: rgba(94, 114, 228, 0.5);
19451}
19452
19453.custom-toggle {
19454  position: relative;
19455  display: inline-block;
19456  width: 50px;
19457  height: 1.5rem;
19458}
19459
19460.custom-toggle input {
19461  display: none;
19462}
19463
19464.custom-toggle input:checked + .custom-toggle-slider {
19465  border: 1px solid #5e72e4;
19466}
19467
19468.custom-toggle input:checked + .custom-toggle-slider:before {
19469  background: #5e72e4;
19470  transform: translateX(1.625rem);
19471}
19472
19473.custom-toggle input:disabled + .custom-toggle-slider {
19474  border: 1px solid #e9ecef;
19475}
19476
19477.custom-toggle input:disabled:checked + .custom-toggle-slider {
19478  border: 1px solid #e9ecef;
19479}
19480
19481.custom-toggle input:disabled:checked + .custom-toggle-slider:before {
19482  background-color: #8a98eb;
19483}
19484
19485.custom-toggle-slider {
19486  position: absolute;
19487  cursor: pointer;
19488  top: 0;
19489  left: 0;
19490  right: 0;
19491  bottom: 0;
19492  border: 1px solid #cad1d7;
19493  border-radius: 34px !important;
19494  background-color: transparent;
19495}
19496
19497.custom-toggle-slider:before {
19498  position: absolute;
19499  content: "";
19500  height: 18px;
19501  width: 18px;
19502  left: 2px;
19503  bottom: 2px;
19504  border-radius: 50% !important;
19505  background-color: #ddd;
19506  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
19507}
19508
19509.dropdown,
19510.dropup,
19511.dropright,
19512.dropleft {
19513  display: inline-block;
19514}
19515
19516.dropdown-menu {
19517  min-width: 12rem;
19518}
19519
19520.dropdown-menu .dropdown-item {
19521  padding: 1rem;
19522  font-size: 0.875rem;
19523}
19524
19525.dropdown-menu .dropdown-item > i,
19526.dropdown-menu .dropdown-item > svg {
19527  margin-right: 1rem;
19528  font-size: 1rem;
19529  vertical-align: -17%;
19530}
19531
19532.dropdown-header {
19533  padding-left: 1rem;
19534  padding-right: 1rem;
19535  color: #f6f9fc;
19536  font-size: 0.625rem;
19537  text-transform: uppercase;
19538  font-weight: 700;
19539}
19540
19541.dropdown-menu a.media > div:first-child {
19542  line-height: 1;
19543}
19544
19545.dropdown-menu a.media p {
19546  color: #8898aa;
19547}
19548
19549.dropdown-menu a.media:hover .heading,
19550.dropdown-menu a.media:hover p {
19551  color: #172b4d !important;
19552}
19553
19554.dropdown-menu-sm {
19555  min-width: 100px;
19556  border: 0.3rem;
19557}
19558
19559.dropdown-menu-lg {
19560  min-width: 260px;
19561  border-radius: 0.3rem;
19562}
19563
19564.dropdown-menu-xl {
19565  min-width: 450px;
19566  border-radius: 0.3rem;
19567}
19568
19569.footer {
19570  background: #f4f5f7;
19571  padding: 1.5rem 0;
19572}
19573
19574.footer .col-footer .heading {
19575  color: #8898aa;
19576  letter-spacing: 0;
19577  font-size: 0.875rem;
19578  text-transform: uppercase;
19579  font-weight: 600;
19580  margin-bottom: 1rem;
19581}
19582
19583.footer .nav .nav-item .nav-link, .footer .leftsidebar .leftsidebar ul .nav-item .nav-link, .leftsidebar .leftsidebar .footer ul .nav-item .nav-link,
19584.footer .footer-link {
19585  color: #8898aa !important;
19586}
19587
19588.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,
19589.footer .footer-link:hover {
19590  color: #525f7f !important;
19591}
19592
19593.footer .list-unstyled li a {
19594  display: inline-block;
19595  padding: 0.125rem 0;
19596  color: #8898aa;
19597  font-size: 0.85rem;
19598}
19599
19600.footer .list-unstyled li a:hover {
19601  color: #525f7f;
19602}
19603
19604.footer .copyright {
19605  font-size: 0.875rem;
19606}
19607
19608.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,
19609.footer .dropdown .btn:not(:disabled):not(.disabled).active:focus,
19610.footer .dropdown #dw__login button:not(:disabled):not(.disabled).active:focus,
19611#dw__login .footer .dropdown button:not(:disabled):not(.disabled).active:focus,
19612.footer .dropdown .qq-upload-button:not(:disabled):not(.disabled).active:focus,
19613.footer .dropdown .toggleAssistant:not(:disabled):not(.disabled).active:focus,
19614.footer .dropdown #tool__bar button:not(:disabled):not(.disabled).active:focus,
19615#tool__bar .footer .dropdown button:not(:disabled):not(.disabled).active:focus,
19616.footer .dropdown #dokuwiki__content .editButtons button:not(:disabled):not(.disabled).active:focus,
19617#dokuwiki__content .editButtons .footer .dropdown button:not(:disabled):not(.disabled).active:focus,
19618.footer .dropdown #dokuwiki__content #page__revisions button:not(:disabled):not(.disabled).active:focus,
19619#dokuwiki__content #page__revisions .footer .dropdown button:not(:disabled):not(.disabled).active:focus,
19620.footer .dropdown #dokuwiki__content .secedit button:not(:disabled):not(.disabled).active:focus,
19621#dokuwiki__content .secedit .footer .dropdown button:not(:disabled):not(.disabled).active:focus,
19622.footer .dropdown button:not(:disabled):not(.disabled).active:focus {
19623  box-shadow: none;
19624}
19625
19626.footer-dark .col-footer .heading {
19627  color: #fff;
19628}
19629
19630.footer.has-cards {
19631  overflow: hidden;
19632  padding-top: 500px;
19633  margin-top: -420px;
19634  position: relative;
19635  background: transparent;
19636  pointer-events: none;
19637}
19638
19639.footer.has-cards:before {
19640  content: "";
19641  position: absolute;
19642  left: 0;
19643  right: 0;
19644  top: 600px;
19645  height: 2000px;
19646  background: #f4f5f7;
19647  transform: skew(0, -8deg);
19648}
19649
19650.footer.has-cards .container {
19651  pointer-events: auto;
19652  position: relative;
19653}
19654
19655.nav-footer .nav-link {
19656  font-size: 0.875rem;
19657}
19658
19659.nav-footer .nav-item:last-child .nav-link {
19660  padding-right: 0;
19661}
19662
19663/* Form controls */
19664label {
19665  font-size: 0.875rem;
19666}
19667
19668.form-control, #dw__login input, #config__manager td input.edit, .search-results-form fieldset input, .doku_form .no #qsearch__in, textarea {
19669  font-size: 0.875rem;
19670  transition: all 0.15s ease;
19671}
19672
19673.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 {
19674  color: #adb5bd;
19675}
19676
19677.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,
19678.form-control.is-invalid,
19679#dw__login input.is-invalid,
19680#config__manager td input.is-invalid.edit,
19681.search-results-form fieldset input.is-invalid,
19682.doku_form .no .is-invalid#qsearch__in,
19683textarea.is-invalid {
19684  background-image: none;
19685}
19686
19687/* Textareas */
19688textarea[resize=none] {
19689  resize: none !important;
19690}
19691
19692textarea[resize=both] {
19693  resize: both !important;
19694}
19695
19696textarea[resize=vertical] {
19697  resize: vertical !important;
19698}
19699
19700textarea[resize=horizontal] {
19701  resize: horizontal !important;
19702}
19703
19704/* Alternative styles */
19705.form-control-muted {
19706  background-color: #EDF0F5;
19707  border-color: #EDF0F5;
19708  box-shadow: none;
19709}
19710
19711.form-control-muted:focus {
19712  background-color: #EDF0F5;
19713}
19714
19715.form-control-alternative {
19716  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
19717  border: 0;
19718  transition: box-shadow 0.15s ease;
19719}
19720
19721.form-control-alternative:focus {
19722  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
19723}
19724
19725.form-control-lg {
19726  font-size: 1rem;
19727}
19728
19729.has-success,
19730.has-danger {
19731  position: relative;
19732}
19733
19734.has-success:after,
19735.has-danger:after {
19736  width: 19px;
19737  height: 19px;
19738  line-height: 19px;
19739  text-align: center;
19740  font-family: "NucleoIcons";
19741  display: inline-block;
19742  position: absolute;
19743  right: 15px;
19744  top: 2px;
19745  transform: translateY(50%);
19746  border-radius: 50%;
19747  font-size: 9px;
19748  opacity: 1;
19749}
19750
19751.has-success .form-control-alternative.is-valid:focus,
19752.has-success .form-control-alternative.is-invalid:focus,
19753.has-danger .form-control-alternative.is-valid:focus,
19754.has-danger .form-control-alternative.is-invalid:focus {
19755  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
19756}
19757
19758.has-success:after {
19759  content: "";
19760  color: daken(#2dce89, 18%);
19761  background-color: #69deac;
19762}
19763
19764.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 {
19765  background-color: #fff;
19766}
19767
19768.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 {
19769  border-color: rgba(50, 151, 211, 0.25);
19770}
19771
19772.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 {
19773  color: #2dce89;
19774}
19775
19776.has-danger:after {
19777  content: "";
19778  color: daken(#fb6340, 18%);
19779  background-color: #fda08b;
19780}
19781
19782.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 {
19783  background-color: #fff;
19784}
19785
19786.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 {
19787  border-color: rgba(50, 151, 211, 0.25);
19788}
19789
19790.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 {
19791  color: #fb6340;
19792}
19793
19794@media (min-width: 992px) {
19795  .container-lg {
19796    max-width: 1160px;
19797  }
19798}
19799.icon {
19800  width: 3rem;
19801  height: 3rem;
19802}
19803
19804.icon i,
19805.icon svg {
19806  font-size: 2.25rem;
19807}
19808
19809.icon + .icon-text {
19810  padding-left: 1rem;
19811  width: calc(100% - 3rem - 1);
19812}
19813
19814.icon-xl {
19815  width: 5rem;
19816  height: 5rem;
19817}
19818
19819.icon-xl i,
19820.icon-xl svg {
19821  font-size: 4.25rem;
19822}
19823
19824.icon-xl + .icon-text {
19825  width: calc(100% - 5rem - 1);
19826}
19827
19828.icon-lg {
19829  width: 4rem;
19830  height: 4rem;
19831}
19832
19833.icon-lg i,
19834.icon-lg svg {
19835  font-size: 3.25rem;
19836}
19837
19838.icon-lg + .icon-text {
19839  width: calc(100% - 4rem - 1);
19840}
19841
19842.icon-sm {
19843  width: 2rem;
19844  height: 2rem;
19845}
19846
19847.icon-sm i,
19848.icon-sm svg {
19849  font-size: 1.25rem;
19850}
19851
19852.icon-sm + .icon-text {
19853  width: calc(100% - 2rem - 1);
19854}
19855
19856.icon-xs {
19857  width: 1.25rem;
19858  height: 1.25rem;
19859}
19860
19861.icon-xs i,
19862.icon-xs svg {
19863  font-size: 0.5rem !important;
19864}
19865
19866.icon-xs + .icon-text {
19867  width: calc(100% - 1.25rem - 1);
19868}
19869
19870.icon-shape {
19871  padding: 12px;
19872  text-align: center;
19873  display: inline-flex;
19874  align-items: center;
19875  justify-content: center;
19876  border-radius: 50%;
19877}
19878
19879.icon-shape i,
19880.icon-shape svg {
19881  font-size: 1.25rem;
19882}
19883
19884.icon-shape.icon-lg i,
19885.icon-shape.icon-lg svg {
19886  font-size: 1.625rem;
19887}
19888
19889.icon-shape.icon-sm i,
19890.icon-shape.icon-sm svg {
19891  font-size: 0.875rem;
19892}
19893
19894.icon-shape svg {
19895  width: 30px;
19896  height: 30px;
19897}
19898
19899.icon-shape-primary {
19900  color: #2643e9;
19901  background-color: rgba(138, 152, 235, 0.5);
19902}
19903
19904.icon-shape-secondary {
19905  color: #d3d9e5;
19906  background-color: rgba(255, 255, 255, 0.5);
19907}
19908
19909.icon-shape-success {
19910  color: #1aae6f;
19911  background-color: rgba(84, 218, 161, 0.5);
19912}
19913
19914.icon-shape-info {
19915  color: #03acca;
19916  background-color: rgba(65, 215, 242, 0.5);
19917}
19918
19919.icon-shape-warning {
19920  color: #ff3709;
19921  background-color: rgba(252, 140, 114, 0.5);
19922}
19923
19924.icon-shape-danger {
19925  color: #f80031;
19926  background-color: rgba(247, 103, 131, 0.5);
19927}
19928
19929.icon-shape-light {
19930  color: #879cb0;
19931  background-color: rgba(201, 207, 212, 0.5);
19932}
19933
19934.icon-shape-dark {
19935  color: #090c0e;
19936  background-color: rgba(56, 63, 69, 0.5);
19937}
19938
19939.icon-shape-default {
19940  color: #091428;
19941  background-color: rgba(35, 65, 116, 0.5);
19942}
19943
19944.icon-shape-white {
19945  color: #e8e3e3;
19946  background-color: rgba(255, 255, 255, 0.5);
19947}
19948
19949.icon-shape-neutral {
19950  color: #e8e3e3;
19951  background-color: rgba(255, 255, 255, 0.5);
19952}
19953
19954.icon-shape-darker {
19955  color: black;
19956  background-color: rgba(26, 26, 26, 0.5);
19957}
19958
19959.input-group, .doku_form .no {
19960  box-shadow: none;
19961  border-radius: 0.25rem;
19962  transition: all 0.15s ease;
19963}
19964
19965.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 {
19966  box-shadow: none;
19967}
19968
19969.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) {
19970  border-left: 0;
19971  padding-left: 0;
19972}
19973
19974.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) {
19975  border-right: 0;
19976  padding-right: 0;
19977}
19978
19979.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 {
19980  box-shadow: none;
19981}
19982
19983.input-group .input-group-prepend, .doku_form .no .input-group-prepend {
19984  margin-right: 0;
19985}
19986
19987.input-group .input-group-prepend .input-group-text, .doku_form .no .input-group-prepend .input-group-text {
19988  border-right: none;
19989}
19990
19991.input-group-text {
19992  transition: all 0.15s ease;
19993}
19994
19995.input-group-alternative {
19996  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
19997  border: 0;
19998  transition: box-shadow 0.15s ease;
19999}
20000
20001.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,
20002.input-group-alternative .input-group-text {
20003  border: 0;
20004  box-shadow: none;
20005}
20006
20007.focused .input-group-alternative {
20008  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
20009}
20010
20011.focused .input-group, .focused .doku_form .no, .doku_form .focused .no {
20012  box-shadow: none;
20013}
20014
20015.focused .input-group-text {
20016  color: #8898aa;
20017  background-color: #fff;
20018  border-color: #5e72e4;
20019}
20020
20021.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 {
20022  border-color: #5e72e4;
20023}
20024
20025.list-group-space .list-group-item {
20026  margin-bottom: 1.5rem;
20027  border-radius: 0.25rem;
20028}
20029
20030.list-group-img {
20031  width: 3rem;
20032  height: 3rem;
20033  border-radius: 50%;
20034  vertical-align: top;
20035  margin: -0.1rem 1.2rem 0 -0.2rem;
20036}
20037
20038.list-group-content {
20039  -webkit-box-flex: 1;
20040  -ms-flex: 1;
20041  flex: 1;
20042  min-width: 0;
20043}
20044
20045.list-group-content > p {
20046  color: #adb5bd;
20047  line-height: 1.5;
20048  margin: 0.2rem 0 0;
20049}
20050
20051.list-group-heading {
20052  font-size: 1rem;
20053  color: #32325d;
20054}
20055
20056.list-group-heading > small {
20057  float: right;
20058  color: #adb5bd;
20059  font-weight: 500;
20060}
20061
20062.modal-content {
20063  border: 0;
20064  border-radius: 0.3rem;
20065}
20066
20067.modal-fluid .modal-dialog {
20068  margin-top: 0;
20069  margin-bottom: 0;
20070}
20071
20072.modal-fluid .modal-content {
20073  border-radius: 0;
20074}
20075
20076.modal-primary .modal-title {
20077  color: #fff;
20078}
20079
20080.modal-primary .modal-header,
20081.modal-primary .modal-footer {
20082  border-color: rgba(255, 255, 255, 0.075);
20083}
20084
20085.modal-primary .modal-content {
20086  background-color: #5e72e4;
20087  color: #fff;
20088}
20089
20090.modal-primary .modal-content .heading {
20091  color: #fff;
20092}
20093
20094.modal-primary .close > span:not(.sr-only) {
20095  color: #fff;
20096}
20097
20098.modal-secondary .modal-title {
20099  color: #212529;
20100}
20101
20102.modal-secondary .modal-header,
20103.modal-secondary .modal-footer {
20104  border-color: rgba(33, 37, 41, 0.075);
20105}
20106
20107.modal-secondary .modal-content {
20108  background-color: #f4f5f7;
20109  color: #212529;
20110}
20111
20112.modal-secondary .modal-content .heading {
20113  color: #212529;
20114}
20115
20116.modal-secondary .close > span:not(.sr-only) {
20117  color: #fff;
20118}
20119
20120.modal-success .modal-title {
20121  color: #fff;
20122}
20123
20124.modal-success .modal-header,
20125.modal-success .modal-footer {
20126  border-color: rgba(255, 255, 255, 0.075);
20127}
20128
20129.modal-success .modal-content {
20130  background-color: #2dce89;
20131  color: #fff;
20132}
20133
20134.modal-success .modal-content .heading {
20135  color: #fff;
20136}
20137
20138.modal-success .close > span:not(.sr-only) {
20139  color: #fff;
20140}
20141
20142.modal-info .modal-title {
20143  color: #fff;
20144}
20145
20146.modal-info .modal-header,
20147.modal-info .modal-footer {
20148  border-color: rgba(255, 255, 255, 0.075);
20149}
20150
20151.modal-info .modal-content {
20152  background-color: #11cdef;
20153  color: #fff;
20154}
20155
20156.modal-info .modal-content .heading {
20157  color: #fff;
20158}
20159
20160.modal-info .close > span:not(.sr-only) {
20161  color: #fff;
20162}
20163
20164.modal-warning .modal-title {
20165  color: #fff;
20166}
20167
20168.modal-warning .modal-header,
20169.modal-warning .modal-footer {
20170  border-color: rgba(255, 255, 255, 0.075);
20171}
20172
20173.modal-warning .modal-content {
20174  background-color: #fb6340;
20175  color: #fff;
20176}
20177
20178.modal-warning .modal-content .heading {
20179  color: #fff;
20180}
20181
20182.modal-warning .close > span:not(.sr-only) {
20183  color: #fff;
20184}
20185
20186.modal-danger .modal-title {
20187  color: #fff;
20188}
20189
20190.modal-danger .modal-header,
20191.modal-danger .modal-footer {
20192  border-color: rgba(255, 255, 255, 0.075);
20193}
20194
20195.modal-danger .modal-content {
20196  background-color: #f5365c;
20197  color: #fff;
20198}
20199
20200.modal-danger .modal-content .heading {
20201  color: #fff;
20202}
20203
20204.modal-danger .close > span:not(.sr-only) {
20205  color: #fff;
20206}
20207
20208.modal-light .modal-title {
20209  color: #fff;
20210}
20211
20212.modal-light .modal-header,
20213.modal-light .modal-footer {
20214  border-color: rgba(255, 255, 255, 0.075);
20215}
20216
20217.modal-light .modal-content {
20218  background-color: #adb5bd;
20219  color: #fff;
20220}
20221
20222.modal-light .modal-content .heading {
20223  color: #fff;
20224}
20225
20226.modal-light .close > span:not(.sr-only) {
20227  color: #fff;
20228}
20229
20230.modal-dark .modal-title {
20231  color: #fff;
20232}
20233
20234.modal-dark .modal-header,
20235.modal-dark .modal-footer {
20236  border-color: rgba(255, 255, 255, 0.075);
20237}
20238
20239.modal-dark .modal-content {
20240  background-color: #212529;
20241  color: #fff;
20242}
20243
20244.modal-dark .modal-content .heading {
20245  color: #fff;
20246}
20247
20248.modal-dark .close > span:not(.sr-only) {
20249  color: #fff;
20250}
20251
20252.modal-default .modal-title {
20253  color: #fff;
20254}
20255
20256.modal-default .modal-header,
20257.modal-default .modal-footer {
20258  border-color: rgba(255, 255, 255, 0.075);
20259}
20260
20261.modal-default .modal-content {
20262  background-color: #172b4d;
20263  color: #fff;
20264}
20265
20266.modal-default .modal-content .heading {
20267  color: #fff;
20268}
20269
20270.modal-default .close > span:not(.sr-only) {
20271  color: #fff;
20272}
20273
20274.modal-white .modal-title {
20275  color: #212529;
20276}
20277
20278.modal-white .modal-header,
20279.modal-white .modal-footer {
20280  border-color: rgba(33, 37, 41, 0.075);
20281}
20282
20283.modal-white .modal-content {
20284  background-color: #fff;
20285  color: #212529;
20286}
20287
20288.modal-white .modal-content .heading {
20289  color: #212529;
20290}
20291
20292.modal-white .close > span:not(.sr-only) {
20293  color: #fff;
20294}
20295
20296.modal-neutral .modal-title {
20297  color: #212529;
20298}
20299
20300.modal-neutral .modal-header,
20301.modal-neutral .modal-footer {
20302  border-color: rgba(33, 37, 41, 0.075);
20303}
20304
20305.modal-neutral .modal-content {
20306  background-color: #fff;
20307  color: #212529;
20308}
20309
20310.modal-neutral .modal-content .heading {
20311  color: #212529;
20312}
20313
20314.modal-neutral .close > span:not(.sr-only) {
20315  color: #fff;
20316}
20317
20318.modal-darker .modal-title {
20319  color: #fff;
20320}
20321
20322.modal-darker .modal-header,
20323.modal-darker .modal-footer {
20324  border-color: rgba(255, 255, 255, 0.075);
20325}
20326
20327.modal-darker .modal-content {
20328  background-color: black;
20329  color: #fff;
20330}
20331
20332.modal-darker .modal-content .heading {
20333  color: #fff;
20334}
20335
20336.modal-darker .close > span:not(.sr-only) {
20337  color: #fff;
20338}
20339
20340.nav-link {
20341  color: #525f7f;
20342}
20343
20344.nav-link:hover,
20345.nav-link.active {
20346  color: #5e72e4;
20347}
20348
20349.nav-link i:not(.fa) {
20350  position: relative;
20351  top: 2px;
20352}
20353
20354.nav-pills .nav-item:not(:last-child) {
20355  padding-right: 1rem;
20356}
20357
20358.nav-pills .nav-link {
20359  padding: 0.75rem 1rem;
20360  color: #5e72e4;
20361  font-weight: 500;
20362  font-size: 0.875rem;
20363  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
20364  background-color: #fff;
20365  transition: all 0.15s ease;
20366}
20367
20368.nav-pills .nav-link:hover {
20369  color: #485fe0;
20370}
20371
20372.nav-pills .nav-link.active,
20373.nav-pills .show > .nav-link {
20374  color: #fff;
20375  background-color: #5e72e4;
20376}
20377
20378@media (max-width: 575.98px) {
20379  .nav-pills .nav-item {
20380    margin-bottom: 1rem;
20381  }
20382}
20383@media (max-width: 767.98px) {
20384  .nav-pills:not(.nav-pills-circle) .nav-item {
20385    padding-right: 0;
20386  }
20387}
20388.nav-pills-circle .nav-link {
20389  text-align: center;
20390  height: 60px;
20391  width: 60px;
20392  padding: 0;
20393  line-height: 60px;
20394  border-radius: 50%;
20395}
20396
20397.nav-pills-circle .nav-link-icon i,
20398.nav-pills-circle .nav-link-icon svg {
20399  font-size: 1rem;
20400}
20401
20402.nav-wrapper {
20403  padding: 1rem 0;
20404  border-top-left-radius: 0.25rem;
20405  border-top-right-radius: 0.25rem;
20406}
20407
20408.nav-wrapper + .card, .nav-wrapper + #dw__login {
20409  border-top-left-radius: 0;
20410  border-top-right-radius: 0;
20411  border-bottom-right-radius: 0.25rem;
20412  border-bottom-left-radius: 0.25rem;
20413}
20414
20415.navbar.navbar-absolute {
20416  position: absolute;
20417  z-index: 1050;
20418  width: 100%;
20419}
20420
20421.navbar-nav .nav-link {
20422  font-size: 0.9rem;
20423  font-family: "Open Sans", sans-serif;
20424  font-weight: 400;
20425  text-transform: normal;
20426  letter-spacing: 0;
20427  transition: all 0.15s linear;
20428}
20429
20430@media (prefers-reduced-motion: reduce) {
20431  .navbar-nav .nav-link {
20432    transition: none;
20433  }
20434}
20435.navbar-nav .nav-link .nav-link-inner--text {
20436  margin-left: 0.25rem;
20437}
20438
20439.navbar-brand {
20440  font-size: 0.875rem;
20441  font-weight: 600;
20442  text-transform: uppercase;
20443  font-size: 0.875rem;
20444  letter-spacing: 0.05px;
20445}
20446
20447.navbar-brand img {
20448  height: 30px;
20449}
20450
20451.navbar-dark .navbar-brand {
20452  color: #fff;
20453}
20454
20455.navbar-light .navbar-brand {
20456  color: #32325d;
20457}
20458
20459.navbar-nav .nav-item .media:not(:last-child) {
20460  margin-bottom: 1.5rem;
20461}
20462
20463@media (min-width: 992px) {
20464  .navbar-nav .nav-item {
20465    margin-right: 0.5rem;
20466  }
20467
20468  .navbar-nav .nav-item [data-toggle=dropdown]::after {
20469    transition: all 0.15s ease;
20470  }
20471
20472  .navbar-nav .nav-item.show [data-toggle=dropdown]::after {
20473    transform: rotate(180deg);
20474  }
20475
20476  .navbar-nav .nav-link {
20477    padding-top: 1rem;
20478    padding-bottom: 1rem;
20479    border-radius: 0.25rem;
20480  }
20481
20482  .navbar-nav .nav-link i {
20483    margin-right: 0.625rem;
20484  }
20485
20486  .navbar-nav .nav-link-icon {
20487    padding-left: 0.5rem !important;
20488    padding-right: 0.5rem !important;
20489    font-size: 1rem;
20490    border-radius: 0.25rem;
20491  }
20492
20493  .navbar-nav .nav-link-icon i {
20494    margin-right: 0;
20495  }
20496
20497  .navbar-nav .dropdown-menu {
20498    opacity: 0;
20499    pointer-events: none;
20500    margin: 0;
20501  }
20502
20503  .navbar-nav .dropdown-menu:before {
20504    background: #fff;
20505    box-shadow: none;
20506    content: "";
20507    display: block;
20508    height: 16px;
20509    width: 16px;
20510    left: 5px;
20511    position: absolute;
20512    bottom: 100%;
20513    transform: rotate(-45deg) translateY(1rem);
20514    z-index: -5;
20515    border-radius: 0.2rem;
20516  }
20517
20518  .navbar-nav .dropdown-menu-right:before {
20519    right: 20px;
20520    left: auto;
20521  }
20522
20523  .navbar-nav:not(.navbar-nav-hover) .dropdown-menu.show {
20524    opacity: 1;
20525    pointer-events: auto;
20526    animation: show-navbar-dropdown 0.25s ease forwards;
20527  }
20528
20529  .navbar-nav:not(.navbar-nav-hover) .dropdown-menu.close {
20530    display: block;
20531    animation: hide-navbar-dropdown 0.15s ease backwards;
20532  }
20533
20534  .navbar-nav.navbar-nav-hover .dropdown-menu {
20535    opacity: 0;
20536    display: block;
20537    pointer-events: none;
20538    transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
20539    transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
20540    animation: none;
20541  }
20542
20543  .navbar-nav.navbar-nav-hover .nav-item.dropdown:hover > .dropdown-menu {
20544    display: block;
20545    opacity: 1;
20546    pointer-events: auto;
20547    visibility: visible;
20548    transform: translate(0, 0);
20549    animation: none;
20550  }
20551
20552  .navbar-nav.navbar-nav-hover .nav-item.dropdown > .dropdown-menu .dropdown-item.open + .dropdown-menu {
20553    display: block;
20554    opacity: 1;
20555    pointer-events: auto;
20556    visibility: visible;
20557    transform: translate(0, 0);
20558    animation: none;
20559  }
20560
20561  .navbar-nav.navbar-nav-hover .nav-item.dropdown > .dropdown-menu .dropdown-item + .dropdown-menu {
20562    margin-left: 10px;
20563  }
20564
20565  .navbar-nav.navbar-nav-hover .nav-item.dropdown > .dropdown-menu .dropdown-item + .dropdown-menu:before {
20566    left: -16px;
20567    top: 4px;
20568  }
20569
20570  .navbar-nav .dropdown-menu-inner {
20571    position: relative;
20572    padding: 1rem;
20573  }
20574}
20575.navbar-transparent {
20576  position: absolute;
20577  top: 0;
20578  width: 100%;
20579  z-index: 100;
20580  background-color: transparent !important;
20581  border: 0;
20582  box-shadow: none;
20583}
20584
20585.navbar-transparent .navbar-brand {
20586  color: white;
20587}
20588
20589.navbar-transparent .navbar-toggler {
20590  color: white;
20591}
20592
20593.navbar-transparent .navbar-toggler-icon {
20594  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
20595}
20596
20597.bg-white .navbar-toggler-icon, #dw__login legend .navbar-toggler-icon {
20598  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
20599}
20600
20601@media (min-width: 768px) {
20602  .navbar-transparent .navbar-nav .nav-link {
20603    color: rgba(255, 255, 255, 0.95);
20604  }
20605
20606  .navbar-transparent .navbar-nav .nav-link:hover,
20607.navbar-transparent .navbar-nav .nav-link:focus {
20608    color: rgba(255, 255, 255, 0.65);
20609  }
20610
20611  .navbar-transparent .navbar-nav .nav-link.disabled {
20612    color: rgba(255, 255, 255, 0.25);
20613  }
20614
20615  .navbar-transparent .navbar-nav .show > .nav-link,
20616.navbar-transparent .navbar-nav .active > .nav-link,
20617.navbar-transparent .navbar-nav .nav-link.show,
20618.navbar-transparent .navbar-nav .nav-link.active {
20619    color: rgba(255, 255, 255, 0.65);
20620  }
20621
20622  .navbar-transparent .navbar-brand {
20623    color: rgba(255, 255, 255, 0.95);
20624  }
20625
20626  .navbar-transparent .navbar-brand:hover,
20627.navbar-transparent .navbar-brand:focus {
20628    color: rgba(255, 255, 255, 0.95);
20629  }
20630}
20631.navbar-collapse-header {
20632  display: none;
20633}
20634
20635@media (max-width: 991.98px) {
20636  .navbar-nav .nav-link {
20637    padding: 0.625rem 0;
20638    color: #172b4d !important;
20639  }
20640
20641  .navbar-nav .dropdown-menu {
20642    box-shadow: none;
20643    min-width: auto;
20644  }
20645
20646  .navbar-nav .dropdown-menu .media svg {
20647    width: 30px;
20648  }
20649
20650  .navbar-collapse {
20651    width: calc(100% - 1.4rem);
20652    position: absolute;
20653    top: 0;
20654    left: 0;
20655    right: 0;
20656    z-index: 1050;
20657    margin: 0.7rem;
20658    overflow-y: auto;
20659    height: auto !important;
20660    opacity: 0;
20661  }
20662
20663  .navbar-collapse .navbar-toggler {
20664    width: 20px;
20665    height: 20px;
20666    position: relative;
20667    cursor: pointer;
20668    display: inline-block;
20669    padding: 0;
20670  }
20671
20672  .navbar-collapse .navbar-toggler span {
20673    display: block;
20674    position: absolute;
20675    width: 100%;
20676    height: 2px;
20677    border-radius: 2px;
20678    opacity: 1;
20679    background: #283448;
20680  }
20681
20682  .navbar-collapse .navbar-toggler :nth-child(1) {
20683    transform: rotate(135deg);
20684  }
20685
20686  .navbar-collapse .navbar-toggler :nth-child(2) {
20687    transform: rotate(-135deg);
20688  }
20689
20690  .navbar-collapse .navbar-collapse-header {
20691    display: block;
20692    padding-bottom: 1rem;
20693    margin-bottom: 1rem;
20694    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
20695  }
20696
20697  .navbar-collapse .collapse-brand img {
20698    height: 36px;
20699  }
20700
20701  .navbar-collapse .collapse-close {
20702    text-align: right;
20703  }
20704
20705  .navbar-collapse.collapsing,
20706.navbar-collapse.show {
20707    padding: 1.5rem;
20708    border-radius: 0.25rem;
20709    background: #FFF;
20710    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);
20711    animation: show-navbar-collapse 0.2s ease forwards;
20712  }
20713
20714  .navbar-collapse.collapsing-out {
20715    animation: hide-navbar-collapse 0.2s ease forwards;
20716  }
20717}
20718@keyframes show-navbar-collapse {
20719  0% {
20720    opacity: 0;
20721    transform: scale(0.95);
20722    transform-origin: 100% 0;
20723  }
20724  100% {
20725    opacity: 1;
20726    transform: scale(1);
20727  }
20728}
20729@keyframes hide-navbar-collapse {
20730  from {
20731    opacity: 1;
20732    transform: scale(1);
20733    transform-origin: 100% 0;
20734  }
20735  to {
20736    opacity: 0;
20737    transform: scale(0.95);
20738  }
20739}
20740@keyframes show-navbar-dropdown {
20741  0% {
20742    opacity: 0;
20743    transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
20744    transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
20745  }
20746  100% {
20747    transform: translate(0, 0);
20748    opacity: 1;
20749  }
20750}
20751@keyframes hide-navbar-dropdown {
20752  from {
20753    opacity: 1;
20754  }
20755  to {
20756    opacity: 0;
20757    transform: translate(0, 10px);
20758  }
20759}
20760.page-item.active .page-link {
20761  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
20762}
20763
20764.page-item .page-link,
20765.page-item span {
20766  display: flex;
20767  align-items: center;
20768  justify-content: center;
20769  padding: 0;
20770  margin: 0 3px;
20771  border-radius: 50% !important;
20772  width: 36px;
20773  height: 36px;
20774  font-size: 0.875rem;
20775}
20776
20777.pagination-lg .page-item .page-link,
20778.pagination-lg .page-item span {
20779  width: 46px;
20780  height: 46px;
20781  line-height: 46px;
20782}
20783
20784.pagination-sm .page-item .page-link,
20785.pagination-sm .page-item span {
20786  width: 30px;
20787  height: 30px;
20788  line-height: 30px;
20789}
20790
20791.popover {
20792  border: 0;
20793}
20794
20795.popover-header {
20796  font-weight: 600;
20797}
20798
20799.popover-primary {
20800  background-color: #5e72e4;
20801}
20802
20803.popover-primary .popover-header {
20804  background-color: #5e72e4;
20805  color: #fff;
20806}
20807
20808.popover-primary .popover-body {
20809  color: #fff;
20810}
20811
20812.popover-primary .popover-header {
20813  border-color: rgba(255, 255, 255, 0.2);
20814}
20815
20816.popover-primary.bs-popover-top .arrow::after,
20817.popover-primary.bs-popover-auto[x-placement^=top] .arrow::after {
20818  border-top-color: #5e72e4;
20819}
20820
20821.popover-primary.bs-popover-right .arrow::after,
20822.popover-primary.bs-popover-auto[x-placement^=right] .arrow::after {
20823  border-right-color: #5e72e4;
20824}
20825
20826.popover-primary.bs-popover-bottom .arrow::after,
20827.popover-primary.bs-popover-auto[x-placement^=bottom] .arrow::after {
20828  border-bottom-color: #5e72e4;
20829}
20830
20831.popover-primary.bs-popover-left .arrow::after,
20832.popover-primary.bs-popover-auto[x-placement^=left] .arrow::after {
20833  border-left-color: #5e72e4;
20834}
20835
20836.popover-secondary {
20837  background-color: #f4f5f7;
20838}
20839
20840.popover-secondary .popover-header {
20841  background-color: #f4f5f7;
20842  color: #212529;
20843}
20844
20845.popover-secondary .popover-body {
20846  color: #212529;
20847}
20848
20849.popover-secondary .popover-header {
20850  border-color: rgba(33, 37, 41, 0.2);
20851}
20852
20853.popover-secondary.bs-popover-top .arrow::after,
20854.popover-secondary.bs-popover-auto[x-placement^=top] .arrow::after {
20855  border-top-color: #f4f5f7;
20856}
20857
20858.popover-secondary.bs-popover-right .arrow::after,
20859.popover-secondary.bs-popover-auto[x-placement^=right] .arrow::after {
20860  border-right-color: #f4f5f7;
20861}
20862
20863.popover-secondary.bs-popover-bottom .arrow::after,
20864.popover-secondary.bs-popover-auto[x-placement^=bottom] .arrow::after {
20865  border-bottom-color: #f4f5f7;
20866}
20867
20868.popover-secondary.bs-popover-left .arrow::after,
20869.popover-secondary.bs-popover-auto[x-placement^=left] .arrow::after {
20870  border-left-color: #f4f5f7;
20871}
20872
20873.popover-success {
20874  background-color: #2dce89;
20875}
20876
20877.popover-success .popover-header {
20878  background-color: #2dce89;
20879  color: #fff;
20880}
20881
20882.popover-success .popover-body {
20883  color: #fff;
20884}
20885
20886.popover-success .popover-header {
20887  border-color: rgba(255, 255, 255, 0.2);
20888}
20889
20890.popover-success.bs-popover-top .arrow::after,
20891.popover-success.bs-popover-auto[x-placement^=top] .arrow::after {
20892  border-top-color: #2dce89;
20893}
20894
20895.popover-success.bs-popover-right .arrow::after,
20896.popover-success.bs-popover-auto[x-placement^=right] .arrow::after {
20897  border-right-color: #2dce89;
20898}
20899
20900.popover-success.bs-popover-bottom .arrow::after,
20901.popover-success.bs-popover-auto[x-placement^=bottom] .arrow::after {
20902  border-bottom-color: #2dce89;
20903}
20904
20905.popover-success.bs-popover-left .arrow::after,
20906.popover-success.bs-popover-auto[x-placement^=left] .arrow::after {
20907  border-left-color: #2dce89;
20908}
20909
20910.popover-info {
20911  background-color: #11cdef;
20912}
20913
20914.popover-info .popover-header {
20915  background-color: #11cdef;
20916  color: #fff;
20917}
20918
20919.popover-info .popover-body {
20920  color: #fff;
20921}
20922
20923.popover-info .popover-header {
20924  border-color: rgba(255, 255, 255, 0.2);
20925}
20926
20927.popover-info.bs-popover-top .arrow::after,
20928.popover-info.bs-popover-auto[x-placement^=top] .arrow::after {
20929  border-top-color: #11cdef;
20930}
20931
20932.popover-info.bs-popover-right .arrow::after,
20933.popover-info.bs-popover-auto[x-placement^=right] .arrow::after {
20934  border-right-color: #11cdef;
20935}
20936
20937.popover-info.bs-popover-bottom .arrow::after,
20938.popover-info.bs-popover-auto[x-placement^=bottom] .arrow::after {
20939  border-bottom-color: #11cdef;
20940}
20941
20942.popover-info.bs-popover-left .arrow::after,
20943.popover-info.bs-popover-auto[x-placement^=left] .arrow::after {
20944  border-left-color: #11cdef;
20945}
20946
20947.popover-warning {
20948  background-color: #fb6340;
20949}
20950
20951.popover-warning .popover-header {
20952  background-color: #fb6340;
20953  color: #fff;
20954}
20955
20956.popover-warning .popover-body {
20957  color: #fff;
20958}
20959
20960.popover-warning .popover-header {
20961  border-color: rgba(255, 255, 255, 0.2);
20962}
20963
20964.popover-warning.bs-popover-top .arrow::after,
20965.popover-warning.bs-popover-auto[x-placement^=top] .arrow::after {
20966  border-top-color: #fb6340;
20967}
20968
20969.popover-warning.bs-popover-right .arrow::after,
20970.popover-warning.bs-popover-auto[x-placement^=right] .arrow::after {
20971  border-right-color: #fb6340;
20972}
20973
20974.popover-warning.bs-popover-bottom .arrow::after,
20975.popover-warning.bs-popover-auto[x-placement^=bottom] .arrow::after {
20976  border-bottom-color: #fb6340;
20977}
20978
20979.popover-warning.bs-popover-left .arrow::after,
20980.popover-warning.bs-popover-auto[x-placement^=left] .arrow::after {
20981  border-left-color: #fb6340;
20982}
20983
20984.popover-danger {
20985  background-color: #f5365c;
20986}
20987
20988.popover-danger .popover-header {
20989  background-color: #f5365c;
20990  color: #fff;
20991}
20992
20993.popover-danger .popover-body {
20994  color: #fff;
20995}
20996
20997.popover-danger .popover-header {
20998  border-color: rgba(255, 255, 255, 0.2);
20999}
21000
21001.popover-danger.bs-popover-top .arrow::after,
21002.popover-danger.bs-popover-auto[x-placement^=top] .arrow::after {
21003  border-top-color: #f5365c;
21004}
21005
21006.popover-danger.bs-popover-right .arrow::after,
21007.popover-danger.bs-popover-auto[x-placement^=right] .arrow::after {
21008  border-right-color: #f5365c;
21009}
21010
21011.popover-danger.bs-popover-bottom .arrow::after,
21012.popover-danger.bs-popover-auto[x-placement^=bottom] .arrow::after {
21013  border-bottom-color: #f5365c;
21014}
21015
21016.popover-danger.bs-popover-left .arrow::after,
21017.popover-danger.bs-popover-auto[x-placement^=left] .arrow::after {
21018  border-left-color: #f5365c;
21019}
21020
21021.popover-light {
21022  background-color: #adb5bd;
21023}
21024
21025.popover-light .popover-header {
21026  background-color: #adb5bd;
21027  color: #fff;
21028}
21029
21030.popover-light .popover-body {
21031  color: #fff;
21032}
21033
21034.popover-light .popover-header {
21035  border-color: rgba(255, 255, 255, 0.2);
21036}
21037
21038.popover-light.bs-popover-top .arrow::after,
21039.popover-light.bs-popover-auto[x-placement^=top] .arrow::after {
21040  border-top-color: #adb5bd;
21041}
21042
21043.popover-light.bs-popover-right .arrow::after,
21044.popover-light.bs-popover-auto[x-placement^=right] .arrow::after {
21045  border-right-color: #adb5bd;
21046}
21047
21048.popover-light.bs-popover-bottom .arrow::after,
21049.popover-light.bs-popover-auto[x-placement^=bottom] .arrow::after {
21050  border-bottom-color: #adb5bd;
21051}
21052
21053.popover-light.bs-popover-left .arrow::after,
21054.popover-light.bs-popover-auto[x-placement^=left] .arrow::after {
21055  border-left-color: #adb5bd;
21056}
21057
21058.popover-dark {
21059  background-color: #212529;
21060}
21061
21062.popover-dark .popover-header {
21063  background-color: #212529;
21064  color: #fff;
21065}
21066
21067.popover-dark .popover-body {
21068  color: #fff;
21069}
21070
21071.popover-dark .popover-header {
21072  border-color: rgba(255, 255, 255, 0.2);
21073}
21074
21075.popover-dark.bs-popover-top .arrow::after,
21076.popover-dark.bs-popover-auto[x-placement^=top] .arrow::after {
21077  border-top-color: #212529;
21078}
21079
21080.popover-dark.bs-popover-right .arrow::after,
21081.popover-dark.bs-popover-auto[x-placement^=right] .arrow::after {
21082  border-right-color: #212529;
21083}
21084
21085.popover-dark.bs-popover-bottom .arrow::after,
21086.popover-dark.bs-popover-auto[x-placement^=bottom] .arrow::after {
21087  border-bottom-color: #212529;
21088}
21089
21090.popover-dark.bs-popover-left .arrow::after,
21091.popover-dark.bs-popover-auto[x-placement^=left] .arrow::after {
21092  border-left-color: #212529;
21093}
21094
21095.popover-default {
21096  background-color: #172b4d;
21097}
21098
21099.popover-default .popover-header {
21100  background-color: #172b4d;
21101  color: #fff;
21102}
21103
21104.popover-default .popover-body {
21105  color: #fff;
21106}
21107
21108.popover-default .popover-header {
21109  border-color: rgba(255, 255, 255, 0.2);
21110}
21111
21112.popover-default.bs-popover-top .arrow::after,
21113.popover-default.bs-popover-auto[x-placement^=top] .arrow::after {
21114  border-top-color: #172b4d;
21115}
21116
21117.popover-default.bs-popover-right .arrow::after,
21118.popover-default.bs-popover-auto[x-placement^=right] .arrow::after {
21119  border-right-color: #172b4d;
21120}
21121
21122.popover-default.bs-popover-bottom .arrow::after,
21123.popover-default.bs-popover-auto[x-placement^=bottom] .arrow::after {
21124  border-bottom-color: #172b4d;
21125}
21126
21127.popover-default.bs-popover-left .arrow::after,
21128.popover-default.bs-popover-auto[x-placement^=left] .arrow::after {
21129  border-left-color: #172b4d;
21130}
21131
21132.popover-white {
21133  background-color: #fff;
21134}
21135
21136.popover-white .popover-header {
21137  background-color: #fff;
21138  color: #212529;
21139}
21140
21141.popover-white .popover-body {
21142  color: #212529;
21143}
21144
21145.popover-white .popover-header {
21146  border-color: rgba(33, 37, 41, 0.2);
21147}
21148
21149.popover-white.bs-popover-top .arrow::after,
21150.popover-white.bs-popover-auto[x-placement^=top] .arrow::after {
21151  border-top-color: #fff;
21152}
21153
21154.popover-white.bs-popover-right .arrow::after,
21155.popover-white.bs-popover-auto[x-placement^=right] .arrow::after {
21156  border-right-color: #fff;
21157}
21158
21159.popover-white.bs-popover-bottom .arrow::after,
21160.popover-white.bs-popover-auto[x-placement^=bottom] .arrow::after {
21161  border-bottom-color: #fff;
21162}
21163
21164.popover-white.bs-popover-left .arrow::after,
21165.popover-white.bs-popover-auto[x-placement^=left] .arrow::after {
21166  border-left-color: #fff;
21167}
21168
21169.popover-neutral {
21170  background-color: #fff;
21171}
21172
21173.popover-neutral .popover-header {
21174  background-color: #fff;
21175  color: #212529;
21176}
21177
21178.popover-neutral .popover-body {
21179  color: #212529;
21180}
21181
21182.popover-neutral .popover-header {
21183  border-color: rgba(33, 37, 41, 0.2);
21184}
21185
21186.popover-neutral.bs-popover-top .arrow::after,
21187.popover-neutral.bs-popover-auto[x-placement^=top] .arrow::after {
21188  border-top-color: #fff;
21189}
21190
21191.popover-neutral.bs-popover-right .arrow::after,
21192.popover-neutral.bs-popover-auto[x-placement^=right] .arrow::after {
21193  border-right-color: #fff;
21194}
21195
21196.popover-neutral.bs-popover-bottom .arrow::after,
21197.popover-neutral.bs-popover-auto[x-placement^=bottom] .arrow::after {
21198  border-bottom-color: #fff;
21199}
21200
21201.popover-neutral.bs-popover-left .arrow::after,
21202.popover-neutral.bs-popover-auto[x-placement^=left] .arrow::after {
21203  border-left-color: #fff;
21204}
21205
21206.popover-darker {
21207  background-color: black;
21208}
21209
21210.popover-darker .popover-header {
21211  background-color: black;
21212  color: #fff;
21213}
21214
21215.popover-darker .popover-body {
21216  color: #fff;
21217}
21218
21219.popover-darker .popover-header {
21220  border-color: rgba(255, 255, 255, 0.2);
21221}
21222
21223.popover-darker.bs-popover-top .arrow::after,
21224.popover-darker.bs-popover-auto[x-placement^=top] .arrow::after {
21225  border-top-color: black;
21226}
21227
21228.popover-darker.bs-popover-right .arrow::after,
21229.popover-darker.bs-popover-auto[x-placement^=right] .arrow::after {
21230  border-right-color: black;
21231}
21232
21233.popover-darker.bs-popover-bottom .arrow::after,
21234.popover-darker.bs-popover-auto[x-placement^=bottom] .arrow::after {
21235  border-bottom-color: black;
21236}
21237
21238.popover-darker.bs-popover-left .arrow::after,
21239.popover-darker.bs-popover-auto[x-placement^=left] .arrow::after {
21240  border-left-color: black;
21241}
21242
21243.progress-wrapper {
21244  position: relative;
21245  padding-top: 1.5rem;
21246}
21247
21248.progress {
21249  height: 8px;
21250  margin-bottom: 1rem;
21251  overflow: hidden;
21252  border-radius: 0.2rem;
21253  background-color: #e9ecef;
21254  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
21255  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
21256}
21257
21258.progress .sr-only {
21259  width: auto;
21260  height: 20px;
21261  margin: 0 0 0 30px;
21262  left: 0;
21263  clip: auto;
21264  line-height: 20px;
21265  font-size: 13px;
21266}
21267
21268.progress-heading {
21269  font-size: 14px;
21270  font-weight: 500;
21271  margin: 0 0 2px;
21272  padding: 0;
21273}
21274
21275.progress-bar {
21276  box-shadow: none;
21277  border-radius: 0;
21278  height: auto;
21279}
21280
21281.progress-label span {
21282  display: inline-block;
21283  color: #172b4d;
21284  font-size: 0.625rem;
21285  font-weight: 600;
21286  text-transform: uppercase;
21287  padding: 0.25rem 0rem;
21288}
21289
21290.progress-percentage {
21291  text-align: right;
21292}
21293
21294.progress-percentage span {
21295  display: inline-block;
21296  color: #8898aa;
21297  font-size: 0.875rem;
21298  font-weight: 600;
21299}
21300
21301.index-page .progress-wrapper {
21302  padding-top: 1rem;
21303}
21304
21305.index-page .progress-wrapper .progress-label {
21306  position: absolute;
21307  top: auto;
21308  bottom: 10px;
21309}
21310
21311.index-page .progress-wrapper .progress {
21312  margin-bottom: 0;
21313}
21314
21315.section {
21316  position: relative;
21317  padding-top: 4rem;
21318  padding-bottom: 4rem;
21319}
21320
21321.section-xl {
21322  padding-top: 8rem;
21323  padding-bottom: 8rem;
21324}
21325
21326.section-lg {
21327  padding-top: 6rem;
21328  padding-bottom: 6rem;
21329}
21330
21331.section-sm {
21332  padding-top: 2rem;
21333  padding-bottom: 2rem;
21334}
21335
21336@media (min-width: 768px) {
21337  .section-hero {
21338    min-height: 500px;
21339  }
21340}
21341.section-shaped {
21342  position: relative;
21343  overflow: hidden;
21344}
21345
21346.section-shaped.section-hero:before {
21347  top: 680px;
21348}
21349
21350.section-shaped .stars-and-coded {
21351  margin-top: 8rem;
21352}
21353
21354.section-shaped .shape {
21355  position: absolute;
21356  top: 0;
21357  z-index: -1;
21358  width: 100%;
21359  height: 100%;
21360}
21361
21362.section-shaped .shape span {
21363  position: absolute;
21364}
21365
21366.section-shaped .shape + .container {
21367  position: relative;
21368  height: 100%;
21369}
21370
21371.section-shaped .shape.shape-skew + .container {
21372  padding-top: 0;
21373}
21374
21375.section-shaped .shape.shape-skew + .container .col {
21376  margin-top: -100px;
21377}
21378
21379.section-shaped .shape.shape-skew + .shape-container {
21380  padding-top: 18rem;
21381  padding-bottom: 19rem;
21382}
21383
21384.section-shaped .shape-skew {
21385  transform: skewY(-4deg);
21386  transform-origin: 0;
21387}
21388
21389.section-shaped .shape-skew span {
21390  transform: skew(4deg);
21391}
21392
21393.section-shaped .shape-primary {
21394  background: linear-gradient(150deg, #281483 15%, #8f6ed5 70%, #d782d9 94%);
21395}
21396
21397.section-shaped .shape-primary :nth-child(1) {
21398  background: #53f;
21399}
21400
21401.section-shaped .shape-primary :nth-child(2) {
21402  background: #4553ff;
21403}
21404
21405.section-shaped .shape-primary :nth-child(3) {
21406  background: #4f40ff;
21407}
21408
21409.section-shaped .shape-primary :nth-child(4) {
21410  background: #25ddf5;
21411}
21412
21413.section-shaped .shape-primary :nth-child(5) {
21414  background: #1fa2ff;
21415}
21416
21417.section-shaped .shape-default {
21418  background: linear-gradient(150deg, #7795f8 15%, #6772e5 70%, #555abf 94%);
21419}
21420
21421.section-shaped .shape-default :nth-child(1) {
21422  background: #7795f8;
21423}
21424
21425.section-shaped .shape-default :nth-child(2) {
21426  background: #7b9aff;
21427}
21428
21429.section-shaped .shape-default :nth-child(3) {
21430  background: #6f8ff8;
21431}
21432
21433.section-shaped .shape-default :nth-child(4) {
21434  background: #76eea7;
21435}
21436
21437.section-shaped .shape-default :nth-child(5) {
21438  background: #6adaff;
21439}
21440
21441.section-shaped .shape-light {
21442  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%);
21443}
21444
21445.section-shaped .shape-light :nth-child(1) {
21446  background: shapes-light-color("span-1-bg");
21447}
21448
21449.section-shaped .shape-light :nth-child(2) {
21450  background: shapes-light-color("span-2-bg");
21451}
21452
21453.section-shaped .shape-light :nth-child(3) {
21454  background: shapes-light-color("span-3-bg");
21455}
21456
21457.section-shaped .shape-light :nth-child(4) {
21458  background: shapes-light-color("span-4-bg");
21459}
21460
21461.section-shaped .shape-light :nth-child(5) {
21462  background: shapes-light-color("span-5-bg");
21463}
21464
21465.section-shaped .shape-dark {
21466  background: linear-gradient(150deg, #32325d 15%, #32325d 70%, #32325d 94%);
21467}
21468
21469.section-shaped .shape-dark :nth-child(1) {
21470  background: #2e2e57;
21471}
21472
21473.section-shaped .shape-dark :nth-child(2) {
21474  background: #2b2b58;
21475}
21476
21477.section-shaped .shape-dark :nth-child(3) {
21478  background: #25254d;
21479}
21480
21481.section-shaped .shape-dark :nth-child(4) {
21482  background: #d782d9;
21483}
21484
21485.section-shaped .shape-dark :nth-child(5) {
21486  background: #008169;
21487}
21488
21489.section-shaped .shape-style-1 span {
21490  height: 120px;
21491  width: 120px;
21492  border-radius: 50%;
21493}
21494
21495.section-shaped .shape-style-1 .span-200 {
21496  height: 200px;
21497  width: 200px;
21498}
21499
21500.section-shaped .shape-style-1 .span-150 {
21501  height: 150px;
21502  width: 150px;
21503}
21504
21505.section-shaped .shape-style-1 .span-100 {
21506  height: 100px;
21507  width: 100px;
21508}
21509
21510.section-shaped .shape-style-1 .span-75 {
21511  height: 75px;
21512  width: 75px;
21513}
21514
21515.section-shaped .shape-style-1 .span-50 {
21516  height: 50px;
21517  width: 50px;
21518}
21519
21520.section-shaped .shape-style-1 :nth-child(1) {
21521  left: -4%;
21522  bottom: auto;
21523  background: rgba(255, 255, 255, 0.1);
21524}
21525
21526.section-shaped .shape-style-1 :nth-child(2) {
21527  right: 4%;
21528  top: 10%;
21529  background: rgba(255, 255, 255, 0.1);
21530}
21531
21532.section-shaped .shape-style-1 :nth-child(3) {
21533  top: 280px;
21534  right: 5.66666%;
21535  background: rgba(255, 255, 255, 0.3);
21536}
21537
21538.section-shaped .shape-style-1 :nth-child(4) {
21539  top: 320px;
21540  right: 7%;
21541  background: rgba(255, 255, 255, 0.15);
21542}
21543
21544.section-shaped .shape-style-1 :nth-child(5) {
21545  top: 38%;
21546  left: 1%;
21547  right: auto;
21548  background: rgba(255, 255, 255, 0.05);
21549}
21550
21551.section-shaped .shape-style-1 :nth-child(6) {
21552  width: 200px;
21553  height: 200px;
21554  top: 44%;
21555  left: 10%;
21556  right: auto;
21557  background: rgba(255, 255, 255, 0.15);
21558}
21559
21560.section-shaped .shape-style-1 :nth-child(7) {
21561  bottom: 50%;
21562  right: 36%;
21563  background: rgba(255, 255, 255, 0.04);
21564}
21565
21566.section-shaped .shape-style-1 :nth-child(8) {
21567  bottom: 70px;
21568  right: 2%;
21569  background: rgba(255, 255, 255, 0.2);
21570}
21571
21572.section-shaped .shape-style-1 :nth-child(9) {
21573  bottom: 1%;
21574  right: 2%;
21575  background: rgba(255, 255, 255, 0.1);
21576}
21577
21578.section-shaped .shape-style-1 :nth-child(10) {
21579  bottom: 1%;
21580  left: 1%;
21581  right: auto;
21582  background: rgba(255, 255, 255, 0.05);
21583}
21584
21585@media (max-width: 991.98px) {
21586  .section-shaped .shape-style-1 span {
21587    height: 120px;
21588  }
21589}
21590@media (max-width: 767.98px) {
21591  .section-shaped .shape-style-1 span {
21592    height: 90px;
21593  }
21594}
21595.section-shaped .shape-style-1.shape-primary {
21596  background: linear-gradient(150deg, #281483 15%, #8f6ed5 70%, #d782d9 94%);
21597}
21598
21599.section-shaped .shape-style-1.shape-default {
21600  background: linear-gradient(150deg, #7795f8 15%, #6772e5 70%, #555abf 94%);
21601}
21602
21603.section-shaped .shape-style-1.shape-light {
21604  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%);
21605}
21606
21607.section-shaped .shape-style-1.shape-dark {
21608  background: linear-gradient(150deg, #32325d 15%, #32325d 70%, #32325d 94%);
21609}
21610
21611.section-shaped .shape-style-2 span {
21612  height: 190px;
21613}
21614
21615.section-shaped .shape-style-2 .span-sm {
21616  height: 100px;
21617}
21618
21619.section-shaped .shape-style-2 :nth-child(1) {
21620  width: 33.33333%;
21621  top: 0;
21622  left: -16.66666%;
21623}
21624
21625.section-shaped .shape-style-2 :nth-child(2) {
21626  width: 33.33333%;
21627  top: 0;
21628  left: 16.66666%;
21629  right: auto;
21630}
21631
21632.section-shaped .shape-style-2 :nth-child(3) {
21633  width: 33.33333%;
21634  left: 49.99999%;
21635  bottom: auto;
21636}
21637
21638.section-shaped .shape-style-2 :nth-child(4) {
21639  width: 33.33333%;
21640  top: 55%;
21641  right: -16.66666%;
21642}
21643
21644.section-shaped .shape-style-2 :nth-child(5) {
21645  width: 33.33333%;
21646  bottom: 0;
21647}
21648
21649@media (max-width: 991.98px) {
21650  .section-shaped .shape-style-2 span {
21651    height: 120px;
21652  }
21653}
21654@media (max-width: 767.98px) {
21655  .section-shaped .shape-style-2 span {
21656    height: 90px;
21657  }
21658}
21659.section-shaped .shape-style-3 span {
21660  height: 140px;
21661}
21662
21663.section-shaped .shape-style-3 .span-sm {
21664  height: 100px;
21665}
21666
21667.section-shaped .shape-style-3 :nth-child(1) {
21668  width: 66%;
21669  left: -16.66666%;
21670  bottom: auto;
21671}
21672
21673.section-shaped .shape-style-3 :nth-child(2) {
21674  width: 40%;
21675  top: 54%;
21676  right: -16.66666%;
21677}
21678
21679.section-shaped .shape-style-3 :nth-child(3) {
21680  width: 33.33333%;
21681  top: 34%;
21682  left: -16.66666%;
21683  right: auto;
21684}
21685
21686.section-shaped .shape-style-3 :nth-child(4) {
21687  width: 60%;
21688  bottom: 0;
21689  right: -16.66666%;
21690  opacity: 0.6;
21691}
21692
21693.section-shaped .shape-style-3 :nth-child(5) {
21694  width: 33.33333%;
21695  bottom: 0;
21696}
21697
21698@media (max-width: 991.98px) {
21699  .section-shaped .shape-style-3 span {
21700    height: 120px;
21701  }
21702}
21703@media (max-width: 767.98px) {
21704  .section-shaped .shape-style-3 span {
21705    height: 90px;
21706  }
21707}
21708.device-ill {
21709  pointer-events: none;
21710  position: absolute;
21711  display: flex;
21712  width: 1287px;
21713  left: 50%;
21714  margin-left: -644px;
21715  transform: scale(0.5) rotate(-12deg) translateX(50px);
21716  transform-origin: 50% 20%;
21717  will-change: transform;
21718}
21719
21720.device-ill div {
21721  display: flex;
21722  justify-content: center;
21723  align-items: center;
21724  border-radius: 0.25rem;
21725  padding: 0.875rem;
21726  background: #fff;
21727  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);
21728}
21729
21730.device-ill .tablet-landscape {
21731  width: 512px;
21732  height: 352px;
21733  margin: 115px 50px 0;
21734}
21735
21736@media (min-width: 670px) {
21737  .device-ill {
21738    flex-wrap: wrap;
21739    width: 512px;
21740    margin-left: -50px;
21741    top: 215px;
21742    transform: rotate(-12deg);
21743    transform-origin: 100% 0;
21744  }
21745
21746  .device-ill [class^=tablet] {
21747    margin: 0;
21748  }
21749
21750  .device-ill .tablet-landscape {
21751    width: 512px;
21752    height: 352px;
21753  }
21754}
21755@media (min-width: 880px) {
21756  .device-ill {
21757    width: 829px;
21758    margin-left: -10px;
21759    top: 20px;
21760  }
21761
21762  .device-ill .tablet-landscape {
21763    align-self: flex-end;
21764    margin-right: 50px;
21765  }
21766
21767  .device-ill .phone-big {
21768    display: flex;
21769    width: 267px;
21770    height: 553px;
21771  }
21772}
21773.section-profile-cover {
21774  height: 580px;
21775  background-size: cover;
21776  background-position: center center;
21777}
21778
21779@media (max-width: 991.98px) {
21780  .section-profile-cover {
21781    height: 400px;
21782  }
21783}
21784.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 {
21785  margin-top: 0.5rem;
21786}
21787
21788.section-components > .nav + .nav, .leftsidebar .leftsidebar .section-components > ul + .nav, .leftsidebar .leftsidebar .section-components > .nav + ul, .leftsidebar .leftsidebar .section-components > ul + ul,
21789.section-components > .alert + .alert,
21790.section-components > .navbar + .navbar,
21791.section-components > .progress + .progress,
21792.section-components > .progress + .btn,
21793.section-components .badge,
21794.section-components .btn,
21795.section-components #dw__login button,
21796#dw__login .section-components button,
21797.section-components .qq-upload-button,
21798.section-components .toggleAssistant,
21799.section-components .doku_form .no button,
21800.doku_form .no .section-components button,
21801.section-components #tool__bar button,
21802#tool__bar .section-components button,
21803.section-components #dokuwiki__content .editButtons button,
21804#dokuwiki__content .editButtons .section-components button,
21805.section-components #dokuwiki__content #page__revisions button,
21806#dokuwiki__content #page__revisions .section-components button,
21807.section-components #dokuwiki__content .secedit button,
21808#dokuwiki__content .secedit .section-components button,
21809.section-components button {
21810  margin-top: 0.5rem;
21811  margin-bottom: 0.5rem;
21812}
21813
21814.section-components .btn-group {
21815  margin-top: 0.5rem;
21816  margin-bottom: 0.5rem;
21817}
21818
21819.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 {
21820  margin: 0;
21821}
21822
21823.section-components .alert {
21824  margin: 0;
21825}
21826
21827.section-components .alert + .alert {
21828  margin-top: 1.25rem;
21829}
21830
21831.section-components .badge {
21832  margin-right: 0.1rem;
21833}
21834
21835.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 {
21836  margin: 0;
21837}
21838
21839/* .floating-cards {
21840     perspective:1500px;
21841     position:relative;
21842     align-items:center
21843}
21844
21845.floating-cards > div {
21846     position:absolute;
21847     -ms-flex-negative:0;
21848     flex-shrink:0;
21849     border-radius:8px;
21850     overflow:hidden
21851}
21852.floating-cards .shine {
21853     position:absolute;
21854     left:0;
21855     right:0;
21856     top:0;
21857     bottom:0;
21858     pointer-events:none
21859}
21860*/
21861.separator {
21862  position: absolute;
21863  top: auto;
21864  left: 0;
21865  right: 0;
21866  width: 100%;
21867  height: 150px;
21868  z-index: 1;
21869  transform: translateZ(0);
21870  overflow: hidden;
21871  pointer-events: none;
21872}
21873
21874.separator svg {
21875  position: absolute;
21876  pointer-events: none;
21877}
21878
21879.separator-top {
21880  top: 0;
21881  bottom: auto;
21882}
21883
21884.separator-top svg {
21885  top: 0;
21886}
21887
21888.separator-bottom {
21889  top: auto;
21890  bottom: 0;
21891}
21892
21893.separator-bottom svg {
21894  bottom: 0;
21895}
21896
21897.separator-inverse {
21898  transform: rotate(180deg);
21899}
21900
21901.separator-skew {
21902  height: 80px;
21903}
21904
21905@media (max-width: 991.98px) {
21906  .separator-skew {
21907    z-index: 0;
21908  }
21909}
21910.mt-md,
21911.my-md {
21912  margin-top: 4rem !important;
21913}
21914
21915.mr-md,
21916.mx-md {
21917  margin-right: 4rem !important;
21918}
21919
21920.mb-md,
21921.my-md {
21922  margin-bottom: 4rem !important;
21923}
21924
21925.ml-md,
21926.mx-md {
21927  margin-left: 4rem !important;
21928}
21929
21930.m-lg {
21931  margin: 6rem !important;
21932}
21933
21934.mt-lg,
21935.my-lg {
21936  margin-top: 6rem !important;
21937}
21938
21939.mr-lg,
21940.mx-lg {
21941  margin-right: 6rem !important;
21942}
21943
21944.mb-lg,
21945.my-lg {
21946  margin-bottom: 6rem !important;
21947}
21948
21949.ml-lg,
21950.mx-lg {
21951  margin-left: 6rem !important;
21952}
21953
21954.m-xl {
21955  margin: 8rem !important;
21956}
21957
21958.mt-xl,
21959.my-xl {
21960  margin-top: 8rem !important;
21961}
21962
21963.mr-xl,
21964.mx-xl {
21965  margin-right: 8rem !important;
21966}
21967
21968.mb-xl,
21969.my-xl {
21970  margin-bottom: 8rem !important;
21971}
21972
21973.ml-xl,
21974.mx-xl {
21975  margin-left: 8rem !important;
21976}
21977
21978.pt-lg,
21979.py-lg {
21980  padding-top: 6rem !important;
21981}
21982
21983.pr-lg,
21984.px-lg {
21985  padding-right: 6rem !important;
21986}
21987
21988.pb-lg,
21989.py-lg {
21990  padding-bottom: 6rem !important;
21991}
21992
21993.pl-lg,
21994.px-lg {
21995  padding-left: 6rem !important;
21996}
21997
21998.p-xl {
21999  padding: 8rem !important;
22000}
22001
22002.pt-xl,
22003.py-xl {
22004  padding-top: 8rem !important;
22005}
22006
22007.pr-xl,
22008.px-xl {
22009  padding-right: 8rem !important;
22010}
22011
22012.pb-xl,
22013.py-xl {
22014  padding-bottom: 8rem !important;
22015}
22016
22017.pl-xl,
22018.px-xl {
22019  padding-left: 8rem !important;
22020}
22021
22022.m-auto {
22023  margin: auto !important;
22024}
22025
22026.mt-auto,
22027.my-auto {
22028  margin-top: auto !important;
22029}
22030
22031.mr-auto,
22032.mx-auto {
22033  margin-right: auto !important;
22034}
22035
22036.mb-auto,
22037.my-auto {
22038  margin-bottom: auto !important;
22039}
22040
22041.ml-auto,
22042.mx-auto {
22043  margin-left: auto !important;
22044}
22045
22046p {
22047  font-size: 1rem;
22048  font-weight: 300;
22049  line-height: 1.7;
22050}
22051
22052.lead {
22053  font-size: 1.25rem;
22054  font-weight: 300;
22055  line-height: 1.7;
22056  margin-top: 1.5rem;
22057}
22058
22059.lead + .btn-wrapper {
22060  margin-top: 3rem;
22061}
22062
22063.description {
22064  font-size: 0.875rem;
22065}
22066
22067.heading {
22068  letter-spacing: 0.025em;
22069  font-size: 0.95rem;
22070  text-transform: uppercase;
22071  font-weight: 400;
22072}
22073
22074.heading-title {
22075  letter-spacing: 0.025em;
22076  font-size: 1.375rem;
22077  font-weight: 600;
22078  text-transform: uppercase;
22079}
22080
22081.heading-section {
22082  letter-spacing: 0.025em;
22083  font-size: 1.375rem;
22084  font-weight: 600;
22085  text-transform: uppercase;
22086}
22087
22088.heading-section img {
22089  display: block;
22090  width: 72px;
22091  height: 72px;
22092  margin-bottom: 1.5rem;
22093}
22094
22095.heading-section.text-center img {
22096  margin-left: auto;
22097  margin-right: auto;
22098}
22099
22100.display-1 span,
22101.display-2 span,
22102.display-3 span,
22103.display-4 span {
22104  display: block;
22105  font-weight: 300;
22106}
22107
22108article h4:not(:first-child),
22109article h5:not(:first-child) {
22110  margin-top: 3rem;
22111}
22112
22113article h4,
22114article h5 {
22115  margin-bottom: 1.5rem;
22116}
22117
22118article figure {
22119  margin: 3rem 0;
22120}
22121
22122article h5 + figure {
22123  margin-top: 0;
22124}
22125
22126/* flatpickr v4.5.7, @license MIT */
22127.flatpickr-calendar {
22128  background: transparent;
22129  opacity: 0;
22130  display: none;
22131  text-align: center;
22132  visibility: hidden;
22133  padding: 0;
22134  -webkit-animation: none;
22135  animation: none;
22136  direction: ltr;
22137  border: 0;
22138  font-size: 14px;
22139  line-height: 24px;
22140  border-radius: 5px;
22141  position: absolute;
22142  width: 307.875px;
22143  -webkit-box-sizing: border-box;
22144  box-sizing: border-box;
22145  -ms-touch-action: manipulation;
22146  touch-action: manipulation;
22147  background: #fff;
22148  -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);
22149  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);
22150}
22151
22152.flatpickr-calendar.open,
22153.flatpickr-calendar.inline {
22154  opacity: 1;
22155  max-height: 640px;
22156  visibility: visible;
22157}
22158
22159.flatpickr-calendar.open {
22160  display: inline-block;
22161  z-index: 99999;
22162}
22163
22164.flatpickr-calendar.animate.open {
22165  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
22166  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
22167  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
22168}
22169
22170.flatpickr-calendar.inline {
22171  display: block;
22172  position: relative;
22173  top: 2px;
22174}
22175
22176.flatpickr-calendar.static {
22177  position: absolute;
22178  top: calc(100% + 2px);
22179}
22180
22181.flatpickr-calendar.static.open {
22182  z-index: 999;
22183  display: block;
22184}
22185
22186.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
22187  -webkit-box-shadow: none !important;
22188  box-shadow: none !important;
22189}
22190
22191.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
22192  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
22193  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
22194}
22195
22196.flatpickr-calendar .hasWeeks .dayContainer,
22197.flatpickr-calendar .hasTime .dayContainer {
22198  border-bottom: 0;
22199  border-bottom-right-radius: 0;
22200  border-bottom-left-radius: 0;
22201}
22202
22203.flatpickr-calendar .hasWeeks .dayContainer {
22204  border-left: 0;
22205}
22206
22207.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
22208  height: 40px;
22209  border-top: 1px solid #e6e6e6;
22210}
22211
22212.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
22213  height: auto;
22214}
22215
22216.flatpickr-calendar:before {
22217  background: #fff;
22218  box-shadow: none;
22219  content: "";
22220  display: block;
22221  height: 16px;
22222  width: 16px;
22223  left: 5px;
22224  position: absolute;
22225  bottom: 100%;
22226  transform: rotate(-45deg) translateY(1rem);
22227  z-index: -5;
22228  border-radius: 0.2rem;
22229}
22230
22231.flatpickr-calendar.rightMost:before,
22232.flatpickr-calendar.rightMost:after {
22233  left: auto;
22234  right: 22px;
22235}
22236
22237.flatpickr-calendar:before {
22238  border-width: 5px;
22239  margin: 0 -5px;
22240}
22241
22242.flatpickr-calendar:after {
22243  border-width: 4px;
22244  margin: 0 -4px;
22245}
22246
22247.flatpickr-calendar.arrowTop:before,
22248.flatpickr-calendar.arrowTop:after {
22249  bottom: 100%;
22250}
22251
22252.flatpickr-calendar.arrowTop:before {
22253  border-bottom-color: #e6e6e6;
22254}
22255
22256.flatpickr-calendar.arrowTop:after {
22257  border-bottom-color: #fff;
22258}
22259
22260.flatpickr-calendar.arrowBottom:before,
22261.flatpickr-calendar.arrowBottom:after {
22262  top: 100%;
22263}
22264
22265.flatpickr-calendar.arrowBottom:before {
22266  border-top-color: #e6e6e6;
22267}
22268
22269.flatpickr-calendar.arrowBottom:after {
22270  border-top-color: #fff;
22271}
22272
22273.flatpickr-calendar:focus {
22274  outline: 0;
22275}
22276
22277.flatpickr-wrapper {
22278  position: relative;
22279  display: inline-block;
22280}
22281
22282.flatpickr-months {
22283  display: -webkit-box;
22284  display: -webkit-flex;
22285  display: -ms-flexbox;
22286  display: flex;
22287}
22288
22289.flatpickr-months .flatpickr-month {
22290  background: transparent;
22291  color: rgba(0, 0, 0, 0.9);
22292  fill: rgba(0, 0, 0, 0.9);
22293  height: 28px;
22294  line-height: 1;
22295  text-align: center;
22296  position: relative;
22297  -webkit-user-select: none;
22298  -moz-user-select: none;
22299  -ms-user-select: none;
22300  user-select: none;
22301  overflow: hidden;
22302  -webkit-box-flex: 1;
22303  -webkit-flex: 1;
22304  -ms-flex: 1;
22305  flex: 1;
22306}
22307
22308.flatpickr-months .flatpickr-prev-month,
22309.flatpickr-months .flatpickr-next-month {
22310  text-decoration: none;
22311  cursor: pointer;
22312  position: absolute;
22313  top: 0px;
22314  line-height: 16px;
22315  height: 28px;
22316  padding: 10px;
22317  z-index: 3;
22318  color: rgba(0, 0, 0, 0.9);
22319  fill: rgba(0, 0, 0, 0.9);
22320}
22321
22322.flatpickr-months .flatpickr-prev-month.disabled,
22323.flatpickr-months .flatpickr-next-month.disabled {
22324  display: none;
22325}
22326
22327.flatpickr-months .flatpickr-prev-month i,
22328.flatpickr-months .flatpickr-next-month i {
22329  position: relative;
22330}
22331
22332.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
22333.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
22334  /*
22335      /*rtl:begin:ignore*/
22336  /*
22337      */
22338  left: 0;
22339  /*
22340      /*rtl:end:ignore*/
22341  /*
22342      */
22343}
22344
22345/*
22346      /*rtl:begin:ignore*/
22347/*
22348      /*rtl:end:ignore*/
22349.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
22350.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
22351  /*
22352      /*rtl:begin:ignore*/
22353  /*
22354      */
22355  right: 0;
22356  /*
22357      /*rtl:end:ignore*/
22358  /*
22359      */
22360}
22361
22362/*
22363      /*rtl:begin:ignore*/
22364/*
22365      /*rtl:end:ignore*/
22366.flatpickr-months .flatpickr-prev-month:hover,
22367.flatpickr-months .flatpickr-next-month:hover {
22368  color: #959ea9;
22369}
22370
22371.flatpickr-months .flatpickr-prev-month:hover svg,
22372.flatpickr-months .flatpickr-next-month:hover svg {
22373  fill: #f64747;
22374}
22375
22376.flatpickr-months .flatpickr-prev-month svg,
22377.flatpickr-months .flatpickr-next-month svg {
22378  width: 14px;
22379  height: 14px;
22380}
22381
22382.flatpickr-months .flatpickr-prev-month svg path,
22383.flatpickr-months .flatpickr-next-month svg path {
22384  -webkit-transition: fill 0.1s;
22385  transition: fill 0.1s;
22386  fill: inherit;
22387}
22388
22389.numInputWrapper {
22390  position: relative;
22391  height: auto;
22392}
22393
22394.numInputWrapper input,
22395.numInputWrapper span {
22396  display: inline-block;
22397}
22398
22399.numInputWrapper input {
22400  width: 100%;
22401}
22402
22403.numInputWrapper input::-ms-clear {
22404  display: none;
22405}
22406
22407.numInputWrapper input::-webkit-outer-spin-button,
22408.numInputWrapper input::-webkit-inner-spin-button {
22409  margin: 0;
22410  -webkit-appearance: none;
22411}
22412
22413.numInputWrapper span {
22414  position: absolute;
22415  right: 0;
22416  width: 14px;
22417  padding: 0 4px 0 2px;
22418  height: 50%;
22419  line-height: 50%;
22420  opacity: 0;
22421  cursor: pointer;
22422  border: 1px solid rgba(57, 57, 57, 0.15);
22423  -webkit-box-sizing: border-box;
22424  box-sizing: border-box;
22425}
22426
22427.numInputWrapper span:hover {
22428  background: rgba(0, 0, 0, 0.1);
22429}
22430
22431.numInputWrapper span:active {
22432  background: rgba(0, 0, 0, 0.2);
22433}
22434
22435.numInputWrapper span:after {
22436  display: block;
22437  content: "";
22438  position: absolute;
22439}
22440
22441.numInputWrapper span.arrowUp {
22442  top: -3px;
22443  border-bottom: 0;
22444}
22445
22446.numInputWrapper span.arrowUp:after {
22447  border-left: 4px solid transparent;
22448  border-right: 4px solid transparent;
22449  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
22450  top: 26%;
22451}
22452
22453.numInputWrapper span.arrowDown {
22454  top: 37%;
22455}
22456
22457.numInputWrapper span.arrowDown:after {
22458  border-left: 4px solid transparent;
22459  border-right: 4px solid transparent;
22460  border-top: 4px solid rgba(57, 57, 57, 0.6);
22461  top: 40%;
22462}
22463
22464.numInputWrapper span svg {
22465  width: inherit;
22466  height: auto;
22467}
22468
22469.numInputWrapper span svg path {
22470  fill: rgba(0, 0, 0, 0.5);
22471}
22472
22473.numInputWrapper:hover {
22474  background: rgba(0, 0, 0, 0.05);
22475}
22476
22477.numInputWrapper:hover span {
22478  opacity: 1;
22479}
22480
22481.flatpickr-current-month {
22482  font-size: 135%;
22483  line-height: inherit;
22484  font-weight: 300;
22485  color: inherit;
22486  position: absolute;
22487  width: 75%;
22488  left: 12.5%;
22489  padding: 6.16px 0 0 0;
22490  line-height: 1;
22491  height: 28px;
22492  display: inline-block;
22493  text-align: center;
22494  -webkit-transform: translate3d(0px, 0px, 0px);
22495  transform: translate3d(0px, 0px, 0px);
22496  line-height: 20px;
22497}
22498
22499.flatpickr-current-month span.cur-month {
22500  font-family: inherit;
22501  font-weight: 700;
22502  color: inherit;
22503  display: inline-block;
22504  margin-left: 0.5ch;
22505  padding: 0;
22506}
22507
22508.flatpickr-current-month span.cur-month:hover {
22509  background: rgba(0, 0, 0, 0.05);
22510}
22511
22512.flatpickr-current-month .numInputWrapper {
22513  width: 6ch;
22514  width: 7ch\0 ;
22515  display: inline-block;
22516}
22517
22518.flatpickr-current-month .numInputWrapper span.arrowUp:after {
22519  border-bottom-color: rgba(0, 0, 0, 0.9);
22520}
22521
22522.flatpickr-current-month .numInputWrapper span.arrowDown:after {
22523  border-top-color: rgba(0, 0, 0, 0.9);
22524}
22525
22526.flatpickr-current-month input.cur-year {
22527  background: transparent;
22528  -webkit-box-sizing: border-box;
22529  box-sizing: border-box;
22530  color: inherit;
22531  cursor: text;
22532  padding: 0 0 0 0.5ch;
22533  margin: 0;
22534  display: inline-block;
22535  font-size: inherit;
22536  font-family: inherit;
22537  font-weight: 300;
22538  line-height: inherit;
22539  height: auto;
22540  border: 0;
22541  border-radius: 0;
22542  vertical-align: initial;
22543  -webkit-appearance: textfield;
22544  -moz-appearance: textfield;
22545  appearance: textfield;
22546}
22547
22548.flatpickr-current-month input.cur-year:focus {
22549  outline: 0;
22550}
22551
22552.flatpickr-current-month input.cur-year[disabled],
22553.flatpickr-current-month input.cur-year[disabled]:hover {
22554  font-size: 100%;
22555  color: rgba(0, 0, 0, 0.5);
22556  background: transparent;
22557  pointer-events: none;
22558}
22559
22560.flatpickr-weekdays {
22561  background: transparent;
22562  text-align: center;
22563  overflow: hidden;
22564  width: 100%;
22565  display: -webkit-box;
22566  display: -webkit-flex;
22567  display: -ms-flexbox;
22568  display: flex;
22569  -webkit-box-align: center;
22570  -webkit-align-items: center;
22571  -ms-flex-align: center;
22572  align-items: center;
22573  height: 28px;
22574}
22575
22576.flatpickr-weekdays .flatpickr-weekdaycontainer {
22577  display: -webkit-box;
22578  display: -webkit-flex;
22579  display: -ms-flexbox;
22580  display: flex;
22581  -webkit-box-flex: 1;
22582  -webkit-flex: 1;
22583  -ms-flex: 1;
22584  flex: 1;
22585}
22586
22587span.flatpickr-weekday {
22588  cursor: default;
22589  font-size: 90%;
22590  background: transparent;
22591  color: rgba(0, 0, 0, 0.54);
22592  line-height: 1;
22593  margin: 0;
22594  text-align: center;
22595  display: block;
22596  -webkit-box-flex: 1;
22597  -webkit-flex: 1;
22598  -ms-flex: 1;
22599  flex: 1;
22600  font-weight: bolder;
22601}
22602
22603.dayContainer,
22604.flatpickr-weeks {
22605  padding: 1px 0 0 0;
22606}
22607
22608.flatpickr-days {
22609  position: relative;
22610  overflow: hidden;
22611  display: -webkit-box;
22612  display: -webkit-flex;
22613  display: -ms-flexbox;
22614  display: flex;
22615  -webkit-box-align: start;
22616  -webkit-align-items: flex-start;
22617  -ms-flex-align: start;
22618  align-items: flex-start;
22619  width: 307.875px;
22620}
22621
22622.flatpickr-days:focus {
22623  outline: 0;
22624}
22625
22626.dayContainer {
22627  padding: 0;
22628  outline: 0;
22629  text-align: left;
22630  width: 307.875px;
22631  min-width: 307.875px;
22632  max-width: 307.875px;
22633  -webkit-box-sizing: border-box;
22634  box-sizing: border-box;
22635  display: inline-block;
22636  display: -ms-flexbox;
22637  display: -webkit-box;
22638  display: -webkit-flex;
22639  display: flex;
22640  -webkit-flex-wrap: wrap;
22641  flex-wrap: wrap;
22642  -ms-flex-wrap: wrap;
22643  -ms-flex-pack: justify;
22644  -webkit-justify-content: space-around;
22645  justify-content: space-around;
22646  -webkit-transform: translate3d(0px, 0px, 0px);
22647  transform: translate3d(0px, 0px, 0px);
22648  opacity: 1;
22649}
22650
22651.dayContainer + .dayContainer {
22652  -webkit-box-shadow: -1px 0 0 #e6e6e6;
22653  box-shadow: -1px 0 0 #e6e6e6;
22654}
22655
22656.flatpickr-day {
22657  background: none;
22658  border: 1px solid transparent;
22659  border-radius: 150px;
22660  -webkit-box-sizing: border-box;
22661  box-sizing: border-box;
22662  color: #393939;
22663  cursor: pointer;
22664  font-weight: 400;
22665  width: 14.2857143%;
22666  -webkit-flex-basis: 14.2857143%;
22667  -ms-flex-preferred-size: 14.2857143%;
22668  flex-basis: 14.2857143%;
22669  max-width: 39px;
22670  height: 39px;
22671  line-height: 39px;
22672  margin: 0;
22673  display: inline-block;
22674  position: relative;
22675  -webkit-box-pack: center;
22676  -webkit-justify-content: center;
22677  -ms-flex-pack: center;
22678  justify-content: center;
22679  text-align: center;
22680}
22681
22682.flatpickr-day.inRange,
22683.flatpickr-day.prevMonthDay.inRange,
22684.flatpickr-day.nextMonthDay.inRange,
22685.flatpickr-day.today.inRange,
22686.flatpickr-day.prevMonthDay.today.inRange,
22687.flatpickr-day.nextMonthDay.today.inRange,
22688.flatpickr-day:hover,
22689.flatpickr-day.prevMonthDay:hover,
22690.flatpickr-day.nextMonthDay:hover,
22691.flatpickr-day:focus,
22692.flatpickr-day.prevMonthDay:focus,
22693.flatpickr-day.nextMonthDay:focus {
22694  cursor: pointer;
22695  outline: 0;
22696  background: #e6e6e6;
22697  border-color: #e6e6e6;
22698}
22699
22700.flatpickr-day.today {
22701  border-color: #959ea9;
22702  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
22703}
22704
22705.flatpickr-day.today:hover,
22706.flatpickr-day.today:focus {
22707  border-color: #959ea9;
22708  background: #959ea9;
22709  color: #fff;
22710}
22711
22712.flatpickr-day.selected,
22713.flatpickr-day.startRange,
22714.flatpickr-day.endRange,
22715.flatpickr-day.selected.inRange,
22716.flatpickr-day.startRange.inRange,
22717.flatpickr-day.endRange.inRange,
22718.flatpickr-day.selected:focus,
22719.flatpickr-day.startRange:focus,
22720.flatpickr-day.endRange:focus,
22721.flatpickr-day.selected:hover,
22722.flatpickr-day.startRange:hover,
22723.flatpickr-day.endRange:hover,
22724.flatpickr-day.selected.prevMonthDay,
22725.flatpickr-day.startRange.prevMonthDay,
22726.flatpickr-day.endRange.prevMonthDay,
22727.flatpickr-day.selected.nextMonthDay,
22728.flatpickr-day.startRange.nextMonthDay,
22729.flatpickr-day.endRange.nextMonthDay {
22730  background: #569ff7;
22731  -webkit-box-shadow: none;
22732  box-shadow: none;
22733  color: #fff;
22734  border-color: #569ff7;
22735}
22736
22737.flatpickr-day.selected.startRange,
22738.flatpickr-day.startRange.startRange,
22739.flatpickr-day.endRange.startRange {
22740  border-radius: 50px 0 0 50px;
22741}
22742
22743.flatpickr-day.selected.endRange,
22744.flatpickr-day.startRange.endRange,
22745.flatpickr-day.endRange.endRange {
22746  border-radius: 0 50px 50px 0;
22747}
22748
22749.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
22750.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
22751.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
22752  -webkit-box-shadow: -10px 0 0 #569ff7;
22753  box-shadow: -10px 0 0 #569ff7;
22754}
22755
22756.flatpickr-day.selected.startRange.endRange,
22757.flatpickr-day.startRange.startRange.endRange,
22758.flatpickr-day.endRange.startRange.endRange {
22759  border-radius: 50px;
22760}
22761
22762.flatpickr-day.inRange {
22763  border-radius: 0;
22764  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
22765  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
22766}
22767
22768.flatpickr-day.disabled,
22769.flatpickr-day.disabled:hover,
22770.flatpickr-day.prevMonthDay,
22771.flatpickr-day.nextMonthDay,
22772.flatpickr-day.notAllowed,
22773.flatpickr-day.notAllowed.prevMonthDay,
22774.flatpickr-day.notAllowed.nextMonthDay {
22775  color: rgba(57, 57, 57, 0.3);
22776  background: transparent;
22777  border-color: transparent;
22778  cursor: default;
22779}
22780
22781.flatpickr-day.disabled,
22782.flatpickr-day.disabled:hover {
22783  cursor: not-allowed;
22784  color: rgba(57, 57, 57, 0.1);
22785}
22786
22787.flatpickr-day.week.selected {
22788  border-radius: 0;
22789  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
22790  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
22791}
22792
22793.flatpickr-day.hidden {
22794  visibility: hidden;
22795}
22796
22797.rangeMode .flatpickr-day {
22798  margin-top: 1px;
22799}
22800
22801.flatpickr-weekwrapper {
22802  display: inline-block;
22803  float: left;
22804}
22805
22806.flatpickr-weekwrapper .flatpickr-weeks {
22807  padding: 0 12px;
22808  -webkit-box-shadow: 1px 0 0 #e6e6e6;
22809  box-shadow: 1px 0 0 #e6e6e6;
22810}
22811
22812.flatpickr-weekwrapper .flatpickr-weekday {
22813  float: none;
22814  width: 100%;
22815  line-height: 28px;
22816}
22817
22818.flatpickr-weekwrapper span.flatpickr-day,
22819.flatpickr-weekwrapper span.flatpickr-day:hover {
22820  display: block;
22821  width: 100%;
22822  max-width: none;
22823  color: rgba(57, 57, 57, 0.3);
22824  background: transparent;
22825  cursor: default;
22826  border: none;
22827}
22828
22829.flatpickr-innerContainer {
22830  display: block;
22831  display: -webkit-box;
22832  display: -webkit-flex;
22833  display: -ms-flexbox;
22834  display: flex;
22835  -webkit-box-sizing: border-box;
22836  box-sizing: border-box;
22837  overflow: hidden;
22838}
22839
22840.flatpickr-rContainer {
22841  display: inline-block;
22842  padding: 0;
22843  -webkit-box-sizing: border-box;
22844  box-sizing: border-box;
22845}
22846
22847.flatpickr-time {
22848  text-align: center;
22849  outline: 0;
22850  display: block;
22851  height: 0;
22852  line-height: 40px;
22853  max-height: 40px;
22854  -webkit-box-sizing: border-box;
22855  box-sizing: border-box;
22856  overflow: hidden;
22857  display: -webkit-box;
22858  display: -webkit-flex;
22859  display: -ms-flexbox;
22860  display: flex;
22861}
22862
22863.flatpickr-time:after {
22864  content: "";
22865  display: table;
22866  clear: both;
22867}
22868
22869.flatpickr-time .numInputWrapper {
22870  -webkit-box-flex: 1;
22871  -webkit-flex: 1;
22872  -ms-flex: 1;
22873  flex: 1;
22874  width: 40%;
22875  height: 40px;
22876  float: left;
22877}
22878
22879.flatpickr-time .numInputWrapper span.arrowUp:after {
22880  border-bottom-color: #393939;
22881}
22882
22883.flatpickr-time .numInputWrapper span.arrowDown:after {
22884  border-top-color: #393939;
22885}
22886
22887.flatpickr-time.hasSeconds .numInputWrapper {
22888  width: 26%;
22889}
22890
22891.flatpickr-time.time24hr .numInputWrapper {
22892  width: 49%;
22893}
22894
22895.flatpickr-time input {
22896  background: transparent;
22897  -webkit-box-shadow: none;
22898  box-shadow: none;
22899  border: 0;
22900  border-radius: 0;
22901  text-align: center;
22902  margin: 0;
22903  padding: 0;
22904  height: inherit;
22905  line-height: inherit;
22906  color: #393939;
22907  font-size: 14px;
22908  position: relative;
22909  -webkit-box-sizing: border-box;
22910  box-sizing: border-box;
22911  -webkit-appearance: textfield;
22912  -moz-appearance: textfield;
22913  appearance: textfield;
22914}
22915
22916.flatpickr-time input.flatpickr-hour {
22917  font-weight: bold;
22918}
22919
22920.flatpickr-time input.flatpickr-minute,
22921.flatpickr-time input.flatpickr-second {
22922  font-weight: 400;
22923}
22924
22925.flatpickr-time input:focus {
22926  outline: 0;
22927  border: 0;
22928}
22929
22930.flatpickr-time .flatpickr-time-separator,
22931.flatpickr-time .flatpickr-am-pm {
22932  height: inherit;
22933  display: inline-block;
22934  float: left;
22935  line-height: inherit;
22936  color: #393939;
22937  font-weight: bold;
22938  width: 2%;
22939  -webkit-user-select: none;
22940  -moz-user-select: none;
22941  -ms-user-select: none;
22942  user-select: none;
22943  -webkit-align-self: center;
22944  -ms-flex-item-align: center;
22945  align-self: center;
22946}
22947
22948.flatpickr-time .flatpickr-am-pm {
22949  outline: 0;
22950  width: 18%;
22951  cursor: pointer;
22952  text-align: center;
22953  font-weight: 400;
22954}
22955
22956.flatpickr-time input:hover,
22957.flatpickr-time .flatpickr-am-pm:hover,
22958.flatpickr-time input:focus,
22959.flatpickr-time .flatpickr-am-pm:focus {
22960  background: #eee;
22961}
22962
22963.flatpickr-input[readonly] {
22964  cursor: pointer;
22965}
22966
22967.flatpickr-calendar.open {
22968  margin-left: -38px;
22969  margin-top: 4px;
22970}
22971
22972.flatpickr-calendar.arrowBottom {
22973  margin-top: -20px;
22974}
22975
22976.flatpickr-calendar .flatpickr-innerContainer {
22977  margin-top: 15px !important;
22978}
22979
22980.flatpickr-calendar .numInputWrapper span {
22981  border: none;
22982  border-bottom: 1px solid rgba(57, 57, 57, 0.15);
22983}
22984
22985.flatpickr-calendar .numInputWrapper:hover .arrowUp,
22986.flatpickr-calendar .numInputWrapper:hover .arrowDown {
22987  margin-top: 3px;
22988}
22989
22990.flatpickr-calendar .flatpickr-day.today,
22991.flatpickr-calendar .flatpickr-day.selected,
22992.flatpickr-calendar .flatpickr-day.startRange,
22993.flatpickr-calendar .flatpickr-day.endRange {
22994  background: #5e72e4 !important;
22995  color: #fff;
22996  border: none;
22997}
22998
22999.flatpickr-calendar .flatpickr-day.inRange {
23000  background: rgba(94, 114, 228, 0.28);
23001  border: none;
23002  -webkit-box-shadow: -5px 0 0 #D7DCF8, 5px 0 0 #D7DCF8;
23003  box-shadow: -5px 0 0 #D7DCF8, 5px 0 0 #D7DCF8;
23004}
23005
23006.flatpickr-calendar .flatpickr-day:not(.selected):hover,
23007.flatpickr-calendar .flatpickr-day:not(.selected):focus {
23008  background: rgba(94, 114, 228, 0.28);
23009  border: none;
23010}
23011
23012.flatpickr-calendar .flatpickr-time input:hover,
23013.flatpickr-calendar .flatpickr-time .flatpickr-am-pm:hover,
23014.flatpickr-calendar .flatpickr-time input:focus,
23015.flatpickr-calendar .flatpickr-time .flatpickr-am-pm:focus {
23016  background: rgba(94, 114, 228, 0.28);
23017}
23018
23019.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 {
23020  background: #fff;
23021}
23022
23023@-webkit-keyframes fpFadeInDown {
23024  from {
23025    opacity: 0;
23026    -webkit-transform: translate3d(0, -20px, 0);
23027    transform: translate3d(0, -20px, 0);
23028  }
23029  to {
23030    opacity: 1;
23031    -webkit-transform: translate3d(0, 0, 0);
23032    transform: translate3d(0, 0, 0);
23033  }
23034}
23035@keyframes fpFadeInDown {
23036  from {
23037    opacity: 0;
23038    -webkit-transform: translate3d(0, -20px, 0);
23039    transform: translate3d(0, -20px, 0);
23040  }
23041  to {
23042    opacity: 1;
23043    -webkit-transform: translate3d(0, 0, 0);
23044    transform: translate3d(0, 0, 0);
23045  }
23046}
23047.datepicker {
23048  border-radius: 0.25rem;
23049  direction: ltr;
23050}
23051
23052.datepicker-inline {
23053  width: 220px;
23054}
23055
23056.datepicker-rtl {
23057  direction: rtl;
23058}
23059
23060.datepicker-rtl.dropdown-menu {
23061  left: auto;
23062}
23063
23064.datepicker-rtl table tr td span {
23065  float: right;
23066}
23067
23068.datepicker-dropdown {
23069  top: 0;
23070  left: 0;
23071  padding: 20px 22px;
23072  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);
23073}
23074
23075.datepicker-dropdown.datepicker-orient-left:before {
23076  left: 6px;
23077}
23078
23079.datepicker-dropdown.datepicker-orient-left:after {
23080  left: 7px;
23081}
23082
23083.datepicker-dropdown.datepicker-orient-right:before {
23084  right: 6px;
23085}
23086
23087.datepicker-dropdown.datepicker-orient-right:after {
23088  right: 7px;
23089}
23090
23091.datepicker-dropdown.datepicker-orient-bottom:before {
23092  top: -7px;
23093}
23094
23095.datepicker-dropdown.datepicker-orient-bottom:after {
23096  top: -6px;
23097}
23098
23099.datepicker-dropdown.datepicker-orient-top:before {
23100  bottom: -7px;
23101  border-bottom: 0;
23102  border-top: 7px solid white;
23103}
23104
23105.datepicker-dropdown.datepicker-orient-top:after {
23106  bottom: -6px;
23107  border-bottom: 0;
23108  border-top: 6px solid #fff;
23109}
23110
23111.datepicker table {
23112  margin: 0;
23113  -webkit-touch-callout: none;
23114  user-select: none;
23115}
23116
23117.datepicker table tr td {
23118  border-radius: 50%;
23119}
23120
23121.datepicker table tr th {
23122  border-radius: 0.25rem;
23123  font-weight: 500;
23124}
23125
23126.datepicker table tr td,
23127.datepicker table tr th {
23128  transition: all 0.15s ease;
23129  width: 36px;
23130  height: 36px;
23131  border: none;
23132  text-align: center;
23133  font-size: 0.875rem;
23134}
23135
23136.table-striped .datepicker table tr td,
23137.table-striped .datepicker table tr th {
23138  background-color: transparent;
23139}
23140
23141.datepicker table tr td.old,
23142.datepicker table tr td.new {
23143  color: #adb5bd;
23144}
23145
23146.datepicker table tr td.day:hover,
23147.datepicker table tr td.focused {
23148  background: white;
23149  cursor: pointer;
23150}
23151
23152.datepicker table tr td.disabled,
23153.datepicker table tr td.disabled:hover {
23154  background: none;
23155  color: #dee2e6;
23156  cursor: default;
23157}
23158
23159.datepicker table tr td.highlighted {
23160  border-radius: 0;
23161}
23162
23163.datepicker table tr td.highlighted.focused {
23164  background: #5e72e4;
23165}
23166
23167.datepicker table tr td.highlighted.disabled,
23168.datepicker table tr td.highlighted.disabled:active {
23169  background: #5e72e4;
23170  color: #ced4da;
23171}
23172
23173.datepicker table tr td.today {
23174  background: white;
23175}
23176
23177.datepicker table tr td.today.focused {
23178  background: white;
23179}
23180
23181.datepicker table tr td.today.disabled,
23182.datepicker table tr td.today.disabled:active {
23183  background: white;
23184  color: #8898aa;
23185}
23186
23187.datepicker table tr td.range {
23188  background: #5e72e4;
23189  color: #fff;
23190  border-radius: 0;
23191}
23192
23193.datepicker table tr td.range.focused {
23194  background: #3b53de;
23195}
23196
23197.datepicker table tr td.range.disabled,
23198.datepicker table tr td.range.disabled:active,
23199.datepicker table tr td.range.day.disabled:hover {
23200  background: #324cdd;
23201  color: #8a98eb;
23202}
23203
23204.datepicker table tr td.range.highlighted.focused {
23205  background: #cbd3da;
23206}
23207
23208.datepicker table tr td.range.highlighted.disabled,
23209.datepicker table tr td.range.highlighted.disabled:active {
23210  background: #e9ecef;
23211  color: #dee2e6;
23212}
23213
23214.datepicker table tr td.range.today.disabled,
23215.datepicker table tr td.range.today.disabled:active {
23216  background: #5e72e4;
23217  color: #fff;
23218}
23219
23220.datepicker table tr td.day.range-start {
23221  border-top-right-radius: 0;
23222  border-bottom-right-radius: 0;
23223}
23224
23225.datepicker table tr td.day.range-end {
23226  border-top-left-radius: 0;
23227  border-bottom-left-radius: 0;
23228}
23229
23230.datepicker table tr td.day.range-start.range-end {
23231  border-radius: 50%;
23232}
23233
23234.datepicker table tr td.selected,
23235.datepicker table tr td.selected.highlighted,
23236.datepicker table tr td.selected:hover,
23237.datepicker table tr td.selected.highlighted:hover,
23238.datepicker table tr td.day.range:hover {
23239  background: #5e72e4;
23240  color: #fff;
23241}
23242
23243.datepicker table tr td.active,
23244.datepicker table tr td.active.highlighted,
23245.datepicker table tr td.active:hover,
23246.datepicker table tr td.active.highlighted:hover {
23247  background: #5e72e4;
23248  color: #fff;
23249  box-shadow: none;
23250}
23251
23252.datepicker table tr td span {
23253  display: block;
23254  width: 23%;
23255  height: 54px;
23256  line-height: 54px;
23257  float: left;
23258  margin: 1%;
23259  cursor: pointer;
23260  border-radius: 4px;
23261}
23262
23263.datepicker table tr td span:hover,
23264.datepicker table tr td span.focused {
23265  background: #e9ecef;
23266}
23267
23268.datepicker table tr td span.disabled,
23269.datepicker table tr td span.disabled:hover {
23270  background: none;
23271  color: #dee2e6;
23272  cursor: default;
23273}
23274
23275.datepicker table tr td span.active,
23276.datepicker table tr td span.active:hover,
23277.datepicker table tr td span.active.disabled,
23278.datepicker table tr td span.active.disabled:hover {
23279  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
23280}
23281
23282.datepicker table tr td span.old,
23283.datepicker table tr td span.new {
23284  color: #8898aa;
23285}
23286
23287.datepicker .datepicker-switch {
23288  width: 145px;
23289}
23290
23291.datepicker .datepicker-switch,
23292.datepicker .prev,
23293.datepicker .next,
23294.datepicker tfoot tr th {
23295  cursor: pointer;
23296}
23297
23298.datepicker .datepicker-switch:hover,
23299.datepicker .prev:hover,
23300.datepicker .next:hover,
23301.datepicker tfoot tr th:hover {
23302  background: #e9ecef;
23303}
23304
23305.datepicker .prev.disabled,
23306.datepicker .next.disabled {
23307  visibility: hidden;
23308}
23309
23310.datepicker .cw {
23311  font-size: 10px;
23312  width: 12px;
23313  padding: 0 2px 0 5px;
23314  vertical-align: middle;
23315}
23316
23317.noUi-target,
23318.noUi-target * {
23319  -webkit-touch-callout: none;
23320  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
23321  -webkit-user-select: none;
23322  touch-action: none;
23323  user-select: none;
23324  box-sizing: border-box;
23325}
23326
23327.noUi-target {
23328  position: relative;
23329  direction: ltr;
23330}
23331
23332.noUi-base,
23333.noUi-connects {
23334  width: 100%;
23335  height: 100%;
23336  position: relative;
23337  z-index: 1;
23338}
23339
23340/* Wrapper for all connect elements.
23341 */
23342.noUi-connects {
23343  overflow: hidden;
23344  z-index: 0;
23345}
23346
23347.noUi-connect,
23348.noUi-origin {
23349  will-change: transform;
23350  position: absolute;
23351  z-index: 1;
23352  top: 0;
23353  left: 0;
23354  -ms-transform-origin: 0 0;
23355  -webkit-transform-origin: 0 0;
23356  -webkit-transform-style: preserve-3d;
23357  transform-origin: 0 0;
23358  transform-style: flat;
23359}
23360
23361.noUi-connect {
23362  height: 100%;
23363  width: 100%;
23364}
23365
23366.noUi-origin {
23367  height: 10%;
23368  width: 10%;
23369}
23370
23371html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
23372  left: auto;
23373  right: 0;
23374}
23375
23376.noUi-vertical .noUi-origin {
23377  width: 0;
23378}
23379
23380.noUi-horizontal .noUi-origin {
23381  height: 0;
23382}
23383
23384.noUi-handle {
23385  -webkit-backface-visibility: hidden;
23386  backface-visibility: hidden;
23387  position: absolute;
23388}
23389
23390.noUi-touch-area {
23391  height: 100%;
23392  width: 100%;
23393}
23394
23395.noUi-state-tap .noUi-connect,
23396.noUi-state-tap .noUi-origin {
23397  -webkit-transition: transform 0.3s;
23398  transition: transform 0.3s;
23399}
23400
23401.noUi-state-drag * {
23402  cursor: inherit !important;
23403}
23404
23405.noUi-horizontal {
23406  height: 5px;
23407}
23408
23409.noUi-horizontal .noUi-handle {
23410  width: 34px;
23411  height: 28px;
23412  left: -17px;
23413  top: -6px;
23414}
23415
23416.noUi-vertical {
23417  width: 5px;
23418}
23419
23420.noUi-vertical .noUi-handle {
23421  width: 28px;
23422  height: 34px;
23423  left: -6px;
23424  top: -17px;
23425}
23426
23427html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
23428  right: -17px;
23429  left: auto;
23430}
23431
23432.noUi-connects {
23433  border-radius: 3px;
23434}
23435
23436.noUi-connect {
23437  background: #5e72e4;
23438}
23439
23440.noUi-draggable {
23441  cursor: ew-resize;
23442}
23443
23444.noUi-vertical .noUi-draggable {
23445  cursor: ns-resize;
23446}
23447
23448.noUi-handle {
23449  border: 1px solid #D9D9D9;
23450  border-radius: 3px;
23451  background: #FFF;
23452  cursor: default;
23453  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
23454  outline: none;
23455}
23456
23457.noUi-active {
23458  outline: none;
23459}
23460
23461/* Disabled state;
23462 */
23463[disabled] .noUi-connect {
23464  background: #B8B8B8;
23465}
23466
23467[disabled].noUi-target,
23468[disabled].noUi-handle,
23469[disabled] .noUi-handle {
23470  cursor: not-allowed;
23471}
23472
23473/* Base;
23474 *
23475 */
23476.noUi-pips,
23477.noUi-pips * {
23478  -moz-box-sizing: border-box;
23479  box-sizing: border-box;
23480}
23481
23482.noUi-pips {
23483  position: absolute;
23484  color: #999;
23485}
23486
23487/* Values;
23488 *
23489 */
23490.noUi-value {
23491  position: absolute;
23492  white-space: nowrap;
23493  text-align: center;
23494}
23495
23496.noUi-value-sub {
23497  color: #ccc;
23498  font-size: 10px;
23499}
23500
23501/* Markings;
23502 *
23503 */
23504.noUi-marker {
23505  position: absolute;
23506  background: #CCC;
23507}
23508
23509.noUi-marker-sub {
23510  background: #AAA;
23511}
23512
23513.noUi-marker-large {
23514  background: #AAA;
23515}
23516
23517/* Horizontal layout;
23518 *
23519 */
23520.noUi-pips-horizontal {
23521  padding: 10px 0;
23522  height: 80px;
23523  top: 100%;
23524  left: 0;
23525  width: 100%;
23526}
23527
23528.noUi-value-horizontal {
23529  -webkit-transform: translate(-50%, 50%);
23530  transform: translate(-50%, 50%);
23531}
23532
23533.noUi-rtl .noUi-value-horizontal {
23534  -webkit-transform: translate(50%, 50%);
23535  transform: translate(50%, 50%);
23536}
23537
23538.noUi-marker-horizontal.noUi-marker {
23539  margin-left: -1px;
23540  width: 2px;
23541  height: 5px;
23542}
23543
23544.noUi-marker-horizontal.noUi-marker-sub {
23545  height: 10px;
23546}
23547
23548.noUi-marker-horizontal.noUi-marker-large {
23549  height: 15px;
23550}
23551
23552/* Vertical layout;
23553 *
23554 */
23555.noUi-pips-vertical {
23556  padding: 0 10px;
23557  height: 100%;
23558  top: 0;
23559  left: 100%;
23560}
23561
23562.noUi-value-vertical {
23563  -webkit-transform: translate(0, -50%);
23564  transform: translate(0, -50%, 0);
23565  padding-left: 25px;
23566}
23567
23568.noUi-rtl .noUi-value-vertical {
23569  -webkit-transform: translate(0, 50%);
23570  transform: translate(0, 50%);
23571}
23572
23573.noUi-marker-vertical.noUi-marker {
23574  width: 5px;
23575  height: 2px;
23576  margin-top: -1px;
23577}
23578
23579.noUi-marker-vertical.noUi-marker-sub {
23580  width: 10px;
23581}
23582
23583.noUi-marker-vertical.noUi-marker-large {
23584  width: 15px;
23585}
23586
23587.noUi-tooltip {
23588  display: block;
23589  position: absolute;
23590  border: 1px solid #D9D9D9;
23591  border-radius: 3px;
23592  background: #fff;
23593  color: #000;
23594  padding: 5px;
23595  text-align: center;
23596  white-space: nowrap;
23597}
23598
23599.noUi-horizontal .noUi-tooltip {
23600  -webkit-transform: translate(-50%, 0);
23601  transform: translate(-50%, 0);
23602  left: 50%;
23603  bottom: 120%;
23604}
23605
23606.noUi-vertical .noUi-tooltip {
23607  -webkit-transform: translate(0, -50%);
23608  transform: translate(0, -50%);
23609  top: 50%;
23610  right: 120%;
23611}
23612
23613.noUi-target {
23614  background: #eceeef;
23615  border-radius: 5px;
23616  border: 0;
23617  box-shadow: inset 0 1px 2px rgba(90, 97, 105, 0.1);
23618  margin: 15px 0;
23619  cursor: pointer;
23620}
23621
23622.noUi-horizontal {
23623  height: 5px;
23624}
23625
23626html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
23627  right: -10px;
23628}
23629
23630.noUi-vertical {
23631  width: 5px;
23632}
23633
23634.noUi-connect {
23635  background: #5e72e4;
23636  box-shadow: none;
23637}
23638
23639.noUi-horizontal .noUi-handle,
23640.noUi-vertical .noUi-handle {
23641  top: -5px;
23642  width: 15px;
23643  height: 15px;
23644  border-radius: 100%;
23645  box-shadow: none;
23646  cursor: pointer;
23647  background-color: #5e72e4;
23648  border: 0;
23649  transition: box-shadow 0.15s, transform 0.15s;
23650}
23651
23652.noUi-horizontal .noUi-handle.noUi-active,
23653.noUi-vertical .noUi-handle.noUi-active {
23654  transform: scale(1.2);
23655}
23656
23657.input-slider--cyan .noUi-connect {
23658  background: #2bffc6;
23659}
23660
23661.input-slider--cyan.noUi-horizontal .noUi-handle,
23662.input-slider--cyan.noUi-vertical .noUi-handle {
23663  background-color: #2bffc6;
23664}
23665
23666.input-slider--red .noUi-connect {
23667  background: #f5365c;
23668}
23669
23670.input-slider--red.noUi-horizontal .noUi-handle,
23671.input-slider--red.noUi-vertical .noUi-handle {
23672  background-color: #f5365c;
23673}
23674
23675.input-slider--green .noUi-connect {
23676  background: #2dce89;
23677}
23678
23679.input-slider--green.noUi-horizontal .noUi-handle,
23680.input-slider--green.noUi-vertical .noUi-handle {
23681  background-color: #2dce89;
23682}
23683
23684.input-slider--yellow .noUi-connect {
23685  background: #ffd600;
23686}
23687
23688.input-slider--yellow.noUi-horizontal .noUi-handle,
23689.input-slider--yellow.noUi-vertical .noUi-handle {
23690  background-color: #ffd600;
23691}
23692
23693.input-slider--pink .noUi-connect {
23694  background: #f3a4b5;
23695}
23696
23697.input-slider--pink.noUi-horizontal .noUi-handle,
23698.input-slider--pink.noUi-vertical .noUi-handle {
23699  background-color: #f3a4b5;
23700}
23701
23702/* Disabled state */
23703[disabled] .noUi-connect,
23704[disabled].noUi-connect {
23705  background: #b2b2b2;
23706}
23707
23708[disabled] .noUi-handle,
23709[disabled].noUi-origin {
23710  cursor: not-allowed;
23711}
23712
23713/* Range slider value labels */
23714.range-slider-value {
23715  font-size: 0.75rem;
23716  font-weight: 500;
23717  background-color: rgba(33, 37, 41, 0.7);
23718  color: #fff;
23719  border-radius: 10px;
23720  padding: 0.4em 0.8em 0.3em 0.85em;
23721}
23722
23723.range-slider-wrapper .upper-info {
23724  font-weight: 400;
23725  margin-bottom: 5px;
23726}
23727
23728.input-slider-value-output {
23729  background: #333;
23730  color: #fff;
23731  padding: 4px 8px;
23732  position: relative;
23733  top: 12px;
23734  font-size: 11px;
23735  border-radius: 2px;
23736}
23737
23738.input-slider-value-output:after {
23739  bottom: 100%;
23740  left: 10px;
23741  border: solid transparent;
23742  content: " ";
23743  height: 0;
23744  width: 0;
23745  position: absolute;
23746  pointer-events: none;
23747  border-color: rgba(136, 183, 213, 0);
23748  border-bottom-color: #333;
23749  border-width: 4px;
23750  margin-left: -4px;
23751}
23752
23753.input-slider-value-output.left:after {
23754  left: 10px;
23755  right: auto;
23756}
23757
23758.input-slider-value-output.right:after {
23759  right: 10px;
23760  left: auto;
23761}
23762
23763.headroom {
23764  will-change: transform;
23765  background-color: inherit;
23766  transition: all 0.15s ease;
23767}
23768
23769@media (prefers-reduced-motion: reduce) {
23770  .headroom {
23771    transition: none;
23772  }
23773}
23774.headroom--pinned {
23775  transform: translateY(0%);
23776}
23777
23778.headroom--unpinned {
23779  transform: translateY(-100%);
23780}
23781
23782.headroom--not-top {
23783  padding-top: 0.5rem;
23784  padding-bottom: 0.5rem;
23785  background-color: #172b4d !important;
23786  box-shadow: 0 1px 10px rgba(130, 130, 134, 0.1);
23787}
23788
23789.ct-clipboard {
23790  position: relative;
23791  display: none;
23792  float: right;
23793}
23794
23795.ct-clipboard + .highlight {
23796  margin-top: 0;
23797}
23798
23799.btn-clipboard {
23800  position: absolute;
23801  top: 1rem;
23802  right: 1rem;
23803  z-index: 10;
23804  display: block;
23805  padding: 0.25rem 0.5rem;
23806  font-size: 75%;
23807  cursor: pointer;
23808  background-color: transparent;
23809  border: 0;
23810  border-radius: 0.25rem;
23811  color: #fff;
23812  background-color: #5e72e4;
23813}
23814
23815.btn-clipboard:hover {
23816  color: #fff;
23817  background-color: #324cdd;
23818}
23819
23820@media (min-width: 768px) {
23821  .ct-clipboard {
23822    display: block;
23823  }
23824}
23825.ct-example-row .row > .col span,
23826.ct-example-row .row > [class^=col-] span {
23827  display: block;
23828  padding: 0.75rem;
23829  color: #393f49;
23830  background-color: white;
23831  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 4px 16px;
23832  font-size: 0.875rem;
23833  border-radius: 0.25rem;
23834  margin: 1rem 0;
23835}
23836
23837.ct-example-row .no-gutters > .col span,
23838.ct-example-row .no-gutters > [class^=col-] span {
23839  border-radius: 0;
23840}
23841
23842.ct-example-row .flex-items-top,
23843.ct-example-row .flex-items-middle,
23844.ct-example-row .flex-items-bottom {
23845  min-height: 6rem;
23846  background-color: rgba(255, 0, 0, 0.1);
23847}
23848
23849.ct-example-row-flex-cols .row {
23850  min-height: 10rem;
23851  background-color: rgba(255, 0, 0, 0.1);
23852}
23853
23854.ct-example-row-flex-cols .row + .row {
23855  margin-top: 1rem;
23856}
23857
23858.ct-highlight {
23859  background-color: rgba(94, 114, 228, 0.15);
23860  border: 1px solid rgba(94, 114, 228, 0.15);
23861}
23862
23863.example-container {
23864  width: 800px;
23865  width: 100%;
23866  padding-right: 15px;
23867  padding-left: 15px;
23868  margin-right: auto;
23869  margin-left: auto;
23870}
23871
23872.example-row {
23873  display: flex;
23874  flex-wrap: wrap;
23875  margin-right: -15px;
23876  margin-left: -15px;
23877}
23878
23879.example-content-main {
23880  position: relative;
23881  width: 100%;
23882  padding-right: 15px;
23883  padding-left: 15px;
23884}
23885
23886@media (min-width: 576px) {
23887  .example-content-main {
23888    flex: 0 0 50%;
23889    max-width: 50%;
23890  }
23891}
23892@media (min-width: 992px) {
23893  .example-content-main {
23894    flex: 0 0 66.666667%;
23895    max-width: 66.666667%;
23896  }
23897}
23898.example-content-secondary {
23899  position: relative;
23900  width: 100%;
23901  padding-right: 15px;
23902  padding-left: 15px;
23903}
23904
23905@media (min-width: 576px) {
23906  .example-content-secondary {
23907    flex: 0 0 50%;
23908    max-width: 50%;
23909  }
23910}
23911@media (min-width: 992px) {
23912  .example-content-secondary {
23913    flex: 0 0 33.333333%;
23914    max-width: 33.333333%;
23915  }
23916}
23917.ct-example-container {
23918  min-width: 16rem;
23919  max-width: 25rem;
23920  margin-right: auto;
23921  margin-left: auto;
23922}
23923
23924.ct-example-container-header {
23925  height: 3rem;
23926  margin-bottom: 0.5rem;
23927  background-color: white;
23928  border-radius: 0.25rem;
23929}
23930
23931.ct-example-container-sidebar {
23932  float: right;
23933  width: 4rem;
23934  height: 8rem;
23935  background-color: #cbd2f6;
23936  border-radius: 0.25rem;
23937}
23938
23939.ct-example-container-body {
23940  height: 8rem;
23941  margin-right: 4.5rem;
23942  background-color: #cbd2f6;
23943  border-radius: 0.25rem;
23944}
23945
23946.ct-example-container-fluid {
23947  max-width: none;
23948}
23949
23950.ct-example {
23951  position: relative;
23952  margin: 1rem -15px 0;
23953}
23954
23955.ct-example::after {
23956  display: block;
23957  clear: both;
23958  content: "";
23959}
23960
23961@media (min-width: 576px) {
23962  .ct-example {
23963    margin-right: 0;
23964    margin-left: 0;
23965  }
23966}
23967.ct-example + .highlight,
23968.ct-example + .clipboard + .highlight {
23969  margin-top: 0;
23970}
23971
23972.ct-example + p {
23973  margin-top: 2rem;
23974}
23975
23976.ct-example .pos-f-t {
23977  position: relative;
23978  margin: -1rem;
23979}
23980
23981@media (min-width: 576px) {
23982  .ct-example .pos-f-t {
23983    margin: -1.5rem;
23984  }
23985}
23986.ct-example .custom-file-input:lang(es) ~ .custom-file-label::after {
23987  content: "Elegir";
23988}
23989
23990.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 {
23991  margin-top: 0.5rem;
23992}
23993
23994.ct-example > .nav + .nav, .leftsidebar .leftsidebar .ct-example > ul + .nav, .leftsidebar .leftsidebar .ct-example > .nav + ul, .leftsidebar .leftsidebar .ct-example > ul + ul,
23995.ct-example > .alert + .alert,
23996.ct-example > .navbar + .navbar,
23997.ct-example > .progress + .progress,
23998.ct-example > .progress + .btn,
23999.ct-example .badge,
24000.ct-example .btn,
24001.ct-example #dw__login button,
24002#dw__login .ct-example button,
24003.ct-example .qq-upload-button,
24004.ct-example .toggleAssistant,
24005.ct-example .doku_form .no button,
24006.doku_form .no .ct-example button,
24007.ct-example #tool__bar button,
24008#tool__bar .ct-example button,
24009.ct-example #dokuwiki__content .editButtons button,
24010#dokuwiki__content .editButtons .ct-example button,
24011.ct-example #dokuwiki__content #page__revisions button,
24012#dokuwiki__content #page__revisions .ct-example button,
24013.ct-example #dokuwiki__content .secedit button,
24014#dokuwiki__content .secedit .ct-example button,
24015.ct-example button {
24016  margin-top: 0.5rem;
24017  margin-bottom: 0.5rem;
24018}
24019
24020.ct-example .btn-group {
24021  margin-top: 0.5rem;
24022  margin-bottom: 0.5rem;
24023}
24024
24025.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 {
24026  margin: 0;
24027}
24028
24029.ct-example .alert {
24030  margin: 0;
24031}
24032
24033.ct-example .alert + .alert {
24034  margin-top: 1.25rem;
24035}
24036
24037.ct-example .badge {
24038  margin-right: 0.5rem;
24039}
24040
24041.ct-example > .dropdown-menu:first-child {
24042  position: static;
24043  display: block;
24044}
24045
24046.ct-example > .form-group:last-child, .doku_form .ct-example > .no:last-child {
24047  margin-bottom: 0;
24048}
24049
24050.ct-example > .close {
24051  float: none;
24052}
24053
24054.ct-example-type .table .type-info, .ct-example-type #dokuwiki__content table .type-info, #dokuwiki__content .ct-example-type table .type-info {
24055  color: #999;
24056  vertical-align: middle;
24057}
24058
24059.ct-example-type .table td, .ct-example-type #dokuwiki__content table td, #dokuwiki__content .ct-example-type table td {
24060  padding: 1rem 0;
24061  border-color: #eee;
24062}
24063
24064.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 {
24065  border-top: 0;
24066}
24067
24068.ct-example-type h1,
24069.ct-example-type h2,
24070.ct-example-type h3,
24071.ct-example-type h4,
24072.ct-example-type h5,
24073.ct-example-type h6 {
24074  margin-top: 0;
24075  margin-bottom: 0;
24076}
24077
24078.ct-example-bg-classes p {
24079  padding: 1rem;
24080}
24081
24082.ct-example > img + img {
24083  margin-left: 0.5rem;
24084}
24085
24086.ct-example > .btn-group {
24087  margin-top: 0.25rem;
24088  margin-bottom: 0.25rem;
24089}
24090
24091.ct-example > .btn-toolbar + .btn-toolbar {
24092  margin-top: 0.5rem;
24093}
24094
24095.ct-example-control-sizing select,
24096.ct-example-control-sizing input[type=text] + input[type=text] {
24097  margin-top: 0.5rem;
24098}
24099
24100.ct-example-form .input-group, .ct-example-form .doku_form .no, .doku_form .ct-example-form .no {
24101  margin-bottom: 0.5rem;
24102}
24103
24104.ct-example > textarea.form-control, .doku_form .no .ct-example > textarea#qsearch__in, .ct-example > textarea {
24105  resize: vertical;
24106}
24107
24108.ct-example > .list-group {
24109  max-width: 400px;
24110}
24111
24112.ct-example .fixed-top,
24113.ct-example .sticky-top {
24114  position: static;
24115  margin: -1rem -1rem 1rem;
24116}
24117
24118.ct-example .fixed-bottom {
24119  position: static;
24120  margin: 1rem -1rem -1rem;
24121}
24122
24123@media (min-width: 576px) {
24124  .ct-example .fixed-top,
24125.ct-example .sticky-top {
24126    margin: -1.5rem -1.5rem 1rem;
24127  }
24128
24129  .ct-example .fixed-bottom {
24130    margin: 1rem -1.5rem -1.5rem;
24131  }
24132}
24133.ct-example .pagination {
24134  margin-top: 0.5rem;
24135  margin-bottom: 0.5rem;
24136}
24137
24138.modal {
24139  z-index: 1072;
24140}
24141
24142.modal .tooltip,
24143.modal .popover {
24144  z-index: 1073;
24145}
24146
24147.modal-backdrop {
24148  z-index: 1071;
24149}
24150
24151.ct-example-modal {
24152  background-color: #fafafa;
24153}
24154
24155.ct-example-modal .modal {
24156  position: relative;
24157  top: auto;
24158  right: auto;
24159  bottom: auto;
24160  left: auto;
24161  z-index: 1;
24162  display: block;
24163}
24164
24165.ct-example-modal .modal-dialog {
24166  left: auto;
24167  margin-right: auto;
24168  margin-left: auto;
24169}
24170
24171.ct-example-tabs .nav-tabs {
24172  margin-bottom: 1rem;
24173}
24174
24175.ct-example-popover-static {
24176  padding-bottom: 1.5rem;
24177  background-color: #f9f9f9;
24178}
24179
24180.ct-example-popover-static .popover {
24181  position: relative;
24182  display: block;
24183  float: left;
24184  width: 260px;
24185  margin: 1.25rem;
24186}
24187
24188.tooltip-demo a {
24189  white-space: nowrap;
24190}
24191
24192.ct-example-tooltip-static .tooltip {
24193  position: relative;
24194  display: inline-block;
24195  margin: 10px 20px;
24196  opacity: 1;
24197}
24198
24199.scrollspy-example {
24200  position: relative;
24201  height: 200px;
24202  margin-top: 0.5rem;
24203  overflow: auto;
24204}
24205
24206.scrollspy-example-2 {
24207  position: relative;
24208  height: 350px;
24209  overflow: auto;
24210}
24211
24212.ct-example-border-utils [class^=border] {
24213  display: inline-block;
24214  width: 5rem;
24215  height: 5rem;
24216  margin: 0.25rem;
24217  background-color: #f5f5f5;
24218}
24219
24220.ct-example-border-utils-0 [class^=border] {
24221  border: 1px solid #e9ecef;
24222}
24223
24224.highlight {
24225  padding: 0;
24226  margin-top: 1rem;
24227  -ms-overflow-style: -ms-autohiding-scrollbar;
24228}
24229
24230@media (min-width: 576px) {
24231  .highlight {
24232    padding: 0;
24233  }
24234}
24235.ct-content .highlight {
24236  margin-right: -15px;
24237  margin-left: -15px;
24238}
24239
24240@media (min-width: 576px) {
24241  .ct-content .highlight {
24242    margin-right: 0;
24243    margin-left: 0;
24244  }
24245}
24246.ct-example {
24247  margin-bottom: 2rem;
24248  padding-bottom: 2rem;
24249  border-bottom: 1px solid #e9ecef;
24250}
24251
24252.ct-example .tab-content .tab-example-result {
24253  background-color: #f5f7f9;
24254  border: 1px solid #e6ecf1;
24255  padding: 1.25rem;
24256  border-radius: 0.25rem;
24257}
24258
24259.ct-example .nav-tabs-code {
24260  margin-bottom: 0.375rem;
24261}
24262
24263.ct-example .nav-tabs-code .nav-link {
24264  font-size: 0.875rem;
24265}
24266
24267.ct-example .nav-tabs-code .nav-link:active,
24268.ct-example .nav-tabs-code .nav-link.active {
24269  color: #5e72e4;
24270}
24271
24272.icon-examples {
24273  margin-top: 1rem;
24274}
24275
24276.btn-icon-clipboard {
24277  margin: 0px;
24278  padding: 24px;
24279  font-size: 16px;
24280  font-weight: 400;
24281  line-height: 1.25;
24282  color: #393f49;
24283  background-color: #f8f9fa;
24284  border-radius: 4px;
24285  border: 0px none;
24286  text-align: left;
24287  font-family: inherit;
24288  display: inline-block;
24289  vertical-align: middle;
24290  text-decoration: none;
24291  -moz-appearance: none;
24292  cursor: pointer;
24293  width: 100%;
24294  margin: 0.5rem 0;
24295}
24296
24297.btn-icon-clipboard:hover {
24298  background-color: white;
24299  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 4px 16px;
24300}
24301
24302.btn-icon-clipboard > div {
24303  align-items: center;
24304  display: flex;
24305}
24306
24307.btn-icon-clipboard i {
24308  box-sizing: content-box;
24309  color: #393f49;
24310  vertical-align: middle;
24311  font-size: 1.5rem;
24312}
24313
24314.btn-icon-clipboard span {
24315  display: inline-block;
24316  font-size: 0.875rem;
24317  line-height: 1.5;
24318  color: #393f49;
24319  margin-left: 16px;
24320  overflow: hidden;
24321  white-space: nowrap;
24322  text-overflow: ellipsis;
24323  vertical-align: middle;
24324}
24325
24326.docs {
24327  background: #FFF;
24328}
24329
24330.docs h6 {
24331  font-size: 1rem;
24332  font-weight: 600;
24333}
24334
24335.ct-content {
24336  order: 1;
24337}
24338
24339.ct-content > h2[id],
24340.ct-content > h3[id],
24341.ct-content > h4[id] {
24342  pointer-events: none;
24343}
24344
24345.ct-content > h2[id] > div,
24346.ct-content > h2[id] > a,
24347.ct-content > h3[id] > div,
24348.ct-content > h3[id] > a,
24349.ct-content > h4[id] > div,
24350.ct-content > h4[id] > a {
24351  pointer-events: auto;
24352}
24353
24354.ct-content > h2[id]::before,
24355.ct-content > h3[id]::before,
24356.ct-content > h4[id]::before {
24357  display: block;
24358  height: 6rem;
24359  margin-top: -6rem;
24360  visibility: hidden;
24361  content: "";
24362}
24363
24364.ct-content > table {
24365  width: 100%;
24366  max-width: 100%;
24367  margin-bottom: 1rem;
24368}
24369
24370@media (max-width: 991.98px) {
24371  .ct-content > table {
24372    display: block;
24373    overflow-x: auto;
24374    -ms-overflow-style: -ms-autohiding-scrollbar;
24375  }
24376
24377  .ct-content > table.table-bordered {
24378    border: 0;
24379  }
24380}
24381.ct-content > table > thead > tr > th,
24382.ct-content > table > thead > tr > td,
24383.ct-content > table > tbody > tr > th,
24384.ct-content > table > tbody > tr > td,
24385.ct-content > table > tfoot > tr > th,
24386.ct-content > table > tfoot > tr > td {
24387  padding: 1rem;
24388  vertical-align: top;
24389  border: 1px solid #dee2e6;
24390}
24391
24392.ct-content > table > thead > tr > th > p:last-child,
24393.ct-content > table > thead > tr > td > p:last-child,
24394.ct-content > table > tbody > tr > th > p:last-child,
24395.ct-content > table > tbody > tr > td > p:last-child,
24396.ct-content > table > tfoot > tr > th > p:last-child,
24397.ct-content > table > tfoot > tr > td > p:last-child {
24398  margin-bottom: 0;
24399}
24400
24401.ct-content > table td:first-child > code {
24402  white-space: nowrap;
24403}
24404
24405.ct-content > h2:not(:first-child) {
24406  margin-top: 3rem;
24407  font-size: 1.5rem;
24408  font-weight: 600;
24409}
24410
24411.ct-content > h3 {
24412  margin-top: 2.5rem;
24413  font-size: 1.25rem;
24414  font-weight: 600;
24415}
24416
24417.ct-content > ul li,
24418.ct-content > ol li {
24419  margin-bottom: 0.25rem;
24420}
24421
24422@media (min-width: 992px) {
24423  .ct-content > ul,
24424.ct-content > ol,
24425.ct-content > p {
24426    max-width: 80%;
24427  }
24428}
24429.ct-page-title {
24430  padding-left: 1.25rem;
24431  border-left: 2px solid #5e72e4;
24432  margin-bottom: 1.5rem;
24433}
24434
24435.ct-title {
24436  margin-top: 1rem;
24437  margin-bottom: 0.5rem;
24438  font-weight: 300;
24439}
24440
24441@media (min-width: 576px) {
24442  .ct-title {
24443    font-size: 1.5rem;
24444    font-weight: 600;
24445  }
24446}
24447.ct-lead {
24448  color: #3b454e;
24449  font-weight: 500;
24450}
24451
24452@media (min-width: 576px) {
24453  .ct-lead {
24454    max-width: 80%;
24455    margin-bottom: 1rem;
24456    font-size: 0.875rem;
24457  }
24458}
24459.ct-text-purple {
24460  color: #5e72e4;
24461}
24462
24463.ct-text-purple-bright {
24464  color: #9da9f2;
24465}
24466
24467.ct-tabs-example .nav-link i {
24468  margin-right: 5px;
24469}
24470
24471.color-swatch {
24472  margin: 1rem 0;
24473  border-radius: 0.25rem;
24474  background-color: #F4F5F7;
24475}
24476
24477.color-swatch:after {
24478  content: " ";
24479  display: table;
24480  clear: both;
24481}
24482
24483.color-swatch-header {
24484  position: relative;
24485  height: 0;
24486  padding-bottom: 50%;
24487  border-radius: 0.25rem 0.25rem 0 0;
24488  border: 1px solid transparent;
24489}
24490
24491.color-swatch-header.is-light {
24492  border-color: #C1C7D0;
24493}
24494
24495.color-swatch-header .pass-fail {
24496  position: absolute;
24497  width: 100%;
24498  bottom: 0;
24499}
24500
24501.color-swatch-header .pass-fail-item-wrap {
24502  position: relative;
24503  float: left;
24504  left: 50%;
24505  -webkit-transform: translateX(-50%);
24506  -ms-transform: translateX(-50%);
24507  transform: translateX(-50%);
24508}
24509
24510.color-swatch-header .pass-fail-item-group {
24511  display: inline-block;
24512  padding: 0 5px;
24513}
24514
24515.color-swatch-header .pass-fail-item {
24516  float: left;
24517  display: inline-block;
24518  text-align: center;
24519  padding: 2px;
24520}
24521
24522.color-swatch-header .pass-fail-item.white .example {
24523  color: #fff;
24524}
24525
24526.color-swatch-header .pass-fail-item.small .example {
24527  font-size: 10px;
24528}
24529
24530.color-swatch-header .pass-fail-item .lozenge {
24531  font-size: 11px;
24532  text-transform: uppercase;
24533  font-weight: 600;
24534  background: #000;
24535  color: #fff;
24536  padding: 2px 4px;
24537  line-height: 10px;
24538  border-radius: 4px;
24539  letter-spacing: 0.05em;
24540}
24541
24542.color-swatch-body {
24543  position: relative;
24544  left: 50%;
24545  float: left;
24546  padding: 10px 0;
24547  -webkit-transform: translateX(-50%);
24548  -ms-transform: translateX(-50%);
24549  transform: translateX(-50%);
24550}
24551
24552.color-swatch-body .prop-item-wrap {
24553  float: left;
24554  padding: 0 15px;
24555  min-width: 65px;
24556}
24557
24558.color-swatch-body .prop-item {
24559  padding: 15px 0;
24560}
24561
24562.color-swatch-body .prop-item .label {
24563  font-size: 11px;
24564  color: #62748C;
24565  text-transform: uppercase;
24566  line-height: 16px;
24567}
24568
24569.color-swatch-body .prop-item .value {
24570  font-size: 14px;
24571}
24572
24573.table-colors {
24574  font-weight: 600;
24575  font-size: 16px;
24576  width: 100%;
24577}
24578
24579.table-colors td,
24580.table-colors:first-child td,
24581.table-colors td:first-child,
24582.table-colors:first-child td:first-child,
24583.table-colors td:last-child,
24584.table-colors:first-child td:last-child {
24585  background: rgba(255, 255, 255, 0.9);
24586  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
24587  padding: 10px;
24588}
24589
24590.table-colors tr:last-child td,
24591.table-colors:first-child tr:last-child td {
24592  border-bottom: none;
24593}
24594
24595.table-colors td:nth-child(1),
24596.table-colors:first-child td:nth-child(1) {
24597  line-height: 40px;
24598}
24599
24600.table-colors .swatch,
24601.table-colors:first-child .swatch {
24602  float: left;
24603  height: 40px;
24604  width: 40px;
24605  margin-right: 20px;
24606  display: inline-block;
24607  border-radius: 4px;
24608  border: 1px solid transparent;
24609}
24610
24611.table-colors .swatch.is-light,
24612.table-colors:first-child .swatch.is-light {
24613  border-color: #C1C7D0;
24614}
24615
24616.table-colors .lozenge,
24617.table-colors:first-child .lozenge {
24618  float: left;
24619  margin: 5px 10px 0 0;
24620  font-size: 10px;
24621  display: inline-block;
24622  text-transform: uppercase;
24623  font-weight: 600;
24624  background: #97A0AF;
24625  color: #042A53;
24626  padding: 2px 4px;
24627  line-height: 10px;
24628  border-radius: 4px;
24629  letter-spacing: 0.05em;
24630}
24631
24632#tags-component.tab-pane .choices__inner {
24633  height: 60px;
24634}
24635
24636.highlight pre {
24637  overflow: auto;
24638  margin: 0;
24639  padding: 1.25rem;
24640  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;
24641  font-size: 14px;
24642  line-height: 1.375;
24643  text-align: left;
24644  white-space: pre;
24645  word-spacing: normal;
24646  word-break: normal;
24647  -moz-tab-size: 4;
24648  -o-tab-size: 4;
24649  tab-size: 4;
24650  -webkit-hyphens: none;
24651  hyphens: none;
24652  color: #5e6687;
24653  border-radius: 0.25rem;
24654  background: #f5f7ff;
24655  direction: ltr;
24656  -ms-hyphens: none;
24657}
24658
24659.highlight pre code {
24660  font-size: 87.5%;
24661  word-break: break-word;
24662  color: #5e6687;
24663}
24664
24665.highlight pre pre code {
24666  font-size: inherit;
24667  word-break: normal;
24668  color: inherit;
24669}
24670
24671.highlight pre code,
24672.highlight pre kbd,
24673.highlight pre pre,
24674.highlight pre samp {
24675  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
24676  font-size: 1em;
24677}
24678
24679.highlight pre .nt {
24680  color: #3d8fd1;
24681}
24682
24683.highlight pre .na {
24684  color: #c76b29;
24685}
24686
24687.highlight pre .s,
24688.highlight pre .token.control,
24689.highlight pre .token.directive,
24690.highlight pre .token.keyword,
24691.highlight pre .token.unit {
24692  color: #ac9739;
24693}
24694
24695.highlight pre .token.punctuation {
24696  color: #5e6687;
24697}
24698
24699.btn-clipboard {
24700  top: 3.5rem;
24701}
24702
24703.offline-doc .page-header {
24704  height: 100vh;
24705  display: flex;
24706  justify-content: center;
24707  align-items: center;
24708}
24709
24710.ct-footer {
24711  font-size: 85%;
24712  text-align: center;
24713  background-color: #f7f7f7;
24714}
24715
24716.ct-footer a {
24717  font-weight: 500;
24718  color: #525f7f;
24719}
24720
24721.ct-footer a:hover,
24722.ct-footer a:focus {
24723  color: #5e72e4;
24724}
24725
24726.ct-footer p {
24727  margin-bottom: 0;
24728}
24729
24730@media (min-width: 576px) {
24731  .ct-footer {
24732    text-align: left;
24733  }
24734}
24735.ct-footer-links {
24736  padding-left: 0;
24737  margin-bottom: 1rem;
24738}
24739
24740.ct-footer-links li {
24741  display: inline-block;
24742}
24743
24744.ct-footer-links li + li {
24745  margin-left: 1rem;
24746}
24747
24748.ct-navbar {
24749  background-color: #5e72e4;
24750  box-shadow: rgba(116, 129, 141, 0.1) 0px 1px 1px 0px;
24751  padding-top: 0.5rem;
24752  padding-bottom: 0.5rem;
24753}
24754
24755@media (max-width: 991.98px) {
24756  .ct-navbar {
24757    padding-right: 0.5rem;
24758    padding-left: 0.5rem;
24759  }
24760
24761  .ct-navbar .navbar-nav-scroll {
24762    max-width: 100%;
24763    height: 2.5rem;
24764    margin-top: 0.25rem;
24765    overflow: hidden;
24766    font-size: 0.875rem;
24767  }
24768
24769  .ct-navbar .navbar-nav-scroll .navbar-nav {
24770    padding-bottom: 2rem;
24771    overflow-x: auto;
24772    white-space: nowrap;
24773    -webkit-overflow-scrolling: touch;
24774  }
24775}
24776@media (min-width: 768px) {
24777  @supports (position: sticky) {
24778    .ct-navbar {
24779      position: sticky;
24780      top: 0;
24781      z-index: 1071;
24782    }
24783  }
24784}
24785.ct-navbar .navbar-nav .nav-link {
24786  padding-right: 0.5rem;
24787  padding-left: 0.5rem;
24788  color: rgba(255, 255, 255, 0.9) !important;
24789}
24790
24791.ct-navbar .navbar-nav .nav-link.active,
24792.ct-navbar .navbar-nav .nav-link:hover {
24793  color: #fff !important;
24794  background-color: transparent !important;
24795}
24796
24797.ct-navbar .navbar-nav .nav-link.active {
24798  font-weight: 500;
24799}
24800
24801.ct-navbar .navbar-nav-svg {
24802  display: inline-block;
24803  width: 1rem;
24804  height: 1rem;
24805  vertical-align: text-top;
24806}
24807
24808.ct-navbar .dropdown-menu {
24809  font-size: 0.875rem;
24810}
24811
24812.ct-navbar .dropdown-item.active {
24813  font-weight: 500;
24814  color: #212529;
24815  background-color: transparent;
24816  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");
24817  background-repeat: no-repeat;
24818  background-position: 0.4rem 0.87rem;
24819  background-size: 0.75rem 0.75rem;
24820  padding-left: 25px;
24821}
24822
24823.github-corner {
24824  position: fixed;
24825  right: 0;
24826  z-index: 1080;
24827}
24828
24829.github-corner:hover .octo-arm {
24830  animation: octocat-wave 560ms ease-in-out;
24831}
24832
24833.github-corner svg {
24834  fill: #fff;
24835  color: #5e72e4;
24836}
24837
24838@keyframes octocat-wave {
24839  0%, 100% {
24840    transform: rotate(0);
24841  }
24842  20%, 60% {
24843    transform: rotate(-25deg);
24844  }
24845  40%, 80% {
24846    transform: rotate(10deg);
24847  }
24848}
24849code[class*=language-],
24850pre[class*=language-] {
24851  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;
24852  font-size: 14px;
24853  line-height: 1.375;
24854  direction: ltr;
24855  text-align: left;
24856  white-space: pre;
24857  word-spacing: normal;
24858  word-break: normal;
24859  -moz-tab-size: 4;
24860  -o-tab-size: 4;
24861  tab-size: 4;
24862  -webkit-hyphens: none;
24863  -moz-hyphens: none;
24864  -ms-hyphens: none;
24865  hyphens: none;
24866  background: #f5f7ff;
24867  color: #5e6687;
24868  border-radius: 0.25rem;
24869}
24870
24871pre[class*=language-]::-moz-selection,
24872pre[class*=language-] ::-moz-selection,
24873code[class*=language-]::-moz-selection,
24874code[class*=language-] ::-moz-selection {
24875  text-shadow: none;
24876  background: #dfe2f1;
24877}
24878
24879pre[class*=language-]::selection,
24880pre[class*=language-] ::selection,
24881code[class*=language-]::selection,
24882code[class*=language-] ::selection {
24883  text-shadow: none;
24884  background: #dfe2f1;
24885}
24886
24887/* Code blocks */
24888pre[class*=language-] {
24889  padding: 1.25rem;
24890  margin: 0;
24891  overflow: auto;
24892}
24893
24894/* Inline code */
24895:not(pre) > code[class*=language-] {
24896  padding: 0.1em;
24897  border-radius: 0.3em;
24898}
24899
24900.token.comment,
24901.token.prolog,
24902.token.doctype,
24903.token.cdata {
24904  color: #898ea4;
24905}
24906
24907.token.punctuation {
24908  color: #5e6687;
24909}
24910
24911.token.namespace {
24912  opacity: 0.7;
24913}
24914
24915.token.operator,
24916.token.boolean,
24917.token.number {
24918  color: #c76b29;
24919}
24920
24921.token.property {
24922  color: #c08b30;
24923}
24924
24925.token.tag {
24926  color: #3d8fd1;
24927}
24928
24929.token.string {
24930  color: #22a2c9;
24931}
24932
24933.token.selector {
24934  color: #6679cc;
24935}
24936
24937.token.attr-name {
24938  color: #c76b29;
24939}
24940
24941.token.entity,
24942.token.url,
24943.language-css .token.string,
24944.style .token.string {
24945  color: #22a2c9;
24946}
24947
24948.token.attr-value,
24949.token.keyword,
24950.token.control,
24951.token.directive,
24952.token.unit {
24953  color: #ac9739;
24954}
24955
24956.token.statement,
24957.token.regex,
24958.token.atrule {
24959  color: #22a2c9;
24960}
24961
24962.token.placeholder,
24963.token.variable {
24964  color: #3d8fd1;
24965}
24966
24967.token.deleted {
24968  text-decoration: line-through;
24969}
24970
24971.token.inserted {
24972  border-bottom: 1px dotted #202746;
24973  text-decoration: none;
24974}
24975
24976.token.italic {
24977  font-style: italic;
24978}
24979
24980.token.important,
24981.token.bold {
24982  font-weight: bold;
24983}
24984
24985.token.important {
24986  color: #c94922;
24987}
24988
24989.token.entity {
24990  cursor: help;
24991}
24992
24993pre > code.highlight {
24994  outline: 0.4em solid #c94922;
24995  outline-offset: 0.4em;
24996}
24997
24998/* overrides color-values for the Line Numbers plugin
24999 * http://prismjs.com/plugins/line-numbers/
25000 */
25001.line-numbers .line-numbers-rows {
25002  border-right-color: #dfe2f1;
25003}
25004
25005.line-numbers-rows > span:before {
25006  color: #979db4;
25007}
25008
25009/* overrides color-values for the Line Highlight plugin
25010 * http://prismjs.com/plugins/line-highlight/
25011 */
25012.line-highlight {
25013  background: rgba(107, 115, 148, 0.2);
25014  background: -webkit-linear-gradient(left, rgba(107, 115, 148, 0.2) 70%, rgba(107, 115, 148, 0));
25015  background: linear-gradient(to right, rgba(107, 115, 148, 0.2) 70%, rgba(107, 115, 148, 0));
25016}
25017
25018.ct-toc {
25019  order: 2;
25020  padding-top: 2rem;
25021  padding-bottom: 1.5rem;
25022  font-size: 0.875rem;
25023}
25024
25025@supports (position: sticky) {
25026  .ct-toc {
25027    position: sticky;
25028    top: 4rem;
25029    height: calc(100vh - 4rem);
25030    overflow-y: auto;
25031  }
25032}
25033.section-nav {
25034  padding-left: 0;
25035  border-left: 1px solid #eee;
25036}
25037
25038.section-nav ul {
25039  padding-left: 1rem;
25040}
25041
25042.section-nav ul ul {
25043  display: none;
25044}
25045
25046.toc-entry {
25047  display: block;
25048  font-size: 1rem;
25049}
25050
25051.toc-entry a {
25052  display: block;
25053  padding: 0.125rem 1.5rem;
25054  color: #99979c;
25055  font-size: 90%;
25056}
25057
25058.toc-entry a:hover {
25059  color: #5e72e4;
25060  text-decoration: none;
25061}
25062
25063.ct-sidebar {
25064  order: 0;
25065  border-bottom: 1px solid #e6ecf1;
25066  background-color: #f5f7f9;
25067}
25068
25069@media (min-width: 768px) {
25070  .ct-sidebar {
25071    border-right: 1px solid #e6ecf1;
25072  }
25073
25074  @supports (position: sticky) {
25075    .ct-sidebar {
25076      position: sticky;
25077      top: 4rem;
25078      z-index: 1000;
25079      height: calc(100vh - 4rem);
25080    }
25081  }
25082}
25083@media (min-width: 1200px) {
25084  .ct-sidebar {
25085    flex: 0 1 320px;
25086  }
25087}
25088.ct-links {
25089  padding-top: 2rem;
25090  padding-bottom: 1rem;
25091  margin-right: -15px;
25092  margin-left: -15px;
25093}
25094
25095@media (min-width: 768px) {
25096  @supports (position: sticky) {
25097    .ct-links {
25098      max-height: calc(100vh - 5rem);
25099      overflow-y: auto;
25100    }
25101  }
25102}
25103@media (min-width: 768px) {
25104  .ct-links {
25105    display: block !important;
25106  }
25107}
25108.ct-search {
25109  position: relative;
25110  padding: 1rem 15px;
25111  margin-right: -15px;
25112  margin-left: -15px;
25113  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
25114}
25115
25116.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 {
25117  border-color: #9da9f2;
25118  box-shadow: 0 0 0 3px rgba(157, 169, 242, 0.25);
25119}
25120
25121.ct-search-docs-toggle {
25122  line-height: 1;
25123  color: #212529;
25124}
25125
25126.ct-sidenav, .leftsidebar .leftsidebar ul {
25127  display: none;
25128}
25129
25130.ct-toc-link {
25131  display: block;
25132  padding: 0.25rem 1.5rem;
25133  font-weight: 600;
25134  font-size: 0.875rem;
25135  color: #0d2b3e;
25136}
25137
25138.ct-toc-link:hover {
25139  color: rgba(0, 0, 0, 0.85);
25140  text-decoration: none;
25141}
25142
25143.ct-toc-item.active {
25144  margin-bottom: 1rem;
25145}
25146
25147.ct-toc-item.active:not(:first-child) {
25148  margin-top: 1rem;
25149}
25150
25151.ct-toc-item.active > .ct-toc-link {
25152  color: rgba(0, 0, 0, 0.85);
25153}
25154
25155.ct-toc-item.active > .ct-toc-link:hover {
25156  background-color: transparent;
25157}
25158
25159.ct-toc-item.active > .ct-sidenav, .leftsidebar .leftsidebar .ct-toc-item.active > ul {
25160  display: block;
25161}
25162
25163.ct-sidebar .nav > li > a, .ct-sidebar .leftsidebar .leftsidebar ul > li > a, .leftsidebar .leftsidebar .ct-sidebar ul > li > a {
25164  display: block;
25165  padding: 0.25rem 1.5rem;
25166  font-size: 84%;
25167  color: #4c555a;
25168}
25169
25170.ct-sidebar .nav > li > a:hover, .ct-sidebar .leftsidebar .leftsidebar ul > li > a:hover, .leftsidebar .leftsidebar .ct-sidebar ul > li > a:hover {
25171  color: rgba(0, 0, 0, 0.85);
25172  text-decoration: none;
25173  background-color: transparent;
25174}
25175
25176.ct-sidebar .nav > .active > a, .ct-sidebar .leftsidebar .leftsidebar ul > .active > a, .leftsidebar .leftsidebar .ct-sidebar ul > .active > a {
25177  font-weight: 500;
25178  color: #0099e5;
25179  background-color: transparent;
25180  padding-left: 2rem;
25181  position: relative;
25182}
25183
25184.ct-sidebar .nav > .active > a:before, .ct-sidebar .leftsidebar .leftsidebar ul > .active > a:before, .leftsidebar .leftsidebar .ct-sidebar ul > .active > a:before {
25185  content: "";
25186  position: absolute;
25187  height: 16px;
25188  width: 2px;
25189  background-color: #0099e5;
25190  top: 50%;
25191  left: 1.5rem;
25192  transform: translateY(-50%);
25193}
25194
25195.ct-sidebar .nav > .active:hover > a, .ct-sidebar .leftsidebar .leftsidebar ul > .active:hover > a, .leftsidebar .leftsidebar .ct-sidebar ul > .active:hover > a {
25196  color: #0099e5;
25197}
25198
25199.scrollbar-inner {
25200  height: 100%;
25201}
25202
25203.scrollbar-inner:not(:hover) .scroll-element {
25204  opacity: 0;
25205}
25206
25207.scrollbar-inner .scroll-element {
25208  transition: opacity 300ms;
25209  margin-right: 2px;
25210}
25211
25212.scrollbar-inner .scroll-element .scroll-bar,
25213.scrollbar-inner .scroll-element .scroll-element_track {
25214  transition: background-color 300ms;
25215}
25216
25217.scrollbar-inner .scroll-element .scroll-element_track {
25218  background-color: transparent;
25219}
25220
25221.scrollbar-inner .scroll-element.scroll-y {
25222  width: 3px;
25223  right: 0;
25224}
25225
25226.scrollbar-inner .scroll-element.scroll-x {
25227  height: 3px;
25228  bottom: 0;
25229}
25230
25231/*# sourceMappingURL=kit-free.css.map */
25232legend {
25233  font-style: normal;
25234}
25235
25236input, select {
25237  background-color: white !important;
25238  border-radius: 0.25rem;
25239  border-color: #5e72e4;
25240}
25241
25242::-moz-selection {
25243  text-shadow: none;
25244  background: #dfe2f1;
25245}
25246
25247::selection {
25248  text-shadow: none;
25249  background: #dfe2f1;
25250}
25251
25252.breadcrumb {
25253  flex-direction: column;
25254}
25255
25256#dokuwiki__content p {
25257  font-weight: 400;
25258}
25259#dokuwiki__content h1::before, #dokuwiki__content h2::before, #dokuwiki__content h3::before, #dokuwiki__content h4::before, #dokuwiki__content h5::before, #dokuwiki__content h6::before {
25260  content: "";
25261  display: block;
25262  height: 6rem;
25263  margin-top: -6rem;
25264  visibility: hidden;
25265}
25266#dokuwiki__content .secedit button {
25267  margin-bottom: 1em;
25268  float: right;
25269  box-shadow: none;
25270}
25271#dokuwiki__content .secedit button:focus, #dokuwiki__content .secedit button:hover {
25272  background-color: white;
25273  box-shadow: none;
25274}
25275#dokuwiki__content .wikilink2 {
25276  color: #dc3545;
25277}
25278#dokuwiki__content .editButtons button {
25279  margin-top: 1em;
25280  margin-bottom: 1em;
25281}
25282#dokuwiki__content :not(pre) > code {
25283  background-color: inherit;
25284  padding: 0.1em;
25285  border-radius: 0.3em;
25286}
25287#dokuwiki__content img.icon {
25288  width: 1rem;
25289  height: 1rem;
25290}
25291#dokuwiki__content .table-responsive, #dokuwiki__content table {
25292  border-width: 0rem;
25293}
25294#dokuwiki__content pre {
25295  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;
25296  font-size: 14px;
25297  line-height: 1.375;
25298  direction: ltr;
25299  text-align: left;
25300  white-space: pre;
25301  word-spacing: normal;
25302  word-break: normal;
25303  -moz-tab-size: 4;
25304  -o-tab-size: 4;
25305  tab-size: 4;
25306  -webkit-hyphens: none;
25307  -moz-hyphens: none;
25308  -ms-hyphens: none;
25309  hyphens: none;
25310  background: #f5f7ff;
25311  color: #5e6687;
25312  border: 0;
25313  border-radius: 0.55rem;
25314  padding: 1.25rem;
25315  margin: 0;
25316  margin-bottom: 1rem;
25317  margin-top: 1rem;
25318  overflow: auto;
25319}
25320
25321#tool__bar button {
25322  margin-bottom: 2em;
25323}
25324
25325textarea {
25326  width: 95%;
25327  max-width: 100%;
25328}
25329
25330.ct-toc #dw__toc {
25331  float: inherit;
25332  margin: inherit;
25333  width: inherit;
25334  background-color: inherit;
25335  color: inherit;
25336  box-sizing: border-box;
25337  margin-right: 0em;
25338  padding-left: 0;
25339  border-left: 1px solid #eee;
25340}
25341.ct-toc #dw__toc h3 {
25342  display: none;
25343}
25344.ct-toc #dw__toc a {
25345  display: block;
25346  padding: 0.125rem 1rem;
25347  color: #99979c;
25348  font-size: 100%;
25349}
25350.ct-toc #dw__toc a:hover {
25351  color: #5e72e4;
25352  text-decoration: none;
25353}
25354.ct-toc #dw__toc ol, .ct-toc #dw__toc ul, .ct-toc #dw__toc dl {
25355  margin-top: 0;
25356  margin-bottom: 1rem;
25357}
25358.ct-toc #dw__toc ul {
25359  margin-bottom: 0.5rem;
25360}
25361.ct-toc #dw__toc ul {
25362  list-style: disc outside;
25363  list-style-position: outside;
25364  list-style-image: none;
25365  list-style-type: disc;
25366}
25367
25368.header-title a {
25369  color: white;
25370  font-weight: 600;
25371  font-size: 1.2rem;
25372}
25373
25374.argon-doku-navbar-icon {
25375  fill: white;
25376}
25377.argon-doku-navbar-icon :hover {
25378  fill: #e6e6e6;
25379}
25380
25381.doku_form .no {
25382  margin: 0rem;
25383  height: 1.5rem;
25384  padding: 0rem;
25385}
25386.doku_form .no #qsearch__in {
25387  width: 10rem;
25388  height: 1.5rem;
25389  margin: 0rem;
25390  margin-right: 1rem;
25391  margin-left: 1rem;
25392  border-radius: 0.25rem !important;
25393  overflow: hidden;
25394  border: none;
25395}
25396.doku_form .no button {
25397  margin: 0rem;
25398  overflow: hidden;
25399  height: 92%;
25400}
25401
25402.search-form {
25403  top: 50%;
25404  position: relative;
25405}
25406
25407.search-results-form fieldset input {
25408  display: block;
25409  width: 90%;
25410  height: 1.5rem;
25411  margin-top: 2rem;
25412  margin-bottom: 2rem;
25413  margin-left: 5%;
25414  margin-right: 5%;
25415}
25416
25417.advancedOptions {
25418  width: 30%;
25419  border-style: dotted;
25420  border-width: 0.01rem;
25421  border-radius: 0.45rem;
25422  margin-top: 1rem;
25423  padding: 1rem;
25424  margin-left: 5rem;
25425}
25426.advancedOptions .toggle > ul > li {
25427  list-style-type: disclosure-closed;
25428}
25429
25430.admin_tasks svg {
25431  margin-right: 1rem;
25432}
25433
25434.ui-admin ul li {
25435  list-style-type: none;
25436}
25437
25438.tabs li {
25439  list-style-type: disclosure-closed;
25440}
25441
25442#config__manager td input.edit {
25443  width: 30em;
25444  padding: 0rem 0.75rem;
25445  background-color: white !important;
25446}
25447
25448#config__manager tr.default .input, #config__manager tr.default input, #config__manager tr.default textarea, #config__manager tr.default select, #config__manager .selectiondefault {
25449  background-color: inherit;
25450}
25451
25452#dw__register, #dw__profiledelete {
25453  text-align: left !important;
25454}
25455#dw__register legend, #dw__profiledelete legend {
25456  font-style: normal;
25457}
25458#dw__register label, #dw__profiledelete label {
25459  font-size: 1rem;
25460  width: 95%;
25461}
25462#dw__register label input, #dw__profiledelete label input {
25463  float: right;
25464  background-color: white !important;
25465  border-radius: 0.25rem;
25466  border-color: #99979c;
25467  border-width: thin;
25468}
25469
25470#dw__login {
25471  width: 100%;
25472  float: left;
25473  left: 0%;
25474  margin: 0%;
25475}
25476#dw__login label {
25477  width: 90%;
25478}
25479#dw__login legend {
25480  font-size: 2rem;
25481  margin-bottom: 5%;
25482  font-style: normal;
25483}
25484#dw__login span {
25485  float: left;
25486  font-size: 1.15rem;
25487}
25488#dw__login input {
25489  display: block;
25490  float: right;
25491  width: 90%;
25492  height: 1.15rem;
25493  top: 50%;
25494}
25495#dw__login .simple {
25496  width: 50%;
25497  margin-left: unset !important;
25498}
25499#dw__login #remember__me {
25500  width: unset;
25501  float: unset;
25502  height: unset;
25503  margin-top: 1rem;
25504}
25505#dw__login label[for=remember__me] {
25506  margin-left: unset !important;
25507}
25508.leftsidebar li {
25509  list-style-type: none;
25510  display: block;
25511  font-size: 84%;
25512  padding: 0.25rem;
25513  color: #4c555a;
25514  font-weight: 400;
25515}
25516.leftsidebar a:link, .leftsidebar a:visited {
25517  text-decoration: none;
25518  color: #4c555a;
25519}
25520.leftsidebar a:hover {
25521  color: #212529;
25522}
25523
25524.argon-doku-page-menu {
25525  display: flex;
25526  align-items: flex-end;
25527  justify-content: flex-end;
25528  margin: 1.75rem 0 0.5rem;
25529}
25530.argon-doku-page-menu li {
25531  display: inline;
25532  fill: #6c757d;
25533}
25534.argon-doku-page-menu li :hover {
25535  fill: #525f7f;
25536}
25537.argon-doku-page-menu li:nth-of-type(1) {
25538  margin-left: 0em;
25539}
25540
25541.footer-card {
25542  background-color: #f4f5f7;
25543  text-align: center;
25544}
25545.footer-card .footer-search {
25546  margin-left: auto;
25547  margin-right: auto;
25548}
25549
25550:root {
25551  font-size: 14px;
25552}
25553
25554h1, .h1 {
25555  font-size: 2.3rem;
25556}
25557
25558h2,
25559.h2,
25560#dw__login legend label {
25561  font-size: 2rem;
25562}
25563
25564h3,
25565.h3,
25566legend,
25567#dw__register legend,
25568#dw__profiledelete legend {
25569  font-size: 1.5rem;
25570}
25571
25572h4,
25573.h4 {
25574  font-size: 1.3rem;
25575}
25576
25577h5,
25578.h5 {
25579  font-size: 1.15rem;
25580}
25581
25582h6,
25583.h6 {
25584  font-size: 1rem;
25585}
25586
25587.breadcrumb {
25588  font-size: 0.8rem;
25589  opacity: 0.75;
25590  background-color: #f2f4f5;
25591}
25592
25593.dropdown-item > .argon-doku-navbar-icon {
25594  fill: #8898aa;
25595}
25596
25597.leftsidebar h1, .leftsidebar h2 .leftsidebar h3, .leftsidebar h4, .leftsidebar h5, .leftsidebar h6 {
25598  display: block;
25599  margin-top: 1rem;
25600  padding: 0.25rem 1.5rem;
25601  font-weight: 600;
25602  font-size: 0.875rem;
25603}
25604
25605.leftsidebar .ct-toc-link {
25606  margin-top: 2rem;
25607  margin-bottom: -0.5rem;
25608}
25609
25610.leftsidebar p {
25611  margin: 0 0 0 1.5em;
25612  padding: 0 0 0 1.5em;
25613  line-height: 1.2;
25614}
25615
25616.leftsidebar .wikilink1, .leftsidebar .wikilink2, .leftsidebar .wikilink3 {
25617  list-style-type: none;
25618  display: block;
25619  font-size: 84%;
25620  padding: 0.25rem;
25621  color: #4c555a;
25622  font-weight: 400;
25623  margin-bottom: -1rem;
25624}
25625
25626.page-info {
25627  opacity: 0.8;
25628  font-style: italic;
25629  font-size: 0.8rem;
25630}
25631
25632.doku_form .no #qsearch__in.edit {
25633  height: auto;
25634}
25635
25636.footer-card {
25637  font-size: 0.8rem;
25638  text-align: left;
25639}
25640
25641.page-menu__link svg {
25642  fill: #6c757d;
25643}
25644
25645.floating-top-button {
25646  position: fixed;
25647  bottom: 2.5rem;
25648  right: 2.5rem;
25649  z-index: 1000;
25650}
25651.floating-top-button .btn, .floating-top-button button, .floating-top-button #dokuwiki__content .secedit button, #dokuwiki__content .secedit .floating-top-button button, .floating-top-button #dokuwiki__content #page__revisions button, #dokuwiki__content #page__revisions .floating-top-button button, .floating-top-button #dokuwiki__content .editButtons button, #dokuwiki__content .editButtons .floating-top-button button, .floating-top-button #tool__bar button, #tool__bar .floating-top-button button, .floating-top-button .doku_form .no button, .doku_form .no .floating-top-button button, .floating-top-button .toggleAssistant, .floating-top-button .qq-upload-button, .floating-top-button #dw__login button, #dw__login .floating-top-button button {
25652  background-color: white;
25653  border-color: #c9cfd4;
25654  padding: 0.75rem;
25655  font-size: 0.8rem;
25656}
25657.floating-top-button .btn i, .floating-top-button button i, .floating-top-button #dokuwiki__content .secedit button i, #dokuwiki__content .secedit .floating-top-button button i, .floating-top-button #dokuwiki__content #page__revisions button i, #dokuwiki__content #page__revisions .floating-top-button button i, .floating-top-button #dokuwiki__content .editButtons button i, #dokuwiki__content .editButtons .floating-top-button button i, .floating-top-button #tool__bar button i, #tool__bar .floating-top-button button i, .floating-top-button .doku_form .no button i, .doku_form .no .floating-top-button button i, .floating-top-button .toggleAssistant i, .floating-top-button .qq-upload-button i, .floating-top-button #dw__login button i, #dw__login .floating-top-button button i {
25658  margin: 0;
25659}
25660.floating-top-button .btn .page-menu__link .tool-link svg, .floating-top-button button .page-menu__link .tool-link svg, .floating-top-button #dokuwiki__content .secedit button .page-menu__link .tool-link svg, #dokuwiki__content .secedit .floating-top-button button .page-menu__link .tool-link svg, .floating-top-button #dokuwiki__content #page__revisions button .page-menu__link .tool-link svg, #dokuwiki__content #page__revisions .floating-top-button button .page-menu__link .tool-link svg, .floating-top-button #dokuwiki__content .editButtons button .page-menu__link .tool-link svg, #dokuwiki__content .editButtons .floating-top-button button .page-menu__link .tool-link svg, .floating-top-button #tool__bar button .page-menu__link .tool-link svg, #tool__bar .floating-top-button button .page-menu__link .tool-link svg, .floating-top-button .toggleAssistant .page-menu__link .tool-link svg, .floating-top-button .qq-upload-button .page-menu__link .tool-link svg, .floating-top-button #dw__login button .page-menu__link .tool-link svg, #dw__login .floating-top-button button .page-menu__link .tool-link svg {
25661  width: 20px;
25662  height: 20px;
25663  fill: greenyellow;
25664}
25665
25666/*# sourceMappingURL=doku.css.map */
25667