Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16848 | Ir a la última revisión | | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
16825 efrain 1
@charset "UTF-8";
2
/*
3
* NobleUI - HTML Bootstrap 5 Admin Dashboard Template v2.0.3 (https://nobleui.com/)
4
* Copyright © 2022 NobleUI
5
* Licensed under ThemeForest License
6
*/
7
:root {
8
  --bs-blue: #0d6efd;
9
  --bs-indigo: #6610f2;
10
  --bs-purple: #6f42c1;
11
  --bs-pink: #d63384;
12
  --bs-red: #dc3545;
13
  --bs-orange: #fd7e14;
14
  --bs-yellow: #ffc107;
15
  --bs-green: #198754;
16
  --bs-teal: #20c997;
17
  --bs-cyan: #0dcaf0;
18
  --bs-black: #000;
19
  --bs-white: #fff;
20
  --bs-gray: #7987a1;
21
  --bs-gray-dark: #212a3a;
22
  --bs-gray-100: #f8f9fa;
23
  --bs-gray-200: #e9ecef;
24
  --bs-gray-300: #dee2e6;
25
  --bs-gray-400: #cbd1db;
26
  --bs-gray-500: #aeb7c5;
27
  --bs-gray-600: #7987a1;
28
  --bs-gray-700: #41516c;
29
  --bs-gray-800: #212a3a;
30
  --bs-gray-900: #060c17;
31
  --bs-primary: #6571ff;
32
  --bs-secondary: #7987a1;
33
  --bs-success: #05a34a;
34
  --bs-info: #66d1d1;
35
  --bs-warning: #fbbc06;
36
  --bs-danger: #ff3366;
37
  --bs-light: #e9ecef;
38
  --bs-dark: #060c17;
39
  --bs-primary-rgb: 101, 113, 255;
40
  --bs-secondary-rgb: 121, 135, 161;
41
  --bs-success-rgb: 5, 163, 74;
42
  --bs-info-rgb: 102, 209, 209;
43
  --bs-warning-rgb: 251, 188, 6;
44
  --bs-danger-rgb: 255, 51, 102;
45
  --bs-light-rgb: 233, 236, 239;
46
  --bs-dark-rgb: 6, 12, 23;
47
  --bs-white-rgb: 255, 255, 255;
48
  --bs-black-rgb: 0, 0, 0;
49
  --bs-body-color-rgb: 0, 0, 0;
50
  --bs-body-bg-rgb: 249, 250, 251;
51
  --bs-font-sans-serif: "Roboto", Helvetica, sans-serif;
52
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
53
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
54
  --bs-body-font-family: var(--bs-font-sans-serif);
55
  --bs-body-font-size: 0.875rem;
56
  --bs-body-font-weight: 400;
57
  --bs-body-line-height: 1.5;
58
  --bs-body-color: #000;
59
  --bs-body-bg: #f9fafb;
60
  --bs-border-width: 1px;
61
  --bs-border-style: solid;
62
  --bs-border-color: #e9ecef;
63
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
64
  --bs-border-radius: 0.25rem;
65
  --bs-border-radius-sm: 0.25rem;
66
  --bs-border-radius-lg: 0.5rem;
67
  --bs-border-radius-xl: 1rem;
68
  --bs-border-radius-2xl: 2rem;
69
  --bs-border-radius-pill: 50rem;
70
  --bs-link-color: #6571ff;
71
  --bs-link-hover-color: #515acc;
72
  --bs-code-color: #d63384;
73
  --bs-highlight-bg: #fff3cd;
74
}
75
 
76
*,
77
*::before,
78
*::after {
79
  box-sizing: border-box;
80
}
81
 
82
@media (prefers-reduced-motion: no-preference) {
83
  :root {
84
    scroll-behavior: smooth;
85
  }
86
}
87
 
88
body {
89
  margin: 0;
90
  font-family: var(--bs-body-font-family);
91
  font-size: var(--bs-body-font-size);
92
  font-weight: var(--bs-body-font-weight);
93
  line-height: var(--bs-body-line-height);
94
  color: var(--bs-body-color);
95
  text-align: var(--bs-body-text-align);
96
  background-color: var(--bs-body-bg);
97
  -webkit-text-size-adjust: 100%;
98
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
99
}
100
 
101
hr {
102
  margin: 1rem 0;
103
  color: inherit;
104
  border: 0;
105
  border-top: 1px solid;
106
  opacity: 0.1;
107
}
108
 
109
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
110
  margin-top: 0;
111
  margin-bottom: 0;
112
  font-weight: 500;
113
  line-height: 1.2;
114
}
115
 
116
h1, .h1 {
117
  font-size: calc(1.375rem + 1.5vw);
118
}
119
@media (min-width: 1200px) {
120
  h1, .h1 {
121
    font-size: 2.5rem;
122
  }
123
}
124
 
125
h2, .h2 {
126
  font-size: calc(1.325rem + 0.9vw);
127
}
128
@media (min-width: 1200px) {
129
  h2, .h2 {
130
    font-size: 2rem;
131
  }
132
}
133
 
134
h3, .h3 {
135
  font-size: calc(1.275rem + 0.3vw);
136
}
137
@media (min-width: 1200px) {
138
  h3, .h3 {
139
    font-size: 1.5rem;
140
  }
141
}
142
 
143
h4, .h4 {
144
  font-size: 1.25rem;
145
}
146
 
147
h5, .h5 {
148
  font-size: 1rem;
149
}
150
 
151
h6, .h6 {
152
  font-size: 0.875rem;
153
}
154
 
155
p {
156
  margin-top: 0;
157
  margin-bottom: 0;
158
}
159
 
160
abbr[title] {
161
  text-decoration: underline dotted;
162
  cursor: help;
163
  text-decoration-skip-ink: none;
164
}
165
 
166
address {
167
  margin-bottom: 1rem;
168
  font-style: normal;
169
  line-height: inherit;
170
}
171
 
172
ol,
173
ul {
174
  padding-left: 2rem;
175
}
176
 
177
ol,
178
ul,
179
dl {
180
  margin-top: 0;
181
  margin-bottom: 1rem;
182
}
183
 
184
ol ol,
185
ul ul,
186
ol ul,
187
ul ol {
188
  margin-bottom: 0;
189
}
190
 
191
dt {
192
  font-weight: 500;
193
}
194
 
195
dd {
196
  margin-bottom: 0.5rem;
197
  margin-left: 0;
198
}
199
 
200
blockquote {
201
  margin: 0 0 1rem;
202
}
203
 
204
b,
205
strong {
206
  font-weight: 700;
207
}
208
 
209
small, .small {
210
  font-size: 0.875em;
211
}
212
 
213
mark, .mark {
214
  padding: 0.1875em;
215
  background-color: var(--bs-highlight-bg);
216
}
217
 
218
sub,
219
sup {
220
  position: relative;
221
  font-size: 0.75em;
222
  line-height: 0;
223
  vertical-align: baseline;
224
}
225
 
226
sub {
227
  bottom: -0.25em;
228
}
229
 
230
sup {
231
  top: -0.5em;
232
}
233
 
234
a {
235
  color: var(--bs-link-color);
236
  text-decoration: none;
237
}
238
a:hover {
239
  color: var(--bs-link-hover-color);
240
}
241
 
242
a:not([href]):not([class]), a:not([href]):not([class]):hover {
243
  color: inherit;
244
  text-decoration: none;
245
}
246
 
247
pre,
248
code,
249
kbd,
250
samp {
251
  font-family: var(--bs-font-monospace);
252
  font-size: 1em;
253
}
254
 
255
pre {
256
  display: block;
257
  margin-top: 0;
258
  margin-bottom: 1rem;
259
  overflow: auto;
260
  font-size: 0.875em;
261
}
262
pre code {
263
  font-size: inherit;
264
  color: inherit;
265
  word-break: normal;
266
}
267
 
268
code {
269
  font-size: 0.875em;
270
  color: var(--bs-code-color);
271
  word-wrap: break-word;
272
}
273
a > code {
274
  color: inherit;
275
}
276
 
277
kbd {
278
  padding: 0.1875rem 0.375rem;
279
  font-size: 0.875em;
280
  color: var(--bs-body-bg);
281
  background-color: var(--bs-body-color);
282
  border-radius: 0.25rem;
283
}
284
kbd kbd {
285
  padding: 0;
286
  font-size: 1em;
287
}
288
 
289
figure {
290
  margin: 0 0 1rem;
291
}
292
 
293
img,
294
svg {
295
  vertical-align: middle;
296
}
297
 
298
table {
299
  caption-side: bottom;
300
  border-collapse: collapse;
301
}
302
 
303
caption {
304
  padding-top: 0.85rem;
305
  padding-bottom: 0.85rem;
306
  color: #7987a1;
307
  text-align: left;
308
}
309
 
310
th {
311
  text-align: inherit;
312
  text-align: -webkit-match-parent;
313
}
314
 
315
thead,
316
tbody,
317
tfoot,
318
tr,
319
td,
320
th {
321
  border-color: inherit;
322
  border-style: solid;
323
  border-width: 0;
324
}
325
 
326
label {
327
  display: inline-block;
328
}
329
 
330
button {
331
  border-radius: 0;
332
}
333
 
334
button:focus:not(:focus-visible) {
335
  outline: 0;
336
}
337
 
338
input,
339
button,
340
select,
341
optgroup,
342
textarea {
343
  margin: 0;
344
  font-family: inherit;
345
  font-size: inherit;
346
  line-height: inherit;
347
}
348
 
349
button,
350
select {
351
  text-transform: none;
352
}
353
 
354
[role=button] {
355
  cursor: pointer;
356
}
357
 
358
select {
359
  word-wrap: normal;
360
}
361
select:disabled {
362
  opacity: 1;
363
}
364
 
365
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
366
  display: none !important;
367
}
368
 
369
button,
370
[type=button],
371
[type=reset],
372
[type=submit] {
373
  -webkit-appearance: button;
374
}
375
button:not(:disabled),
376
[type=button]:not(:disabled),
377
[type=reset]:not(:disabled),
378
[type=submit]:not(:disabled) {
379
  cursor: pointer;
380
}
381
 
382
::-moz-focus-inner {
383
  padding: 0;
384
  border-style: none;
385
}
386
 
387
textarea {
388
  resize: vertical;
389
}
390
 
391
fieldset {
392
  min-width: 0;
393
  padding: 0;
394
  margin: 0;
395
  border: 0;
396
}
397
 
398
legend {
399
  float: left;
400
  width: 100%;
401
  padding: 0;
402
  margin-bottom: 0.5rem;
403
  font-size: calc(1.275rem + 0.3vw);
404
  line-height: inherit;
405
}
406
@media (min-width: 1200px) {
407
  legend {
408
    font-size: 1.5rem;
409
  }
410
}
411
legend + * {
412
  clear: left;
413
}
414
 
415
::-webkit-datetime-edit-fields-wrapper,
416
::-webkit-datetime-edit-text,
417
::-webkit-datetime-edit-minute,
418
::-webkit-datetime-edit-hour-field,
419
::-webkit-datetime-edit-day-field,
420
::-webkit-datetime-edit-month-field,
421
::-webkit-datetime-edit-year-field {
422
  padding: 0;
423
}
424
 
425
::-webkit-inner-spin-button {
426
  height: auto;
427
}
428
 
429
[type=search] {
430
  outline-offset: -2px;
431
  -webkit-appearance: textfield;
432
}
433
 
434
/* rtl:raw:
435
[type="tel"],
436
[type="url"],
437
[type="email"],
438
[type="number"] {
439
  direction: ltr;
440
}
441
*/
442
::-webkit-search-decoration {
443
  -webkit-appearance: none;
444
}
445
 
446
::-webkit-color-swatch-wrapper {
447
  padding: 0;
448
}
449
 
450
::file-selector-button {
451
  font: inherit;
452
  -webkit-appearance: button;
453
}
454
 
455
output {
456
  display: inline-block;
457
}
458
 
459
iframe {
460
  border: 0;
461
}
462
 
463
summary {
464
  display: list-item;
465
  cursor: pointer;
466
}
467
 
468
progress {
469
  vertical-align: baseline;
470
}
471
 
472
[hidden] {
473
  display: none !important;
474
}
475
 
476
.lead {
477
  font-size: 1.09375rem;
478
  font-weight: 300;
479
}
480
 
481
.display-1 {
482
  font-size: calc(1.625rem + 4.5vw);
483
  font-weight: 300;
484
  line-height: 1.2;
485
}
486
@media (min-width: 1200px) {
487
  .display-1 {
488
    font-size: 5rem;
489
  }
490
}
491
 
492
.display-2 {
493
  font-size: calc(1.575rem + 3.9vw);
494
  font-weight: 300;
495
  line-height: 1.2;
496
}
497
@media (min-width: 1200px) {
498
  .display-2 {
499
    font-size: 4.5rem;
500
  }
501
}
502
 
503
.display-3 {
504
  font-size: calc(1.525rem + 3.3vw);
505
  font-weight: 300;
506
  line-height: 1.2;
507
}
508
@media (min-width: 1200px) {
509
  .display-3 {
510
    font-size: 4rem;
511
  }
512
}
513
 
514
.display-4 {
515
  font-size: calc(1.475rem + 2.7vw);
516
  font-weight: 300;
517
  line-height: 1.2;
518
}
519
@media (min-width: 1200px) {
520
  .display-4 {
521
    font-size: 3.5rem;
522
  }
523
}
524
 
525
.display-5 {
526
  font-size: calc(1.425rem + 2.1vw);
527
  font-weight: 300;
528
  line-height: 1.2;
529
}
530
@media (min-width: 1200px) {
531
  .display-5 {
532
    font-size: 3rem;
533
  }
534
}
535
 
536
.display-6 {
537
  font-size: calc(1.375rem + 1.5vw);
538
  font-weight: 300;
539
  line-height: 1.2;
540
}
541
@media (min-width: 1200px) {
542
  .display-6 {
543
    font-size: 2.5rem;
544
  }
545
}
546
 
547
.list-unstyled {
548
  padding-left: 0;
549
  list-style: none;
550
}
551
 
552
.list-inline {
553
  padding-left: 0;
554
  list-style: none;
555
}
556
 
557
.list-inline-item {
558
  display: inline-block;
559
}
560
.list-inline-item:not(:last-child) {
561
  margin-right: 0.5rem;
562
}
563
 
564
.initialism {
565
  font-size: 0.875em;
566
  text-transform: uppercase;
567
}
568
 
569
.blockquote {
570
  margin-bottom: 1rem;
571
  font-size: 1.09375rem;
572
}
573
.blockquote > :last-child {
574
  margin-bottom: 0;
575
}
576
 
577
.blockquote-footer {
578
  margin-top: -1rem;
579
  margin-bottom: 1rem;
580
  font-size: 0.875em;
581
  color: #7987a1;
582
}
583
.blockquote-footer::before {
584
  content: "— ";
585
}
586
 
587
.img-fluid {
588
  max-width: 100%;
589
  height: auto;
590
}
591
 
592
.img-thumbnail {
593
  padding: 0.25rem;
594
  background-color: #f9fafb;
595
  border: 1px solid var(--bs-border-color);
596
  border-radius: 0.25rem;
597
  max-width: 100%;
598
  height: auto;
599
}
600
 
601
.figure {
602
  display: inline-block;
603
}
604
 
605
.figure-img {
606
  margin-bottom: 0.5rem;
607
  line-height: 1;
608
}
609
 
610
.figure-caption {
611
  font-size: 0.875em;
612
  color: #7987a1;
613
}
614
 
615
.container,
616
.container-fluid,
617
.container-xxl,
618
.container-xl,
619
.container-lg,
620
.container-md,
621
.container-sm {
622
  --bs-gutter-x: 1.5rem;
623
  --bs-gutter-y: 0;
624
  width: 100%;
625
  padding-right: calc(var(--bs-gutter-x) * 0.5);
626
  padding-left: calc(var(--bs-gutter-x) * 0.5);
627
  margin-right: auto;
628
  margin-left: auto;
629
}
630
 
631
@media (min-width: 576px) {
632
  .container-sm, .container {
633
    max-width: 540px;
634
  }
635
}
636
@media (min-width: 768px) {
637
  .container-md, .container-sm, .container {
638
    max-width: 720px;
639
  }
640
}
641
@media (min-width: 992px) {
642
  .container-lg, .container-md, .container-sm, .container {
643
    max-width: 960px;
644
  }
645
}
646
@media (min-width: 1200px) {
647
  .container-xl, .container-lg, .container-md, .container-sm, .container {
648
    max-width: 1140px;
649
  }
650
}
651
@media (min-width: 1400px) {
652
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
653
    max-width: 1320px;
654
  }
655
}
656
.row {
657
  --bs-gutter-x: 1.5rem;
658
  --bs-gutter-y: 0;
659
  display: flex;
660
  flex-wrap: wrap;
661
  margin-top: calc(-1 * var(--bs-gutter-y));
662
  margin-right: calc(-0.5 * var(--bs-gutter-x));
663
  margin-left: calc(-0.5 * var(--bs-gutter-x));
664
}
665
.row > * {
666
  flex-shrink: 0;
667
  width: 100%;
668
  max-width: 100%;
669
  padding-right: calc(var(--bs-gutter-x) * 0.5);
670
  padding-left: calc(var(--bs-gutter-x) * 0.5);
671
  margin-top: var(--bs-gutter-y);
672
}
673
 
674
.col {
675
  flex: 1 0 0%;
676
}
677
 
678
.row-cols-auto > * {
679
  flex: 0 0 auto;
680
  width: auto;
681
}
682
 
683
.row-cols-1 > * {
684
  flex: 0 0 auto;
685
  width: 100%;
686
}
687
 
688
.row-cols-2 > * {
689
  flex: 0 0 auto;
690
  width: 50%;
691
}
692
 
693
.row-cols-3 > * {
694
  flex: 0 0 auto;
695
  width: 33.3333333333%;
696
}
697
 
698
.row-cols-4 > * {
699
  flex: 0 0 auto;
700
  width: 25%;
701
}
702
 
703
.row-cols-5 > * {
704
  flex: 0 0 auto;
705
  width: 20%;
706
}
707
 
708
.row-cols-6 > * {
709
  flex: 0 0 auto;
710
  width: 16.6666666667%;
711
}
712
 
713
.col-auto {
714
  flex: 0 0 auto;
715
  width: auto;
716
}
717
 
718
.col-1 {
719
  flex: 0 0 auto;
720
  width: 8.33333333%;
721
}
722
 
723
.col-2 {
724
  flex: 0 0 auto;
725
  width: 16.66666667%;
726
}
727
 
728
.col-3 {
729
  flex: 0 0 auto;
730
  width: 25%;
731
}
732
 
733
.col-4 {
734
  flex: 0 0 auto;
735
  width: 33.33333333%;
736
}
737
 
738
.col-5 {
739
  flex: 0 0 auto;
740
  width: 41.66666667%;
741
}
742
 
743
.col-6 {
744
  flex: 0 0 auto;
745
  width: 50%;
746
}
747
 
748
.col-7 {
749
  flex: 0 0 auto;
750
  width: 58.33333333%;
751
}
752
 
753
.col-8 {
754
  flex: 0 0 auto;
755
  width: 66.66666667%;
756
}
757
 
758
.col-9 {
759
  flex: 0 0 auto;
760
  width: 75%;
761
}
762
 
763
.col-10 {
764
  flex: 0 0 auto;
765
  width: 83.33333333%;
766
}
767
 
768
.col-11 {
769
  flex: 0 0 auto;
770
  width: 91.66666667%;
771
}
772
 
773
.col-12 {
774
  flex: 0 0 auto;
775
  width: 100%;
776
}
777
 
778
.offset-1 {
779
  margin-left: 8.33333333%;
780
}
781
 
782
.offset-2 {
783
  margin-left: 16.66666667%;
784
}
785
 
786
.offset-3 {
787
  margin-left: 25%;
788
}
789
 
790
.offset-4 {
791
  margin-left: 33.33333333%;
792
}
793
 
794
.offset-5 {
795
  margin-left: 41.66666667%;
796
}
797
 
798
.offset-6 {
799
  margin-left: 50%;
800
}
801
 
802
.offset-7 {
803
  margin-left: 58.33333333%;
804
}
805
 
806
.offset-8 {
807
  margin-left: 66.66666667%;
808
}
809
 
810
.offset-9 {
811
  margin-left: 75%;
812
}
813
 
814
.offset-10 {
815
  margin-left: 83.33333333%;
816
}
817
 
818
.offset-11 {
819
  margin-left: 91.66666667%;
820
}
821
 
822
.g-0,
823
.gx-0 {
824
  --bs-gutter-x: 0;
825
}
826
 
827
.g-0,
828
.gy-0 {
829
  --bs-gutter-y: 0;
830
}
831
 
832
.g-1,
833
.gx-1 {
834
  --bs-gutter-x: 0.25rem;
835
}
836
 
837
.g-1,
838
.gy-1 {
839
  --bs-gutter-y: 0.25rem;
840
}
841
 
842
.g-2,
843
.gx-2 {
844
  --bs-gutter-x: 0.5rem;
845
}
846
 
847
.g-2,
848
.gy-2 {
849
  --bs-gutter-y: 0.5rem;
850
}
851
 
852
.g-3,
853
.gx-3 {
854
  --bs-gutter-x: 1rem;
855
}
856
 
857
.g-3,
858
.gy-3 {
859
  --bs-gutter-y: 1rem;
860
}
861
 
862
.g-4,
863
.gx-4 {
864
  --bs-gutter-x: 1.5rem;
865
}
866
 
867
.g-4,
868
.gy-4 {
869
  --bs-gutter-y: 1.5rem;
870
}
871
 
872
.g-5,
873
.gx-5 {
874
  --bs-gutter-x: 3rem;
875
}
876
 
877
.g-5,
878
.gy-5 {
879
  --bs-gutter-y: 3rem;
880
}
881
 
882
.g-6,
883
.gx-6 {
884
  --bs-gutter-x: 4.5rem;
885
}
886
 
887
.g-6,
888
.gy-6 {
889
  --bs-gutter-y: 4.5rem;
890
}
891
 
892
.g-7,
893
.gx-7 {
894
  --bs-gutter-x: 6rem;
895
}
896
 
897
.g-7,
898
.gy-7 {
899
  --bs-gutter-y: 6rem;
900
}
901
 
902
@media (min-width: 576px) {
903
  .col-sm {
904
    flex: 1 0 0%;
905
  }
906
  .row-cols-sm-auto > * {
907
    flex: 0 0 auto;
908
    width: auto;
909
  }
910
  .row-cols-sm-1 > * {
911
    flex: 0 0 auto;
912
    width: 100%;
913
  }
914
  .row-cols-sm-2 > * {
915
    flex: 0 0 auto;
916
    width: 50%;
917
  }
918
  .row-cols-sm-3 > * {
919
    flex: 0 0 auto;
920
    width: 33.3333333333%;
921
  }
922
  .row-cols-sm-4 > * {
923
    flex: 0 0 auto;
924
    width: 25%;
925
  }
926
  .row-cols-sm-5 > * {
927
    flex: 0 0 auto;
928
    width: 20%;
929
  }
930
  .row-cols-sm-6 > * {
931
    flex: 0 0 auto;
932
    width: 16.6666666667%;
933
  }
934
  .col-sm-auto {
935
    flex: 0 0 auto;
936
    width: auto;
937
  }
938
  .col-sm-1 {
939
    flex: 0 0 auto;
940
    width: 8.33333333%;
941
  }
942
  .col-sm-2 {
943
    flex: 0 0 auto;
944
    width: 16.66666667%;
945
  }
946
  .col-sm-3 {
947
    flex: 0 0 auto;
948
    width: 25%;
949
  }
950
  .col-sm-4 {
951
    flex: 0 0 auto;
952
    width: 33.33333333%;
953
  }
954
  .col-sm-5 {
955
    flex: 0 0 auto;
956
    width: 41.66666667%;
957
  }
958
  .col-sm-6 {
959
    flex: 0 0 auto;
960
    width: 50%;
961
  }
962
  .col-sm-7 {
963
    flex: 0 0 auto;
964
    width: 58.33333333%;
965
  }
966
  .col-sm-8 {
967
    flex: 0 0 auto;
968
    width: 66.66666667%;
969
  }
970
  .col-sm-9 {
971
    flex: 0 0 auto;
972
    width: 75%;
973
  }
974
  .col-sm-10 {
975
    flex: 0 0 auto;
976
    width: 83.33333333%;
977
  }
978
  .col-sm-11 {
979
    flex: 0 0 auto;
980
    width: 91.66666667%;
981
  }
982
  .col-sm-12 {
983
    flex: 0 0 auto;
984
    width: 100%;
985
  }
986
  .offset-sm-0 {
987
    margin-left: 0;
988
  }
989
  .offset-sm-1 {
990
    margin-left: 8.33333333%;
991
  }
992
  .offset-sm-2 {
993
    margin-left: 16.66666667%;
994
  }
995
  .offset-sm-3 {
996
    margin-left: 25%;
997
  }
998
  .offset-sm-4 {
999
    margin-left: 33.33333333%;
1000
  }
1001
  .offset-sm-5 {
1002
    margin-left: 41.66666667%;
1003
  }
1004
  .offset-sm-6 {
1005
    margin-left: 50%;
1006
  }
1007
  .offset-sm-7 {
1008
    margin-left: 58.33333333%;
1009
  }
1010
  .offset-sm-8 {
1011
    margin-left: 66.66666667%;
1012
  }
1013
  .offset-sm-9 {
1014
    margin-left: 75%;
1015
  }
1016
  .offset-sm-10 {
1017
    margin-left: 83.33333333%;
1018
  }
1019
  .offset-sm-11 {
1020
    margin-left: 91.66666667%;
1021
  }
1022
  .g-sm-0,
1023
  .gx-sm-0 {
1024
    --bs-gutter-x: 0;
1025
  }
1026
  .g-sm-0,
1027
  .gy-sm-0 {
1028
    --bs-gutter-y: 0;
1029
  }
1030
  .g-sm-1,
1031
  .gx-sm-1 {
1032
    --bs-gutter-x: 0.25rem;
1033
  }
1034
  .g-sm-1,
1035
  .gy-sm-1 {
1036
    --bs-gutter-y: 0.25rem;
1037
  }
1038
  .g-sm-2,
1039
  .gx-sm-2 {
1040
    --bs-gutter-x: 0.5rem;
1041
  }
1042
  .g-sm-2,
1043
  .gy-sm-2 {
1044
    --bs-gutter-y: 0.5rem;
1045
  }
1046
  .g-sm-3,
1047
  .gx-sm-3 {
1048
    --bs-gutter-x: 1rem;
1049
  }
1050
  .g-sm-3,
1051
  .gy-sm-3 {
1052
    --bs-gutter-y: 1rem;
1053
  }
1054
  .g-sm-4,
1055
  .gx-sm-4 {
1056
    --bs-gutter-x: 1.5rem;
1057
  }
1058
  .g-sm-4,
1059
  .gy-sm-4 {
1060
    --bs-gutter-y: 1.5rem;
1061
  }
1062
  .g-sm-5,
1063
  .gx-sm-5 {
1064
    --bs-gutter-x: 3rem;
1065
  }
1066
  .g-sm-5,
1067
  .gy-sm-5 {
1068
    --bs-gutter-y: 3rem;
1069
  }
1070
  .g-sm-6,
1071
  .gx-sm-6 {
1072
    --bs-gutter-x: 4.5rem;
1073
  }
1074
  .g-sm-6,
1075
  .gy-sm-6 {
1076
    --bs-gutter-y: 4.5rem;
1077
  }
1078
  .g-sm-7,
1079
  .gx-sm-7 {
1080
    --bs-gutter-x: 6rem;
1081
  }
1082
  .g-sm-7,
1083
  .gy-sm-7 {
1084
    --bs-gutter-y: 6rem;
1085
  }
1086
}
1087
@media (min-width: 768px) {
1088
  .col-md {
1089
    flex: 1 0 0%;
1090
  }
1091
  .row-cols-md-auto > * {
1092
    flex: 0 0 auto;
1093
    width: auto;
1094
  }
1095
  .row-cols-md-1 > * {
1096
    flex: 0 0 auto;
1097
    width: 100%;
1098
  }
1099
  .row-cols-md-2 > * {
1100
    flex: 0 0 auto;
1101
    width: 50%;
1102
  }
1103
  .row-cols-md-3 > * {
1104
    flex: 0 0 auto;
1105
    width: 33.3333333333%;
1106
  }
1107
  .row-cols-md-4 > * {
1108
    flex: 0 0 auto;
1109
    width: 25%;
1110
  }
1111
  .row-cols-md-5 > * {
1112
    flex: 0 0 auto;
1113
    width: 20%;
1114
  }
1115
  .row-cols-md-6 > * {
1116
    flex: 0 0 auto;
1117
    width: 16.6666666667%;
1118
  }
1119
  .col-md-auto {
1120
    flex: 0 0 auto;
1121
    width: auto;
1122
  }
1123
  .col-md-1 {
1124
    flex: 0 0 auto;
1125
    width: 8.33333333%;
1126
  }
1127
  .col-md-2 {
1128
    flex: 0 0 auto;
1129
    width: 16.66666667%;
1130
  }
1131
  .col-md-3 {
1132
    flex: 0 0 auto;
1133
    width: 25%;
1134
  }
1135
  .col-md-4 {
1136
    flex: 0 0 auto;
1137
    width: 33.33333333%;
1138
  }
1139
  .col-md-5 {
1140
    flex: 0 0 auto;
1141
    width: 41.66666667%;
1142
  }
1143
  .col-md-6 {
1144
    flex: 0 0 auto;
1145
    width: 50%;
1146
  }
1147
  .col-md-7 {
1148
    flex: 0 0 auto;
1149
    width: 58.33333333%;
1150
  }
1151
  .col-md-8 {
1152
    flex: 0 0 auto;
1153
    width: 66.66666667%;
1154
  }
1155
  .col-md-9 {
1156
    flex: 0 0 auto;
1157
    width: 75%;
1158
  }
1159
  .col-md-10 {
1160
    flex: 0 0 auto;
1161
    width: 83.33333333%;
1162
  }
1163
  .col-md-11 {
1164
    flex: 0 0 auto;
1165
    width: 91.66666667%;
1166
  }
1167
  .col-md-12 {
1168
    flex: 0 0 auto;
1169
    width: 100%;
1170
  }
1171
  .offset-md-0 {
1172
    margin-left: 0;
1173
  }
1174
  .offset-md-1 {
1175
    margin-left: 8.33333333%;
1176
  }
1177
  .offset-md-2 {
1178
    margin-left: 16.66666667%;
1179
  }
1180
  .offset-md-3 {
1181
    margin-left: 25%;
1182
  }
1183
  .offset-md-4 {
1184
    margin-left: 33.33333333%;
1185
  }
1186
  .offset-md-5 {
1187
    margin-left: 41.66666667%;
1188
  }
1189
  .offset-md-6 {
1190
    margin-left: 50%;
1191
  }
1192
  .offset-md-7 {
1193
    margin-left: 58.33333333%;
1194
  }
1195
  .offset-md-8 {
1196
    margin-left: 66.66666667%;
1197
  }
1198
  .offset-md-9 {
1199
    margin-left: 75%;
1200
  }
1201
  .offset-md-10 {
1202
    margin-left: 83.33333333%;
1203
  }
1204
  .offset-md-11 {
1205
    margin-left: 91.66666667%;
1206
  }
1207
  .g-md-0,
1208
  .gx-md-0 {
1209
    --bs-gutter-x: 0;
1210
  }
1211
  .g-md-0,
1212
  .gy-md-0 {
1213
    --bs-gutter-y: 0;
1214
  }
1215
  .g-md-1,
1216
  .gx-md-1 {
1217
    --bs-gutter-x: 0.25rem;
1218
  }
1219
  .g-md-1,
1220
  .gy-md-1 {
1221
    --bs-gutter-y: 0.25rem;
1222
  }
1223
  .g-md-2,
1224
  .gx-md-2 {
1225
    --bs-gutter-x: 0.5rem;
1226
  }
1227
  .g-md-2,
1228
  .gy-md-2 {
1229
    --bs-gutter-y: 0.5rem;
1230
  }
1231
  .g-md-3,
1232
  .gx-md-3 {
1233
    --bs-gutter-x: 1rem;
1234
  }
1235
  .g-md-3,
1236
  .gy-md-3 {
1237
    --bs-gutter-y: 1rem;
1238
  }
1239
  .g-md-4,
1240
  .gx-md-4 {
1241
    --bs-gutter-x: 1.5rem;
1242
  }
1243
  .g-md-4,
1244
  .gy-md-4 {
1245
    --bs-gutter-y: 1.5rem;
1246
  }
1247
  .g-md-5,
1248
  .gx-md-5 {
1249
    --bs-gutter-x: 3rem;
1250
  }
1251
  .g-md-5,
1252
  .gy-md-5 {
1253
    --bs-gutter-y: 3rem;
1254
  }
1255
  .g-md-6,
1256
  .gx-md-6 {
1257
    --bs-gutter-x: 4.5rem;
1258
  }
1259
  .g-md-6,
1260
  .gy-md-6 {
1261
    --bs-gutter-y: 4.5rem;
1262
  }
1263
  .g-md-7,
1264
  .gx-md-7 {
1265
    --bs-gutter-x: 6rem;
1266
  }
1267
  .g-md-7,
1268
  .gy-md-7 {
1269
    --bs-gutter-y: 6rem;
1270
  }
1271
}
1272
@media (min-width: 992px) {
1273
  .col-lg {
1274
    flex: 1 0 0%;
1275
  }
1276
  .row-cols-lg-auto > * {
1277
    flex: 0 0 auto;
1278
    width: auto;
1279
  }
1280
  .row-cols-lg-1 > * {
1281
    flex: 0 0 auto;
1282
    width: 100%;
1283
  }
1284
  .row-cols-lg-2 > * {
1285
    flex: 0 0 auto;
1286
    width: 50%;
1287
  }
1288
  .row-cols-lg-3 > * {
1289
    flex: 0 0 auto;
1290
    width: 33.3333333333%;
1291
  }
1292
  .row-cols-lg-4 > * {
1293
    flex: 0 0 auto;
1294
    width: 25%;
1295
  }
1296
  .row-cols-lg-5 > * {
1297
    flex: 0 0 auto;
1298
    width: 20%;
1299
  }
1300
  .row-cols-lg-6 > * {
1301
    flex: 0 0 auto;
1302
    width: 16.6666666667%;
1303
  }
1304
  .col-lg-auto {
1305
    flex: 0 0 auto;
1306
    width: auto;
1307
  }
1308
  .col-lg-1 {
1309
    flex: 0 0 auto;
1310
    width: 8.33333333%;
1311
  }
1312
  .col-lg-2 {
1313
    flex: 0 0 auto;
1314
    width: 16.66666667%;
1315
  }
1316
  .col-lg-3 {
1317
    flex: 0 0 auto;
1318
    width: 25%;
1319
  }
1320
  .col-lg-4 {
1321
    flex: 0 0 auto;
1322
    width: 33.33333333%;
1323
  }
1324
  .col-lg-5 {
1325
    flex: 0 0 auto;
1326
    width: 41.66666667%;
1327
  }
1328
  .col-lg-6 {
1329
    flex: 0 0 auto;
1330
    width: 50%;
1331
  }
1332
  .col-lg-7 {
1333
    flex: 0 0 auto;
1334
    width: 58.33333333%;
1335
  }
1336
  .col-lg-8 {
1337
    flex: 0 0 auto;
1338
    width: 66.66666667%;
1339
  }
1340
  .col-lg-9 {
1341
    flex: 0 0 auto;
1342
    width: 75%;
1343
  }
1344
  .col-lg-10 {
1345
    flex: 0 0 auto;
1346
    width: 83.33333333%;
1347
  }
1348
  .col-lg-11 {
1349
    flex: 0 0 auto;
1350
    width: 91.66666667%;
1351
  }
1352
  .col-lg-12 {
1353
    flex: 0 0 auto;
1354
    width: 100%;
1355
  }
1356
  .offset-lg-0 {
1357
    margin-left: 0;
1358
  }
1359
  .offset-lg-1 {
1360
    margin-left: 8.33333333%;
1361
  }
1362
  .offset-lg-2 {
1363
    margin-left: 16.66666667%;
1364
  }
1365
  .offset-lg-3 {
1366
    margin-left: 25%;
1367
  }
1368
  .offset-lg-4 {
1369
    margin-left: 33.33333333%;
1370
  }
1371
  .offset-lg-5 {
1372
    margin-left: 41.66666667%;
1373
  }
1374
  .offset-lg-6 {
1375
    margin-left: 50%;
1376
  }
1377
  .offset-lg-7 {
1378
    margin-left: 58.33333333%;
1379
  }
1380
  .offset-lg-8 {
1381
    margin-left: 66.66666667%;
1382
  }
1383
  .offset-lg-9 {
1384
    margin-left: 75%;
1385
  }
1386
  .offset-lg-10 {
1387
    margin-left: 83.33333333%;
1388
  }
1389
  .offset-lg-11 {
1390
    margin-left: 91.66666667%;
1391
  }
1392
  .g-lg-0,
1393
  .gx-lg-0 {
1394
    --bs-gutter-x: 0;
1395
  }
1396
  .g-lg-0,
1397
  .gy-lg-0 {
1398
    --bs-gutter-y: 0;
1399
  }
1400
  .g-lg-1,
1401
  .gx-lg-1 {
1402
    --bs-gutter-x: 0.25rem;
1403
  }
1404
  .g-lg-1,
1405
  .gy-lg-1 {
1406
    --bs-gutter-y: 0.25rem;
1407
  }
1408
  .g-lg-2,
1409
  .gx-lg-2 {
1410
    --bs-gutter-x: 0.5rem;
1411
  }
1412
  .g-lg-2,
1413
  .gy-lg-2 {
1414
    --bs-gutter-y: 0.5rem;
1415
  }
1416
  .g-lg-3,
1417
  .gx-lg-3 {
1418
    --bs-gutter-x: 1rem;
1419
  }
1420
  .g-lg-3,
1421
  .gy-lg-3 {
1422
    --bs-gutter-y: 1rem;
1423
  }
1424
  .g-lg-4,
1425
  .gx-lg-4 {
1426
    --bs-gutter-x: 1.5rem;
1427
  }
1428
  .g-lg-4,
1429
  .gy-lg-4 {
1430
    --bs-gutter-y: 1.5rem;
1431
  }
1432
  .g-lg-5,
1433
  .gx-lg-5 {
1434
    --bs-gutter-x: 3rem;
1435
  }
1436
  .g-lg-5,
1437
  .gy-lg-5 {
1438
    --bs-gutter-y: 3rem;
1439
  }
1440
  .g-lg-6,
1441
  .gx-lg-6 {
1442
    --bs-gutter-x: 4.5rem;
1443
  }
1444
  .g-lg-6,
1445
  .gy-lg-6 {
1446
    --bs-gutter-y: 4.5rem;
1447
  }
1448
  .g-lg-7,
1449
  .gx-lg-7 {
1450
    --bs-gutter-x: 6rem;
1451
  }
1452
  .g-lg-7,
1453
  .gy-lg-7 {
1454
    --bs-gutter-y: 6rem;
1455
  }
1456
}
1457
@media (min-width: 1200px) {
1458
  .col-xl {
1459
    flex: 1 0 0%;
1460
  }
1461
  .row-cols-xl-auto > * {
1462
    flex: 0 0 auto;
1463
    width: auto;
1464
  }
1465
  .row-cols-xl-1 > * {
1466
    flex: 0 0 auto;
1467
    width: 100%;
1468
  }
1469
  .row-cols-xl-2 > * {
1470
    flex: 0 0 auto;
1471
    width: 50%;
1472
  }
1473
  .row-cols-xl-3 > * {
1474
    flex: 0 0 auto;
1475
    width: 33.3333333333%;
1476
  }
1477
  .row-cols-xl-4 > * {
1478
    flex: 0 0 auto;
1479
    width: 25%;
1480
  }
1481
  .row-cols-xl-5 > * {
1482
    flex: 0 0 auto;
1483
    width: 20%;
1484
  }
1485
  .row-cols-xl-6 > * {
1486
    flex: 0 0 auto;
1487
    width: 16.6666666667%;
1488
  }
1489
  .col-xl-auto {
1490
    flex: 0 0 auto;
1491
    width: auto;
1492
  }
1493
  .col-xl-1 {
1494
    flex: 0 0 auto;
1495
    width: 8.33333333%;
1496
  }
1497
  .col-xl-2 {
1498
    flex: 0 0 auto;
1499
    width: 16.66666667%;
1500
  }
1501
  .col-xl-3 {
1502
    flex: 0 0 auto;
1503
    width: 25%;
1504
  }
1505
  .col-xl-4 {
1506
    flex: 0 0 auto;
1507
    width: 33.33333333%;
1508
  }
1509
  .col-xl-5 {
1510
    flex: 0 0 auto;
1511
    width: 41.66666667%;
1512
  }
1513
  .col-xl-6 {
1514
    flex: 0 0 auto;
1515
    width: 50%;
1516
  }
1517
  .col-xl-7 {
1518
    flex: 0 0 auto;
1519
    width: 58.33333333%;
1520
  }
1521
  .col-xl-8 {
1522
    flex: 0 0 auto;
1523
    width: 66.66666667%;
1524
  }
1525
  .col-xl-9 {
1526
    flex: 0 0 auto;
1527
    width: 75%;
1528
  }
1529
  .col-xl-10 {
1530
    flex: 0 0 auto;
1531
    width: 83.33333333%;
1532
  }
1533
  .col-xl-11 {
1534
    flex: 0 0 auto;
1535
    width: 91.66666667%;
1536
  }
1537
  .col-xl-12 {
1538
    flex: 0 0 auto;
1539
    width: 100%;
1540
  }
1541
  .offset-xl-0 {
1542
    margin-left: 0;
1543
  }
1544
  .offset-xl-1 {
1545
    margin-left: 8.33333333%;
1546
  }
1547
  .offset-xl-2 {
1548
    margin-left: 16.66666667%;
1549
  }
1550
  .offset-xl-3 {
1551
    margin-left: 25%;
1552
  }
1553
  .offset-xl-4 {
1554
    margin-left: 33.33333333%;
1555
  }
1556
  .offset-xl-5 {
1557
    margin-left: 41.66666667%;
1558
  }
1559
  .offset-xl-6 {
1560
    margin-left: 50%;
1561
  }
1562
  .offset-xl-7 {
1563
    margin-left: 58.33333333%;
1564
  }
1565
  .offset-xl-8 {
1566
    margin-left: 66.66666667%;
1567
  }
1568
  .offset-xl-9 {
1569
    margin-left: 75%;
1570
  }
1571
  .offset-xl-10 {
1572
    margin-left: 83.33333333%;
1573
  }
1574
  .offset-xl-11 {
1575
    margin-left: 91.66666667%;
1576
  }
1577
  .g-xl-0,
1578
  .gx-xl-0 {
1579
    --bs-gutter-x: 0;
1580
  }
1581
  .g-xl-0,
1582
  .gy-xl-0 {
1583
    --bs-gutter-y: 0;
1584
  }
1585
  .g-xl-1,
1586
  .gx-xl-1 {
1587
    --bs-gutter-x: 0.25rem;
1588
  }
1589
  .g-xl-1,
1590
  .gy-xl-1 {
1591
    --bs-gutter-y: 0.25rem;
1592
  }
1593
  .g-xl-2,
1594
  .gx-xl-2 {
1595
    --bs-gutter-x: 0.5rem;
1596
  }
1597
  .g-xl-2,
1598
  .gy-xl-2 {
1599
    --bs-gutter-y: 0.5rem;
1600
  }
1601
  .g-xl-3,
1602
  .gx-xl-3 {
1603
    --bs-gutter-x: 1rem;
1604
  }
1605
  .g-xl-3,
1606
  .gy-xl-3 {
1607
    --bs-gutter-y: 1rem;
1608
  }
1609
  .g-xl-4,
1610
  .gx-xl-4 {
1611
    --bs-gutter-x: 1.5rem;
1612
  }
1613
  .g-xl-4,
1614
  .gy-xl-4 {
1615
    --bs-gutter-y: 1.5rem;
1616
  }
1617
  .g-xl-5,
1618
  .gx-xl-5 {
1619
    --bs-gutter-x: 3rem;
1620
  }
1621
  .g-xl-5,
1622
  .gy-xl-5 {
1623
    --bs-gutter-y: 3rem;
1624
  }
1625
  .g-xl-6,
1626
  .gx-xl-6 {
1627
    --bs-gutter-x: 4.5rem;
1628
  }
1629
  .g-xl-6,
1630
  .gy-xl-6 {
1631
    --bs-gutter-y: 4.5rem;
1632
  }
1633
  .g-xl-7,
1634
  .gx-xl-7 {
1635
    --bs-gutter-x: 6rem;
1636
  }
1637
  .g-xl-7,
1638
  .gy-xl-7 {
1639
    --bs-gutter-y: 6rem;
1640
  }
1641
}
1642
@media (min-width: 1400px) {
1643
  .col-xxl {
1644
    flex: 1 0 0%;
1645
  }
1646
  .row-cols-xxl-auto > * {
1647
    flex: 0 0 auto;
1648
    width: auto;
1649
  }
1650
  .row-cols-xxl-1 > * {
1651
    flex: 0 0 auto;
1652
    width: 100%;
1653
  }
1654
  .row-cols-xxl-2 > * {
1655
    flex: 0 0 auto;
1656
    width: 50%;
1657
  }
1658
  .row-cols-xxl-3 > * {
1659
    flex: 0 0 auto;
1660
    width: 33.3333333333%;
1661
  }
1662
  .row-cols-xxl-4 > * {
1663
    flex: 0 0 auto;
1664
    width: 25%;
1665
  }
1666
  .row-cols-xxl-5 > * {
1667
    flex: 0 0 auto;
1668
    width: 20%;
1669
  }
1670
  .row-cols-xxl-6 > * {
1671
    flex: 0 0 auto;
1672
    width: 16.6666666667%;
1673
  }
1674
  .col-xxl-auto {
1675
    flex: 0 0 auto;
1676
    width: auto;
1677
  }
1678
  .col-xxl-1 {
1679
    flex: 0 0 auto;
1680
    width: 8.33333333%;
1681
  }
1682
  .col-xxl-2 {
1683
    flex: 0 0 auto;
1684
    width: 16.66666667%;
1685
  }
1686
  .col-xxl-3 {
1687
    flex: 0 0 auto;
1688
    width: 25%;
1689
  }
1690
  .col-xxl-4 {
1691
    flex: 0 0 auto;
1692
    width: 33.33333333%;
1693
  }
1694
  .col-xxl-5 {
1695
    flex: 0 0 auto;
1696
    width: 41.66666667%;
1697
  }
1698
  .col-xxl-6 {
1699
    flex: 0 0 auto;
1700
    width: 50%;
1701
  }
1702
  .col-xxl-7 {
1703
    flex: 0 0 auto;
1704
    width: 58.33333333%;
1705
  }
1706
  .col-xxl-8 {
1707
    flex: 0 0 auto;
1708
    width: 66.66666667%;
1709
  }
1710
  .col-xxl-9 {
1711
    flex: 0 0 auto;
1712
    width: 75%;
1713
  }
1714
  .col-xxl-10 {
1715
    flex: 0 0 auto;
1716
    width: 83.33333333%;
1717
  }
1718
  .col-xxl-11 {
1719
    flex: 0 0 auto;
1720
    width: 91.66666667%;
1721
  }
1722
  .col-xxl-12 {
1723
    flex: 0 0 auto;
1724
    width: 100%;
1725
  }
1726
  .offset-xxl-0 {
1727
    margin-left: 0;
1728
  }
1729
  .offset-xxl-1 {
1730
    margin-left: 8.33333333%;
1731
  }
1732
  .offset-xxl-2 {
1733
    margin-left: 16.66666667%;
1734
  }
1735
  .offset-xxl-3 {
1736
    margin-left: 25%;
1737
  }
1738
  .offset-xxl-4 {
1739
    margin-left: 33.33333333%;
1740
  }
1741
  .offset-xxl-5 {
1742
    margin-left: 41.66666667%;
1743
  }
1744
  .offset-xxl-6 {
1745
    margin-left: 50%;
1746
  }
1747
  .offset-xxl-7 {
1748
    margin-left: 58.33333333%;
1749
  }
1750
  .offset-xxl-8 {
1751
    margin-left: 66.66666667%;
1752
  }
1753
  .offset-xxl-9 {
1754
    margin-left: 75%;
1755
  }
1756
  .offset-xxl-10 {
1757
    margin-left: 83.33333333%;
1758
  }
1759
  .offset-xxl-11 {
1760
    margin-left: 91.66666667%;
1761
  }
1762
  .g-xxl-0,
1763
  .gx-xxl-0 {
1764
    --bs-gutter-x: 0;
1765
  }
1766
  .g-xxl-0,
1767
  .gy-xxl-0 {
1768
    --bs-gutter-y: 0;
1769
  }
1770
  .g-xxl-1,
1771
  .gx-xxl-1 {
1772
    --bs-gutter-x: 0.25rem;
1773
  }
1774
  .g-xxl-1,
1775
  .gy-xxl-1 {
1776
    --bs-gutter-y: 0.25rem;
1777
  }
1778
  .g-xxl-2,
1779
  .gx-xxl-2 {
1780
    --bs-gutter-x: 0.5rem;
1781
  }
1782
  .g-xxl-2,
1783
  .gy-xxl-2 {
1784
    --bs-gutter-y: 0.5rem;
1785
  }
1786
  .g-xxl-3,
1787
  .gx-xxl-3 {
1788
    --bs-gutter-x: 1rem;
1789
  }
1790
  .g-xxl-3,
1791
  .gy-xxl-3 {
1792
    --bs-gutter-y: 1rem;
1793
  }
1794
  .g-xxl-4,
1795
  .gx-xxl-4 {
1796
    --bs-gutter-x: 1.5rem;
1797
  }
1798
  .g-xxl-4,
1799
  .gy-xxl-4 {
1800
    --bs-gutter-y: 1.5rem;
1801
  }
1802
  .g-xxl-5,
1803
  .gx-xxl-5 {
1804
    --bs-gutter-x: 3rem;
1805
  }
1806
  .g-xxl-5,
1807
  .gy-xxl-5 {
1808
    --bs-gutter-y: 3rem;
1809
  }
1810
  .g-xxl-6,
1811
  .gx-xxl-6 {
1812
    --bs-gutter-x: 4.5rem;
1813
  }
1814
  .g-xxl-6,
1815
  .gy-xxl-6 {
1816
    --bs-gutter-y: 4.5rem;
1817
  }
1818
  .g-xxl-7,
1819
  .gx-xxl-7 {
1820
    --bs-gutter-x: 6rem;
1821
  }
1822
  .g-xxl-7,
1823
  .gy-xxl-7 {
1824
    --bs-gutter-y: 6rem;
1825
  }
1826
}
1827
.table {
1828
  --bs-table-color: var(--bs-body-color);
1829
  --bs-table-bg: transparent;
1830
  --bs-table-border-color: var(--bs-border-color);
1831
  --bs-table-accent-bg: transparent;
1832
  --bs-table-striped-color: var(--bs-body-color);
1833
  --bs-table-striped-bg: #e9ecef;
1834
  --bs-table-active-color: var(--bs-body-color);
1835
  --bs-table-active-bg: #dee2e6;
1836
  --bs-table-hover-color: var(--bs-body-color);
1837
  --bs-table-hover-bg: #e9ecef;
1838
  width: 100%;
1839
  margin-bottom: 1rem;
1840
  color: var(--bs-table-color);
1841
  vertical-align: top;
1842
  border-color: var(--bs-table-border-color);
1843
}
1844
.table > :not(caption) > * > * {
1845
  padding: 0.85rem 0.85rem;
1846
  background-color: var(--bs-table-bg);
1847
  border-bottom-width: 1px;
1848
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
1849
}
1850
.table > tbody {
1851
  vertical-align: inherit;
1852
}
1853
.table > thead {
1854
  vertical-align: bottom;
1855
}
1856
 
1857
.table-group-divider {
1858
  border-top: 2px solid #e9ecef;
1859
}
1860
 
1861
.caption-top {
1862
  caption-side: top;
1863
}
1864
 
1865
.table-sm > :not(caption) > * > * {
1866
  padding: 0.55rem 0.55rem;
1867
}
1868
 
1869
.table-bordered > :not(caption) > * {
1870
  border-width: 1px 0;
1871
}
1872
.table-bordered > :not(caption) > * > * {
1873
  border-width: 0 1px;
1874
}
1875
 
1876
.table-borderless > :not(caption) > * > * {
1877
  border-bottom-width: 0;
1878
}
1879
.table-borderless > :not(:first-child) {
1880
  border-top-width: 0;
1881
}
1882
 
1883
.table-striped > tbody > tr:nth-of-type(odd) > * {
1884
  --bs-table-accent-bg: var(--bs-table-striped-bg);
1885
  color: var(--bs-table-striped-color);
1886
}
1887
 
1888
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
1889
  --bs-table-accent-bg: var(--bs-table-striped-bg);
1890
  color: var(--bs-table-striped-color);
1891
}
1892
 
1893
.table-active {
1894
  --bs-table-accent-bg: var(--bs-table-active-bg);
1895
  color: var(--bs-table-active-color);
1896
}
1897
 
1898
.table-hover > tbody > tr:hover > * {
1899
  --bs-table-accent-bg: var(--bs-table-hover-bg);
1900
  color: var(--bs-table-hover-color);
1901
}
1902
 
1903
.table-primary {
1904
  --bs-table-color: #000;
1905
  --bs-table-bg: #e0e3ff;
1906
  --bs-table-border-color: #cacce6;
1907
  --bs-table-striped-bg: #d5d8f2;
1908
  --bs-table-striped-color: #000;
1909
  --bs-table-active-bg: #cacce6;
1910
  --bs-table-active-color: #000;
1911
  --bs-table-hover-bg: #cfd2ec;
1912
  --bs-table-hover-color: #000;
1913
  color: var(--bs-table-color);
1914
  border-color: var(--bs-table-border-color);
1915
}
1916
 
1917
.table-secondary {
1918
  --bs-table-color: #000;
1919
  --bs-table-bg: #e4e7ec;
1920
  --bs-table-border-color: #cdd0d4;
1921
  --bs-table-striped-bg: #d9dbe0;
1922
  --bs-table-striped-color: #000;
1923
  --bs-table-active-bg: #cdd0d4;
1924
  --bs-table-active-color: #000;
1925
  --bs-table-hover-bg: #d3d6da;
1926
  --bs-table-hover-color: #000;
1927
  color: var(--bs-table-color);
1928
  border-color: var(--bs-table-border-color);
1929
}
1930
 
1931
.table-success {
1932
  --bs-table-color: #000;
1933
  --bs-table-bg: #cdeddb;
1934
  --bs-table-border-color: #b9d5c5;
1935
  --bs-table-striped-bg: #c3e1d0;
1936
  --bs-table-striped-color: #000;
1937
  --bs-table-active-bg: #b9d5c5;
1938
  --bs-table-active-color: #000;
1939
  --bs-table-hover-bg: #bedbcb;
1940
  --bs-table-hover-color: #000;
1941
  color: var(--bs-table-color);
1942
  border-color: var(--bs-table-border-color);
1943
}
1944
 
1945
.table-info {
1946
  --bs-table-color: #000;
1947
  --bs-table-bg: #e0f6f6;
1948
  --bs-table-border-color: #cadddd;
1949
  --bs-table-striped-bg: #d5eaea;
1950
  --bs-table-striped-color: #000;
1951
  --bs-table-active-bg: #cadddd;
1952
  --bs-table-active-color: #000;
1953
  --bs-table-hover-bg: #cfe4e4;
1954
  --bs-table-hover-color: #000;
1955
  color: var(--bs-table-color);
1956
  border-color: var(--bs-table-border-color);
1957
}
1958
 
1959
.table-warning {
1960
  --bs-table-color: #000;
1961
  --bs-table-bg: #fef2cd;
1962
  --bs-table-border-color: #e5dab9;
1963
  --bs-table-striped-bg: #f1e6c3;
1964
  --bs-table-striped-color: #000;
1965
  --bs-table-active-bg: #e5dab9;
1966
  --bs-table-active-color: #000;
1967
  --bs-table-hover-bg: #ebe0be;
1968
  --bs-table-hover-color: #000;
1969
  color: var(--bs-table-color);
1970
  border-color: var(--bs-table-border-color);
1971
}
1972
 
1973
.table-danger {
1974
  --bs-table-color: #000;
1975
  --bs-table-bg: #ffd6e0;
1976
  --bs-table-border-color: #e6c1ca;
1977
  --bs-table-striped-bg: #f2cbd5;
1978
  --bs-table-striped-color: #000;
1979
  --bs-table-active-bg: #e6c1ca;
1980
  --bs-table-active-color: #000;
1981
  --bs-table-hover-bg: #ecc6cf;
1982
  --bs-table-hover-color: #000;
1983
  color: var(--bs-table-color);
1984
  border-color: var(--bs-table-border-color);
1985
}
1986
 
1987
.table-light {
1988
  --bs-table-color: #000;
1989
  --bs-table-bg: #e9ecef;
1990
  --bs-table-border-color: #d2d4d7;
1991
  --bs-table-striped-bg: #dde0e3;
1992
  --bs-table-striped-color: #000;
1993
  --bs-table-active-bg: #d2d4d7;
1994
  --bs-table-active-color: #000;
1995
  --bs-table-hover-bg: #d8dadd;
1996
  --bs-table-hover-color: #000;
1997
  color: var(--bs-table-color);
1998
  border-color: var(--bs-table-border-color);
1999
}
2000
 
2001
.table-dark {
2002
  --bs-table-color: #fff;
2003
  --bs-table-bg: #060c17;
2004
  --bs-table-border-color: #1f242e;
2005
  --bs-table-striped-bg: #121823;
2006
  --bs-table-striped-color: #fff;
2007
  --bs-table-active-bg: #1f242e;
2008
  --bs-table-active-color: #fff;
2009
  --bs-table-hover-bg: #191e28;
2010
  --bs-table-hover-color: #fff;
2011
  color: var(--bs-table-color);
2012
  border-color: var(--bs-table-border-color);
2013
}
2014
 
2015
.table-responsive {
2016
  overflow-x: auto;
2017
  -webkit-overflow-scrolling: touch;
2018
}
2019
 
2020
@media (max-width: 575.98px) {
2021
  .table-responsive-sm {
2022
    overflow-x: auto;
2023
    -webkit-overflow-scrolling: touch;
2024
  }
2025
}
2026
@media (max-width: 767.98px) {
2027
  .table-responsive-md {
2028
    overflow-x: auto;
2029
    -webkit-overflow-scrolling: touch;
2030
  }
2031
}
2032
@media (max-width: 991.98px) {
2033
  .table-responsive-lg {
2034
    overflow-x: auto;
2035
    -webkit-overflow-scrolling: touch;
2036
  }
2037
}
2038
@media (max-width: 1199.98px) {
2039
  .table-responsive-xl {
2040
    overflow-x: auto;
2041
    -webkit-overflow-scrolling: touch;
2042
  }
2043
}
2044
@media (max-width: 1399.98px) {
2045
  .table-responsive-xxl {
2046
    overflow-x: auto;
2047
    -webkit-overflow-scrolling: touch;
2048
  }
2049
}
2050
.form-label {
2051
  margin-bottom: 0.5rem;
2052
}
2053
 
2054
.col-form-label {
2055
  padding-top: calc(0.469rem + 1px);
2056
  padding-bottom: calc(0.469rem + 1px);
2057
  margin-bottom: 0;
2058
  font-size: inherit;
2059
  line-height: 1.5;
2060
}
2061
 
2062
.col-form-label-lg {
2063
  padding-top: calc(0.5rem + 1px);
2064
  padding-bottom: calc(0.5rem + 1px);
2065
  font-size: 1rem;
2066
}
2067
 
2068
.col-form-label-sm {
2069
  padding-top: calc(0.391rem + 1px);
2070
  padding-bottom: calc(0.391rem + 1px);
2071
  font-size: 0.812rem;
2072
}
2073
 
2074
.form-text {
2075
  margin-top: 0.25rem;
2076
  font-size: 0.875em;
2077
  color: #7987a1;
2078
}
2079
 
2080
.form-control, .typeahead.tt-input,
2081
.typeahead.tt-hint, .select2-container--default .select2-search--dropdown .select2-search__field {
2082
  display: block;
2083
  width: 100%;
2084
  padding: 0.469rem 0.8rem;
2085
  font-size: 0.875rem;
2086
  font-weight: 400;
2087
  line-height: 1.5;
2088
  color: #000;
2089
  background-color: #fff;
2090
  background-clip: padding-box;
2091
  border: 1px solid #e9ecef;
2092
  appearance: none;
2093
  border-radius: 0.25rem;
2094
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2095
}
2096
@media (prefers-reduced-motion: reduce) {
2097
  .form-control, .typeahead.tt-input,
2098
  .typeahead.tt-hint, .select2-container--default .select2-search--dropdown .select2-search__field {
2099
    transition: none;
2100
  }
2101
}
2102
.form-control[type=file], [type=file].typeahead.tt-input,
2103
[type=file].typeahead.tt-hint, .select2-container--default .select2-search--dropdown [type=file].select2-search__field {
2104
  overflow: hidden;
2105
}
2106
.form-control[type=file]:not(:disabled):not([readonly]), [type=file].typeahead.tt-input:not(:disabled):not([readonly]),
2107
[type=file].typeahead.tt-hint:not(:disabled):not([readonly]), .select2-container--default .select2-search--dropdown [type=file].select2-search__field:not(:disabled):not([readonly]) {
2108
  cursor: pointer;
2109
}
2110
.form-control:focus, .typeahead.tt-input:focus,
2111
.typeahead.tt-hint:focus, .select2-container--default .select2-search--dropdown .select2-search__field:focus {
2112
  color: #000;
2113
  background-color: #fff;
2114
  border-color: #cbd1db;
2115
  outline: 0;
2116
  box-shadow: none;
2117
}
2118
.form-control::-webkit-date-and-time-value, .typeahead.tt-input::-webkit-date-and-time-value,
2119
.typeahead.tt-hint::-webkit-date-and-time-value, .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-date-and-time-value {
2120
  height: 1.5em;
2121
}
2122
.form-control::placeholder, .typeahead.tt-input::placeholder,
2123
.typeahead.tt-hint::placeholder, .select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
2124
  color: #aeb7c5;
2125
  opacity: 1;
2126
}
2127
.form-control:disabled, .typeahead.tt-input:disabled,
2128
.typeahead.tt-hint:disabled, .select2-container--default .select2-search--dropdown .select2-search__field:disabled {
2129
  background-color: #e9ecef;
2130
  opacity: 1;
2131
}
2132
.form-control::file-selector-button, .typeahead.tt-input::file-selector-button,
2133
.typeahead.tt-hint::file-selector-button, .select2-container--default .select2-search--dropdown .select2-search__field::file-selector-button {
2134
  padding: 0.469rem 0.8rem;
2135
  margin: -0.469rem -0.8rem;
2136
  margin-inline-end: 0.8rem;
2137
  color: #000;
2138
  background-color: #f8f9fa;
2139
  pointer-events: none;
2140
  border-color: inherit;
2141
  border-style: solid;
2142
  border-width: 0;
2143
  border-inline-end-width: 1px;
2144
  border-radius: 0;
2145
  transition: color 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;
2146
}
2147
@media (prefers-reduced-motion: reduce) {
2148
  .form-control::file-selector-button, .typeahead.tt-input::file-selector-button,
2149
  .typeahead.tt-hint::file-selector-button, .select2-container--default .select2-search--dropdown .select2-search__field::file-selector-button {
2150
    transition: none;
2151
  }
2152
}
2153
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .typeahead.tt-input:hover:not(:disabled):not([readonly])::file-selector-button,
2154
.typeahead.tt-hint:hover:not(:disabled):not([readonly])::file-selector-button, .select2-container--default .select2-search--dropdown .select2-search__field:hover:not(:disabled):not([readonly])::file-selector-button {
2155
  background-color: #ecedee;
2156
}
2157
 
2158
.form-control-plaintext {
2159
  display: block;
2160
  width: 100%;
2161
  padding: 0.469rem 0;
2162
  margin-bottom: 0;
2163
  line-height: 1.5;
2164
  color: #000;
2165
  background-color: transparent;
2166
  border: solid transparent;
2167
  border-width: 1px 0;
2168
}
2169
.form-control-plaintext:focus {
2170
  outline: 0;
2171
}
2172
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
2173
  padding-right: 0;
2174
  padding-left: 0;
2175
}
2176
 
2177
.form-control-sm {
2178
  min-height: calc(1.5em + 0.782rem + 2px);
2179
  padding: 0.391rem 0.8rem;
2180
  font-size: 0.812rem;
2181
  border-radius: 0.25rem;
2182
}
2183
.form-control-sm::file-selector-button {
2184
  padding: 0.391rem 0.8rem;
2185
  margin: -0.391rem -0.8rem;
2186
  margin-inline-end: 0.8rem;
2187
}
2188
 
2189
.form-control-lg {
2190
  min-height: calc(1.5em + 1rem + 2px);
2191
  padding: 0.5rem 0.8rem;
2192
  font-size: 1rem;
2193
  border-radius: 0.25rem;
2194
}
2195
.form-control-lg::file-selector-button {
2196
  padding: 0.5rem 0.8rem;
2197
  margin: -0.5rem -0.8rem;
2198
  margin-inline-end: 0.8rem;
2199
}
2200
 
2201
textarea.form-control, textarea.typeahead.tt-input,
2202
textarea.typeahead.tt-hint, .select2-container--default .select2-search--dropdown textarea.select2-search__field {
2203
  min-height: calc(1.5em + 0.938rem + 2px);
2204
}
2205
textarea.form-control-sm {
2206
  min-height: calc(1.5em + 0.782rem + 2px);
2207
}
2208
textarea.form-control-lg {
2209
  min-height: calc(1.5em + 1rem + 2px);
2210
}
2211
 
2212
.form-control-color {
2213
  width: 3rem;
2214
  height: calc(1.5em + 0.938rem + 2px);
2215
  padding: 0.469rem;
2216
}
2217
.form-control-color:not(:disabled):not([readonly]) {
2218
  cursor: pointer;
2219
}
2220
.form-control-color::-moz-color-swatch {
2221
  border: 0 !important;
2222
  border-radius: 0.25rem;
2223
}
2224
.form-control-color::-webkit-color-swatch {
2225
  border-radius: 0.25rem;
2226
}
2227
.form-control-color.form-control-sm {
2228
  height: calc(1.5em + 0.782rem + 2px);
2229
}
2230
.form-control-color.form-control-lg {
2231
  height: calc(1.5em + 1rem + 2px);
2232
}
2233
 
2234
.form-select {
2235
  display: block;
2236
  width: 100%;
2237
  padding: 0.469rem 2.4rem 0.469rem 0.8rem;
2238
  -moz-padding-start: calc(0.8rem - 3px);
2239
  font-size: 0.875rem;
2240
  font-weight: 400;
2241
  line-height: 1.5;
2242
  color: #000;
2243
  background-color: #fff;
2244
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23212a3a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
2245
  background-repeat: no-repeat;
2246
  background-position: right 0.8rem center;
2247
  background-size: 16px 12px;
2248
  border: 1px solid #e9ecef;
2249
  border-radius: 0.25rem;
2250
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2251
  appearance: none;
2252
}
2253
@media (prefers-reduced-motion: reduce) {
2254
  .form-select {
2255
    transition: none;
2256
  }
2257
}
2258
.form-select:focus {
2259
  border-color: #cbd1db;
2260
  outline: 0;
2261
  box-shadow: 0 0 0 0 rgba(101, 113, 255, 0.25);
2262
}
2263
.form-select[multiple], .form-select[size]:not([size="1"]) {
2264
  padding-right: 0.8rem;
2265
  background-image: none;
2266
}
2267
.form-select:disabled {
2268
  background-color: #e9ecef;
2269
}
2270
.form-select:-moz-focusring {
2271
  color: transparent;
2272
  text-shadow: 0 0 0 #000;
2273
}
2274
 
2275
.form-select-sm {
2276
  padding-top: 0.391rem;
2277
  padding-bottom: 0.391rem;
2278
  padding-left: 0.8rem;
2279
  font-size: 0.812rem;
2280
  border-radius: 0.25rem;
2281
}
2282
 
2283
.form-select-lg {
2284
  padding-top: 0.5rem;
2285
  padding-bottom: 0.5rem;
2286
  padding-left: 0.8rem;
2287
  font-size: 1rem;
2288
  border-radius: 0.25rem;
2289
}
2290
 
2291
.form-check {
2292
  display: block;
2293
  min-height: 1.3125rem;
2294
  padding-left: 1.8em;
2295
  margin-bottom: 0.125rem;
2296
}
2297
.form-check .form-check-input {
2298
  float: left;
2299
  margin-left: -1.8em;
2300
}
2301
 
2302
.form-check-reverse {
2303
  padding-right: 1.8em;
2304
  padding-left: 0;
2305
  text-align: right;
2306
}
2307
.form-check-reverse .form-check-input {
2308
  float: right;
2309
  margin-right: -1.8em;
2310
  margin-left: 0;
2311
}
2312
 
2313
.form-check-input {
2314
  width: 1.3em;
2315
  height: 1.3em;
2316
  margin-top: 0.1em;
2317
  vertical-align: top;
2318
  background-color: #fff;
2319
  background-repeat: no-repeat;
2320
  background-position: center;
2321
  background-size: contain;
2322
  border: 1px solid rgba(0, 0, 0, 0.25);
2323
  appearance: none;
2324
  print-color-adjust: exact;
2325
}
2326
.form-check-input[type=checkbox] {
2327
  border-radius: 0.15em;
2328
}
2329
.form-check-input[type=radio] {
2330
  border-radius: 50%;
2331
}
2332
.form-check-input:active {
2333
  filter: brightness(90%);
2334
}
2335
.form-check-input:focus {
2336
  border-color: #cbd1db;
2337
  outline: 0;
2338
  box-shadow: none;
2339
}
2340
.form-check-input:checked {
2341
  background-color: #6571ff;
2342
  border-color: #6571ff;
2343
}
2344
.form-check-input:checked[type=checkbox] {
2345
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
2346
}
2347
.form-check-input:checked[type=radio] {
2348
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
2349
}
2350
.form-check-input[type=checkbox]:indeterminate {
2351
  background-color: #6571ff;
2352
  border-color: #6571ff;
2353
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
2354
}
2355
.form-check-input:disabled {
2356
  pointer-events: none;
2357
  filter: none;
2358
  opacity: 0.5;
2359
}
2360
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
2361
  cursor: default;
2362
  opacity: 0.5;
2363
}
2364
 
2365
.form-switch {
2366
  padding-left: 2.5em;
2367
}
2368
.form-switch .form-check-input {
2369
  width: 2em;
2370
  margin-left: -2.5em;
2371
  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='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
2372
  background-position: left center;
2373
  border-radius: 2em;
2374
  transition: background-position 0.15s ease-in-out;
2375
}
2376
@media (prefers-reduced-motion: reduce) {
2377
  .form-switch .form-check-input {
2378
    transition: none;
2379
  }
2380
}
2381
.form-switch .form-check-input:focus {
2382
  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='%23cbd1db'/%3e%3c/svg%3e");
2383
}
2384
.form-switch .form-check-input:checked {
2385
  background-position: right center;
2386
  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");
2387
}
2388
.form-switch.form-check-reverse {
2389
  padding-right: 2.5em;
2390
  padding-left: 0;
2391
}
2392
.form-switch.form-check-reverse .form-check-input {
2393
  margin-right: -2.5em;
2394
  margin-left: 0;
2395
}
2396
 
2397
.form-check-inline {
2398
  display: inline-block;
2399
  margin-right: 1rem;
2400
}
2401
 
2402
.btn-check {
2403
  position: absolute;
2404
  clip: rect(0, 0, 0, 0);
2405
  pointer-events: none;
2406
}
2407
.btn-check[disabled] + .btn, .wizard > .actions .btn-check[disabled] + a, div.tox .btn-check[disabled] + .tox-button, .swal2-popup .swal2-actions .btn-check[disabled] + button, .fc .btn-check[disabled] + .fc-button-primary, .btn-check:disabled + .btn, .wizard > .actions .btn-check:disabled + a, div.tox .btn-check:disabled + .tox-button, .swal2-popup .swal2-actions .btn-check:disabled + button, .fc .btn-check:disabled + .fc-button-primary {
2408
  pointer-events: none;
2409
  filter: none;
2410
  opacity: 0.65;
2411
}
2412
 
2413
.form-range {
2414
  width: 100%;
2415
  height: 1rem;
2416
  padding: 0;
2417
  background-color: transparent;
2418
  appearance: none;
2419
}
2420
.form-range:focus {
2421
  outline: 0;
2422
}
2423
.form-range:focus::-webkit-slider-thumb {
2424
  box-shadow: 0 0 0 1px #f9fafb, none;
2425
}
2426
.form-range:focus::-moz-range-thumb {
2427
  box-shadow: 0 0 0 1px #f9fafb, none;
2428
}
2429
.form-range::-moz-focus-outer {
2430
  border: 0;
2431
}
2432
.form-range::-webkit-slider-thumb {
2433
  width: 1rem;
2434
  height: 1rem;
2435
  margin-top: -0.25rem;
2436
  background-color: #6571ff;
2437
  border: 0;
2438
  border-radius: 1rem;
2439
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2440
  appearance: none;
2441
}
2442
@media (prefers-reduced-motion: reduce) {
2443
  .form-range::-webkit-slider-thumb {
2444
    transition: none;
2445
  }
2446
}
2447
.form-range::-webkit-slider-thumb:active {
2448
  background-color: #d1d4ff;
2449
}
2450
.form-range::-webkit-slider-runnable-track {
2451
  width: 100%;
2452
  height: 0.5rem;
2453
  color: transparent;
2454
  cursor: pointer;
2455
  background-color: #dee2e6;
2456
  border-color: transparent;
2457
  border-radius: 1rem;
2458
}
2459
.form-range::-moz-range-thumb {
2460
  width: 1rem;
2461
  height: 1rem;
2462
  background-color: #6571ff;
2463
  border: 0;
2464
  border-radius: 1rem;
2465
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2466
  appearance: none;
2467
}
2468
@media (prefers-reduced-motion: reduce) {
2469
  .form-range::-moz-range-thumb {
2470
    transition: none;
2471
  }
2472
}
2473
.form-range::-moz-range-thumb:active {
2474
  background-color: #d1d4ff;
2475
}
2476
.form-range::-moz-range-track {
2477
  width: 100%;
2478
  height: 0.5rem;
2479
  color: transparent;
2480
  cursor: pointer;
2481
  background-color: #dee2e6;
2482
  border-color: transparent;
2483
  border-radius: 1rem;
2484
}
2485
.form-range:disabled {
2486
  pointer-events: none;
2487
}
2488
.form-range:disabled::-webkit-slider-thumb {
2489
  background-color: #aeb7c5;
2490
}
2491
.form-range:disabled::-moz-range-thumb {
2492
  background-color: #aeb7c5;
2493
}
2494
 
2495
.form-floating {
2496
  position: relative;
2497
}
2498
.form-floating > .form-control, .form-floating > .typeahead.tt-input,
2499
.form-floating > .typeahead.tt-hint, .select2-container--default .select2-search--dropdown .form-floating > .select2-search__field,
2500
.form-floating > .form-control-plaintext,
2501
.form-floating > .form-select {
2502
  height: calc(3.5rem + 2px);
2503
  line-height: 1.25;
2504
}
2505
.form-floating > label {
2506
  position: absolute;
2507
  top: 0;
2508
  left: 0;
2509
  width: 100%;
2510
  height: 100%;
2511
  padding: 1rem 0.8rem;
2512
  overflow: hidden;
2513
  text-align: start;
2514
  text-overflow: ellipsis;
2515
  white-space: nowrap;
2516
  pointer-events: none;
2517
  border: 1px solid transparent;
2518
  transform-origin: 0 0;
2519
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
2520
}
2521
@media (prefers-reduced-motion: reduce) {
2522
  .form-floating > label {
2523
    transition: none;
2524
  }
2525
}
2526
.form-floating > .form-control, .form-floating > .typeahead.tt-input,
2527
.form-floating > .typeahead.tt-hint, .select2-container--default .select2-search--dropdown .form-floating > .select2-search__field,
2528
.form-floating > .form-control-plaintext {
2529
  padding: 1rem 0.8rem;
2530
}
2531
.form-floating > .form-control::placeholder, .form-floating > .typeahead.tt-input::placeholder,
2532
.form-floating > .typeahead.tt-hint::placeholder, .select2-container--default .select2-search--dropdown .form-floating > .select2-search__field::placeholder,
2533
.form-floating > .form-control-plaintext::placeholder {
2534
  color: transparent;
2535
}
2536
.form-floating > .form-control:focus, .form-floating > .typeahead.tt-input:focus,
2537
.form-floating > .typeahead.tt-hint:focus, .select2-container--default .select2-search--dropdown .form-floating > .select2-search__field:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .typeahead.tt-input:not(:placeholder-shown),
2538
.form-floating > .typeahead.tt-hint:not(:placeholder-shown), .select2-container--default .select2-search--dropdown .form-floating > .select2-search__field:not(:placeholder-shown),
2539
.form-floating > .form-control-plaintext:focus,
2540
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
2541
  padding-top: 1.625rem;
2542
  padding-bottom: 0.625rem;
2543
}
2544
.form-floating > .form-control:-webkit-autofill, .form-floating > .typeahead.tt-input:-webkit-autofill,
2545
.form-floating > .typeahead.tt-hint:-webkit-autofill, .select2-container--default .select2-search--dropdown .form-floating > .select2-search__field:-webkit-autofill,
2546
.form-floating > .form-control-plaintext:-webkit-autofill {
2547
  padding-top: 1.625rem;
2548
  padding-bottom: 0.625rem;
2549
}
2550
.form-floating > .form-select {
2551
  padding-top: 1.625rem;
2552
  padding-bottom: 0.625rem;
2553
}
2554
.form-floating > .form-control:focus ~ label, .form-floating > .typeahead.tt-input:focus ~ label,
2555
.form-floating > .typeahead.tt-hint:focus ~ label, .select2-container--default .select2-search--dropdown .form-floating > .select2-search__field:focus ~ label,
2556
.form-floating > .form-control:not(:placeholder-shown) ~ label,
2557
.form-floating > .typeahead.tt-input:not(:placeholder-shown) ~ label,
2558
.form-floating > .typeahead.tt-hint:not(:placeholder-shown) ~ label,
2559
.select2-container--default .select2-search--dropdown .form-floating > .select2-search__field:not(:placeholder-shown) ~ label,
2560
.form-floating > .form-control-plaintext ~ label,
2561
.form-floating > .form-select ~ label {
2562
  opacity: 0.65;
2563
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
2564
}
2565
.form-floating > .form-control:-webkit-autofill ~ label, .form-floating > .typeahead.tt-input:-webkit-autofill ~ label,
2566
.form-floating > .typeahead.tt-hint:-webkit-autofill ~ label, .select2-container--default .select2-search--dropdown .form-floating > .select2-search__field:-webkit-autofill ~ label {
2567
  opacity: 0.65;
2568
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
2569
}
2570
.form-floating > .form-control-plaintext ~ label {
2571
  border-width: 1px 0;
2572
}
2573
 
2574
.input-group {
2575
  position: relative;
2576
  display: flex;
2577
  flex-wrap: wrap;
2578
  align-items: stretch;
2579
  width: 100%;
2580
}
2581
.input-group > .form-control, .input-group > .typeahead.tt-input,
2582
.input-group > .typeahead.tt-hint, .select2-container--default .select2-search--dropdown .input-group > .select2-search__field,
2583
.input-group > .form-select,
2584
.input-group > .form-floating {
2585
  position: relative;
2586
  flex: 1 1 auto;
2587
  width: 1%;
2588
  min-width: 0;
2589
}
2590
.input-group > .form-control:focus, .input-group > .typeahead.tt-input:focus,
2591
.input-group > .typeahead.tt-hint:focus, .select2-container--default .select2-search--dropdown .input-group > .select2-search__field:focus,
2592
.input-group > .form-select:focus,
2593
.input-group > .form-floating:focus-within {
2594
  z-index: 5;
2595
}
2596
.input-group .btn, .input-group .wizard > .actions a, .wizard > .actions .input-group a, .input-group div.tox .tox-button, div.tox .input-group .tox-button, .input-group .swal2-popup .swal2-actions button, .swal2-popup .swal2-actions .input-group button, .input-group .fc .fc-button-primary, .fc .input-group .fc-button-primary {
2597
  position: relative;
2598
  z-index: 2;
2599
}
2600
.input-group .btn:focus, .input-group .wizard > .actions a:focus, .wizard > .actions .input-group a:focus, .input-group div.tox .tox-button:focus, div.tox .input-group .tox-button:focus, .input-group .swal2-popup .swal2-actions button:focus, .swal2-popup .swal2-actions .input-group button:focus, .input-group .fc .fc-button-primary:focus, .fc .input-group .fc-button-primary:focus {
2601
  z-index: 5;
2602
}
2603
 
2604
.input-group-text {
2605
  display: flex;
2606
  align-items: center;
2607
  padding: 0.469rem 0.563rem;
2608
  font-size: 0.875rem;
2609
  font-weight: 400;
2610
  line-height: 1.5;
2611
  color: #000;
2612
  text-align: center;
2613
  white-space: nowrap;
2614
  background-color: #f8f9fa;
2615
  border: 1px solid #e9ecef;
2616
  border-radius: 0.25rem;
2617
}
2618
 
2619
.input-group-lg > .form-control, .input-group-lg > .typeahead.tt-input,
2620
.input-group-lg > .typeahead.tt-hint, .select2-container--default .select2-search--dropdown .input-group-lg > .select2-search__field,
2621
.input-group-lg > .form-select,
2622
.input-group-lg > .input-group-text,
2623
.input-group-lg > .btn,
2624
.wizard > .actions .input-group-lg > a,
2625
div.tox .input-group-lg > .tox-button,
2626
.swal2-popup .swal2-actions .input-group-lg > button,
2627
.fc .input-group-lg > .fc-button-primary {
2628
  padding: 0.5rem 0.8rem;
2629
  font-size: 1rem;
2630
  border-radius: 0.25rem;
2631
}
2632
 
2633
.input-group-sm > .form-control, .input-group-sm > .typeahead.tt-input,
2634
.input-group-sm > .typeahead.tt-hint, .select2-container--default .select2-search--dropdown .input-group-sm > .select2-search__field,
2635
.input-group-sm > .form-select,
2636
.input-group-sm > .input-group-text,
2637
.input-group-sm > .btn,
2638
.wizard > .actions .input-group-sm > a,
2639
div.tox .input-group-sm > .tox-button,
2640
.swal2-popup .swal2-actions .input-group-sm > button,
2641
.fc .input-group-sm > .fc-button-primary {
2642
  padding: 0.391rem 0.8rem;
2643
  font-size: 0.812rem;
2644
  border-radius: 0.25rem;
2645
}
2646
 
2647
.input-group-lg > .form-select,
2648
.input-group-sm > .form-select {
2649
  padding-right: 3.2rem;
2650
}
2651
 
2652
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.tt-menu):not(.form-floating),
2653
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
2654
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
2655
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .typeahead.tt-input,
2656
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .typeahead.tt-hint,
2657
.select2-container--default .select2-search--dropdown .input-group:not(.has-validation) > .form-floating:not(:last-child) > .select2-search__field,
2658
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
2659
  border-top-right-radius: 0;
2660
  border-bottom-right-radius: 0;
2661
}
2662
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.tt-menu):not(.form-floating),
2663
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
2664
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
2665
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .typeahead.tt-input,
2666
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .typeahead.tt-hint,
2667
.select2-container--default .select2-search--dropdown .input-group.has-validation > .form-floating:nth-last-child(n+3) > .select2-search__field,
2668
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
2669
  border-top-right-radius: 0;
2670
  border-bottom-right-radius: 0;
2671
}
2672
.input-group > :not(:first-child):not(.dropdown-menu):not(.tt-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
2673
  margin-left: -1px;
2674
  border-top-left-radius: 0;
2675
  border-bottom-left-radius: 0;
2676
}
2677
.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .typeahead.tt-input,
2678
.input-group > .form-floating:not(:first-child) > .typeahead.tt-hint, .select2-container--default .select2-search--dropdown .input-group > .form-floating:not(:first-child) > .select2-search__field,
2679
.input-group > .form-floating:not(:first-child) > .form-select {
2680
  border-top-left-radius: 0;
2681
  border-bottom-left-radius: 0;
2682
}
2683
 
2684
.valid-feedback {
2685
  display: none;
2686
  width: 100%;
2687
  margin-top: 0.25rem;
2688
  font-size: 0.875em;
2689
  color: #05a34a;
2690
}
2691
 
2692
.valid-tooltip {
2693
  position: absolute;
2694
  top: 100%;
2695
  z-index: 5;
2696
  display: none;
2697
  max-width: 100%;
2698
  padding: 0.25rem 0.5rem;
2699
  margin-top: 0.1rem;
2700
  font-size: 0.812rem;
2701
  color: #fff;
2702
  background-color: rgba(5, 163, 74, 0.9);
2703
  border-radius: 0.25rem;
2704
}
2705
 
2706
.was-validated :valid ~ .valid-feedback,
2707
.was-validated :valid ~ .valid-tooltip,
2708
.is-valid ~ .valid-feedback,
2709
.is-valid ~ .valid-tooltip {
2710
  display: block;
2711
}
2712
 
2713
.was-validated .form-control:valid, .was-validated .typeahead.tt-input:valid,
2714
.was-validated .typeahead.tt-hint:valid, .was-validated .select2-container--default .select2-search--dropdown .select2-search__field:valid, .select2-container--default .select2-search--dropdown .was-validated .select2-search__field:valid, .form-control.is-valid, .is-valid.typeahead.tt-input,
2715
.is-valid.typeahead.tt-hint, .select2-container--default .select2-search--dropdown .is-valid.select2-search__field {
2716
  border-color: #05a34a;
2717
  padding-right: calc(1.5em + 0.938rem);
2718
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2305a34a' d='M2.3 6.73.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");
2719
  background-repeat: no-repeat;
2720
  background-position: right calc(0.375em + 0.2345rem) center;
2721
  background-size: calc(0.75em + 0.469rem) calc(0.75em + 0.469rem);
2722
}
2723
.was-validated .form-control:valid:focus, .was-validated .typeahead.tt-input:valid:focus,
2724
.was-validated .typeahead.tt-hint:valid:focus, .was-validated .select2-container--default .select2-search--dropdown .select2-search__field:valid:focus, .select2-container--default .select2-search--dropdown .was-validated .select2-search__field:valid:focus, .form-control.is-valid:focus, .is-valid.typeahead.tt-input:focus,
2725
.is-valid.typeahead.tt-hint:focus, .select2-container--default .select2-search--dropdown .is-valid.select2-search__field:focus {
2726
  border-color: #05a34a;
2727
  box-shadow: 0 0 0 0 rgba(5, 163, 74, 0.25);
2728
}
2729
 
2730
.was-validated textarea.form-control:valid, .was-validated textarea.typeahead.tt-input:valid,
2731
.was-validated textarea.typeahead.tt-hint:valid, .was-validated .select2-container--default .select2-search--dropdown textarea.select2-search__field:valid, .select2-container--default .select2-search--dropdown .was-validated textarea.select2-search__field:valid, textarea.form-control.is-valid, textarea.is-valid.typeahead.tt-input,
2732
textarea.is-valid.typeahead.tt-hint, .select2-container--default .select2-search--dropdown textarea.is-valid.select2-search__field {
2733
  padding-right: calc(1.5em + 0.938rem);
2734
  background-position: top calc(0.375em + 0.2345rem) right calc(0.375em + 0.2345rem);
2735
}
2736
 
2737
.was-validated .form-select:valid, .form-select.is-valid {
2738
  border-color: #05a34a;
2739
}
2740
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
2741
  padding-right: 4.4rem;
2742
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23212a3a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2305a34a' d='M2.3 6.73.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");
2743
  background-position: right 0.8rem center, center right 2.4rem;
2744
  background-size: 16px 12px, calc(0.75em + 0.469rem) calc(0.75em + 0.469rem);
2745
}
2746
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
2747
  border-color: #05a34a;
2748
  box-shadow: 0 0 0 0 rgba(5, 163, 74, 0.25);
2749
}
2750
 
2751
.was-validated .form-control-color:valid, .form-control-color.is-valid {
2752
  width: calc(3rem + calc(1.5em + 0.938rem));
2753
}
2754
 
2755
.was-validated .form-check-input:valid, .form-check-input.is-valid {
2756
  border-color: #05a34a;
2757
}
2758
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
2759
  background-color: #05a34a;
2760
}
2761
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
2762
  box-shadow: 0 0 0 0 rgba(5, 163, 74, 0.25);
2763
}
2764
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
2765
  color: #05a34a;
2766
}
2767
 
2768
.form-check-inline .form-check-input ~ .valid-feedback {
2769
  margin-left: 0.5em;
2770
}
2771
 
2772
.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .input-group > .typeahead.tt-input:not(:focus):valid,
2773
.was-validated .input-group > .typeahead.tt-hint:not(:focus):valid, .was-validated .select2-container--default .select2-search--dropdown .input-group > .select2-search__field:not(:focus):valid, .select2-container--default .select2-search--dropdown .was-validated .input-group > .select2-search__field:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .input-group > .typeahead.tt-input:not(:focus).is-valid,
2774
.input-group > .typeahead.tt-hint:not(:focus).is-valid, .select2-container--default .select2-search--dropdown .input-group > .select2-search__field:not(:focus).is-valid,
2775
.was-validated .input-group > .form-select:not(:focus):valid,
2776
.input-group > .form-select:not(:focus).is-valid,
2777
.was-validated .input-group > .form-floating:not(:focus-within):valid,
2778
.input-group > .form-floating:not(:focus-within).is-valid {
2779
  z-index: 3;
2780
}
2781
 
2782
.invalid-feedback {
2783
  display: none;
2784
  width: 100%;
2785
  margin-top: 0.25rem;
2786
  font-size: 0.875em;
2787
  color: #ff3366;
2788
}
2789
 
2790
.invalid-tooltip {
2791
  position: absolute;
2792
  top: 100%;
2793
  z-index: 5;
2794
  display: none;
2795
  max-width: 100%;
2796
  padding: 0.25rem 0.5rem;
2797
  margin-top: 0.1rem;
2798
  font-size: 0.812rem;
2799
  color: #fff;
2800
  background-color: rgba(255, 51, 102, 0.9);
2801
  border-radius: 0.25rem;
2802
}
2803
 
2804
.was-validated :invalid ~ .invalid-feedback,
2805
.was-validated :invalid ~ .invalid-tooltip,
2806
.is-invalid ~ .invalid-feedback,
2807
.is-invalid ~ .invalid-tooltip {
2808
  display: block;
2809
}
2810
 
2811
.was-validated .form-control:invalid, .was-validated .typeahead.tt-input:invalid,
2812
.was-validated .typeahead.tt-hint:invalid, .was-validated .select2-container--default .select2-search--dropdown .select2-search__field:invalid, .select2-container--default .select2-search--dropdown .was-validated .select2-search__field:invalid, .form-control.is-invalid, .is-invalid.typeahead.tt-input,
2813
.is-invalid.typeahead.tt-hint, .select2-container--default .select2-search--dropdown .is-invalid.select2-search__field {
2814
  border-color: #ff3366;
2815
  padding-right: calc(1.5em + 0.938rem);
2816
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff3366'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff3366' stroke='none'/%3e%3c/svg%3e");
2817
  background-repeat: no-repeat;
2818
  background-position: right calc(0.375em + 0.2345rem) center;
2819
  background-size: calc(0.75em + 0.469rem) calc(0.75em + 0.469rem);
2820
}
2821
.was-validated .form-control:invalid:focus, .was-validated .typeahead.tt-input:invalid:focus,
2822
.was-validated .typeahead.tt-hint:invalid:focus, .was-validated .select2-container--default .select2-search--dropdown .select2-search__field:invalid:focus, .select2-container--default .select2-search--dropdown .was-validated .select2-search__field:invalid:focus, .form-control.is-invalid:focus, .is-invalid.typeahead.tt-input:focus,
2823
.is-invalid.typeahead.tt-hint:focus, .select2-container--default .select2-search--dropdown .is-invalid.select2-search__field:focus {
2824
  border-color: #ff3366;
2825
  box-shadow: 0 0 0 0 rgba(255, 51, 102, 0.25);
2826
}
2827
 
2828
.was-validated textarea.form-control:invalid, .was-validated textarea.typeahead.tt-input:invalid,
2829
.was-validated textarea.typeahead.tt-hint:invalid, .was-validated .select2-container--default .select2-search--dropdown textarea.select2-search__field:invalid, .select2-container--default .select2-search--dropdown .was-validated textarea.select2-search__field:invalid, textarea.form-control.is-invalid, textarea.is-invalid.typeahead.tt-input,
2830
textarea.is-invalid.typeahead.tt-hint, .select2-container--default .select2-search--dropdown textarea.is-invalid.select2-search__field {
2831
  padding-right: calc(1.5em + 0.938rem);
2832
  background-position: top calc(0.375em + 0.2345rem) right calc(0.375em + 0.2345rem);
2833
}
2834
 
2835
.was-validated .form-select:invalid, .form-select.is-invalid {
2836
  border-color: #ff3366;
2837
}
2838
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
2839
  padding-right: 4.4rem;
2840
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23212a3a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff3366'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff3366' stroke='none'/%3e%3c/svg%3e");
2841
  background-position: right 0.8rem center, center right 2.4rem;
2842
  background-size: 16px 12px, calc(0.75em + 0.469rem) calc(0.75em + 0.469rem);
2843
}
2844
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
2845
  border-color: #ff3366;
2846
  box-shadow: 0 0 0 0 rgba(255, 51, 102, 0.25);
2847
}
2848
 
2849
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
2850
  width: calc(3rem + calc(1.5em + 0.938rem));
2851
}
2852
 
2853
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
2854
  border-color: #ff3366;
2855
}
2856
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
2857
  background-color: #ff3366;
2858
}
2859
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
2860
  box-shadow: 0 0 0 0 rgba(255, 51, 102, 0.25);
2861
}
2862
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
2863
  color: #ff3366;
2864
}
2865
 
2866
.form-check-inline .form-check-input ~ .invalid-feedback {
2867
  margin-left: 0.5em;
2868
}
2869
 
2870
.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .input-group > .typeahead.tt-input:not(:focus):invalid,
2871
.was-validated .input-group > .typeahead.tt-hint:not(:focus):invalid, .was-validated .select2-container--default .select2-search--dropdown .input-group > .select2-search__field:not(:focus):invalid, .select2-container--default .select2-search--dropdown .was-validated .input-group > .select2-search__field:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .input-group > .typeahead.tt-input:not(:focus).is-invalid,
2872
.input-group > .typeahead.tt-hint:not(:focus).is-invalid, .select2-container--default .select2-search--dropdown .input-group > .select2-search__field:not(:focus).is-invalid,
2873
.was-validated .input-group > .form-select:not(:focus):invalid,
2874
.input-group > .form-select:not(:focus).is-invalid,
2875
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
2876
.input-group > .form-floating:not(:focus-within).is-invalid {
2877
  z-index: 4;
2878
}
2879
 
2880
.btn, .wizard > .actions a,
2881
.wizard > .actions a:active,
2882
.wizard > .actions a:hover, div.tox .tox-button, .swal2-popup .swal2-actions button, .fc .fc-button-primary {
2883
  --bs-btn-padding-x: 0.8rem;
2884
  --bs-btn-padding-y: 0.469rem;
2885
  --bs-btn-font-family: ;
2886
  --bs-btn-font-size: 0.875rem;
2887
  --bs-btn-font-weight: 400;
2888
  --bs-btn-line-height: 1.5;
2889
  --bs-btn-color: #000;
2890
  --bs-btn-bg: transparent;
2891
  --bs-btn-border-width: 1px;
2892
  --bs-btn-border-color: transparent;
2893
  --bs-btn-border-radius: 0.25rem;
2894
  --bs-btn-hover-border-color: transparent;
2895
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
2896
  --bs-btn-disabled-opacity: 0.65;
2897
  --bs-btn-focus-box-shadow: 0 0 0 0 rgba(var(--bs-btn-focus-shadow-rgb), .5);
2898
  display: inline-block;
2899
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
2900
  font-family: var(--bs-btn-font-family);
2901
  font-size: var(--bs-btn-font-size);
2902
  font-weight: var(--bs-btn-font-weight);
2903
  line-height: var(--bs-btn-line-height);
2904
  color: var(--bs-btn-color);
2905
  text-align: center;
2906
  vertical-align: middle;
2907
  cursor: pointer;
2908
  user-select: none;
2909
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
2910
  border-radius: var(--bs-btn-border-radius);
2911
  background-color: var(--bs-btn-bg);
2912
  transition: color 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;
2913
}
2914
@media (prefers-reduced-motion: reduce) {
2915
  .btn, .wizard > .actions a,
2916
  .wizard > .actions a:active,
2917
  .wizard > .actions a:hover, div.tox .tox-button, .swal2-popup .swal2-actions button, .fc .fc-button-primary {
2918
    transition: none;
2919
  }
2920
}
2921
.btn:hover, .wizard > .actions a:hover, div.tox .tox-button:hover, .swal2-popup .swal2-actions button:hover, .fc .fc-button-primary:hover {
2922
  color: var(--bs-btn-hover-color);
2923
  background-color: var(--bs-btn-hover-bg);
2924
  border-color: var(--bs-btn-hover-border-color);
2925
}
2926
.btn-check + .btn:hover, .wizard > .actions .btn-check + a:hover, div.tox .btn-check + .tox-button:hover, .swal2-popup .swal2-actions .btn-check + button:hover, .fc .btn-check + .fc-button-primary:hover {
2927
  color: var(--bs-btn-color);
2928
  background-color: var(--bs-btn-bg);
2929
  border-color: var(--bs-btn-border-color);
2930
}
2931
.btn:focus-visible, .wizard > .actions a:focus-visible, div.tox .tox-button:focus-visible, .swal2-popup .swal2-actions button:focus-visible, .fc .fc-button-primary:focus-visible {
2932
  color: var(--bs-btn-hover-color);
2933
  background-color: var(--bs-btn-hover-bg);
2934
  border-color: var(--bs-btn-hover-border-color);
2935
  outline: 0;
2936
  box-shadow: var(--bs-btn-focus-box-shadow);
2937
}
2938
.btn-check:focus-visible + .btn, .wizard > .actions .btn-check:focus-visible + a, div.tox .btn-check:focus-visible + .tox-button, .swal2-popup .swal2-actions .btn-check:focus-visible + button, .fc .btn-check:focus-visible + .fc-button-primary {
2939
  border-color: var(--bs-btn-hover-border-color);
2940
  outline: 0;
2941
  box-shadow: var(--bs-btn-focus-box-shadow);
2942
}
2943
.btn-check:checked + .btn, .wizard > .actions .btn-check:checked + a, div.tox .btn-check:checked + .tox-button, .swal2-popup .swal2-actions .btn-check:checked + button, .fc .btn-check:checked + .fc-button-primary, :not(.btn-check) + .btn:active, .wizard > .actions :not(.btn-check) + a:active, div.tox :not(.btn-check) + .tox-button:active, .swal2-popup .swal2-actions :not(.btn-check) + button:active, .fc :not(.btn-check) + .fc-button-primary:active, .btn:first-child:active, .wizard > .actions a:first-child:active, div.tox .tox-button:first-child:active, .swal2-popup .swal2-actions button:first-child:active, .fc .fc-button-primary:first-child:active, .btn.active, .wizard > .actions a.active, div.tox .active.tox-button, .swal2-popup .swal2-actions button.active, .fc .active.fc-button-primary, .btn.show, .wizard > .actions a.show, div.tox .show.tox-button, .swal2-popup .swal2-actions button.show, .fc .show.fc-button-primary {
2944
  color: var(--bs-btn-active-color);
2945
  background-color: var(--bs-btn-active-bg);
2946
  border-color: var(--bs-btn-active-border-color);
2947
}
2948
.btn-check:checked + .btn:focus-visible, .wizard > .actions .btn-check:checked + a:focus-visible, div.tox .btn-check:checked + .tox-button:focus-visible, .swal2-popup .swal2-actions .btn-check:checked + button:focus-visible, .fc .btn-check:checked + .fc-button-primary:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .wizard > .actions :not(.btn-check) + a:active:focus-visible, div.tox :not(.btn-check) + .tox-button:active:focus-visible, .swal2-popup .swal2-actions :not(.btn-check) + button:active:focus-visible, .fc :not(.btn-check) + .fc-button-primary:active:focus-visible, .btn:first-child:active:focus-visible, .wizard > .actions a:first-child:active:focus-visible, div.tox .tox-button:first-child:active:focus-visible, .swal2-popup .swal2-actions button:first-child:active:focus-visible, .fc .fc-button-primary:first-child:active:focus-visible, .btn.active:focus-visible, .wizard > .actions a.active:focus-visible, div.tox .active.tox-button:focus-visible, .swal2-popup .swal2-actions button.active:focus-visible, .fc .active.fc-button-primary:focus-visible, .btn.show:focus-visible, .wizard > .actions a.show:focus-visible, div.tox .show.tox-button:focus-visible, .swal2-popup .swal2-actions button.show:focus-visible, .fc .show.fc-button-primary:focus-visible {
2949
  box-shadow: var(--bs-btn-focus-box-shadow);
2950
}
2951
.btn:disabled, .wizard > .actions a:disabled, div.tox .tox-button:disabled, .swal2-popup .swal2-actions button:disabled, .fc .fc-button-primary:disabled, .btn.disabled, .wizard > .actions a.disabled, div.tox .disabled.tox-button, .swal2-popup .swal2-actions button.disabled, .fc .disabled.fc-button-primary, fieldset:disabled .btn, fieldset:disabled .wizard > .actions a, .wizard > .actions fieldset:disabled a, fieldset:disabled div.tox .tox-button, div.tox fieldset:disabled .tox-button, fieldset:disabled .swal2-popup .swal2-actions button, .swal2-popup .swal2-actions fieldset:disabled button, fieldset:disabled .fc .fc-button-primary, .fc fieldset:disabled .fc-button-primary {
2952
  color: var(--bs-btn-disabled-color);
2953
  pointer-events: none;
2954
  background-color: var(--bs-btn-disabled-bg);
2955
  border-color: var(--bs-btn-disabled-border-color);
2956
  opacity: var(--bs-btn-disabled-opacity);
2957
}
2958
 
2959
.btn-primary, .wizard > .actions a,
2960
.wizard > .actions a:active,
2961
.wizard > .actions a:hover, div.tox .tox-button:not(.tox-button--naked):not(.tox-button--secondary), .swal2-popup .swal2-actions button.swal2-confirm, .fc .fc-button-primary:not(:disabled).fc-button-active,
2962
.fc .fc-button-primary:not(:disabled):active {
2963
  --bs-btn-color: #fff;
2964
  --bs-btn-bg: #6571ff;
2965
  --bs-btn-border-color: #6571ff;
2966
  --bs-btn-hover-color: #fff;
2967
  --bs-btn-hover-bg: #5660d9;
2968
  --bs-btn-hover-border-color: #515acc;
2969
  --bs-btn-focus-shadow-rgb: 124, 134, 255;
2970
  --bs-btn-active-color: #fff;
2971
  --bs-btn-active-bg: #515acc;
2972
  --bs-btn-active-border-color: #4c55bf;
2973
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2974
  --bs-btn-disabled-color: #fff;
2975
  --bs-btn-disabled-bg: #6571ff;
2976
  --bs-btn-disabled-border-color: #6571ff;
2977
}
2978
 
2979
.btn-secondary, div.tox .tox-button--secondary {
2980
  --bs-btn-color: #fff;
2981
  --bs-btn-bg: #7987a1;
2982
  --bs-btn-border-color: #7987a1;
2983
  --bs-btn-hover-color: #fff;
2984
  --bs-btn-hover-bg: #677389;
2985
  --bs-btn-hover-border-color: #616c81;
2986
  --bs-btn-focus-shadow-rgb: 141, 153, 175;
2987
  --bs-btn-active-color: #fff;
2988
  --bs-btn-active-bg: #616c81;
2989
  --bs-btn-active-border-color: #5b6579;
2990
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2991
  --bs-btn-disabled-color: #fff;
2992
  --bs-btn-disabled-bg: #7987a1;
2993
  --bs-btn-disabled-border-color: #7987a1;
2994
}
2995
 
2996
.btn-success {
2997
  --bs-btn-color: #fff;
2998
  --bs-btn-bg: #05a34a;
2999
  --bs-btn-border-color: #05a34a;
3000
  --bs-btn-hover-color: #fff;
3001
  --bs-btn-hover-bg: #048b3f;
3002
  --bs-btn-hover-border-color: #04823b;
3003
  --bs-btn-focus-shadow-rgb: 43, 177, 101;
3004
  --bs-btn-active-color: #fff;
3005
  --bs-btn-active-bg: #04823b;
3006
  --bs-btn-active-border-color: #047a38;
3007
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3008
  --bs-btn-disabled-color: #fff;
3009
  --bs-btn-disabled-bg: #05a34a;
3010
  --bs-btn-disabled-border-color: #05a34a;
3011
}
3012
 
3013
.btn-info {
3014
  --bs-btn-color: #000;
3015
  --bs-btn-bg: #66d1d1;
3016
  --bs-btn-border-color: #66d1d1;
3017
  --bs-btn-hover-color: #000;
3018
  --bs-btn-hover-bg: #7dd8d8;
3019
  --bs-btn-hover-border-color: #75d6d6;
3020
  --bs-btn-focus-shadow-rgb: 87, 178, 178;
3021
  --bs-btn-active-color: #000;
3022
  --bs-btn-active-bg: #85dada;
3023
  --bs-btn-active-border-color: #75d6d6;
3024
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3025
  --bs-btn-disabled-color: #000;
3026
  --bs-btn-disabled-bg: #66d1d1;
3027
  --bs-btn-disabled-border-color: #66d1d1;
3028
}
3029
 
3030
.btn-warning {
3031
  --bs-btn-color: #000;
3032
  --bs-btn-bg: #fbbc06;
3033
  --bs-btn-border-color: #fbbc06;
3034
  --bs-btn-hover-color: #000;
3035
  --bs-btn-hover-bg: #fcc62b;
3036
  --bs-btn-hover-border-color: #fbc31f;
3037
  --bs-btn-focus-shadow-rgb: 213, 160, 5;
3038
  --bs-btn-active-color: #000;
3039
  --bs-btn-active-bg: #fcc938;
3040
  --bs-btn-active-border-color: #fbc31f;
3041
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3042
  --bs-btn-disabled-color: #000;
3043
  --bs-btn-disabled-bg: #fbbc06;
3044
  --bs-btn-disabled-border-color: #fbbc06;
3045
}
3046
 
3047
.btn-danger, .swal2-popup .swal2-actions button.swal2-cancel {
3048
  --bs-btn-color: #fff;
3049
  --bs-btn-bg: #ff3366;
3050
  --bs-btn-border-color: #ff3366;
3051
  --bs-btn-hover-color: #fff;
3052
  --bs-btn-hover-bg: #d92b57;
3053
  --bs-btn-hover-border-color: #cc2952;
3054
  --bs-btn-focus-shadow-rgb: 255, 82, 125;
3055
  --bs-btn-active-color: #fff;
3056
  --bs-btn-active-bg: #cc2952;
3057
  --bs-btn-active-border-color: #bf264d;
3058
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3059
  --bs-btn-disabled-color: #fff;
3060
  --bs-btn-disabled-bg: #ff3366;
3061
  --bs-btn-disabled-border-color: #ff3366;
3062
}
3063
 
3064
.btn-light {
3065
  --bs-btn-color: #000;
3066
  --bs-btn-bg: #e9ecef;
3067
  --bs-btn-border-color: #e9ecef;
3068
  --bs-btn-hover-color: #000;
3069
  --bs-btn-hover-bg: #c6c9cb;
3070
  --bs-btn-hover-border-color: #babdbf;
3071
  --bs-btn-focus-shadow-rgb: 198, 201, 203;
3072
  --bs-btn-active-color: #000;
3073
  --bs-btn-active-bg: #babdbf;
3074
  --bs-btn-active-border-color: #afb1b3;
3075
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3076
  --bs-btn-disabled-color: #000;
3077
  --bs-btn-disabled-bg: #e9ecef;
3078
  --bs-btn-disabled-border-color: #e9ecef;
3079
}
3080
 
3081
.btn-dark {
3082
  --bs-btn-color: #fff;
3083
  --bs-btn-bg: #060c17;
3084
  --bs-btn-border-color: #060c17;
3085
  --bs-btn-hover-color: #fff;
3086
  --bs-btn-hover-bg: #2b303a;
3087
  --bs-btn-hover-border-color: #1f242e;
3088
  --bs-btn-focus-shadow-rgb: 43, 48, 58;
3089
  --bs-btn-active-color: #fff;
3090
  --bs-btn-active-bg: #383d45;
3091
  --bs-btn-active-border-color: #1f242e;
3092
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3093
  --bs-btn-disabled-color: #fff;
3094
  --bs-btn-disabled-bg: #060c17;
3095
  --bs-btn-disabled-border-color: #060c17;
3096
}
3097
 
3098
.btn-outline-primary, .fc .fc-button-primary {
3099
  --bs-btn-color: #6571ff;
3100
  --bs-btn-border-color: #6571ff;
3101
  --bs-btn-hover-color: #fff;
3102
  --bs-btn-hover-bg: #6571ff;
3103
  --bs-btn-hover-border-color: #6571ff;
3104
  --bs-btn-focus-shadow-rgb: 101, 113, 255;
3105
  --bs-btn-active-color: #fff;
3106
  --bs-btn-active-bg: #6571ff;
3107
  --bs-btn-active-border-color: #6571ff;
3108
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3109
  --bs-btn-disabled-color: #6571ff;
3110
  --bs-btn-disabled-bg: transparent;
3111
  --bs-btn-disabled-border-color: #6571ff;
3112
  --bs-gradient: none;
3113
}
3114
 
3115
.btn-outline-secondary {
3116
  --bs-btn-color: #7987a1;
3117
  --bs-btn-border-color: #7987a1;
3118
  --bs-btn-hover-color: #fff;
3119
  --bs-btn-hover-bg: #7987a1;
3120
  --bs-btn-hover-border-color: #7987a1;
3121
  --bs-btn-focus-shadow-rgb: 121, 135, 161;
3122
  --bs-btn-active-color: #fff;
3123
  --bs-btn-active-bg: #7987a1;
3124
  --bs-btn-active-border-color: #7987a1;
3125
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3126
  --bs-btn-disabled-color: #7987a1;
3127
  --bs-btn-disabled-bg: transparent;
3128
  --bs-btn-disabled-border-color: #7987a1;
3129
  --bs-gradient: none;
3130
}
3131
 
3132
.btn-outline-success {
3133
  --bs-btn-color: #05a34a;
3134
  --bs-btn-border-color: #05a34a;
3135
  --bs-btn-hover-color: #fff;
3136
  --bs-btn-hover-bg: #05a34a;
3137
  --bs-btn-hover-border-color: #05a34a;
3138
  --bs-btn-focus-shadow-rgb: 5, 163, 74;
3139
  --bs-btn-active-color: #fff;
3140
  --bs-btn-active-bg: #05a34a;
3141
  --bs-btn-active-border-color: #05a34a;
3142
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3143
  --bs-btn-disabled-color: #05a34a;
3144
  --bs-btn-disabled-bg: transparent;
3145
  --bs-btn-disabled-border-color: #05a34a;
3146
  --bs-gradient: none;
3147
}
3148
 
3149
.btn-outline-info {
3150
  --bs-btn-color: #66d1d1;
3151
  --bs-btn-border-color: #66d1d1;
3152
  --bs-btn-hover-color: #000;
3153
  --bs-btn-hover-bg: #66d1d1;
3154
  --bs-btn-hover-border-color: #66d1d1;
3155
  --bs-btn-focus-shadow-rgb: 102, 209, 209;
3156
  --bs-btn-active-color: #000;
3157
  --bs-btn-active-bg: #66d1d1;
3158
  --bs-btn-active-border-color: #66d1d1;
3159
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3160
  --bs-btn-disabled-color: #66d1d1;
3161
  --bs-btn-disabled-bg: transparent;
3162
  --bs-btn-disabled-border-color: #66d1d1;
3163
  --bs-gradient: none;
3164
}
3165
 
3166
.btn-outline-warning {
3167
  --bs-btn-color: #fbbc06;
3168
  --bs-btn-border-color: #fbbc06;
3169
  --bs-btn-hover-color: #000;
3170
  --bs-btn-hover-bg: #fbbc06;
3171
  --bs-btn-hover-border-color: #fbbc06;
3172
  --bs-btn-focus-shadow-rgb: 251, 188, 6;
3173
  --bs-btn-active-color: #000;
3174
  --bs-btn-active-bg: #fbbc06;
3175
  --bs-btn-active-border-color: #fbbc06;
3176
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3177
  --bs-btn-disabled-color: #fbbc06;
3178
  --bs-btn-disabled-bg: transparent;
3179
  --bs-btn-disabled-border-color: #fbbc06;
3180
  --bs-gradient: none;
3181
}
3182
 
3183
.btn-outline-danger {
3184
  --bs-btn-color: #ff3366;
3185
  --bs-btn-border-color: #ff3366;
3186
  --bs-btn-hover-color: #fff;
3187
  --bs-btn-hover-bg: #ff3366;
3188
  --bs-btn-hover-border-color: #ff3366;
3189
  --bs-btn-focus-shadow-rgb: 255, 51, 102;
3190
  --bs-btn-active-color: #fff;
3191
  --bs-btn-active-bg: #ff3366;
3192
  --bs-btn-active-border-color: #ff3366;
3193
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3194
  --bs-btn-disabled-color: #ff3366;
3195
  --bs-btn-disabled-bg: transparent;
3196
  --bs-btn-disabled-border-color: #ff3366;
3197
  --bs-gradient: none;
3198
}
3199
 
3200
.btn-outline-light {
3201
  --bs-btn-color: #e9ecef;
3202
  --bs-btn-border-color: #e9ecef;
3203
  --bs-btn-hover-color: #000;
3204
  --bs-btn-hover-bg: #e9ecef;
3205
  --bs-btn-hover-border-color: #e9ecef;
3206
  --bs-btn-focus-shadow-rgb: 233, 236, 239;
3207
  --bs-btn-active-color: #000;
3208
  --bs-btn-active-bg: #e9ecef;
3209
  --bs-btn-active-border-color: #e9ecef;
3210
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3211
  --bs-btn-disabled-color: #e9ecef;
3212
  --bs-btn-disabled-bg: transparent;
3213
  --bs-btn-disabled-border-color: #e9ecef;
3214
  --bs-gradient: none;
3215
}
3216
 
3217
.btn-outline-dark {
3218
  --bs-btn-color: #060c17;
3219
  --bs-btn-border-color: #060c17;
3220
  --bs-btn-hover-color: #fff;
3221
  --bs-btn-hover-bg: #060c17;
3222
  --bs-btn-hover-border-color: #060c17;
3223
  --bs-btn-focus-shadow-rgb: 6, 12, 23;
3224
  --bs-btn-active-color: #fff;
3225
  --bs-btn-active-bg: #060c17;
3226
  --bs-btn-active-border-color: #060c17;
3227
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3228
  --bs-btn-disabled-color: #060c17;
3229
  --bs-btn-disabled-bg: transparent;
3230
  --bs-btn-disabled-border-color: #060c17;
3231
  --bs-gradient: none;
3232
}
3233
 
3234
.btn-link {
3235
  --bs-btn-font-weight: 400;
3236
  --bs-btn-color: var(--bs-link-color);
3237
  --bs-btn-bg: transparent;
3238
  --bs-btn-border-color: transparent;
3239
  --bs-btn-hover-color: var(--bs-link-hover-color);
3240
  --bs-btn-hover-border-color: transparent;
3241
  --bs-btn-active-color: var(--bs-link-hover-color);
3242
  --bs-btn-active-border-color: transparent;
3243
  --bs-btn-disabled-color: #7987a1;
3244
  --bs-btn-disabled-border-color: transparent;
3245
  --bs-btn-box-shadow: none;
3246
  --bs-btn-focus-shadow-rgb: 124, 134, 255;
3247
  text-decoration: none;
3248
}
3249
.btn-link:focus-visible {
3250
  color: var(--bs-btn-color);
3251
}
3252
.btn-link:hover {
3253
  color: var(--bs-btn-hover-color);
3254
}
3255
 
3256
.btn-lg, .btn-group-lg > .btn, .wizard > .actions .btn-group-lg > a, div.tox .btn-group-lg > .tox-button, .swal2-popup .swal2-actions .btn-group-lg > button, .fc .btn-group-lg > .fc-button-primary {
3257
  --bs-btn-padding-y: 0.5rem;
3258
  --bs-btn-padding-x: 0.8rem;
3259
  --bs-btn-font-size: 1rem;
3260
  --bs-btn-border-radius: 0.25rem;
3261
}
3262
 
3263
.btn-sm, .fc .fc-button-primary, .btn-group-sm > .btn, .wizard > .actions .btn-group-sm > a, div.tox .btn-group-sm > .tox-button, .swal2-popup .swal2-actions .btn-group-sm > button {
3264
  --bs-btn-padding-y: 0.391rem;
3265
  --bs-btn-padding-x: 0.8rem;
3266
  --bs-btn-font-size: 0.812rem;
3267
  --bs-btn-border-radius: 0.25rem;
3268
}
3269
 
3270
.fade {
3271
  transition: opacity 0.15s linear;
3272
}
3273
@media (prefers-reduced-motion: reduce) {
3274
  .fade {
3275
    transition: none;
3276
  }
3277
}
3278
.fade:not(.show) {
3279
  opacity: 0;
3280
}
3281
 
3282
.collapse:not(.show) {
3283
  display: none;
3284
}
3285
 
3286
.collapsing {
3287
  height: 0;
3288
  overflow: hidden;
3289
  transition: height 0.35s ease;
3290
}
3291
@media (prefers-reduced-motion: reduce) {
3292
  .collapsing {
3293
    transition: none;
3294
  }
3295
}
3296
.collapsing.collapse-horizontal {
3297
  width: 0;
3298
  height: auto;
3299
  transition: width 0.35s ease;
3300
}
3301
@media (prefers-reduced-motion: reduce) {
3302
  .collapsing.collapse-horizontal {
3303
    transition: none;
3304
  }
3305
}
3306
 
3307
.dropup,
3308
.dropend,
3309
.dropdown,
3310
.dropstart,
3311
.dropup-center,
3312
.dropdown-center {
3313
  position: relative;
3314
}
3315
 
3316
.dropdown-toggle {
3317
  white-space: nowrap;
3318
}
3319
.dropdown-toggle::after {
3320
  display: inline-block;
3321
  margin-left: 0.255em;
3322
  vertical-align: 0.255em;
3323
  content: "";
3324
  border-top: 0.3em solid;
3325
  border-right: 0.3em solid transparent;
3326
  border-bottom: 0;
3327
  border-left: 0.3em solid transparent;
3328
}
3329
.dropdown-toggle:empty::after {
3330
  margin-left: 0;
3331
}
3332
 
3333
.dropdown-menu, .tt-menu {
3334
  --bs-dropdown-zindex: 1000;
3335
  --bs-dropdown-min-width: 10rem;
3336
  --bs-dropdown-padding-x: 0;
3337
  --bs-dropdown-padding-y: 0.5rem;
3338
  --bs-dropdown-spacer: 0.125rem;
3339
  --bs-dropdown-font-size: 0.875rem;
3340
  --bs-dropdown-color: #000;
3341
  --bs-dropdown-bg: #fff;
3342
  --bs-dropdown-border-color: #f2f4f9;
3343
  --bs-dropdown-border-radius: 0.25rem;
3344
  --bs-dropdown-border-width: 1px;
3345
  --bs-dropdown-inner-border-radius: calc(0.25rem - 1px);
3346
  --bs-dropdown-divider-bg: #f2f4f9;
3347
  --bs-dropdown-divider-margin-y: 0.5rem;
3348
  --bs-dropdown-box-shadow: 0 5px 10px 0 rgba(183, 192, 206, 0.2);
3349
  --bs-dropdown-link-color: #060c17;
3350
  --bs-dropdown-link-hover-color: #050b15;
3351
  --bs-dropdown-link-hover-bg: #e9ecef;
3352
  --bs-dropdown-link-active-color: #fff;
3353
  --bs-dropdown-link-active-bg: #6571ff;
3354
  --bs-dropdown-link-disabled-color: #aeb7c5;
3355
  --bs-dropdown-item-padding-x: 1rem;
3356
  --bs-dropdown-item-padding-y: 0.25rem;
3357
  --bs-dropdown-header-color: #7987a1;
3358
  --bs-dropdown-header-padding-x: 1rem;
3359
  --bs-dropdown-header-padding-y: 0.5rem;
3360
  position: absolute;
3361
  z-index: var(--bs-dropdown-zindex);
3362
  display: none;
3363
  min-width: var(--bs-dropdown-min-width);
3364
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
3365
  margin: 0;
3366
  font-size: var(--bs-dropdown-font-size);
3367
  color: var(--bs-dropdown-color);
3368
  text-align: left;
3369
  list-style: none;
3370
  background-color: var(--bs-dropdown-bg);
3371
  background-clip: padding-box;
3372
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
3373
  border-radius: var(--bs-dropdown-border-radius);
3374
}
3375
.dropdown-menu[data-bs-popper], [data-bs-popper].tt-menu {
3376
  top: 100%;
3377
  left: 0;
3378
  margin-top: var(--bs-dropdown-spacer);
3379
}
3380
 
3381
.dropdown-menu-start {
3382
  --bs-position: start;
3383
}
3384
.dropdown-menu-start[data-bs-popper] {
3385
  right: auto;
3386
  left: 0;
3387
}
3388
 
3389
.dropdown-menu-end {
3390
  --bs-position: end;
3391
}
3392
.dropdown-menu-end[data-bs-popper] {
3393
  right: 0;
3394
  left: auto;
3395
}
3396
 
3397
@media (min-width: 576px) {
3398
  .dropdown-menu-sm-start {
3399
    --bs-position: start;
3400
  }
3401
  .dropdown-menu-sm-start[data-bs-popper] {
3402
    right: auto;
3403
    left: 0;
3404
  }
3405
  .dropdown-menu-sm-end {
3406
    --bs-position: end;
3407
  }
3408
  .dropdown-menu-sm-end[data-bs-popper] {
3409
    right: 0;
3410
    left: auto;
3411
  }
3412
}
3413
@media (min-width: 768px) {
3414
  .dropdown-menu-md-start {
3415
    --bs-position: start;
3416
  }
3417
  .dropdown-menu-md-start[data-bs-popper] {
3418
    right: auto;
3419
    left: 0;
3420
  }
3421
  .dropdown-menu-md-end {
3422
    --bs-position: end;
3423
  }
3424
  .dropdown-menu-md-end[data-bs-popper] {
3425
    right: 0;
3426
    left: auto;
3427
  }
3428
}
3429
@media (min-width: 992px) {
3430
  .dropdown-menu-lg-start {
3431
    --bs-position: start;
3432
  }
3433
  .dropdown-menu-lg-start[data-bs-popper] {
3434
    right: auto;
3435
    left: 0;
3436
  }
3437
  .dropdown-menu-lg-end {
3438
    --bs-position: end;
3439
  }
3440
  .dropdown-menu-lg-end[data-bs-popper] {
3441
    right: 0;
3442
    left: auto;
3443
  }
3444
}
3445
@media (min-width: 1200px) {
3446
  .dropdown-menu-xl-start {
3447
    --bs-position: start;
3448
  }
3449
  .dropdown-menu-xl-start[data-bs-popper] {
3450
    right: auto;
3451
    left: 0;
3452
  }
3453
  .dropdown-menu-xl-end {
3454
    --bs-position: end;
3455
  }
3456
  .dropdown-menu-xl-end[data-bs-popper] {
3457
    right: 0;
3458
    left: auto;
3459
  }
3460
}
3461
@media (min-width: 1400px) {
3462
  .dropdown-menu-xxl-start {
3463
    --bs-position: start;
3464
  }
3465
  .dropdown-menu-xxl-start[data-bs-popper] {
3466
    right: auto;
3467
    left: 0;
3468
  }
3469
  .dropdown-menu-xxl-end {
3470
    --bs-position: end;
3471
  }
3472
  .dropdown-menu-xxl-end[data-bs-popper] {
3473
    right: 0;
3474
    left: auto;
3475
  }
3476
}
3477
.dropup .dropdown-menu[data-bs-popper], .dropup [data-bs-popper].tt-menu {
3478
  top: auto;
3479
  bottom: 100%;
3480
  margin-top: 0;
3481
  margin-bottom: var(--bs-dropdown-spacer);
3482
}
3483
.dropup .dropdown-toggle::after {
3484
  display: inline-block;
3485
  margin-left: 0.255em;
3486
  vertical-align: 0.255em;
3487
  content: "";
3488
  border-top: 0;
3489
  border-right: 0.3em solid transparent;
3490
  border-bottom: 0.3em solid;
3491
  border-left: 0.3em solid transparent;
3492
}
3493
.dropup .dropdown-toggle:empty::after {
3494
  margin-left: 0;
3495
}
3496
 
3497
.dropend .dropdown-menu[data-bs-popper], .dropend [data-bs-popper].tt-menu {
3498
  top: 0;
3499
  right: auto;
3500
  left: 100%;
3501
  margin-top: 0;
3502
  margin-left: var(--bs-dropdown-spacer);
3503
}
3504
.dropend .dropdown-toggle::after {
3505
  display: inline-block;
3506
  margin-left: 0.255em;
3507
  vertical-align: 0.255em;
3508
  content: "";
3509
  border-top: 0.3em solid transparent;
3510
  border-right: 0;
3511
  border-bottom: 0.3em solid transparent;
3512
  border-left: 0.3em solid;
3513
}
3514
.dropend .dropdown-toggle:empty::after {
3515
  margin-left: 0;
3516
}
3517
.dropend .dropdown-toggle::after {
3518
  vertical-align: 0;
3519
}
3520
 
3521
.dropstart .dropdown-menu[data-bs-popper], .dropstart [data-bs-popper].tt-menu {
3522
  top: 0;
3523
  right: 100%;
3524
  left: auto;
3525
  margin-top: 0;
3526
  margin-right: var(--bs-dropdown-spacer);
3527
}
3528
.dropstart .dropdown-toggle::after {
3529
  display: inline-block;
3530
  margin-left: 0.255em;
3531
  vertical-align: 0.255em;
3532
  content: "";
3533
}
3534
.dropstart .dropdown-toggle::after {
3535
  display: none;
3536
}
3537
.dropstart .dropdown-toggle::before {
3538
  display: inline-block;
3539
  margin-right: 0.255em;
3540
  vertical-align: 0.255em;
3541
  content: "";
3542
  border-top: 0.3em solid transparent;
3543
  border-right: 0.3em solid;
3544
  border-bottom: 0.3em solid transparent;
3545
}
3546
.dropstart .dropdown-toggle:empty::after {
3547
  margin-left: 0;
3548
}
3549
.dropstart .dropdown-toggle::before {
3550
  vertical-align: 0;
3551
}
3552
 
3553
.dropdown-divider {
3554
  height: 0;
3555
  margin: var(--bs-dropdown-divider-margin-y) 0;
3556
  overflow: hidden;
3557
  border-top: 1px solid var(--bs-dropdown-divider-bg);
3558
  opacity: 1;
3559
}
3560
 
3561
.dropdown-item, .tt-menu .tt-suggestion {
3562
  display: block;
3563
  width: 100%;
3564
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
3565
  clear: both;
3566
  font-weight: 400;
3567
  color: var(--bs-dropdown-link-color);
3568
  text-align: inherit;
3569
  white-space: nowrap;
3570
  background-color: transparent;
3571
  border: 0;
3572
}
3573
.dropdown-item:hover, .tt-menu .tt-suggestion:hover, .dropdown-item:focus, .tt-menu .tt-suggestion:focus {
3574
  color: var(--bs-dropdown-link-hover-color);
3575
  background-color: var(--bs-dropdown-link-hover-bg);
3576
}
3577
.dropdown-item.active, .tt-menu .active.tt-suggestion, .dropdown-item:active, .tt-menu .tt-suggestion:active {
3578
  color: var(--bs-dropdown-link-active-color);
3579
  text-decoration: none;
3580
  background-color: var(--bs-dropdown-link-active-bg);
3581
}
3582
.dropdown-item.disabled, .tt-menu .disabled.tt-suggestion, .dropdown-item:disabled, .tt-menu .tt-suggestion:disabled {
3583
  color: var(--bs-dropdown-link-disabled-color);
3584
  pointer-events: none;
3585
  background-color: transparent;
3586
}
3587
 
3588
.dropdown-menu.show, .show.tt-menu {
3589
  display: block;
3590
}
3591
 
3592
.dropdown-header {
3593
  display: block;
3594
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
3595
  margin-bottom: 0;
3596
  font-size: 0.812rem;
3597
  color: var(--bs-dropdown-header-color);
3598
  white-space: nowrap;
3599
}
3600
 
3601
.dropdown-item-text {
3602
  display: block;
3603
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
3604
  color: var(--bs-dropdown-link-color);
3605
}
3606
 
3607
.dropdown-menu-dark {
3608
  --bs-dropdown-color: #dee2e6;
3609
  --bs-dropdown-bg: #212a3a;
3610
  --bs-dropdown-border-color: #f2f4f9;
3611
  --bs-dropdown-box-shadow: ;
3612
  --bs-dropdown-link-color: #dee2e6;
3613
  --bs-dropdown-link-hover-color: #fff;
3614
  --bs-dropdown-divider-bg: #f2f4f9;
3615
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
3616
  --bs-dropdown-link-active-color: #fff;
3617
  --bs-dropdown-link-active-bg: #6571ff;
3618
  --bs-dropdown-link-disabled-color: #aeb7c5;
3619
  --bs-dropdown-header-color: #aeb7c5;
3620
}
3621
 
3622
.btn-group,
3623
.btn-group-vertical {
3624
  position: relative;
3625
  display: inline-flex;
3626
  vertical-align: middle;
3627
}
3628
.btn-group > .btn, .wizard > .actions .btn-group > a, div.tox .btn-group > .tox-button, .swal2-popup .swal2-actions .btn-group > button, .fc .btn-group > .fc-button-primary,
3629
.btn-group-vertical > .btn,
3630
.wizard > .actions .btn-group-vertical > a,
3631
div.tox .btn-group-vertical > .tox-button,
3632
.swal2-popup .swal2-actions .btn-group-vertical > button,
3633
.fc .btn-group-vertical > .fc-button-primary {
3634
  position: relative;
3635
  flex: 1 1 auto;
3636
}
3637
.btn-group > .btn-check:checked + .btn, .wizard > .actions .btn-group > .btn-check:checked + a, div.tox .btn-group > .btn-check:checked + .tox-button, .swal2-popup .swal2-actions .btn-group > .btn-check:checked + button, .fc .btn-group > .btn-check:checked + .fc-button-primary,
3638
.btn-group > .btn-check:focus + .btn,
3639
.wizard > .actions .btn-group > .btn-check:focus + a,
3640
div.tox .btn-group > .btn-check:focus + .tox-button,
3641
.swal2-popup .swal2-actions .btn-group > .btn-check:focus + button,
3642
.fc .btn-group > .btn-check:focus + .fc-button-primary,
3643
.btn-group > .btn:hover,
3644
.wizard > .actions .btn-group > a:hover,
3645
div.tox .btn-group > .tox-button:hover,
3646
.swal2-popup .swal2-actions .btn-group > button:hover,
3647
.fc .btn-group > .fc-button-primary:hover,
3648
.btn-group > .btn:focus,
3649
.wizard > .actions .btn-group > a:focus,
3650
div.tox .btn-group > .tox-button:focus,
3651
.swal2-popup .swal2-actions .btn-group > button:focus,
3652
.fc .btn-group > .fc-button-primary:focus,
3653
.btn-group > .btn:active,
3654
.wizard > .actions .btn-group > a:active,
3655
div.tox .btn-group > .tox-button:active,
3656
.swal2-popup .swal2-actions .btn-group > button:active,
3657
.fc .btn-group > .fc-button-primary:active,
3658
.btn-group > .btn.active,
3659
.wizard > .actions .btn-group > a.active,
3660
div.tox .btn-group > .active.tox-button,
3661
.swal2-popup .swal2-actions .btn-group > button.active,
3662
.fc .btn-group > .active.fc-button-primary,
3663
.btn-group-vertical > .btn-check:checked + .btn,
3664
.wizard > .actions .btn-group-vertical > .btn-check:checked + a,
3665
div.tox .btn-group-vertical > .btn-check:checked + .tox-button,
3666
.swal2-popup .swal2-actions .btn-group-vertical > .btn-check:checked + button,
3667
.fc .btn-group-vertical > .btn-check:checked + .fc-button-primary,
3668
.btn-group-vertical > .btn-check:focus + .btn,
3669
.wizard > .actions .btn-group-vertical > .btn-check:focus + a,
3670
div.tox .btn-group-vertical > .btn-check:focus + .tox-button,
3671
.swal2-popup .swal2-actions .btn-group-vertical > .btn-check:focus + button,
3672
.fc .btn-group-vertical > .btn-check:focus + .fc-button-primary,
3673
.btn-group-vertical > .btn:hover,
3674
.wizard > .actions .btn-group-vertical > a:hover,
3675
div.tox .btn-group-vertical > .tox-button:hover,
3676
.swal2-popup .swal2-actions .btn-group-vertical > button:hover,
3677
.fc .btn-group-vertical > .fc-button-primary:hover,
3678
.btn-group-vertical > .btn:focus,
3679
.wizard > .actions .btn-group-vertical > a:focus,
3680
div.tox .btn-group-vertical > .tox-button:focus,
3681
.swal2-popup .swal2-actions .btn-group-vertical > button:focus,
3682
.fc .btn-group-vertical > .fc-button-primary:focus,
3683
.btn-group-vertical > .btn:active,
3684
.wizard > .actions .btn-group-vertical > a:active,
3685
div.tox .btn-group-vertical > .tox-button:active,
3686
.swal2-popup .swal2-actions .btn-group-vertical > button:active,
3687
.fc .btn-group-vertical > .fc-button-primary:active,
3688
.btn-group-vertical > .btn.active,
3689
.wizard > .actions .btn-group-vertical > a.active,
3690
div.tox .btn-group-vertical > .active.tox-button,
3691
.swal2-popup .swal2-actions .btn-group-vertical > button.active,
3692
.fc .btn-group-vertical > .active.fc-button-primary {
3693
  z-index: 1;
3694
}
3695
 
3696
.btn-toolbar {
3697
  display: flex;
3698
  flex-wrap: wrap;
3699
  justify-content: flex-start;
3700
}
3701
.btn-toolbar .input-group {
3702
  width: auto;
3703
}
3704
 
3705
.btn-group {
3706
  border-radius: 0.25rem;
3707
}
3708
.btn-group > :not(.btn-check:first-child) + .btn, .wizard > .actions .btn-group > :not(.btn-check:first-child) + a, div.tox .btn-group > :not(.btn-check:first-child) + .tox-button, .swal2-popup .swal2-actions .btn-group > :not(.btn-check:first-child) + button, .fc .btn-group > :not(.btn-check:first-child) + .fc-button-primary,
3709
.btn-group > .btn-group:not(:first-child) {
3710
  margin-left: -1px;
3711
}
3712
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .wizard > .actions .btn-group > a:not(:last-child):not(.dropdown-toggle), div.tox .btn-group > .tox-button:not(:last-child):not(.dropdown-toggle), .swal2-popup .swal2-actions .btn-group > button:not(:last-child):not(.dropdown-toggle), .fc .btn-group > .fc-button-primary:not(:last-child):not(.dropdown-toggle),
3713
.btn-group > .btn.dropdown-toggle-split:first-child,
3714
.wizard > .actions .btn-group > a.dropdown-toggle-split:first-child,
3715
div.tox .btn-group > .dropdown-toggle-split.tox-button:first-child,
3716
.swal2-popup .swal2-actions .btn-group > button.dropdown-toggle-split:first-child,
3717
.fc .btn-group > .dropdown-toggle-split.fc-button-primary:first-child,
3718
.btn-group > .btn-group:not(:last-child) > .btn,
3719
.wizard > .actions .btn-group > .btn-group:not(:last-child) > a,
3720
div.tox .btn-group > .btn-group:not(:last-child) > .tox-button,
3721
.swal2-popup .swal2-actions .btn-group > .btn-group:not(:last-child) > button,
3722
.fc .btn-group > .btn-group:not(:last-child) > .fc-button-primary {
3723
  border-top-right-radius: 0;
3724
  border-bottom-right-radius: 0;
3725
}
3726
.btn-group > .btn:nth-child(n+3), .wizard > .actions .btn-group > a:nth-child(n+3), div.tox .btn-group > .tox-button:nth-child(n+3), .swal2-popup .swal2-actions .btn-group > button:nth-child(n+3), .fc .btn-group > .fc-button-primary:nth-child(n+3),
3727
.btn-group > :not(.btn-check) + .btn,
3728
.wizard > .actions .btn-group > :not(.btn-check) + a,
3729
div.tox .btn-group > :not(.btn-check) + .tox-button,
3730
.swal2-popup .swal2-actions .btn-group > :not(.btn-check) + button,
3731
.fc .btn-group > :not(.btn-check) + .fc-button-primary,
3732
.btn-group > .btn-group:not(:first-child) > .btn,
3733
.wizard > .actions .btn-group > .btn-group:not(:first-child) > a,
3734
div.tox .btn-group > .btn-group:not(:first-child) > .tox-button,
3735
.swal2-popup .swal2-actions .btn-group > .btn-group:not(:first-child) > button,
3736
.fc .btn-group > .btn-group:not(:first-child) > .fc-button-primary {
3737
  border-top-left-radius: 0;
3738
  border-bottom-left-radius: 0;
3739
}
3740
 
3741
.dropdown-toggle-split {
3742
  padding-right: 0.6rem;
3743
  padding-left: 0.6rem;
3744
}
3745
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
3746
  margin-left: 0;
3747
}
3748
.dropstart .dropdown-toggle-split::before {
3749
  margin-right: 0;
3750
}
3751
 
3752
.btn-sm + .dropdown-toggle-split, .fc .fc-button-primary + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .wizard > .actions .btn-group-sm > a + .dropdown-toggle-split, div.tox .btn-group-sm > .tox-button + .dropdown-toggle-split, .swal2-popup .swal2-actions .btn-group-sm > button + .dropdown-toggle-split {
3753
  padding-right: 0.6rem;
3754
  padding-left: 0.6rem;
3755
}
3756
 
3757
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .wizard > .actions .btn-group-lg > a + .dropdown-toggle-split, div.tox .btn-group-lg > .tox-button + .dropdown-toggle-split, .swal2-popup .swal2-actions .btn-group-lg > button + .dropdown-toggle-split, .fc .btn-group-lg > .fc-button-primary + .dropdown-toggle-split {
3758
  padding-right: 0.6rem;
3759
  padding-left: 0.6rem;
3760
}
3761
 
3762
.btn-group-vertical {
3763
  flex-direction: column;
3764
  align-items: flex-start;
3765
  justify-content: center;
3766
}
3767
.btn-group-vertical > .btn, .wizard > .actions .btn-group-vertical > a, div.tox .btn-group-vertical > .tox-button, .swal2-popup .swal2-actions .btn-group-vertical > button, .fc .btn-group-vertical > .fc-button-primary,
3768
.btn-group-vertical > .btn-group {
3769
  width: 100%;
3770
}
3771
.btn-group-vertical > .btn:not(:first-child), .wizard > .actions .btn-group-vertical > a:not(:first-child), div.tox .btn-group-vertical > .tox-button:not(:first-child), .swal2-popup .swal2-actions .btn-group-vertical > button:not(:first-child), .fc .btn-group-vertical > .fc-button-primary:not(:first-child),
3772
.btn-group-vertical > .btn-group:not(:first-child) {
3773
  margin-top: -1px;
3774
}
3775
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .wizard > .actions .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), div.tox .btn-group-vertical > .tox-button:not(:last-child):not(.dropdown-toggle), .swal2-popup .swal2-actions .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .fc .btn-group-vertical > .fc-button-primary:not(:last-child):not(.dropdown-toggle),
3776
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
3777
.wizard > .actions .btn-group-vertical > .btn-group:not(:last-child) > a,
3778
div.tox .btn-group-vertical > .btn-group:not(:last-child) > .tox-button,
3779
.swal2-popup .swal2-actions .btn-group-vertical > .btn-group:not(:last-child) > button,
3780
.fc .btn-group-vertical > .btn-group:not(:last-child) > .fc-button-primary {
3781
  border-bottom-right-radius: 0;
3782
  border-bottom-left-radius: 0;
3783
}
3784
.btn-group-vertical > .btn ~ .btn, .wizard > .actions .btn-group-vertical > a ~ .btn, .wizard > .actions .btn-group-vertical > .btn ~ a, .wizard > .actions .btn-group-vertical > a ~ a, div.tox .btn-group-vertical > .tox-button ~ .btn, div.tox .wizard > .actions .btn-group-vertical > .tox-button ~ a, .wizard > .actions div.tox .btn-group-vertical > .tox-button ~ a, div.tox .btn-group-vertical > .btn ~ .tox-button, div.tox .wizard > .actions .btn-group-vertical > a ~ .tox-button, .wizard > .actions div.tox .btn-group-vertical > a ~ .tox-button, div.tox .btn-group-vertical > .tox-button ~ .tox-button, .swal2-popup .swal2-actions .btn-group-vertical > button ~ .btn, .swal2-popup .swal2-actions .wizard > .actions .btn-group-vertical > button ~ a, .wizard > .actions .swal2-popup .swal2-actions .btn-group-vertical > button ~ a, .swal2-popup .swal2-actions div.tox .btn-group-vertical > button ~ .tox-button, div.tox .swal2-popup .swal2-actions .btn-group-vertical > button ~ .tox-button, .swal2-popup .swal2-actions .btn-group-vertical > .btn ~ button, .swal2-popup .swal2-actions .wizard > .actions .btn-group-vertical > a ~ button, .wizard > .actions .swal2-popup .swal2-actions .btn-group-vertical > a ~ button, .swal2-popup .swal2-actions div.tox .btn-group-vertical > .tox-button ~ button, div.tox .swal2-popup .swal2-actions .btn-group-vertical > .tox-button ~ button, .swal2-popup .swal2-actions .btn-group-vertical > button ~ button, .fc .btn-group-vertical > .fc-button-primary ~ .btn, .fc .wizard > .actions .btn-group-vertical > .fc-button-primary ~ a, .wizard > .actions .fc .btn-group-vertical > .fc-button-primary ~ a, .fc div.tox .btn-group-vertical > .fc-button-primary ~ .tox-button, div.tox .fc .btn-group-vertical > .fc-button-primary ~ .tox-button, .fc .swal2-popup .swal2-actions .btn-group-vertical > .fc-button-primary ~ button, .swal2-popup .swal2-actions .fc .btn-group-vertical > .fc-button-primary ~ button, .fc .btn-group-vertical > .btn ~ .fc-button-primary, .fc .wizard > .actions .btn-group-vertical > a ~ .fc-button-primary, .wizard > .actions .fc .btn-group-vertical > a ~ .fc-button-primary, .fc div.tox .btn-group-vertical > .tox-button ~ .fc-button-primary, div.tox .fc .btn-group-vertical > .tox-button ~ .fc-button-primary, .fc .swal2-popup .swal2-actions .btn-group-vertical > button ~ .fc-button-primary, .swal2-popup .swal2-actions .fc .btn-group-vertical > button ~ .fc-button-primary, .fc .btn-group-vertical > .fc-button-primary ~ .fc-button-primary,
3785
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
3786
.wizard > .actions .btn-group-vertical > .btn-group:not(:first-child) > a,
3787
div.tox .btn-group-vertical > .btn-group:not(:first-child) > .tox-button,
3788
.swal2-popup .swal2-actions .btn-group-vertical > .btn-group:not(:first-child) > button,
3789
.fc .btn-group-vertical > .btn-group:not(:first-child) > .fc-button-primary {
3790
  border-top-left-radius: 0;
3791
  border-top-right-radius: 0;
3792
}
3793
 
3794
.nav {
3795
  --bs-nav-link-padding-x: 1rem;
3796
  --bs-nav-link-padding-y: 0.5rem;
3797
  --bs-nav-link-font-weight: ;
3798
  --bs-nav-link-color: var(--bs-link-color);
3799
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
3800
  --bs-nav-link-disabled-color: #7987a1;
3801
  display: flex;
3802
  flex-wrap: wrap;
3803
  padding-left: 0;
3804
  margin-bottom: 0;
3805
  list-style: none;
3806
}
3807
 
3808
.nav-link {
3809
  display: block;
3810
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
3811
  font-size: var(--bs-nav-link-font-size);
3812
  font-weight: var(--bs-nav-link-font-weight);
3813
  color: var(--bs-nav-link-color);
3814
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
3815
}
3816
@media (prefers-reduced-motion: reduce) {
3817
  .nav-link {
3818
    transition: none;
3819
  }
3820
}
3821
.nav-link:hover, .nav-link:focus {
3822
  color: var(--bs-nav-link-hover-color);
3823
}
3824
.nav-link.disabled {
3825
  color: var(--bs-nav-link-disabled-color);
3826
  pointer-events: none;
3827
  cursor: default;
3828
}
3829
 
3830
.nav-tabs {
3831
  --bs-nav-tabs-border-width: 1px;
3832
  --bs-nav-tabs-border-color: #dee2e6;
3833
  --bs-nav-tabs-border-radius: 0.25rem;
3834
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
3835
  --bs-nav-tabs-link-active-color: #41516c;
3836
  --bs-nav-tabs-link-active-bg: #fff;
3837
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
3838
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
3839
}
3840
.nav-tabs .nav-link {
3841
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
3842
  background: none;
3843
  border: var(--bs-nav-tabs-border-width) solid transparent;
3844
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
3845
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
3846
}
3847
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
3848
  isolation: isolate;
3849
  border-color: var(--bs-nav-tabs-link-hover-border-color);
3850
}
3851
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
3852
  color: var(--bs-nav-link-disabled-color);
3853
  background-color: transparent;
3854
  border-color: transparent;
3855
}
3856
.nav-tabs .nav-link.active,
3857
.nav-tabs .nav-item.show .nav-link {
3858
  color: var(--bs-nav-tabs-link-active-color);
3859
  background-color: var(--bs-nav-tabs-link-active-bg);
3860
  border-color: var(--bs-nav-tabs-link-active-border-color);
3861
}
3862
.nav-tabs .dropdown-menu, .nav-tabs .tt-menu {
3863
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
3864
  border-top-left-radius: 0;
3865
  border-top-right-radius: 0;
3866
}
3867
 
3868
.nav-pills {
3869
  --bs-nav-pills-border-radius: 0.25rem;
3870
  --bs-nav-pills-link-active-color: #fff;
3871
  --bs-nav-pills-link-active-bg: #6571ff;
3872
}
3873
.nav-pills .nav-link {
3874
  background: none;
3875
  border: 0;
3876
  border-radius: var(--bs-nav-pills-border-radius);
3877
}
3878
.nav-pills .nav-link:disabled {
3879
  color: var(--bs-nav-link-disabled-color);
3880
  background-color: transparent;
3881
  border-color: transparent;
3882
}
3883
.nav-pills .nav-link.active,
3884
.nav-pills .show > .nav-link {
3885
  color: var(--bs-nav-pills-link-active-color);
3886
  background-color: var(--bs-nav-pills-link-active-bg);
3887
}
3888
 
3889
.nav-fill > .nav-link,
3890
.nav-fill .nav-item {
3891
  flex: 1 1 auto;
3892
  text-align: center;
3893
}
3894
 
3895
.nav-justified > .nav-link,
3896
.nav-justified .nav-item {
3897
  flex-basis: 0;
3898
  flex-grow: 1;
3899
  text-align: center;
3900
}
3901
 
3902
.nav-fill .nav-item .nav-link,
3903
.nav-justified .nav-item .nav-link {
3904
  width: 100%;
3905
}
3906
 
3907
.tab-content > .tab-pane {
3908
  display: none;
3909
}
3910
.tab-content > .active {
3911
  display: block;
3912
}
3913
 
3914
.navbar {
3915
  --bs-navbar-padding-x: 0;
3916
  --bs-navbar-padding-y: 0.5rem;
3917
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
3918
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
3919
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
3920
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
3921
  --bs-navbar-brand-padding-y: 0.40625rem;
3922
  --bs-navbar-brand-margin-end: 1rem;
3923
  --bs-navbar-brand-font-size: 1rem;
3924
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
3925
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
3926
  --bs-navbar-nav-link-padding-x: 0.5rem;
3927
  --bs-navbar-toggler-padding-y: 0.25rem;
3928
  --bs-navbar-toggler-padding-x: 0.75rem;
3929
  --bs-navbar-toggler-font-size: 1rem;
3930
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
3931
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
3932
  --bs-navbar-toggler-border-radius: 0.25rem;
3933
  --bs-navbar-toggler-focus-width: 0;
3934
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
3935
  position: relative;
3936
  display: flex;
3937
  flex-wrap: wrap;
3938
  align-items: center;
3939
  justify-content: space-between;
3940
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
3941
}
3942
.navbar > .container,
3943
.navbar > .container-fluid,
3944
.navbar > .container-sm,
3945
.navbar > .container-md,
3946
.navbar > .container-lg,
3947
.navbar > .container-xl,
3948
.navbar > .container-xxl {
3949
  display: flex;
3950
  flex-wrap: inherit;
3951
  align-items: center;
3952
  justify-content: space-between;
3953
}
3954
.navbar-brand {
3955
  padding-top: var(--bs-navbar-brand-padding-y);
3956
  padding-bottom: var(--bs-navbar-brand-padding-y);
3957
  margin-right: var(--bs-navbar-brand-margin-end);
3958
  font-size: var(--bs-navbar-brand-font-size);
3959
  color: var(--bs-navbar-brand-color);
3960
  white-space: nowrap;
3961
}
3962
.navbar-brand:hover, .navbar-brand:focus {
3963
  color: var(--bs-navbar-brand-hover-color);
3964
}
3965
 
3966
.navbar-nav {
3967
  --bs-nav-link-padding-x: 0;
3968
  --bs-nav-link-padding-y: 0.5rem;
3969
  --bs-nav-link-font-weight: ;
3970
  --bs-nav-link-color: var(--bs-navbar-color);
3971
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
3972
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
3973
  display: flex;
3974
  flex-direction: column;
3975
  padding-left: 0;
3976
  margin-bottom: 0;
3977
  list-style: none;
3978
}
3979
.navbar-nav .show > .nav-link,
3980
.navbar-nav .nav-link.active {
3981
  color: var(--bs-navbar-active-color);
3982
}
3983
.navbar-nav .dropdown-menu, .navbar-nav .tt-menu {
3984
  position: static;
3985
}
3986
 
3987
.navbar-text {
3988
  padding-top: 0.5rem;
3989
  padding-bottom: 0.5rem;
3990
  color: var(--bs-navbar-color);
3991
}
3992
.navbar-text a,
3993
.navbar-text a:hover,
3994
.navbar-text a:focus {
3995
  color: var(--bs-navbar-active-color);
3996
}
3997
 
3998
.navbar-collapse {
3999
  flex-basis: 100%;
4000
  flex-grow: 1;
4001
  align-items: center;
4002
}
4003
 
4004
.navbar-toggler {
4005
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
4006
  font-size: var(--bs-navbar-toggler-font-size);
4007
  line-height: 1;
4008
  color: var(--bs-navbar-color);
4009
  background-color: transparent;
4010
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
4011
  border-radius: var(--bs-navbar-toggler-border-radius);
4012
  transition: var(--bs-navbar-toggler-transition);
4013
}
4014
@media (prefers-reduced-motion: reduce) {
4015
  .navbar-toggler {
4016
    transition: none;
4017
  }
4018
}
4019
.navbar-toggler:hover {
4020
  text-decoration: none;
4021
}
4022
.navbar-toggler:focus {
4023
  text-decoration: none;
4024
  outline: 0;
4025
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
4026
}
4027
 
4028
.navbar-toggler-icon {
4029
  display: inline-block;
4030
  width: 1.5em;
4031
  height: 1.5em;
4032
  vertical-align: middle;
4033
  background-image: var(--bs-navbar-toggler-icon-bg);
4034
  background-repeat: no-repeat;
4035
  background-position: center;
4036
  background-size: 100%;
4037
}
4038
 
4039
.navbar-nav-scroll {
4040
  max-height: var(--bs-scroll-height, 75vh);
4041
  overflow-y: auto;
4042
}
4043
 
4044
@media (min-width: 576px) {
4045
  .navbar-expand-sm {
4046
    flex-wrap: nowrap;
4047
    justify-content: flex-start;
4048
  }
4049
  .navbar-expand-sm .navbar-nav {
4050
    flex-direction: row;
4051
  }
4052
  .navbar-expand-sm .navbar-nav .dropdown-menu, .navbar-expand-sm .navbar-nav .tt-menu {
4053
    position: absolute;
4054
  }
4055
  .navbar-expand-sm .navbar-nav .nav-link {
4056
    padding-right: var(--bs-navbar-nav-link-padding-x);
4057
    padding-left: var(--bs-navbar-nav-link-padding-x);
4058
  }
4059
  .navbar-expand-sm .navbar-nav-scroll {
4060
    overflow: visible;
4061
  }
4062
  .navbar-expand-sm .navbar-collapse {
4063
    display: flex !important;
4064
    flex-basis: auto;
4065
  }
4066
  .navbar-expand-sm .navbar-toggler {
4067
    display: none;
4068
  }
4069
  .navbar-expand-sm .offcanvas {
4070
    position: static;
4071
    z-index: auto;
4072
    flex-grow: 1;
4073
    width: auto !important;
4074
    height: auto !important;
4075
    visibility: visible !important;
4076
    background-color: transparent !important;
4077
    border: 0 !important;
4078
    transform: none !important;
4079
    transition: none;
4080
  }
4081
  .navbar-expand-sm .offcanvas .offcanvas-header {
4082
    display: none;
4083
  }
4084
  .navbar-expand-sm .offcanvas .offcanvas-body {
4085
    display: flex;
4086
    flex-grow: 0;
4087
    padding: 0;
4088
    overflow-y: visible;
4089
  }
4090
}
4091
@media (min-width: 768px) {
4092
  .navbar-expand-md {
4093
    flex-wrap: nowrap;
4094
    justify-content: flex-start;
4095
  }
4096
  .navbar-expand-md .navbar-nav {
4097
    flex-direction: row;
4098
  }
4099
  .navbar-expand-md .navbar-nav .dropdown-menu, .navbar-expand-md .navbar-nav .tt-menu {
4100
    position: absolute;
4101
  }
4102
  .navbar-expand-md .navbar-nav .nav-link {
4103
    padding-right: var(--bs-navbar-nav-link-padding-x);
4104
    padding-left: var(--bs-navbar-nav-link-padding-x);
4105
  }
4106
  .navbar-expand-md .navbar-nav-scroll {
4107
    overflow: visible;
4108
  }
4109
  .navbar-expand-md .navbar-collapse {
4110
    display: flex !important;
4111
    flex-basis: auto;
4112
  }
4113
  .navbar-expand-md .navbar-toggler {
4114
    display: none;
4115
  }
4116
  .navbar-expand-md .offcanvas {
4117
    position: static;
4118
    z-index: auto;
4119
    flex-grow: 1;
4120
    width: auto !important;
4121
    height: auto !important;
4122
    visibility: visible !important;
4123
    background-color: transparent !important;
4124
    border: 0 !important;
4125
    transform: none !important;
4126
    transition: none;
4127
  }
4128
  .navbar-expand-md .offcanvas .offcanvas-header {
4129
    display: none;
4130
  }
4131
  .navbar-expand-md .offcanvas .offcanvas-body {
4132
    display: flex;
4133
    flex-grow: 0;
4134
    padding: 0;
4135
    overflow-y: visible;
4136
  }
4137
}
4138
@media (min-width: 992px) {
4139
  .navbar-expand-lg {
4140
    flex-wrap: nowrap;
4141
    justify-content: flex-start;
4142
  }
4143
  .navbar-expand-lg .navbar-nav {
4144
    flex-direction: row;
4145
  }
4146
  .navbar-expand-lg .navbar-nav .dropdown-menu, .navbar-expand-lg .navbar-nav .tt-menu {
4147
    position: absolute;
4148
  }
4149
  .navbar-expand-lg .navbar-nav .nav-link {
4150
    padding-right: var(--bs-navbar-nav-link-padding-x);
4151
    padding-left: var(--bs-navbar-nav-link-padding-x);
4152
  }
4153
  .navbar-expand-lg .navbar-nav-scroll {
4154
    overflow: visible;
4155
  }
4156
  .navbar-expand-lg .navbar-collapse {
4157
    display: flex !important;
4158
    flex-basis: auto;
4159
  }
4160
  .navbar-expand-lg .navbar-toggler {
4161
    display: none;
4162
  }
4163
  .navbar-expand-lg .offcanvas {
4164
    position: static;
4165
    z-index: auto;
4166
    flex-grow: 1;
4167
    width: auto !important;
4168
    height: auto !important;
4169
    visibility: visible !important;
4170
    background-color: transparent !important;
4171
    border: 0 !important;
4172
    transform: none !important;
4173
    transition: none;
4174
  }
4175
  .navbar-expand-lg .offcanvas .offcanvas-header {
4176
    display: none;
4177
  }
4178
  .navbar-expand-lg .offcanvas .offcanvas-body {
4179
    display: flex;
4180
    flex-grow: 0;
4181
    padding: 0;
4182
    overflow-y: visible;
4183
  }
4184
}
4185
@media (min-width: 1200px) {
4186
  .navbar-expand-xl {
4187
    flex-wrap: nowrap;
4188
    justify-content: flex-start;
4189
  }
4190
  .navbar-expand-xl .navbar-nav {
4191
    flex-direction: row;
4192
  }
4193
  .navbar-expand-xl .navbar-nav .dropdown-menu, .navbar-expand-xl .navbar-nav .tt-menu {
4194
    position: absolute;
4195
  }
4196
  .navbar-expand-xl .navbar-nav .nav-link {
4197
    padding-right: var(--bs-navbar-nav-link-padding-x);
4198
    padding-left: var(--bs-navbar-nav-link-padding-x);
4199
  }
4200
  .navbar-expand-xl .navbar-nav-scroll {
4201
    overflow: visible;
4202
  }
4203
  .navbar-expand-xl .navbar-collapse {
4204
    display: flex !important;
4205
    flex-basis: auto;
4206
  }
4207
  .navbar-expand-xl .navbar-toggler {
4208
    display: none;
4209
  }
4210
  .navbar-expand-xl .offcanvas {
4211
    position: static;
4212
    z-index: auto;
4213
    flex-grow: 1;
4214
    width: auto !important;
4215
    height: auto !important;
4216
    visibility: visible !important;
4217
    background-color: transparent !important;
4218
    border: 0 !important;
4219
    transform: none !important;
4220
    transition: none;
4221
  }
4222
  .navbar-expand-xl .offcanvas .offcanvas-header {
4223
    display: none;
4224
  }
4225
  .navbar-expand-xl .offcanvas .offcanvas-body {
4226
    display: flex;
4227
    flex-grow: 0;
4228
    padding: 0;
4229
    overflow-y: visible;
4230
  }
4231
}
4232
@media (min-width: 1400px) {
4233
  .navbar-expand-xxl {
4234
    flex-wrap: nowrap;
4235
    justify-content: flex-start;
4236
  }
4237
  .navbar-expand-xxl .navbar-nav {
4238
    flex-direction: row;
4239
  }
4240
  .navbar-expand-xxl .navbar-nav .dropdown-menu, .navbar-expand-xxl .navbar-nav .tt-menu {
4241
    position: absolute;
4242
  }
4243
  .navbar-expand-xxl .navbar-nav .nav-link {
4244
    padding-right: var(--bs-navbar-nav-link-padding-x);
4245
    padding-left: var(--bs-navbar-nav-link-padding-x);
4246
  }
4247
  .navbar-expand-xxl .navbar-nav-scroll {
4248
    overflow: visible;
4249
  }
4250
  .navbar-expand-xxl .navbar-collapse {
4251
    display: flex !important;
4252
    flex-basis: auto;
4253
  }
4254
  .navbar-expand-xxl .navbar-toggler {
4255
    display: none;
4256
  }
4257
  .navbar-expand-xxl .offcanvas {
4258
    position: static;
4259
    z-index: auto;
4260
    flex-grow: 1;
4261
    width: auto !important;
4262
    height: auto !important;
4263
    visibility: visible !important;
4264
    background-color: transparent !important;
4265
    border: 0 !important;
4266
    transform: none !important;
4267
    transition: none;
4268
  }
4269
  .navbar-expand-xxl .offcanvas .offcanvas-header {
4270
    display: none;
4271
  }
4272
  .navbar-expand-xxl .offcanvas .offcanvas-body {
4273
    display: flex;
4274
    flex-grow: 0;
4275
    padding: 0;
4276
    overflow-y: visible;
4277
  }
4278
}
4279
.navbar-expand {
4280
  flex-wrap: nowrap;
4281
  justify-content: flex-start;
4282
}
4283
.navbar-expand .navbar-nav {
4284
  flex-direction: row;
4285
}
4286
.navbar-expand .navbar-nav .dropdown-menu, .navbar-expand .navbar-nav .tt-menu {
4287
  position: absolute;
4288
}
4289
.navbar-expand .navbar-nav .nav-link {
4290
  padding-right: var(--bs-navbar-nav-link-padding-x);
4291
  padding-left: var(--bs-navbar-nav-link-padding-x);
4292
}
4293
.navbar-expand .navbar-nav-scroll {
4294
  overflow: visible;
4295
}
4296
.navbar-expand .navbar-collapse {
4297
  display: flex !important;
4298
  flex-basis: auto;
4299
}
4300
.navbar-expand .navbar-toggler {
4301
  display: none;
4302
}
4303
.navbar-expand .offcanvas {
4304
  position: static;
4305
  z-index: auto;
4306
  flex-grow: 1;
4307
  width: auto !important;
4308
  height: auto !important;
4309
  visibility: visible !important;
4310
  background-color: transparent !important;
4311
  border: 0 !important;
4312
  transform: none !important;
4313
  transition: none;
4314
}
4315
.navbar-expand .offcanvas .offcanvas-header {
4316
  display: none;
4317
}
4318
.navbar-expand .offcanvas .offcanvas-body {
4319
  display: flex;
4320
  flex-grow: 0;
4321
  padding: 0;
4322
  overflow-y: visible;
4323
}
4324
 
4325
.navbar-dark {
4326
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
4327
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
4328
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
4329
  --bs-navbar-active-color: #fff;
4330
  --bs-navbar-brand-color: #fff;
4331
  --bs-navbar-brand-hover-color: #fff;
4332
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
4333
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
4334
}
4335
 
4336
.card {
4337
  --bs-card-spacer-y: 1.5rem;
4338
  --bs-card-spacer-x: 1.5rem;
4339
  --bs-card-title-spacer-y: 0.875rem;
4340
  --bs-card-border-width: 1px;
4341
  --bs-card-border-color: #f2f4f9;
4342
  --bs-card-border-radius: 0.25rem;
4343
  --bs-card-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
4344
  --bs-card-inner-border-radius: calc(0.25rem - 1px);
4345
  --bs-card-cap-padding-y: 0.875rem;
4346
  --bs-card-cap-padding-x: 1.5rem;
4347
  --bs-card-cap-bg: rgba(0, 0, 0, 0.01);
4348
  --bs-card-cap-color: ;
4349
  --bs-card-height: ;
4350
  --bs-card-color: ;
4351
  --bs-card-bg: #fff;
4352
  --bs-card-img-overlay-padding: 1rem;
4353
  --bs-card-group-margin: 0.75rem;
4354
  position: relative;
4355
  display: flex;
4356
  flex-direction: column;
4357
  min-width: 0;
4358
  height: var(--bs-card-height);
4359
  word-wrap: break-word;
4360
  background-color: var(--bs-card-bg);
4361
  background-clip: border-box;
4362
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
4363
  border-radius: var(--bs-card-border-radius);
4364
}
4365
.card > hr {
4366
  margin-right: 0;
4367
  margin-left: 0;
4368
}
4369
.card > .list-group {
4370
  border-top: inherit;
4371
  border-bottom: inherit;
4372
}
4373
.card > .list-group:first-child {
4374
  border-top-width: 0;
4375
  border-top-left-radius: var(--bs-card-inner-border-radius);
4376
  border-top-right-radius: var(--bs-card-inner-border-radius);
4377
}
4378
.card > .list-group:last-child {
4379
  border-bottom-width: 0;
4380
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
4381
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
4382
}
4383
.card > .card-header + .list-group,
4384
.card > .list-group + .card-footer {
4385
  border-top: 0;
4386
}
4387
 
4388
.card-body {
4389
  flex: 1 1 auto;
4390
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
4391
  color: var(--bs-card-color);
4392
}
4393
 
4394
.card-title {
4395
  margin-bottom: var(--bs-card-title-spacer-y);
4396
}
4397
 
4398
.card-subtitle {
4399
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
4400
  margin-bottom: 0;
4401
}
4402
 
4403
.card-text:last-child {
4404
  margin-bottom: 0;
4405
}
4406
 
4407
.card-link + .card-link {
4408
  margin-left: var(--bs-card-spacer-x);
4409
}
4410
 
4411
.card-header {
4412
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
4413
  margin-bottom: 0;
4414
  color: var(--bs-card-cap-color);
4415
  background-color: var(--bs-card-cap-bg);
4416
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
4417
}
4418
.card-header:first-child {
4419
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
4420
}
4421
 
4422
.card-footer {
4423
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
4424
  color: var(--bs-card-cap-color);
4425
  background-color: var(--bs-card-cap-bg);
4426
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
4427
}
4428
.card-footer:last-child {
4429
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
4430
}
4431
 
4432
.card-header-tabs {
4433
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
4434
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
4435
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
4436
  border-bottom: 0;
4437
}
4438
.card-header-tabs .nav-link.active {
4439
  background-color: var(--bs-card-bg);
4440
  border-bottom-color: var(--bs-card-bg);
4441
}
4442
 
4443
.card-header-pills {
4444
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
4445
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
4446
}
4447
 
4448
.card-img-overlay {
4449
  position: absolute;
4450
  top: 0;
4451
  right: 0;
4452
  bottom: 0;
4453
  left: 0;
4454
  padding: var(--bs-card-img-overlay-padding);
4455
  border-radius: var(--bs-card-inner-border-radius);
4456
}
4457
 
4458
.card-img,
4459
.card-img-top,
4460
.card-img-bottom {
4461
  width: 100%;
4462
}
4463
 
4464
.card-img,
4465
.card-img-top {
4466
  border-top-left-radius: var(--bs-card-inner-border-radius);
4467
  border-top-right-radius: var(--bs-card-inner-border-radius);
4468
}
4469
 
4470
.card-img,
4471
.card-img-bottom {
4472
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
4473
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
4474
}
4475
 
4476
.card-group > .card {
4477
  margin-bottom: var(--bs-card-group-margin);
4478
}
4479
@media (min-width: 576px) {
4480
  .card-group {
4481
    display: flex;
4482
    flex-flow: row wrap;
4483
  }
4484
  .card-group > .card {
4485
    flex: 1 0 0%;
4486
    margin-bottom: 0;
4487
  }
4488
  .card-group > .card + .card {
4489
    margin-left: 0;
4490
    border-left: 0;
4491
  }
4492
  .card-group > .card:not(:last-child) {
4493
    border-top-right-radius: 0;
4494
    border-bottom-right-radius: 0;
4495
  }
4496
  .card-group > .card:not(:last-child) .card-img-top,
4497
  .card-group > .card:not(:last-child) .card-header {
4498
    border-top-right-radius: 0;
4499
  }
4500
  .card-group > .card:not(:last-child) .card-img-bottom,
4501
  .card-group > .card:not(:last-child) .card-footer {
4502
    border-bottom-right-radius: 0;
4503
  }
4504
  .card-group > .card:not(:first-child) {
4505
    border-top-left-radius: 0;
4506
    border-bottom-left-radius: 0;
4507
  }
4508
  .card-group > .card:not(:first-child) .card-img-top,
4509
  .card-group > .card:not(:first-child) .card-header {
4510
    border-top-left-radius: 0;
4511
  }
4512
  .card-group > .card:not(:first-child) .card-img-bottom,
4513
  .card-group > .card:not(:first-child) .card-footer {
4514
    border-bottom-left-radius: 0;
4515
  }
4516
}
4517
 
4518
.accordion {
4519
  --bs-accordion-color: #000;
4520
  --bs-accordion-bg: #fff;
4521
  --bs-accordion-transition: color 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, border-radius 0.15s ease;
4522
  --bs-accordion-border-color: #e9ecef;
4523
  --bs-accordion-border-width: 1px;
4524
  --bs-accordion-border-radius: 0.25rem;
4525
  --bs-accordion-inner-border-radius: calc(0.25rem - 1px);
4526
  --bs-accordion-btn-padding-x: 1.25rem;
4527
  --bs-accordion-btn-padding-y: 1rem;
4528
  --bs-accordion-btn-color: #000;
4529
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
4530
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
4531
  --bs-accordion-btn-icon-width: 0.875rem;
4532
  --bs-accordion-btn-icon-transform: rotate(-180deg);
4533
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
4534
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235b66e6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
4535
  --bs-accordion-btn-focus-border-color: #cbd1db;
4536
  --bs-accordion-btn-focus-box-shadow: none;
4537
  --bs-accordion-body-padding-x: 1.25rem;
4538
  --bs-accordion-body-padding-y: 1rem;
4539
  --bs-accordion-active-color: #5b66e6;
4540
  --bs-accordion-active-bg: #f0f1ff;
4541
}
4542
 
4543
.accordion-button {
4544
  position: relative;
4545
  display: flex;
4546
  align-items: center;
4547
  width: 100%;
4548
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
4549
  font-size: 0.875rem;
4550
  color: var(--bs-accordion-btn-color);
4551
  text-align: left;
4552
  background-color: var(--bs-accordion-btn-bg);
4553
  border: 0;
4554
  border-radius: 0;
4555
  overflow-anchor: none;
4556
  transition: var(--bs-accordion-transition);
4557
}
4558
@media (prefers-reduced-motion: reduce) {
4559
  .accordion-button {
4560
    transition: none;
4561
  }
4562
}
4563
.accordion-button:not(.collapsed) {
4564
  color: var(--bs-accordion-active-color);
4565
  background-color: var(--bs-accordion-active-bg);
4566
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
4567
}
4568
.accordion-button:not(.collapsed)::after {
4569
  background-image: var(--bs-accordion-btn-active-icon);
4570
  transform: var(--bs-accordion-btn-icon-transform);
4571
}
4572
.accordion-button::after {
4573
  flex-shrink: 0;
4574
  width: var(--bs-accordion-btn-icon-width);
4575
  height: var(--bs-accordion-btn-icon-width);
4576
  margin-left: auto;
4577
  content: "";
4578
  background-image: var(--bs-accordion-btn-icon);
4579
  background-repeat: no-repeat;
4580
  background-size: var(--bs-accordion-btn-icon-width);
4581
  transition: var(--bs-accordion-btn-icon-transition);
4582
}
4583
@media (prefers-reduced-motion: reduce) {
4584
  .accordion-button::after {
4585
    transition: none;
4586
  }
4587
}
4588
.accordion-button:hover {
4589
  z-index: 2;
4590
}
4591
.accordion-button:focus {
4592
  z-index: 3;
4593
  border-color: var(--bs-accordion-btn-focus-border-color);
4594
  outline: 0;
4595
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
4596
}
4597
 
4598
.accordion-header {
4599
  margin-bottom: 0;
4600
}
4601
 
4602
.accordion-item {
4603
  color: var(--bs-accordion-color);
4604
  background-color: var(--bs-accordion-bg);
4605
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
4606
}
4607
.accordion-item:first-of-type {
4608
  border-top-left-radius: var(--bs-accordion-border-radius);
4609
  border-top-right-radius: var(--bs-accordion-border-radius);
4610
}
4611
.accordion-item:first-of-type .accordion-button {
4612
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
4613
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
4614
}
4615
.accordion-item:not(:first-of-type) {
4616
  border-top: 0;
4617
}
4618
.accordion-item:last-of-type {
4619
  border-bottom-right-radius: var(--bs-accordion-border-radius);
4620
  border-bottom-left-radius: var(--bs-accordion-border-radius);
4621
}
4622
.accordion-item:last-of-type .accordion-button.collapsed {
4623
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
4624
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
4625
}
4626
.accordion-item:last-of-type .accordion-collapse {
4627
  border-bottom-right-radius: var(--bs-accordion-border-radius);
4628
  border-bottom-left-radius: var(--bs-accordion-border-radius);
4629
}
4630
 
4631
.accordion-body {
4632
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
4633
}
4634
 
4635
.accordion-flush .accordion-collapse {
4636
  border-width: 0;
4637
}
4638
.accordion-flush .accordion-item {
4639
  border-right: 0;
4640
  border-left: 0;
4641
  border-radius: 0;
4642
}
4643
.accordion-flush .accordion-item:first-child {
4644
  border-top: 0;
4645
}
4646
.accordion-flush .accordion-item:last-child {
4647
  border-bottom: 0;
4648
}
4649
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
4650
  border-radius: 0;
4651
}
4652
 
4653
.breadcrumb {
4654
  --bs-breadcrumb-padding-x: 0;
4655
  --bs-breadcrumb-padding-y: 0;
4656
  --bs-breadcrumb-margin-bottom: 1rem;
4657
  --bs-breadcrumb-bg: ;
4658
  --bs-breadcrumb-border-radius: ;
4659
  --bs-breadcrumb-divider-color: #7987a1;
4660
  --bs-breadcrumb-item-padding-x: 0.5rem;
4661
  --bs-breadcrumb-item-active-color: #7987a1;
4662
  display: flex;
4663
  flex-wrap: wrap;
4664
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
4665
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
4666
  font-size: var(--bs-breadcrumb-font-size);
4667
  list-style: none;
4668
  background-color: var(--bs-breadcrumb-bg);
4669
  border-radius: var(--bs-breadcrumb-border-radius);
4670
}
4671
 
4672
.breadcrumb-item + .breadcrumb-item {
4673
  padding-left: var(--bs-breadcrumb-item-padding-x);
4674
}
4675
.breadcrumb-item + .breadcrumb-item::before {
4676
  float: left;
4677
  padding-right: var(--bs-breadcrumb-item-padding-x);
4678
  color: var(--bs-breadcrumb-divider-color);
4679
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
4680
}
4681
.breadcrumb-item.active {
4682
  color: var(--bs-breadcrumb-item-active-color);
4683
}
4684
 
4685
.pagination {
4686
  --bs-pagination-padding-x: 1rem;
4687
  --bs-pagination-padding-y: 0.469rem;
4688
  --bs-pagination-font-size: 0.875rem;
4689
  --bs-pagination-color: #6571ff;
4690
  --bs-pagination-bg: #fff;
4691
  --bs-pagination-border-width: 1px;
4692
  --bs-pagination-border-color: #dee2e6;
4693
  --bs-pagination-border-radius: 0.25rem;
4694
  --bs-pagination-hover-color: var(--bs-link-hover-color);
4695
  --bs-pagination-hover-bg: #e9ecef;
4696
  --bs-pagination-hover-border-color: #dee2e6;
4697
  --bs-pagination-focus-color: var(--bs-link-hover-color);
4698
  --bs-pagination-focus-bg: #e9ecef;
4699
  --bs-pagination-focus-box-shadow: none;
4700
  --bs-pagination-active-color: #fff;
4701
  --bs-pagination-active-bg: #6571ff;
4702
  --bs-pagination-active-border-color: #6571ff;
4703
  --bs-pagination-disabled-color: #7987a1;
4704
  --bs-pagination-disabled-bg: #fff;
4705
  --bs-pagination-disabled-border-color: #dee2e6;
4706
  display: flex;
4707
  padding-left: 0;
4708
  list-style: none;
4709
}
4710
 
4711
.page-link {
4712
  position: relative;
4713
  display: block;
4714
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
4715
  font-size: var(--bs-pagination-font-size);
4716
  color: var(--bs-pagination-color);
4717
  background-color: var(--bs-pagination-bg);
4718
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
4719
  transition: color 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;
4720
}
4721
@media (prefers-reduced-motion: reduce) {
4722
  .page-link {
4723
    transition: none;
4724
  }
4725
}
4726
.page-link:hover {
4727
  z-index: 2;
4728
  color: var(--bs-pagination-hover-color);
4729
  background-color: var(--bs-pagination-hover-bg);
4730
  border-color: var(--bs-pagination-hover-border-color);
4731
}
4732
.page-link:focus {
4733
  z-index: 3;
4734
  color: var(--bs-pagination-focus-color);
4735
  background-color: var(--bs-pagination-focus-bg);
4736
  outline: 0;
4737
  box-shadow: var(--bs-pagination-focus-box-shadow);
4738
}
4739
.page-link.active, .active > .page-link {
4740
  z-index: 3;
4741
  color: var(--bs-pagination-active-color);
4742
  background-color: var(--bs-pagination-active-bg);
4743
  border-color: var(--bs-pagination-active-border-color);
4744
}
4745
.page-link.disabled, .disabled > .page-link {
4746
  color: var(--bs-pagination-disabled-color);
4747
  pointer-events: none;
4748
  background-color: var(--bs-pagination-disabled-bg);
4749
  border-color: var(--bs-pagination-disabled-border-color);
4750
}
4751
 
4752
.page-item:not(:first-child) .page-link {
4753
  margin-left: -1px;
4754
}
4755
.page-item:first-child .page-link {
4756
  border-top-left-radius: var(--bs-pagination-border-radius);
4757
  border-bottom-left-radius: var(--bs-pagination-border-radius);
4758
}
4759
.page-item:last-child .page-link {
4760
  border-top-right-radius: var(--bs-pagination-border-radius);
4761
  border-bottom-right-radius: var(--bs-pagination-border-radius);
4762
}
4763
 
4764
.pagination-lg {
4765
  --bs-pagination-padding-x: 1.1rem;
4766
  --bs-pagination-padding-y: 0.5rem;
4767
  --bs-pagination-font-size: 1rem;
4768
  --bs-pagination-border-radius: 0.5rem;
4769
}
4770
 
4771
.pagination-sm {
4772
  --bs-pagination-padding-x: 0.75rem;
4773
  --bs-pagination-padding-y: 0.391rem;
4774
  --bs-pagination-font-size: 0.812rem;
4775
  --bs-pagination-border-radius: 0.25rem;
4776
}
4777
 
4778
.badge {
4779
  --bs-badge-padding-x: 0.65em;
4780
  --bs-badge-padding-y: 0.35em;
4781
  --bs-badge-font-size: 0.8em;
4782
  --bs-badge-font-weight: 500;
4783
  --bs-badge-color: #fff;
4784
  --bs-badge-border-radius: 0.25rem;
4785
  display: inline-block;
4786
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
4787
  font-size: var(--bs-badge-font-size);
4788
  font-weight: var(--bs-badge-font-weight);
4789
  line-height: 1;
4790
  color: var(--bs-badge-color);
4791
  text-align: center;
4792
  white-space: nowrap;
4793
  vertical-align: baseline;
4794
  border-radius: var(--bs-badge-border-radius);
4795
}
4796
.badge:empty {
4797
  display: none;
4798
}
4799
 
4800
.btn .badge, .wizard > .actions a .badge, div.tox .tox-button .badge, .swal2-popup .swal2-actions button .badge, .fc .fc-button-primary .badge {
4801
  position: relative;
4802
  top: -1px;
4803
}
4804
 
4805
.alert {
4806
  --bs-alert-bg: transparent;
4807
  --bs-alert-padding-x: 1rem;
4808
  --bs-alert-padding-y: 1rem;
4809
  --bs-alert-margin-bottom: 1rem;
4810
  --bs-alert-color: inherit;
4811
  --bs-alert-border-color: transparent;
4812
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
4813
  --bs-alert-border-radius: 0.25rem;
4814
  position: relative;
4815
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
4816
  margin-bottom: var(--bs-alert-margin-bottom);
4817
  color: var(--bs-alert-color);
4818
  background-color: var(--bs-alert-bg);
4819
  border: var(--bs-alert-border);
4820
  border-radius: var(--bs-alert-border-radius);
4821
}
4822
 
4823
.alert-heading {
4824
  color: inherit;
4825
}
4826
 
4827
.alert-link {
4828
  font-weight: 500;
4829
}
4830
 
4831
.alert-dismissible {
4832
  padding-right: 3rem;
4833
}
4834
.alert-dismissible .btn-close {
4835
  position: absolute;
4836
  top: 0;
4837
  right: 0;
4838
  z-index: 2;
4839
  padding: 1.25rem 1rem;
4840
}
4841
 
4842
.alert-primary {
4843
  --bs-alert-color: #3d4499;
4844
  --bs-alert-bg: #e0e3ff;
4845
  --bs-alert-border-color: #d1d4ff;
4846
}
4847
.alert-primary .alert-link {
4848
  color: #31367a;
4849
}
4850
 
4851
.alert-secondary {
4852
  --bs-alert-color: #495161;
4853
  --bs-alert-bg: #e4e7ec;
4854
  --bs-alert-border-color: #d7dbe3;
4855
}
4856
.alert-secondary .alert-link {
4857
  color: #3a414e;
4858
}
4859
 
4860
.alert-success {
4861
  --bs-alert-color: #03622c;
4862
  --bs-alert-bg: #cdeddb;
4863
  --bs-alert-border-color: #b4e3c9;
4864
}
4865
.alert-success .alert-link {
4866
  color: #024e23;
4867
}
4868
 
4869
.alert-info {
4870
  --bs-alert-color: #3d7d7d;
4871
  --bs-alert-bg: #e0f6f6;
4872
  --bs-alert-border-color: #d1f1f1;
4873
}
4874
.alert-info .alert-link {
4875
  color: #316464;
4876
}
4877
 
4878
.alert-warning {
4879
  --bs-alert-color: #977104;
4880
  --bs-alert-bg: #fef2cd;
4881
  --bs-alert-border-color: #feebb4;
4882
}
4883
.alert-warning .alert-link {
4884
  color: #795a03;
4885
}
4886
 
4887
.alert-danger {
4888
  --bs-alert-color: #991f3d;
4889
  --bs-alert-bg: #ffd6e0;
4890
  --bs-alert-border-color: #ffc2d1;
4891
}
4892
.alert-danger .alert-link {
4893
  color: #7a1931;
4894
}
4895
 
4896
.alert-light {
4897
  --bs-alert-color: #8c8e8f;
4898
  --bs-alert-bg: #fbfbfc;
4899
  --bs-alert-border-color: #f8f9fa;
4900
}
4901
.alert-light .alert-link {
4902
  color: #707272;
4903
}
4904
 
4905
.alert-dark {
4906
  --bs-alert-color: #04070e;
4907
  --bs-alert-bg: #cdced1;
4908
  --bs-alert-border-color: #b4b6b9;
4909
}
4910
.alert-dark .alert-link {
4911
  color: #03060b;
4912
}
4913
 
4914
@keyframes progress-bar-stripes {
4915
  0% {
4916
    background-position-x: 1rem;
4917
  }
4918
}
4919
.progress {
4920
  --bs-progress-height: 1rem;
4921
  --bs-progress-font-size: 0.65625rem;
4922
  --bs-progress-bg: #e9ecef;
4923
  --bs-progress-border-radius: 0.25rem;
4924
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
4925
  --bs-progress-bar-color: #fff;
4926
  --bs-progress-bar-bg: #6571ff;
4927
  --bs-progress-bar-transition: width 0.6s ease;
4928
  display: flex;
4929
  height: var(--bs-progress-height);
4930
  overflow: hidden;
4931
  font-size: var(--bs-progress-font-size);
4932
  background-color: var(--bs-progress-bg);
4933
  border-radius: var(--bs-progress-border-radius);
4934
}
4935
 
4936
.progress-bar {
4937
  display: flex;
4938
  flex-direction: column;
4939
  justify-content: center;
4940
  overflow: hidden;
4941
  color: var(--bs-progress-bar-color);
4942
  text-align: center;
4943
  white-space: nowrap;
4944
  background-color: var(--bs-progress-bar-bg);
4945
  transition: var(--bs-progress-bar-transition);
4946
}
4947
@media (prefers-reduced-motion: reduce) {
4948
  .progress-bar {
4949
    transition: none;
4950
  }
4951
}
4952
 
4953
.progress-bar-striped {
4954
  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);
4955
  background-size: var(--bs-progress-height) var(--bs-progress-height);
4956
}
4957
 
4958
.progress-bar-animated {
4959
  animation: 1s linear infinite progress-bar-stripes;
4960
}
4961
@media (prefers-reduced-motion: reduce) {
4962
  .progress-bar-animated {
4963
    animation: none;
4964
  }
4965
}
4966
 
4967
.list-group {
4968
  --bs-list-group-color: #060c17;
4969
  --bs-list-group-bg: #fff;
4970
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
4971
  --bs-list-group-border-width: 1px;
4972
  --bs-list-group-border-radius: 0.25rem;
4973
  --bs-list-group-item-padding-x: 1.25rem;
4974
  --bs-list-group-item-padding-y: 0.75rem;
4975
  --bs-list-group-action-color: #41516c;
4976
  --bs-list-group-action-hover-color: #41516c;
4977
  --bs-list-group-action-hover-bg: #f8f9fa;
4978
  --bs-list-group-action-active-color: #000;
4979
  --bs-list-group-action-active-bg: #e9ecef;
4980
  --bs-list-group-disabled-color: #7987a1;
4981
  --bs-list-group-disabled-bg: #fff;
4982
  --bs-list-group-active-color: #fff;
4983
  --bs-list-group-active-bg: #6571ff;
4984
  --bs-list-group-active-border-color: #6571ff;
4985
  display: flex;
4986
  flex-direction: column;
4987
  padding-left: 0;
4988
  margin-bottom: 0;
4989
  border-radius: var(--bs-list-group-border-radius);
4990
}
4991
 
4992
.list-group-numbered {
4993
  list-style-type: none;
4994
  counter-reset: section;
4995
}
4996
.list-group-numbered > .list-group-item::before {
4997
  content: counters(section, ".") ". ";
4998
  counter-increment: section;
4999
}
5000
 
5001
.list-group-item-action {
5002
  width: 100%;
5003
  color: var(--bs-list-group-action-color);
5004
  text-align: inherit;
5005
}
5006
.list-group-item-action:hover, .list-group-item-action:focus {
5007
  z-index: 1;
5008
  color: var(--bs-list-group-action-hover-color);
5009
  text-decoration: none;
5010
  background-color: var(--bs-list-group-action-hover-bg);
5011
}
5012
.list-group-item-action:active {
5013
  color: var(--bs-list-group-action-active-color);
5014
  background-color: var(--bs-list-group-action-active-bg);
5015
}
5016
 
5017
.list-group-item {
5018
  position: relative;
5019
  display: block;
5020
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
5021
  color: var(--bs-list-group-color);
5022
  background-color: var(--bs-list-group-bg);
5023
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
5024
}
5025
.list-group-item:first-child {
5026
  border-top-left-radius: inherit;
5027
  border-top-right-radius: inherit;
5028
}
5029
.list-group-item:last-child {
5030
  border-bottom-right-radius: inherit;
5031
  border-bottom-left-radius: inherit;
5032
}
5033
.list-group-item.disabled, .list-group-item:disabled {
5034
  color: var(--bs-list-group-disabled-color);
5035
  pointer-events: none;
5036
  background-color: var(--bs-list-group-disabled-bg);
5037
}
5038
.list-group-item.active {
5039
  z-index: 2;
5040
  color: var(--bs-list-group-active-color);
5041
  background-color: var(--bs-list-group-active-bg);
5042
  border-color: var(--bs-list-group-active-border-color);
5043
}
5044
.list-group-item + .list-group-item {
5045
  border-top-width: 0;
5046
}
5047
.list-group-item + .list-group-item.active {
5048
  margin-top: calc(-1 * var(--bs-list-group-border-width));
5049
  border-top-width: var(--bs-list-group-border-width);
5050
}
5051
 
5052
.list-group-horizontal {
5053
  flex-direction: row;
5054
}
5055
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
5056
  border-bottom-left-radius: var(--bs-list-group-border-radius);
5057
  border-top-right-radius: 0;
5058
}
5059
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
5060
  border-top-right-radius: var(--bs-list-group-border-radius);
5061
  border-bottom-left-radius: 0;
5062
}
5063
.list-group-horizontal > .list-group-item.active {
5064
  margin-top: 0;
5065
}
5066
.list-group-horizontal > .list-group-item + .list-group-item {
5067
  border-top-width: var(--bs-list-group-border-width);
5068
  border-left-width: 0;
5069
}
5070
.list-group-horizontal > .list-group-item + .list-group-item.active {
5071
  margin-left: calc(-1 * var(--bs-list-group-border-width));
5072
  border-left-width: var(--bs-list-group-border-width);
5073
}
5074
 
5075
@media (min-width: 576px) {
5076
  .list-group-horizontal-sm {
5077
    flex-direction: row;
5078
  }
5079
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
5080
    border-bottom-left-radius: var(--bs-list-group-border-radius);
5081
    border-top-right-radius: 0;
5082
  }
5083
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
5084
    border-top-right-radius: var(--bs-list-group-border-radius);
5085
    border-bottom-left-radius: 0;
5086
  }
5087
  .list-group-horizontal-sm > .list-group-item.active {
5088
    margin-top: 0;
5089
  }
5090
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
5091
    border-top-width: var(--bs-list-group-border-width);
5092
    border-left-width: 0;
5093
  }
5094
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
5095
    margin-left: calc(-1 * var(--bs-list-group-border-width));
5096
    border-left-width: var(--bs-list-group-border-width);
5097
  }
5098
}
5099
@media (min-width: 768px) {
5100
  .list-group-horizontal-md {
5101
    flex-direction: row;
5102
  }
5103
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
5104
    border-bottom-left-radius: var(--bs-list-group-border-radius);
5105
    border-top-right-radius: 0;
5106
  }
5107
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
5108
    border-top-right-radius: var(--bs-list-group-border-radius);
5109
    border-bottom-left-radius: 0;
5110
  }
5111
  .list-group-horizontal-md > .list-group-item.active {
5112
    margin-top: 0;
5113
  }
5114
  .list-group-horizontal-md > .list-group-item + .list-group-item {
5115
    border-top-width: var(--bs-list-group-border-width);
5116
    border-left-width: 0;
5117
  }
5118
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
5119
    margin-left: calc(-1 * var(--bs-list-group-border-width));
5120
    border-left-width: var(--bs-list-group-border-width);
5121
  }
5122
}
5123
@media (min-width: 992px) {
5124
  .list-group-horizontal-lg {
5125
    flex-direction: row;
5126
  }
5127
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
5128
    border-bottom-left-radius: var(--bs-list-group-border-radius);
5129
    border-top-right-radius: 0;
5130
  }
5131
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
5132
    border-top-right-radius: var(--bs-list-group-border-radius);
5133
    border-bottom-left-radius: 0;
5134
  }
5135
  .list-group-horizontal-lg > .list-group-item.active {
5136
    margin-top: 0;
5137
  }
5138
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
5139
    border-top-width: var(--bs-list-group-border-width);
5140
    border-left-width: 0;
5141
  }
5142
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
5143
    margin-left: calc(-1 * var(--bs-list-group-border-width));
5144
    border-left-width: var(--bs-list-group-border-width);
5145
  }
5146
}
5147
@media (min-width: 1200px) {
5148
  .list-group-horizontal-xl {
5149
    flex-direction: row;
5150
  }
5151
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
5152
    border-bottom-left-radius: var(--bs-list-group-border-radius);
5153
    border-top-right-radius: 0;
5154
  }
5155
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
5156
    border-top-right-radius: var(--bs-list-group-border-radius);
5157
    border-bottom-left-radius: 0;
5158
  }
5159
  .list-group-horizontal-xl > .list-group-item.active {
5160
    margin-top: 0;
5161
  }
5162
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
5163
    border-top-width: var(--bs-list-group-border-width);
5164
    border-left-width: 0;
5165
  }
5166
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
5167
    margin-left: calc(-1 * var(--bs-list-group-border-width));
5168
    border-left-width: var(--bs-list-group-border-width);
5169
  }
5170
}
5171
@media (min-width: 1400px) {
5172
  .list-group-horizontal-xxl {
5173
    flex-direction: row;
5174
  }
5175
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
5176
    border-bottom-left-radius: var(--bs-list-group-border-radius);
5177
    border-top-right-radius: 0;
5178
  }
5179
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
5180
    border-top-right-radius: var(--bs-list-group-border-radius);
5181
    border-bottom-left-radius: 0;
5182
  }
5183
  .list-group-horizontal-xxl > .list-group-item.active {
5184
    margin-top: 0;
5185
  }
5186
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
5187
    border-top-width: var(--bs-list-group-border-width);
5188
    border-left-width: 0;
5189
  }
5190
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
5191
    margin-left: calc(-1 * var(--bs-list-group-border-width));
5192
    border-left-width: var(--bs-list-group-border-width);
5193
  }
5194
}
5195
.list-group-flush {
5196
  border-radius: 0;
5197
}
5198
.list-group-flush > .list-group-item {
5199
  border-width: 0 0 var(--bs-list-group-border-width);
5200
}
5201
.list-group-flush > .list-group-item:last-child {
5202
  border-bottom-width: 0;
5203
}
5204
 
5205
.list-group-item-primary {
5206
  color: #3d4499;
5207
  background-color: #e0e3ff;
5208
}
5209
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
5210
  color: #3d4499;
5211
  background-color: #cacce6;
5212
}
5213
.list-group-item-primary.list-group-item-action.active {
5214
  color: #fff;
5215
  background-color: #3d4499;
5216
  border-color: #3d4499;
5217
}
5218
 
5219
.list-group-item-secondary {
5220
  color: #495161;
5221
  background-color: #e4e7ec;
5222
}
5223
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
5224
  color: #495161;
5225
  background-color: #cdd0d4;
5226
}
5227
.list-group-item-secondary.list-group-item-action.active {
5228
  color: #fff;
5229
  background-color: #495161;
5230
  border-color: #495161;
5231
}
5232
 
5233
.list-group-item-success {
5234
  color: #03622c;
5235
  background-color: #cdeddb;
5236
}
5237
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
5238
  color: #03622c;
5239
  background-color: #b9d5c5;
5240
}
5241
.list-group-item-success.list-group-item-action.active {
5242
  color: #fff;
5243
  background-color: #03622c;
5244
  border-color: #03622c;
5245
}
5246
 
5247
.list-group-item-info {
5248
  color: #3d7d7d;
5249
  background-color: #e0f6f6;
5250
}
5251
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
5252
  color: #3d7d7d;
5253
  background-color: #cadddd;
5254
}
5255
.list-group-item-info.list-group-item-action.active {
5256
  color: #fff;
5257
  background-color: #3d7d7d;
5258
  border-color: #3d7d7d;
5259
}
5260
 
5261
.list-group-item-warning {
5262
  color: #977104;
5263
  background-color: #fef2cd;
5264
}
5265
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
5266
  color: #977104;
5267
  background-color: #e5dab9;
5268
}
5269
.list-group-item-warning.list-group-item-action.active {
5270
  color: #fff;
5271
  background-color: #977104;
5272
  border-color: #977104;
5273
}
5274
 
5275
.list-group-item-danger {
5276
  color: #991f3d;
5277
  background-color: #ffd6e0;
5278
}
5279
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
5280
  color: #991f3d;
5281
  background-color: #e6c1ca;
5282
}
5283
.list-group-item-danger.list-group-item-action.active {
5284
  color: #fff;
5285
  background-color: #991f3d;
5286
  border-color: #991f3d;
5287
}
5288
 
5289
.list-group-item-light {
5290
  color: #8c8e8f;
5291
  background-color: #fbfbfc;
5292
}
5293
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
5294
  color: #8c8e8f;
5295
  background-color: #e2e2e3;
5296
}
5297
.list-group-item-light.list-group-item-action.active {
5298
  color: #fff;
5299
  background-color: #8c8e8f;
5300
  border-color: #8c8e8f;
5301
}
5302
 
5303
.list-group-item-dark {
5304
  color: #04070e;
5305
  background-color: #cdced1;
5306
}
5307
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
5308
  color: #04070e;
5309
  background-color: #b9b9bc;
5310
}
5311
.list-group-item-dark.list-group-item-action.active {
5312
  color: #fff;
5313
  background-color: #04070e;
5314
  border-color: #04070e;
5315
}
5316
 
5317
.btn-close {
5318
  box-sizing: content-box;
5319
  width: 0.8em;
5320
  height: 0.8em;
5321
  padding: 0.25em 0.25em;
5322
  color: #000;
5323
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/0.8em auto no-repeat;
5324
  border: 0;
5325
  border-radius: 0.25rem;
5326
  opacity: 0.5;
5327
}
5328
.btn-close:hover {
5329
  color: #000;
5330
  text-decoration: none;
5331
  opacity: 0.75;
5332
}
5333
.btn-close:focus {
5334
  outline: 0;
5335
  box-shadow: none;
5336
  opacity: 1;
5337
}
5338
.btn-close:disabled, .btn-close.disabled {
5339
  pointer-events: none;
5340
  user-select: none;
5341
  opacity: 0.25;
5342
}
5343
 
5344
.btn-close-white {
5345
  filter: invert(1) grayscale(100%) brightness(200%);
5346
}
5347
 
5348
.toast {
5349
  --bs-toast-zindex: 1090;
5350
  --bs-toast-padding-x: 0.75rem;
5351
  --bs-toast-padding-y: 0.5rem;
5352
  --bs-toast-spacing: 1.5rem;
5353
  --bs-toast-max-width: 350px;
5354
  --bs-toast-font-size: 0.875rem;
5355
  --bs-toast-color: ;
5356
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
5357
  --bs-toast-border-width: 1px;
5358
  --bs-toast-border-color: var(--bs-border-color-translucent);
5359
  --bs-toast-border-radius: 0.25rem;
5360
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
5361
  --bs-toast-header-color: #7987a1;
5362
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
5363
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
5364
  width: var(--bs-toast-max-width);
5365
  max-width: 100%;
5366
  font-size: var(--bs-toast-font-size);
5367
  color: var(--bs-toast-color);
5368
  pointer-events: auto;
5369
  background-color: var(--bs-toast-bg);
5370
  background-clip: padding-box;
5371
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
5372
  box-shadow: var(--bs-toast-box-shadow);
5373
  border-radius: var(--bs-toast-border-radius);
5374
}
5375
.toast.showing {
5376
  opacity: 0;
5377
}
5378
.toast:not(.show) {
5379
  display: none;
5380
}
5381
 
5382
.toast-container {
5383
  --bs-toast-zindex: 1090;
5384
  position: absolute;
5385
  z-index: var(--bs-toast-zindex);
5386
  width: max-content;
5387
  max-width: 100%;
5388
  pointer-events: none;
5389
}
5390
.toast-container > :not(:last-child) {
5391
  margin-bottom: var(--bs-toast-spacing);
5392
}
5393
 
5394
.toast-header {
5395
  display: flex;
5396
  align-items: center;
5397
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
5398
  color: var(--bs-toast-header-color);
5399
  background-color: var(--bs-toast-header-bg);
5400
  background-clip: padding-box;
5401
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
5402
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
5403
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
5404
}
5405
.toast-header .btn-close {
5406
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
5407
  margin-left: var(--bs-toast-padding-x);
5408
}
5409
 
5410
.toast-body {
5411
  padding: var(--bs-toast-padding-x);
5412
  word-wrap: break-word;
5413
}
5414
 
5415
.modal {
5416
  --bs-modal-zindex: 1055;
5417
  --bs-modal-width: 500px;
5418
  --bs-modal-padding: 1rem;
5419
  --bs-modal-margin: 0.5rem;
5420
  --bs-modal-color: ;
5421
  --bs-modal-bg: #fff;
5422
  --bs-modal-border-color: #e9ecef;
5423
  --bs-modal-border-width: 1px;
5424
  --bs-modal-border-radius: 0.5rem;
5425
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
5426
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
5427
  --bs-modal-header-padding-x: 1rem;
5428
  --bs-modal-header-padding-y: 1rem;
5429
  --bs-modal-header-padding: 1rem 1rem;
5430
  --bs-modal-header-border-color: var(--bs-border-color);
5431
  --bs-modal-header-border-width: 1px;
5432
  --bs-modal-title-line-height: 1.5;
5433
  --bs-modal-footer-gap: 0.5rem;
5434
  --bs-modal-footer-bg: ;
5435
  --bs-modal-footer-border-color: var(--bs-border-color);
5436
  --bs-modal-footer-border-width: 1px;
5437
  position: fixed;
5438
  top: 0;
5439
  left: 0;
5440
  z-index: var(--bs-modal-zindex);
5441
  display: none;
5442
  width: 100%;
5443
  height: 100%;
5444
  overflow-x: hidden;
5445
  overflow-y: auto;
5446
  outline: 0;
5447
}
5448
 
5449
.modal-dialog {
5450
  position: relative;
5451
  width: auto;
5452
  margin: var(--bs-modal-margin);
5453
  pointer-events: none;
5454
}
5455
.modal.fade .modal-dialog {
5456
  transition: transform 0.4s ease;
5457
  transform: scale(0.8);
5458
}
5459
@media (prefers-reduced-motion: reduce) {
5460
  .modal.fade .modal-dialog {
5461
    transition: none;
5462
  }
5463
}
5464
.modal.show .modal-dialog {
5465
  transform: none;
5466
}
5467
.modal.modal-static .modal-dialog {
5468
  transform: scale(1.02);
5469
}
5470
 
5471
.modal-dialog-scrollable {
5472
  height: calc(100% - var(--bs-modal-margin) * 2);
5473
}
5474
.modal-dialog-scrollable .modal-content {
5475
  max-height: 100%;
5476
  overflow: hidden;
5477
}
5478
.modal-dialog-scrollable .modal-body {
5479
  overflow-y: auto;
5480
}
5481
 
5482
.modal-dialog-centered {
5483
  display: flex;
5484
  align-items: center;
5485
  min-height: calc(100% - var(--bs-modal-margin) * 2);
5486
}
5487
 
5488
.modal-content {
5489
  position: relative;
5490
  display: flex;
5491
  flex-direction: column;
5492
  width: 100%;
5493
  color: var(--bs-modal-color);
5494
  pointer-events: auto;
5495
  background-color: var(--bs-modal-bg);
5496
  background-clip: padding-box;
5497
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
5498
  border-radius: var(--bs-modal-border-radius);
5499
  outline: 0;
5500
}
5501
 
5502
.modal-backdrop {
5503
  --bs-backdrop-zindex: 1050;
5504
  --bs-backdrop-bg: #000;
5505
  --bs-backdrop-opacity: 0.5;
5506
  position: fixed;
5507
  top: 0;
5508
  left: 0;
5509
  z-index: var(--bs-backdrop-zindex);
5510
  width: 100vw;
5511
  height: 100vh;
5512
  background-color: var(--bs-backdrop-bg);
5513
}
5514
.modal-backdrop.fade {
5515
  opacity: 0;
5516
}
5517
.modal-backdrop.show {
5518
  opacity: var(--bs-backdrop-opacity);
5519
}
5520
 
5521
.modal-header {
5522
  display: flex;
5523
  flex-shrink: 0;
5524
  align-items: center;
5525
  justify-content: space-between;
5526
  padding: var(--bs-modal-header-padding);
5527
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
5528
  border-top-left-radius: var(--bs-modal-inner-border-radius);
5529
  border-top-right-radius: var(--bs-modal-inner-border-radius);
5530
}
5531
.modal-header .btn-close {
5532
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
5533
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
5534
}
5535
 
5536
.modal-title {
5537
  margin-bottom: 0;
5538
  line-height: var(--bs-modal-title-line-height);
5539
}
5540
 
5541
.modal-body {
5542
  position: relative;
5543
  flex: 1 1 auto;
5544
  padding: var(--bs-modal-padding);
5545
}
5546
 
5547
.modal-footer {
5548
  display: flex;
5549
  flex-shrink: 0;
5550
  flex-wrap: wrap;
5551
  align-items: center;
5552
  justify-content: flex-end;
5553
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
5554
  background-color: var(--bs-modal-footer-bg);
5555
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
5556
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
5557
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
5558
}
5559
.modal-footer > * {
5560
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
5561
}
5562
 
5563
@media (min-width: 576px) {
5564
  .modal {
5565
    --bs-modal-margin: 1.75rem;
5566
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
5567
  }
5568
  .modal-dialog {
5569
    max-width: var(--bs-modal-width);
5570
    margin-right: auto;
5571
    margin-left: auto;
5572
  }
5573
  .modal-sm {
5574
    --bs-modal-width: 300px;
5575
  }
5576
}
5577
@media (min-width: 992px) {
5578
  .modal-lg,
5579
  .modal-xl {
5580
    --bs-modal-width: 800px;
5581
  }
5582
}
5583
@media (min-width: 1200px) {
5584
  .modal-xl {
5585
    --bs-modal-width: 1140px;
5586
  }
5587
}
5588
.modal-fullscreen {
5589
  width: 100vw;
5590
  max-width: none;
5591
  height: 100%;
5592
  margin: 0;
5593
}
5594
.modal-fullscreen .modal-content {
5595
  height: 100%;
5596
  border: 0;
5597
  border-radius: 0;
5598
}
5599
.modal-fullscreen .modal-header,
5600
.modal-fullscreen .modal-footer {
5601
  border-radius: 0;
5602
}
5603
.modal-fullscreen .modal-body {
5604
  overflow-y: auto;
5605
}
5606
 
5607
@media (max-width: 575.98px) {
5608
  .modal-fullscreen-sm-down {
5609
    width: 100vw;
5610
    max-width: none;
5611
    height: 100%;
5612
    margin: 0;
5613
  }
5614
  .modal-fullscreen-sm-down .modal-content {
5615
    height: 100%;
5616
    border: 0;
5617
    border-radius: 0;
5618
  }
5619
  .modal-fullscreen-sm-down .modal-header,
5620
  .modal-fullscreen-sm-down .modal-footer {
5621
    border-radius: 0;
5622
  }
5623
  .modal-fullscreen-sm-down .modal-body {
5624
    overflow-y: auto;
5625
  }
5626
}
5627
@media (max-width: 767.98px) {
5628
  .modal-fullscreen-md-down {
5629
    width: 100vw;
5630
    max-width: none;
5631
    height: 100%;
5632
    margin: 0;
5633
  }
5634
  .modal-fullscreen-md-down .modal-content {
5635
    height: 100%;
5636
    border: 0;
5637
    border-radius: 0;
5638
  }
5639
  .modal-fullscreen-md-down .modal-header,
5640
  .modal-fullscreen-md-down .modal-footer {
5641
    border-radius: 0;
5642
  }
5643
  .modal-fullscreen-md-down .modal-body {
5644
    overflow-y: auto;
5645
  }
5646
}
5647
@media (max-width: 991.98px) {
5648
  .modal-fullscreen-lg-down {
5649
    width: 100vw;
5650
    max-width: none;
5651
    height: 100%;
5652
    margin: 0;
5653
  }
5654
  .modal-fullscreen-lg-down .modal-content {
5655
    height: 100%;
5656
    border: 0;
5657
    border-radius: 0;
5658
  }
5659
  .modal-fullscreen-lg-down .modal-header,
5660
  .modal-fullscreen-lg-down .modal-footer {
5661
    border-radius: 0;
5662
  }
5663
  .modal-fullscreen-lg-down .modal-body {
5664
    overflow-y: auto;
5665
  }
5666
}
5667
@media (max-width: 1199.98px) {
5668
  .modal-fullscreen-xl-down {
5669
    width: 100vw;
5670
    max-width: none;
5671
    height: 100%;
5672
    margin: 0;
5673
  }
5674
  .modal-fullscreen-xl-down .modal-content {
5675
    height: 100%;
5676
    border: 0;
5677
    border-radius: 0;
5678
  }
5679
  .modal-fullscreen-xl-down .modal-header,
5680
  .modal-fullscreen-xl-down .modal-footer {
5681
    border-radius: 0;
5682
  }
5683
  .modal-fullscreen-xl-down .modal-body {
5684
    overflow-y: auto;
5685
  }
5686
}
5687
@media (max-width: 1399.98px) {
5688
  .modal-fullscreen-xxl-down {
5689
    width: 100vw;
5690
    max-width: none;
5691
    height: 100%;
5692
    margin: 0;
5693
  }
5694
  .modal-fullscreen-xxl-down .modal-content {
5695
    height: 100%;
5696
    border: 0;
5697
    border-radius: 0;
5698
  }
5699
  .modal-fullscreen-xxl-down .modal-header,
5700
  .modal-fullscreen-xxl-down .modal-footer {
5701
    border-radius: 0;
5702
  }
5703
  .modal-fullscreen-xxl-down .modal-body {
5704
    overflow-y: auto;
5705
  }
5706
}
5707
.tooltip {
5708
  --bs-tooltip-zindex: 1080;
5709
  --bs-tooltip-max-width: 200px;
5710
  --bs-tooltip-padding-x: 0.5rem;
5711
  --bs-tooltip-padding-y: 0.25rem;
5712
  --bs-tooltip-margin: ;
5713
  --bs-tooltip-font-size: 0.812rem;
5714
  --bs-tooltip-color: #fff;
5715
  --bs-tooltip-bg: #000;
5716
  --bs-tooltip-border-radius: 0.25rem;
5717
  --bs-tooltip-opacity: 0.9;
5718
  --bs-tooltip-arrow-width: 0.8rem;
5719
  --bs-tooltip-arrow-height: 0.4rem;
5720
  z-index: var(--bs-tooltip-zindex);
5721
  display: block;
5722
  padding: var(--bs-tooltip-arrow-height);
5723
  margin: var(--bs-tooltip-margin);
5724
  font-family: var(--bs-font-sans-serif);
5725
  font-style: normal;
5726
  font-weight: 400;
5727
  line-height: 1.5;
5728
  text-align: left;
5729
  text-align: start;
5730
  text-decoration: none;
5731
  text-shadow: none;
5732
  text-transform: none;
5733
  letter-spacing: normal;
5734
  word-break: normal;
5735
  white-space: normal;
5736
  word-spacing: normal;
5737
  line-break: auto;
5738
  font-size: var(--bs-tooltip-font-size);
5739
  word-wrap: break-word;
5740
  opacity: 0;
5741
}
5742
.tooltip.show {
5743
  opacity: var(--bs-tooltip-opacity);
5744
}
5745
.tooltip .tooltip-arrow {
5746
  display: block;
5747
  width: var(--bs-tooltip-arrow-width);
5748
  height: var(--bs-tooltip-arrow-height);
5749
}
5750
.tooltip .tooltip-arrow::before {
5751
  position: absolute;
5752
  content: "";
5753
  border-color: transparent;
5754
  border-style: solid;
5755
}
5756
 
5757
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
5758
  bottom: 0;
5759
}
5760
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
5761
  top: -1px;
5762
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
5763
  border-top-color: var(--bs-tooltip-bg);
5764
}
5765
 
5766
/* rtl:begin:ignore */
5767
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
5768
  left: 0;
5769
  width: var(--bs-tooltip-arrow-height);
5770
  height: var(--bs-tooltip-arrow-width);
5771
}
5772
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
5773
  right: -1px;
5774
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
5775
  border-right-color: var(--bs-tooltip-bg);
5776
}
5777
 
5778
/* rtl:end:ignore */
5779
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
5780
  top: 0;
5781
}
5782
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
5783
  bottom: -1px;
5784
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
5785
  border-bottom-color: var(--bs-tooltip-bg);
5786
}
5787
 
5788
/* rtl:begin:ignore */
5789
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
5790
  right: 0;
5791
  width: var(--bs-tooltip-arrow-height);
5792
  height: var(--bs-tooltip-arrow-width);
5793
}
5794
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
5795
  left: -1px;
5796
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
5797
  border-left-color: var(--bs-tooltip-bg);
5798
}
5799
 
5800
/* rtl:end:ignore */
5801
.tooltip-inner {
5802
  max-width: var(--bs-tooltip-max-width);
5803
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
5804
  color: var(--bs-tooltip-color);
5805
  text-align: center;
5806
  background-color: var(--bs-tooltip-bg);
5807
  border-radius: var(--bs-tooltip-border-radius);
5808
}
5809
 
5810
.popover {
5811
  --bs-popover-zindex: 1070;
5812
  --bs-popover-max-width: 276px;
5813
  --bs-popover-font-size: 0.812rem;
5814
  --bs-popover-bg: #fff;
5815
  --bs-popover-border-width: 1px;
5816
  --bs-popover-border-color: #e9ecef;
5817
  --bs-popover-border-radius: 0.5rem;
5818
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
5819
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
5820
  --bs-popover-header-padding-x: 1rem;
5821
  --bs-popover-header-padding-y: 0.5rem;
5822
  --bs-popover-header-font-size: 0.875rem;
5823
  --bs-popover-header-color: ;
5824
  --bs-popover-header-bg: #e9ecef;
5825
  --bs-popover-body-padding-x: 1rem;
5826
  --bs-popover-body-padding-y: 1rem;
5827
  --bs-popover-body-color: #000;
5828
  --bs-popover-arrow-width: 1rem;
5829
  --bs-popover-arrow-height: 0.5rem;
5830
  --bs-popover-arrow-border: var(--bs-popover-border-color);
5831
  z-index: var(--bs-popover-zindex);
5832
  display: block;
5833
  max-width: var(--bs-popover-max-width);
5834
  font-family: var(--bs-font-sans-serif);
5835
  font-style: normal;
5836
  font-weight: 400;
5837
  line-height: 1.5;
5838
  text-align: left;
5839
  text-align: start;
5840
  text-decoration: none;
5841
  text-shadow: none;
5842
  text-transform: none;
5843
  letter-spacing: normal;
5844
  word-break: normal;
5845
  white-space: normal;
5846
  word-spacing: normal;
5847
  line-break: auto;
5848
  font-size: var(--bs-popover-font-size);
5849
  word-wrap: break-word;
5850
  background-color: var(--bs-popover-bg);
5851
  background-clip: padding-box;
5852
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
5853
  border-radius: var(--bs-popover-border-radius);
5854
}
5855
.popover .popover-arrow {
5856
  display: block;
5857
  width: var(--bs-popover-arrow-width);
5858
  height: var(--bs-popover-arrow-height);
5859
}
5860
.popover .popover-arrow::before, .popover .popover-arrow::after {
5861
  position: absolute;
5862
  display: block;
5863
  content: "";
5864
  border-color: transparent;
5865
  border-style: solid;
5866
  border-width: 0;
5867
}
5868
 
5869
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
5870
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
5871
}
5872
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
5873
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
5874
}
5875
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
5876
  bottom: 0;
5877
  border-top-color: var(--bs-popover-arrow-border);
5878
}
5879
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
5880
  bottom: var(--bs-popover-border-width);
5881
  border-top-color: var(--bs-popover-bg);
5882
}
5883
 
5884
/* rtl:begin:ignore */
5885
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
5886
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
5887
  width: var(--bs-popover-arrow-height);
5888
  height: var(--bs-popover-arrow-width);
5889
}
5890
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
5891
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
5892
}
5893
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
5894
  left: 0;
5895
  border-right-color: var(--bs-popover-arrow-border);
5896
}
5897
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
5898
  left: var(--bs-popover-border-width);
5899
  border-right-color: var(--bs-popover-bg);
5900
}
5901
 
5902
/* rtl:end:ignore */
5903
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
5904
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
5905
}
5906
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
5907
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
5908
}
5909
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
5910
  top: 0;
5911
  border-bottom-color: var(--bs-popover-arrow-border);
5912
}
5913
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
5914
  top: var(--bs-popover-border-width);
5915
  border-bottom-color: var(--bs-popover-bg);
5916
}
5917
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
5918
  position: absolute;
5919
  top: 0;
5920
  left: 50%;
5921
  display: block;
5922
  width: var(--bs-popover-arrow-width);
5923
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
5924
  content: "";
5925
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
5926
}
5927
 
5928
/* rtl:begin:ignore */
5929
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
5930
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
5931
  width: var(--bs-popover-arrow-height);
5932
  height: var(--bs-popover-arrow-width);
5933
}
5934
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
5935
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
5936
}
5937
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
5938
  right: 0;
5939
  border-left-color: var(--bs-popover-arrow-border);
5940
}
5941
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
5942
  right: var(--bs-popover-border-width);
5943
  border-left-color: var(--bs-popover-bg);
5944
}
5945
 
5946
/* rtl:end:ignore */
5947
.popover-header {
5948
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
5949
  margin-bottom: 0;
5950
  font-size: var(--bs-popover-header-font-size);
5951
  color: var(--bs-popover-header-color);
5952
  background-color: var(--bs-popover-header-bg);
5953
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
5954
  border-top-left-radius: var(--bs-popover-inner-border-radius);
5955
  border-top-right-radius: var(--bs-popover-inner-border-radius);
5956
}
5957
.popover-header:empty {
5958
  display: none;
5959
}
5960
 
5961
.popover-body {
5962
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
5963
  color: var(--bs-popover-body-color);
5964
}
5965
 
5966
.carousel {
5967
  position: relative;
5968
}
5969
 
5970
.carousel.pointer-event {
5971
  touch-action: pan-y;
5972
}
5973
 
5974
.carousel-inner {
5975
  position: relative;
5976
  width: 100%;
5977
  overflow: hidden;
5978
}
5979
.carousel-inner::after {
5980
  display: block;
5981
  clear: both;
5982
  content: "";
5983
}
5984
 
5985
.carousel-item {
5986
  position: relative;
5987
  display: none;
5988
  float: left;
5989
  width: 100%;
5990
  margin-right: -100%;
5991
  backface-visibility: hidden;
5992
  transition: transform 0.6s ease-in-out;
5993
}
5994
@media (prefers-reduced-motion: reduce) {
5995
  .carousel-item {
5996
    transition: none;
5997
  }
5998
}
5999
 
6000
.carousel-item.active,
6001
.carousel-item-next,
6002
.carousel-item-prev {
6003
  display: block;
6004
}
6005
 
6006
/* rtl:begin:ignore */
6007
.carousel-item-next:not(.carousel-item-start),
6008
.active.carousel-item-end {
6009
  transform: translateX(100%);
6010
}
6011
 
6012
.carousel-item-prev:not(.carousel-item-end),
6013
.active.carousel-item-start {
6014
  transform: translateX(-100%);
6015
}
6016
 
6017
/* rtl:end:ignore */
6018
.carousel-fade .carousel-item {
6019
  opacity: 0;
6020
  transition-property: opacity;
6021
  transform: none;
6022
}
6023
.carousel-fade .carousel-item.active,
6024
.carousel-fade .carousel-item-next.carousel-item-start,
6025
.carousel-fade .carousel-item-prev.carousel-item-end {
6026
  z-index: 1;
6027
  opacity: 1;
6028
}
6029
.carousel-fade .active.carousel-item-start,
6030
.carousel-fade .active.carousel-item-end {
6031
  z-index: 0;
6032
  opacity: 0;
6033
  transition: opacity 0s 0.6s;
6034
}
6035
@media (prefers-reduced-motion: reduce) {
6036
  .carousel-fade .active.carousel-item-start,
6037
  .carousel-fade .active.carousel-item-end {
6038
    transition: none;
6039
  }
6040
}
6041
 
6042
.carousel-control-prev,
6043
.carousel-control-next {
6044
  position: absolute;
6045
  top: 0;
6046
  bottom: 0;
6047
  z-index: 1;
6048
  display: flex;
6049
  align-items: center;
6050
  justify-content: center;
6051
  width: 15%;
6052
  padding: 0;
6053
  color: #fff;
6054
  text-align: center;
6055
  background: none;
6056
  border: 0;
6057
  opacity: 0.5;
6058
  transition: opacity 0.15s ease;
6059
}
6060
@media (prefers-reduced-motion: reduce) {
6061
  .carousel-control-prev,
6062
  .carousel-control-next {
6063
    transition: none;
6064
  }
6065
}
6066
.carousel-control-prev:hover, .carousel-control-prev:focus,
6067
.carousel-control-next:hover,
6068
.carousel-control-next:focus {
6069
  color: #fff;
6070
  text-decoration: none;
6071
  outline: 0;
6072
  opacity: 0.9;
6073
}
6074
 
6075
.carousel-control-prev {
6076
  left: 0;
6077
}
6078
 
6079
.carousel-control-next {
6080
  right: 0;
6081
}
6082
 
6083
.carousel-control-prev-icon,
6084
.carousel-control-next-icon {
6085
  display: inline-block;
6086
  width: 2rem;
6087
  height: 2rem;
6088
  background-repeat: no-repeat;
6089
  background-position: 50%;
6090
  background-size: 100% 100%;
6091
}
6092
 
6093
/* rtl:options: {
6094
  "autoRename": true,
6095
  "stringMap":[ {
6096
    "name"    : "prev-next",
6097
    "search"  : "prev",
6098
    "replace" : "next"
6099
  } ]
6100
} */
6101
.carousel-control-prev-icon {
6102
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
6103
}
6104
 
6105
.carousel-control-next-icon {
6106
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
6107
}
6108
 
6109
.carousel-indicators {
6110
  position: absolute;
6111
  right: 0;
6112
  bottom: 0;
6113
  left: 0;
6114
  z-index: 2;
6115
  display: flex;
6116
  justify-content: center;
6117
  padding: 0;
6118
  margin-right: 15%;
6119
  margin-bottom: 1rem;
6120
  margin-left: 15%;
6121
  list-style: none;
6122
}
6123
.carousel-indicators [data-bs-target] {
6124
  box-sizing: content-box;
6125
  flex: 0 1 auto;
6126
  width: 30px;
6127
  height: 3px;
6128
  padding: 0;
6129
  margin-right: 3px;
6130
  margin-left: 3px;
6131
  text-indent: -999px;
6132
  cursor: pointer;
6133
  background-color: #fff;
6134
  background-clip: padding-box;
6135
  border: 0;
6136
  border-top: 10px solid transparent;
6137
  border-bottom: 10px solid transparent;
6138
  opacity: 0.5;
6139
  transition: opacity 0.6s ease;
6140
}
6141
@media (prefers-reduced-motion: reduce) {
6142
  .carousel-indicators [data-bs-target] {
6143
    transition: none;
6144
  }
6145
}
6146
.carousel-indicators .active {
6147
  opacity: 1;
6148
}
6149
 
6150
.carousel-caption {
6151
  position: absolute;
6152
  right: 15%;
6153
  bottom: 1.25rem;
6154
  left: 15%;
6155
  padding-top: 1.25rem;
6156
  padding-bottom: 1.25rem;
6157
  color: #fff;
6158
  text-align: center;
6159
}
6160
 
6161
.carousel-dark .carousel-control-prev-icon,
6162
.carousel-dark .carousel-control-next-icon {
6163
  filter: invert(1) grayscale(100);
6164
}
6165
.carousel-dark .carousel-indicators [data-bs-target] {
6166
  background-color: #000;
6167
}
6168
.carousel-dark .carousel-caption {
6169
  color: #000;
6170
}
6171
 
6172
.spinner-grow,
6173
.spinner-border {
6174
  display: inline-block;
6175
  width: var(--bs-spinner-width);
6176
  height: var(--bs-spinner-height);
6177
  vertical-align: var(--bs-spinner-vertical-align);
6178
  border-radius: 50%;
6179
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
6180
}
6181
 
6182
@keyframes spinner-border {
6183
  to {
6184
    transform: rotate(360deg) /* rtl:ignore */;
6185
  }
6186
}
6187
.spinner-border {
6188
  --bs-spinner-width: 2rem;
6189
  --bs-spinner-height: 2rem;
6190
  --bs-spinner-vertical-align: -0.125em;
6191
  --bs-spinner-border-width: 0.25em;
6192
  --bs-spinner-animation-speed: 0.75s;
6193
  --bs-spinner-animation-name: spinner-border;
6194
  border: var(--bs-spinner-border-width) solid currentcolor;
6195
  border-right-color: transparent;
6196
}
6197
 
6198
.spinner-border-sm {
6199
  --bs-spinner-width: 1rem;
6200
  --bs-spinner-height: 1rem;
6201
  --bs-spinner-border-width: 0.2em;
6202
}
6203
 
6204
@keyframes spinner-grow {
6205
  0% {
6206
    transform: scale(0);
6207
  }
6208
  50% {
6209
    opacity: 1;
6210
    transform: none;
6211
  }
6212
}
6213
.spinner-grow {
6214
  --bs-spinner-width: 2rem;
6215
  --bs-spinner-height: 2rem;
6216
  --bs-spinner-vertical-align: -0.125em;
6217
  --bs-spinner-animation-speed: 0.75s;
6218
  --bs-spinner-animation-name: spinner-grow;
6219
  background-color: currentcolor;
6220
  opacity: 0;
6221
}
6222
 
6223
.spinner-grow-sm {
6224
  --bs-spinner-width: 1rem;
6225
  --bs-spinner-height: 1rem;
6226
}
6227
 
6228
@media (prefers-reduced-motion: reduce) {
6229
  .spinner-border,
6230
  .spinner-grow {
6231
    --bs-spinner-animation-speed: 1.5s;
6232
  }
6233
}
6234
.clearfix::after {
6235
  display: block;
6236
  clear: both;
6237
  content: "";
6238
}
6239
 
6240
.text-bg-primary {
6241
  color: #fff !important;
6242
  background-color: RGBA(101, 113, 255, var(--bs-bg-opacity, 1)) !important;
6243
}
6244
 
6245
.text-bg-secondary {
6246
  color: #fff !important;
6247
  background-color: RGBA(121, 135, 161, var(--bs-bg-opacity, 1)) !important;
6248
}
6249
 
6250
.text-bg-success {
6251
  color: #fff !important;
6252
  background-color: RGBA(5, 163, 74, var(--bs-bg-opacity, 1)) !important;
6253
}
6254
 
6255
.text-bg-info {
6256
  color: #000 !important;
6257
  background-color: RGBA(102, 209, 209, var(--bs-bg-opacity, 1)) !important;
6258
}
6259
 
6260
.text-bg-warning {
6261
  color: #000 !important;
6262
  background-color: RGBA(251, 188, 6, var(--bs-bg-opacity, 1)) !important;
6263
}
6264
 
6265
.text-bg-danger {
6266
  color: #fff !important;
6267
  background-color: RGBA(255, 51, 102, var(--bs-bg-opacity, 1)) !important;
6268
}
6269
 
6270
.text-bg-light {
6271
  color: #000 !important;
6272
  background-color: RGBA(233, 236, 239, var(--bs-bg-opacity, 1)) !important;
6273
}
6274
 
6275
.text-bg-dark {
6276
  color: #fff !important;
6277
  background-color: RGBA(6, 12, 23, var(--bs-bg-opacity, 1)) !important;
6278
}
6279
 
6280
.link-primary {
6281
  color: #6571ff !important;
6282
}
6283
.link-primary:hover, .link-primary:focus {
6284
  color: #515acc !important;
6285
}
6286
 
6287
.link-secondary {
6288
  color: #7987a1 !important;
6289
}
6290
.link-secondary:hover, .link-secondary:focus {
6291
  color: #616c81 !important;
6292
}
6293
 
6294
.link-success {
6295
  color: #05a34a !important;
6296
}
6297
.link-success:hover, .link-success:focus {
6298
  color: #04823b !important;
6299
}
6300
 
6301
.link-info {
6302
  color: #66d1d1 !important;
6303
}
6304
.link-info:hover, .link-info:focus {
6305
  color: #85dada !important;
6306
}
6307
 
6308
.link-warning {
6309
  color: #fbbc06 !important;
6310
}
6311
.link-warning:hover, .link-warning:focus {
6312
  color: #fcc938 !important;
6313
}
6314
 
6315
.link-danger {
6316
  color: #ff3366 !important;
6317
}
6318
.link-danger:hover, .link-danger:focus {
6319
  color: #cc2952 !important;
6320
}
6321
 
6322
.link-light {
6323
  color: #e9ecef !important;
6324
}
6325
.link-light:hover, .link-light:focus {
6326
  color: #edf0f2 !important;
6327
}
6328
 
6329
.link-dark {
6330
  color: #060c17 !important;
6331
}
6332
.link-dark:hover, .link-dark:focus {
6333
  color: #050a12 !important;
6334
}
6335
 
6336
.ratio {
6337
  position: relative;
6338
  width: 100%;
6339
}
6340
.ratio::before {
6341
  display: block;
6342
  padding-top: var(--bs-aspect-ratio);
6343
  content: "";
6344
}
6345
.ratio > * {
6346
  position: absolute;
6347
  top: 0;
6348
  left: 0;
6349
  width: 100%;
6350
  height: 100%;
6351
}
6352
 
6353
.ratio-1x1 {
6354
  --bs-aspect-ratio: 100%;
6355
}
6356
 
6357
.ratio-4x3 {
6358
  --bs-aspect-ratio: 75%;
6359
}
6360
 
6361
.ratio-16x9 {
6362
  --bs-aspect-ratio: 56.25%;
6363
}
6364
 
6365
.ratio-21x9 {
6366
  --bs-aspect-ratio: 42.8571428571%;
6367
}
6368
 
6369
.fixed-top {
6370
  position: fixed;
6371
  top: 0;
6372
  right: 0;
6373
  left: 0;
6374
  z-index: 1030;
6375
}
6376
 
6377
.fixed-bottom {
6378
  position: fixed;
6379
  right: 0;
6380
  bottom: 0;
6381
  left: 0;
6382
  z-index: 1030;
6383
}
6384
 
6385
.sticky-top {
6386
  position: sticky;
6387
  top: 0;
6388
  z-index: 1020;
6389
}
6390
 
6391
.sticky-bottom {
6392
  position: sticky;
6393
  bottom: 0;
6394
  z-index: 1020;
6395
}
6396
 
6397
@media (min-width: 576px) {
6398
  .sticky-sm-top {
6399
    position: sticky;
6400
    top: 0;
6401
    z-index: 1020;
6402
  }
6403
  .sticky-sm-bottom {
6404
    position: sticky;
6405
    bottom: 0;
6406
    z-index: 1020;
6407
  }
6408
}
6409
@media (min-width: 768px) {
6410
  .sticky-md-top {
6411
    position: sticky;
6412
    top: 0;
6413
    z-index: 1020;
6414
  }
6415
  .sticky-md-bottom {
6416
    position: sticky;
6417
    bottom: 0;
6418
    z-index: 1020;
6419
  }
6420
}
6421
@media (min-width: 992px) {
6422
  .sticky-lg-top {
6423
    position: sticky;
6424
    top: 0;
6425
    z-index: 1020;
6426
  }
6427
  .sticky-lg-bottom {
6428
    position: sticky;
6429
    bottom: 0;
6430
    z-index: 1020;
6431
  }
6432
}
6433
@media (min-width: 1200px) {
6434
  .sticky-xl-top {
6435
    position: sticky;
6436
    top: 0;
6437
    z-index: 1020;
6438
  }
6439
  .sticky-xl-bottom {
6440
    position: sticky;
6441
    bottom: 0;
6442
    z-index: 1020;
6443
  }
6444
}
6445
@media (min-width: 1400px) {
6446
  .sticky-xxl-top {
6447
    position: sticky;
6448
    top: 0;
6449
    z-index: 1020;
6450
  }
6451
  .sticky-xxl-bottom {
6452
    position: sticky;
6453
    bottom: 0;
6454
    z-index: 1020;
6455
  }
6456
}
6457
.hstack {
6458
  display: flex;
6459
  flex-direction: row;
6460
  align-items: center;
6461
  align-self: stretch;
6462
}
6463
 
6464
.vstack {
6465
  display: flex;
6466
  flex: 1 1 auto;
6467
  flex-direction: column;
6468
  align-self: stretch;
6469
}
6470
 
6471
.visually-hidden,
6472
.visually-hidden-focusable:not(:focus):not(:focus-within) {
6473
  position: absolute !important;
6474
  width: 1px !important;
6475
  height: 1px !important;
6476
  padding: 0 !important;
6477
  margin: -1px !important;
6478
  overflow: hidden !important;
6479
  clip: rect(0, 0, 0, 0) !important;
6480
  white-space: nowrap !important;
6481
  border: 0 !important;
6482
}
6483
 
6484
.stretched-link::after {
6485
  position: absolute;
6486
  top: 0;
6487
  right: 0;
6488
  bottom: 0;
6489
  left: 0;
6490
  z-index: 1;
6491
  content: "";
6492
}
6493
 
6494
.text-truncate {
6495
  overflow: hidden;
6496
  text-overflow: ellipsis;
6497
  white-space: nowrap;
6498
}
6499
 
6500
.vr {
6501
  display: inline-block;
6502
  align-self: stretch;
6503
  width: 1px;
6504
  min-height: 1em;
6505
  background-color: currentcolor;
6506
  opacity: 0.1;
6507
}
6508
 
6509
.align-baseline {
6510
  vertical-align: baseline !important;
6511
}
6512
 
6513
.align-top {
6514
  vertical-align: top !important;
6515
}
6516
 
6517
.align-middle {
6518
  vertical-align: middle !important;
6519
}
6520
 
6521
.align-bottom {
6522
  vertical-align: bottom !important;
6523
}
6524
 
6525
.align-text-bottom {
6526
  vertical-align: text-bottom !important;
6527
}
6528
 
6529
.align-text-top {
6530
  vertical-align: text-top !important;
6531
}
6532
 
6533
.float-start {
6534
  float: left !important;
6535
}
6536
 
6537
.float-end {
6538
  float: right !important;
6539
}
6540
 
6541
.float-none {
6542
  float: none !important;
6543
}
6544
 
6545
.opacity-0 {
6546
  opacity: 0 !important;
6547
}
6548
 
6549
.opacity-25 {
6550
  opacity: 0.25 !important;
6551
}
6552
 
6553
.opacity-50 {
6554
  opacity: 0.5 !important;
6555
}
6556
 
6557
.opacity-75 {
6558
  opacity: 0.75 !important;
6559
}
6560
 
6561
.opacity-100 {
6562
  opacity: 1 !important;
6563
}
6564
 
6565
.overflow-auto {
6566
  overflow: auto !important;
6567
}
6568
 
6569
.overflow-hidden {
6570
  overflow: hidden !important;
6571
}
6572
 
6573
.overflow-visible {
6574
  overflow: visible !important;
6575
}
6576
 
6577
.overflow-scroll {
6578
  overflow: scroll !important;
6579
}
6580
 
6581
.d-inline {
6582
  display: inline !important;
6583
}
6584
 
6585
.d-inline-block {
6586
  display: inline-block !important;
6587
}
6588
 
6589
.d-block {
6590
  display: block !important;
6591
}
6592
 
6593
.d-grid {
6594
  display: grid !important;
6595
}
6596
 
6597
.d-table {
6598
  display: table !important;
6599
}
6600
 
6601
.d-table-row {
6602
  display: table-row !important;
6603
}
6604
 
6605
.d-table-cell {
6606
  display: table-cell !important;
6607
}
6608
 
6609
.d-flex {
6610
  display: flex !important;
6611
}
6612
 
6613
.d-inline-flex {
6614
  display: inline-flex !important;
6615
}
6616
 
6617
.d-none, .navbar .search-form {
6618
  display: none !important;
6619
}
6620
 
6621
.shadow {
6622
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
6623
}
6624
 
6625
.shadow-sm {
6626
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
6627
}
6628
 
6629
.shadow-lg {
6630
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
6631
}
6632
 
6633
.shadow-none {
6634
  box-shadow: none !important;
6635
}
6636
 
6637
.position-static {
6638
  position: static !important;
6639
}
6640
 
6641
.position-relative {
6642
  position: relative !important;
6643
}
6644
 
6645
.position-absolute {
6646
  position: absolute !important;
6647
}
6648
 
6649
.position-fixed {
6650
  position: fixed !important;
6651
}
6652
 
6653
.position-sticky {
6654
  position: sticky !important;
6655
}
6656
 
6657
.top-0 {
6658
  top: 0 !important;
6659
}
6660
 
6661
.top-10 {
6662
  top: 10% !important;
6663
}
6664
 
6665
.top-20 {
6666
  top: 20% !important;
6667
}
6668
 
6669
.top-25 {
6670
  top: 25% !important;
6671
}
6672
 
6673
.top-30 {
6674
  top: 30% !important;
6675
}
6676
 
6677
.top-40 {
6678
  top: 40% !important;
6679
}
6680
 
6681
.top-50 {
6682
  top: 50% !important;
6683
}
6684
 
6685
.top-60 {
6686
  top: 60% !important;
6687
}
6688
 
6689
.top-70 {
6690
  top: 70% !important;
6691
}
6692
 
6693
.top-75 {
6694
  top: 75% !important;
6695
}
6696
 
6697
.top-80 {
6698
  top: 80% !important;
6699
}
6700
 
6701
.top-90 {
6702
  top: 90% !important;
6703
}
6704
 
6705
.top-100 {
6706
  top: 100% !important;
6707
}
6708
 
6709
.bottom-0 {
6710
  bottom: 0 !important;
6711
}
6712
 
6713
.bottom-10 {
6714
  bottom: 10% !important;
6715
}
6716
 
6717
.bottom-20 {
6718
  bottom: 20% !important;
6719
}
6720
 
6721
.bottom-25 {
6722
  bottom: 25% !important;
6723
}
6724
 
6725
.bottom-30 {
6726
  bottom: 30% !important;
6727
}
6728
 
6729
.bottom-40 {
6730
  bottom: 40% !important;
6731
}
6732
 
6733
.bottom-50 {
6734
  bottom: 50% !important;
6735
}
6736
 
6737
.bottom-60 {
6738
  bottom: 60% !important;
6739
}
6740
 
6741
.bottom-70 {
6742
  bottom: 70% !important;
6743
}
6744
 
6745
.bottom-75 {
6746
  bottom: 75% !important;
6747
}
6748
 
6749
.bottom-80 {
6750
  bottom: 80% !important;
6751
}
6752
 
6753
.bottom-90 {
6754
  bottom: 90% !important;
6755
}
6756
 
6757
.bottom-100 {
6758
  bottom: 100% !important;
6759
}
6760
 
6761
.start-0 {
6762
  left: 0 !important;
6763
}
6764
 
6765
.start-10 {
6766
  left: 10% !important;
6767
}
6768
 
6769
.start-20 {
6770
  left: 20% !important;
6771
}
6772
 
6773
.start-25 {
6774
  left: 25% !important;
6775
}
6776
 
6777
.start-30 {
6778
  left: 30% !important;
6779
}
6780
 
6781
.start-40 {
6782
  left: 40% !important;
6783
}
6784
 
6785
.start-50 {
6786
  left: 50% !important;
6787
}
6788
 
6789
.start-60 {
6790
  left: 60% !important;
6791
}
6792
 
6793
.start-70 {
6794
  left: 70% !important;
6795
}
6796
 
6797
.start-75 {
6798
  left: 75% !important;
6799
}
6800
 
6801
.start-80 {
6802
  left: 80% !important;
6803
}
6804
 
6805
.start-90 {
6806
  left: 90% !important;
6807
}
6808
 
6809
.start-100 {
6810
  left: 100% !important;
6811
}
6812
 
6813
.end-0 {
6814
  right: 0 !important;
6815
}
6816
 
6817
.end-10 {
6818
  right: 10% !important;
6819
}
6820
 
6821
.end-20 {
6822
  right: 20% !important;
6823
}
6824
 
6825
.end-25 {
6826
  right: 25% !important;
6827
}
6828
 
6829
.end-30 {
6830
  right: 30% !important;
6831
}
6832
 
6833
.end-40 {
6834
  right: 40% !important;
6835
}
6836
 
6837
.end-50 {
6838
  right: 50% !important;
6839
}
6840
 
6841
.end-60 {
6842
  right: 60% !important;
6843
}
6844
 
6845
.end-70 {
6846
  right: 70% !important;
6847
}
6848
 
6849
.end-75 {
6850
  right: 75% !important;
6851
}
6852
 
6853
.end-80 {
6854
  right: 80% !important;
6855
}
6856
 
6857
.end-90 {
6858
  right: 90% !important;
6859
}
6860
 
6861
.end-100 {
6862
  right: 100% !important;
6863
}
6864
 
6865
.translate-middle {
6866
  transform: translate(-50%, -50%) !important;
6867
}
6868
 
6869
.translate-middle-x {
6870
  transform: translateX(-50%) !important;
6871
}
6872
 
6873
.translate-middle-y {
6874
  transform: translateY(-50%) !important;
6875
}
6876
 
6877
.border {
6878
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
6879
}
6880
 
6881
.border-0 {
6882
  border: 0 !important;
6883
}
6884
 
6885
.border-top {
6886
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
6887
}
6888
 
6889
.border-top-0 {
6890
  border-top: 0 !important;
6891
}
6892
 
6893
.border-end {
6894
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
6895
}
6896
 
6897
.border-end-0 {
6898
  border-right: 0 !important;
6899
}
6900
 
6901
.border-bottom {
6902
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
6903
}
6904
 
6905
.border-bottom-0 {
6906
  border-bottom: 0 !important;
6907
}
6908
 
6909
.border-start {
6910
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
6911
}
6912
 
6913
.border-start-0 {
6914
  border-left: 0 !important;
6915
}
6916
 
6917
.border-primary {
6918
  --bs-border-opacity: 1;
6919
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
6920
}
6921
 
6922
.border-secondary {
6923
  --bs-border-opacity: 1;
6924
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
6925
}
6926
 
6927
.border-success {
6928
  --bs-border-opacity: 1;
6929
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
6930
}
6931
 
6932
.border-info {
6933
  --bs-border-opacity: 1;
6934
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
6935
}
6936
 
6937
.border-warning {
6938
  --bs-border-opacity: 1;
6939
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
6940
}
6941
 
6942
.border-danger, .swal2-popup .swal2-actions button.swal2-cancel {
6943
  --bs-border-opacity: 1;
6944
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
6945
}
6946
 
6947
.border-light {
6948
  --bs-border-opacity: 1;
6949
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
6950
}
6951
 
6952
.border-dark {
6953
  --bs-border-opacity: 1;
6954
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
6955
}
6956
 
6957
.border-white {
6958
  --bs-border-opacity: 1;
6959
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
6960
}
6961
 
6962
.border-1 {
6963
  --bs-border-width: 1px;
6964
}
6965
 
6966
.border-2 {
6967
  --bs-border-width: 2px;
6968
}
6969
 
6970
.border-3 {
6971
  --bs-border-width: 3px;
6972
}
6973
 
6974
.border-4 {
6975
  --bs-border-width: 4px;
6976
}
6977
 
6978
.border-5 {
6979
  --bs-border-width: 5px;
6980
}
6981
 
6982
.border-opacity-10 {
6983
  --bs-border-opacity: 0.1;
6984
}
6985
 
6986
.border-opacity-25 {
6987
  --bs-border-opacity: 0.25;
6988
}
6989
 
6990
.border-opacity-50 {
6991
  --bs-border-opacity: 0.5;
6992
}
6993
 
6994
.border-opacity-75 {
6995
  --bs-border-opacity: 0.75;
6996
}
6997
 
6998
.border-opacity-100 {
6999
  --bs-border-opacity: 1;
7000
}
7001
 
7002
.w-25 {
7003
  width: 25% !important;
7004
}
7005
 
7006
.w-50 {
7007
  width: 50% !important;
7008
}
7009
 
7010
.w-75 {
7011
  width: 75% !important;
7012
}
7013
 
7014
.w-100 {
7015
  width: 100% !important;
7016
}
7017
 
7018
.w-auto {
7019
  width: auto !important;
7020
}
7021
 
7022
.mw-100 {
7023
  max-width: 100% !important;
7024
}
7025
 
7026
.vw-100 {
7027
  width: 100vw !important;
7028
}
7029
 
7030
.min-vw-100 {
7031
  min-width: 100vw !important;
7032
}
7033
 
7034
.h-25 {
7035
  height: 25% !important;
7036
}
7037
 
7038
.h-50 {
7039
  height: 50% !important;
7040
}
7041
 
7042
.h-75 {
7043
  height: 75% !important;
7044
}
7045
 
7046
.h-100 {
7047
  height: 100% !important;
7048
}
7049
 
7050
.h-auto {
7051
  height: auto !important;
7052
}
7053
 
7054
.mh-100 {
7055
  max-height: 100% !important;
7056
}
7057
 
7058
.vh-100 {
7059
  height: 100vh !important;
7060
}
7061
 
7062
.min-vh-100 {
7063
  min-height: 100vh !important;
7064
}
7065
 
7066
.flex-fill {
7067
  flex: 1 1 auto !important;
7068
}
7069
 
7070
.flex-row {
7071
  flex-direction: row !important;
7072
}
7073
 
7074
.flex-column {
7075
  flex-direction: column !important;
7076
}
7077
 
7078
.flex-row-reverse {
7079
  flex-direction: row-reverse !important;
7080
}
7081
 
7082
.flex-column-reverse {
7083
  flex-direction: column-reverse !important;
7084
}
7085
 
7086
.flex-grow-0 {
7087
  flex-grow: 0 !important;
7088
}
7089
 
7090
.flex-grow-1 {
7091
  flex-grow: 1 !important;
7092
}
7093
 
7094
.flex-shrink-0 {
7095
  flex-shrink: 0 !important;
7096
}
7097
 
7098
.flex-shrink-1 {
7099
  flex-shrink: 1 !important;
7100
}
7101
 
7102
.flex-wrap {
7103
  flex-wrap: wrap !important;
7104
}
7105
 
7106
.flex-nowrap {
7107
  flex-wrap: nowrap !important;
7108
}
7109
 
7110
.flex-wrap-reverse {
7111
  flex-wrap: wrap-reverse !important;
7112
}
7113
 
7114
.justify-content-start {
7115
  justify-content: flex-start !important;
7116
}
7117
 
7118
.justify-content-end {
7119
  justify-content: flex-end !important;
7120
}
7121
 
7122
.justify-content-center, .dataTables_wrapper div.dataTables_paginate ul.pagination {
7123
  justify-content: center !important;
7124
}
7125
 
7126
.justify-content-between {
7127
  justify-content: space-between !important;
7128
}
7129
 
7130
.justify-content-around {
7131
  justify-content: space-around !important;
7132
}
7133
 
7134
.justify-content-evenly {
7135
  justify-content: space-evenly !important;
7136
}
7137
 
7138
.align-items-start {
7139
  align-items: flex-start !important;
7140
}
7141
 
7142
.align-items-end {
7143
  align-items: flex-end !important;
7144
}
7145
 
7146
.align-items-center, .navbar .search-form {
7147
  align-items: center !important;
7148
}
7149
 
7150
.align-items-baseline {
7151
  align-items: baseline !important;
7152
}
7153
 
7154
.align-items-stretch {
7155
  align-items: stretch !important;
7156
}
7157
 
7158
.align-content-start {
7159
  align-content: flex-start !important;
7160
}
7161
 
7162
.align-content-end {
7163
  align-content: flex-end !important;
7164
}
7165
 
7166
.align-content-center {
7167
  align-content: center !important;
7168
}
7169
 
7170
.align-content-between {
7171
  align-content: space-between !important;
7172
}
7173
 
7174
.align-content-around {
7175
  align-content: space-around !important;
7176
}
7177
 
7178
.align-content-stretch {
7179
  align-content: stretch !important;
7180
}
7181
 
7182
.align-self-auto {
7183
  align-self: auto !important;
7184
}
7185
 
7186
.align-self-start {
7187
  align-self: flex-start !important;
7188
}
7189
 
7190
.align-self-end {
7191
  align-self: flex-end !important;
7192
}
7193
 
7194
.align-self-center {
7195
  align-self: center !important;
7196
}
7197
 
7198
.align-self-baseline {
7199
  align-self: baseline !important;
7200
}
7201
 
7202
.align-self-stretch {
7203
  align-self: stretch !important;
7204
}
7205
 
7206
.order-first {
7207
  order: -1 !important;
7208
}
7209
 
7210
.order-0 {
7211
  order: 0 !important;
7212
}
7213
 
7214
.order-1 {
7215
  order: 1 !important;
7216
}
7217
 
7218
.order-2 {
7219
  order: 2 !important;
7220
}
7221
 
7222
.order-3 {
7223
  order: 3 !important;
7224
}
7225
 
7226
.order-4 {
7227
  order: 4 !important;
7228
}
7229
 
7230
.order-5 {
7231
  order: 5 !important;
7232
}
7233
 
7234
.order-last {
7235
  order: 6 !important;
7236
}
7237
 
7238
.m-0 {
7239
  margin: 0 !important;
7240
}
7241
 
7242
.m-1 {
7243
  margin: 0.25rem !important;
7244
}
7245
 
7246
.m-2 {
7247
  margin: 0.5rem !important;
7248
}
7249
 
7250
.m-3 {
7251
  margin: 1rem !important;
7252
}
7253
 
7254
.m-4 {
7255
  margin: 1.5rem !important;
7256
}
7257
 
7258
.m-5 {
7259
  margin: 3rem !important;
7260
}
7261
 
7262
.m-6 {
7263
  margin: 4.5rem !important;
7264
}
7265
 
7266
.m-7 {
7267
  margin: 6rem !important;
7268
}
7269
 
7270
.m-auto {
7271
  margin: auto !important;
7272
}
7273
 
7274
.mx-0 {
7275
  margin-right: 0 !important;
7276
  margin-left: 0 !important;
7277
}
7278
 
7279
.mx-1 {
7280
  margin-right: 0.25rem !important;
7281
  margin-left: 0.25rem !important;
7282
}
7283
 
7284
.mx-2 {
7285
  margin-right: 0.5rem !important;
7286
  margin-left: 0.5rem !important;
7287
}
7288
 
7289
.mx-3 {
7290
  margin-right: 1rem !important;
7291
  margin-left: 1rem !important;
7292
}
7293
 
7294
.mx-4 {
7295
  margin-right: 1.5rem !important;
7296
  margin-left: 1.5rem !important;
7297
}
7298
 
7299
.mx-5 {
7300
  margin-right: 3rem !important;
7301
  margin-left: 3rem !important;
7302
}
7303
 
7304
.mx-6 {
7305
  margin-right: 4.5rem !important;
7306
  margin-left: 4.5rem !important;
7307
}
7308
 
7309
.mx-7 {
7310
  margin-right: 6rem !important;
7311
  margin-left: 6rem !important;
7312
}
7313
 
7314
.mx-auto {
7315
  margin-right: auto !important;
7316
  margin-left: auto !important;
7317
}
7318
 
7319
.my-0 {
7320
  margin-top: 0 !important;
7321
  margin-bottom: 0 !important;
7322
}
7323
 
7324
.my-1 {
7325
  margin-top: 0.25rem !important;
7326
  margin-bottom: 0.25rem !important;
7327
}
7328
 
7329
.my-2 {
7330
  margin-top: 0.5rem !important;
7331
  margin-bottom: 0.5rem !important;
7332
}
7333
 
7334
.my-3 {
7335
  margin-top: 1rem !important;
7336
  margin-bottom: 1rem !important;
7337
}
7338
 
7339
.my-4 {
7340
  margin-top: 1.5rem !important;
7341
  margin-bottom: 1.5rem !important;
7342
}
7343
 
7344
.my-5 {
7345
  margin-top: 3rem !important;
7346
  margin-bottom: 3rem !important;
7347
}
7348
 
7349
.my-6 {
7350
  margin-top: 4.5rem !important;
7351
  margin-bottom: 4.5rem !important;
7352
}
7353
 
7354
.my-7 {
7355
  margin-top: 6rem !important;
7356
  margin-bottom: 6rem !important;
7357
}
7358
 
7359
.my-auto {
7360
  margin-top: auto !important;
7361
  margin-bottom: auto !important;
7362
}
7363
 
7364
.mt-0 {
7365
  margin-top: 0 !important;
7366
}
7367
 
7368
.mt-1 {
7369
  margin-top: 0.25rem !important;
7370
}
7371
 
7372
.mt-2 {
7373
  margin-top: 0.5rem !important;
7374
}
7375
 
7376
.mt-3, .dataTables_wrapper div.dataTables_paginate ul.pagination {
7377
  margin-top: 1rem !important;
7378
}
7379
 
7380
.mt-4 {
7381
  margin-top: 1.5rem !important;
7382
}
7383
 
7384
.mt-5 {
7385
  margin-top: 3rem !important;
7386
}
7387
 
7388
.mt-6 {
7389
  margin-top: 4.5rem !important;
7390
}
7391
 
7392
.mt-7 {
7393
  margin-top: 6rem !important;
7394
}
7395
 
7396
.mt-auto {
7397
  margin-top: auto !important;
7398
}
7399
 
7400
.me-0 {
7401
  margin-right: 0 !important;
7402
}
7403
 
7404
.me-1 {
7405
  margin-right: 0.25rem !important;
7406
}
7407
 
7408
.me-2 {
7409
  margin-right: 0.5rem !important;
7410
}
7411
 
7412
.me-3 {
7413
  margin-right: 1rem !important;
7414
}
7415
 
7416
.me-4 {
7417
  margin-right: 1.5rem !important;
7418
}
7419
 
7420
.me-5 {
7421
  margin-right: 3rem !important;
7422
}
7423
 
7424
.me-6 {
7425
  margin-right: 4.5rem !important;
7426
}
7427
 
7428
.me-7 {
7429
  margin-right: 6rem !important;
7430
}
7431
 
7432
.me-auto {
7433
  margin-right: auto !important;
7434
}
7435
 
7436
.mb-0 {
7437
  margin-bottom: 0 !important;
7438
}
7439
 
7440
.mb-1, .example .btn-group {
7441
  margin-bottom: 0.25rem !important;
7442
}
7443
 
7444
.mb-2 {
7445
  margin-bottom: 0.5rem !important;
7446
}
7447
 
7448
.mb-3 {
7449
  margin-bottom: 1rem !important;
7450
}
7451
 
7452
.mb-4 {
7453
  margin-bottom: 1.5rem !important;
7454
}
7455
 
7456
.mb-5 {
7457
  margin-bottom: 3rem !important;
7458
}
7459
 
7460
.mb-6 {
7461
  margin-bottom: 4.5rem !important;
7462
}
7463
 
7464
.mb-7 {
7465
  margin-bottom: 6rem !important;
7466
}
7467
 
7468
.mb-auto {
7469
  margin-bottom: auto !important;
7470
}
7471
 
7472
.ms-0 {
7473
  margin-left: 0 !important;
7474
}
7475
 
7476
.ms-1 {
7477
  margin-left: 0.25rem !important;
7478
}
7479
 
7480
.ms-2 {
7481
  margin-left: 0.5rem !important;
7482
}
7483
 
7484
.ms-3 {
7485
  margin-left: 1rem !important;
7486
}
7487
 
7488
.ms-4 {
7489
  margin-left: 1.5rem !important;
7490
}
7491
 
7492
.ms-5 {
7493
  margin-left: 3rem !important;
7494
}
7495
 
7496
.ms-6 {
7497
  margin-left: 4.5rem !important;
7498
}
7499
 
7500
.ms-7 {
7501
  margin-left: 6rem !important;
7502
}
7503
 
7504
.ms-auto {
7505
  margin-left: auto !important;
7506
}
7507
 
7508
.m-n1 {
7509
  margin: -0.25rem !important;
7510
}
7511
 
7512
.m-n2 {
7513
  margin: -0.5rem !important;
7514
}
7515
 
7516
.m-n3 {
7517
  margin: -1rem !important;
7518
}
7519
 
7520
.m-n4 {
7521
  margin: -1.5rem !important;
7522
}
7523
 
7524
.m-n5 {
7525
  margin: -3rem !important;
7526
}
7527
 
7528
.m-n6 {
7529
  margin: -4.5rem !important;
7530
}
7531
 
7532
.m-n7 {
7533
  margin: -6rem !important;
7534
}
7535
 
7536
.mx-n1 {
7537
  margin-right: -0.25rem !important;
7538
  margin-left: -0.25rem !important;
7539
}
7540
 
7541
.mx-n2 {
7542
  margin-right: -0.5rem !important;
7543
  margin-left: -0.5rem !important;
7544
}
7545
 
7546
.mx-n3 {
7547
  margin-right: -1rem !important;
7548
  margin-left: -1rem !important;
7549
}
7550
 
7551
.mx-n4 {
7552
  margin-right: -1.5rem !important;
7553
  margin-left: -1.5rem !important;
7554
}
7555
 
7556
.mx-n5 {
7557
  margin-right: -3rem !important;
7558
  margin-left: -3rem !important;
7559
}
7560
 
7561
.mx-n6 {
7562
  margin-right: -4.5rem !important;
7563
  margin-left: -4.5rem !important;
7564
}
7565
 
7566
.mx-n7 {
7567
  margin-right: -6rem !important;
7568
  margin-left: -6rem !important;
7569
}
7570
 
7571
.my-n1 {
7572
  margin-top: -0.25rem !important;
7573
  margin-bottom: -0.25rem !important;
7574
}
7575
 
7576
.my-n2 {
7577
  margin-top: -0.5rem !important;
7578
  margin-bottom: -0.5rem !important;
7579
}
7580
 
7581
.my-n3 {
7582
  margin-top: -1rem !important;
7583
  margin-bottom: -1rem !important;
7584
}
7585
 
7586
.my-n4 {
7587
  margin-top: -1.5rem !important;
7588
  margin-bottom: -1.5rem !important;
7589
}
7590
 
7591
.my-n5 {
7592
  margin-top: -3rem !important;
7593
  margin-bottom: -3rem !important;
7594
}
7595
 
7596
.my-n6 {
7597
  margin-top: -4.5rem !important;
7598
  margin-bottom: -4.5rem !important;
7599
}
7600
 
7601
.my-n7 {
7602
  margin-top: -6rem !important;
7603
  margin-bottom: -6rem !important;
7604
}
7605
 
7606
.mt-n1 {
7607
  margin-top: -0.25rem !important;
7608
}
7609
 
7610
.mt-n2 {
7611
  margin-top: -0.5rem !important;
7612
}
7613
 
7614
.mt-n3 {
7615
  margin-top: -1rem !important;
7616
}
7617
 
7618
.mt-n4 {
7619
  margin-top: -1.5rem !important;
7620
}
7621
 
7622
.mt-n5 {
7623
  margin-top: -3rem !important;
7624
}
7625
 
7626
.mt-n6 {
7627
  margin-top: -4.5rem !important;
7628
}
7629
 
7630
.mt-n7 {
7631
  margin-top: -6rem !important;
7632
}
7633
 
7634
.me-n1 {
7635
  margin-right: -0.25rem !important;
7636
}
7637
 
7638
.me-n2 {
7639
  margin-right: -0.5rem !important;
7640
}
7641
 
7642
.me-n3 {
7643
  margin-right: -1rem !important;
7644
}
7645
 
7646
.me-n4 {
7647
  margin-right: -1.5rem !important;
7648
}
7649
 
7650
.me-n5 {
7651
  margin-right: -3rem !important;
7652
}
7653
 
7654
.me-n6 {
7655
  margin-right: -4.5rem !important;
7656
}
7657
 
7658
.me-n7 {
7659
  margin-right: -6rem !important;
7660
}
7661
 
7662
.mb-n1 {
7663
  margin-bottom: -0.25rem !important;
7664
}
7665
 
7666
.mb-n2 {
7667
  margin-bottom: -0.5rem !important;
7668
}
7669
 
7670
.mb-n3 {
7671
  margin-bottom: -1rem !important;
7672
}
7673
 
7674
.mb-n4 {
7675
  margin-bottom: -1.5rem !important;
7676
}
7677
 
7678
.mb-n5 {
7679
  margin-bottom: -3rem !important;
7680
}
7681
 
7682
.mb-n6 {
7683
  margin-bottom: -4.5rem !important;
7684
}
7685
 
7686
.mb-n7 {
7687
  margin-bottom: -6rem !important;
7688
}
7689
 
7690
.ms-n1 {
7691
  margin-left: -0.25rem !important;
7692
}
7693
 
7694
.ms-n2 {
7695
  margin-left: -0.5rem !important;
7696
}
7697
 
7698
.ms-n3 {
7699
  margin-left: -1rem !important;
7700
}
7701
 
7702
.ms-n4 {
7703
  margin-left: -1.5rem !important;
7704
}
7705
 
7706
.ms-n5 {
7707
  margin-left: -3rem !important;
7708
}
7709
 
7710
.ms-n6 {
7711
  margin-left: -4.5rem !important;
7712
}
7713
 
7714
.ms-n7 {
7715
  margin-left: -6rem !important;
7716
}
7717
 
7718
.p-0 {
7719
  padding: 0 !important;
7720
}
7721
 
7722
.p-1 {
7723
  padding: 0.25rem !important;
7724
}
7725
 
7726
.p-2 {
7727
  padding: 0.5rem !important;
7728
}
7729
 
7730
.p-3 {
7731
  padding: 1rem !important;
7732
}
7733
 
7734
.p-4 {
7735
  padding: 1.5rem !important;
7736
}
7737
 
7738
.p-5 {
7739
  padding: 3rem !important;
7740
}
7741
 
7742
.p-6 {
7743
  padding: 4.5rem !important;
7744
}
7745
 
7746
.p-7 {
7747
  padding: 6rem !important;
7748
}
7749
 
7750
.px-0 {
7751
  padding-right: 0 !important;
7752
  padding-left: 0 !important;
7753
}
7754
 
7755
.px-1 {
7756
  padding-right: 0.25rem !important;
7757
  padding-left: 0.25rem !important;
7758
}
7759
 
7760
.px-2 {
7761
  padding-right: 0.5rem !important;
7762
  padding-left: 0.5rem !important;
7763
}
7764
 
7765
.px-3 {
7766
  padding-right: 1rem !important;
7767
  padding-left: 1rem !important;
7768
}
7769
 
7770
.px-4 {
7771
  padding-right: 1.5rem !important;
7772
  padding-left: 1.5rem !important;
7773
}
7774
 
7775
.px-5 {
7776
  padding-right: 3rem !important;
7777
  padding-left: 3rem !important;
7778
}
7779
 
7780
.px-6 {
7781
  padding-right: 4.5rem !important;
7782
  padding-left: 4.5rem !important;
7783
}
7784
 
7785
.px-7 {
7786
  padding-right: 6rem !important;
7787
  padding-left: 6rem !important;
7788
}
7789
 
7790
.py-0 {
7791
  padding-top: 0 !important;
7792
  padding-bottom: 0 !important;
7793
}
7794
 
7795
.py-1 {
7796
  padding-top: 0.25rem !important;
7797
  padding-bottom: 0.25rem !important;
7798
}
7799
 
7800
.py-2 {
7801
  padding-top: 0.5rem !important;
7802
  padding-bottom: 0.5rem !important;
7803
}
7804
 
7805
.py-3 {
7806
  padding-top: 1rem !important;
7807
  padding-bottom: 1rem !important;
7808
}
7809
 
7810
.py-4 {
7811
  padding-top: 1.5rem !important;
7812
  padding-bottom: 1.5rem !important;
7813
}
7814
 
7815
.py-5 {
7816
  padding-top: 3rem !important;
7817
  padding-bottom: 3rem !important;
7818
}
7819
 
7820
.py-6 {
7821
  padding-top: 4.5rem !important;
7822
  padding-bottom: 4.5rem !important;
7823
}
7824
 
7825
.py-7 {
7826
  padding-top: 6rem !important;
7827
  padding-bottom: 6rem !important;
7828
}
7829
 
7830
.pt-0 {
7831
  padding-top: 0 !important;
7832
}
7833
 
7834
.pt-1 {
7835
  padding-top: 0.25rem !important;
7836
}
7837
 
7838
.pt-2 {
7839
  padding-top: 0.5rem !important;
7840
}
7841
 
7842
.pt-3 {
7843
  padding-top: 1rem !important;
7844
}
7845
 
7846
.pt-4 {
7847
  padding-top: 1.5rem !important;
7848
}
7849
 
7850
.pt-5 {
7851
  padding-top: 3rem !important;
7852
}
7853
 
7854
.pt-6 {
7855
  padding-top: 4.5rem !important;
7856
}
7857
 
7858
.pt-7 {
7859
  padding-top: 6rem !important;
7860
}
7861
 
7862
.pe-0 {
7863
  padding-right: 0 !important;
7864
}
7865
 
7866
.pe-1 {
7867
  padding-right: 0.25rem !important;
7868
}
7869
 
7870
.pe-2 {
7871
  padding-right: 0.5rem !important;
7872
}
7873
 
7874
.pe-3 {
7875
  padding-right: 1rem !important;
7876
}
7877
 
7878
.pe-4 {
7879
  padding-right: 1.5rem !important;
7880
}
7881
 
7882
.pe-5 {
7883
  padding-right: 3rem !important;
7884
}
7885
 
7886
.pe-6 {
7887
  padding-right: 4.5rem !important;
7888
}
7889
 
7890
.pe-7 {
7891
  padding-right: 6rem !important;
7892
}
7893
 
7894
.pb-0 {
7895
  padding-bottom: 0 !important;
7896
}
7897
 
7898
.pb-1 {
7899
  padding-bottom: 0.25rem !important;
7900
}
7901
 
7902
.pb-2 {
7903
  padding-bottom: 0.5rem !important;
7904
}
7905
 
7906
.pb-3 {
7907
  padding-bottom: 1rem !important;
7908
}
7909
 
7910
.pb-4 {
7911
  padding-bottom: 1.5rem !important;
7912
}
7913
 
7914
.pb-5 {
7915
  padding-bottom: 3rem !important;
7916
}
7917
 
7918
.pb-6 {
7919
  padding-bottom: 4.5rem !important;
7920
}
7921
 
7922
.pb-7 {
7923
  padding-bottom: 6rem !important;
7924
}
7925
 
7926
.ps-0 {
7927
  padding-left: 0 !important;
7928
}
7929
 
7930
.ps-1 {
7931
  padding-left: 0.25rem !important;
7932
}
7933
 
7934
.ps-2 {
7935
  padding-left: 0.5rem !important;
7936
}
7937
 
7938
.ps-3 {
7939
  padding-left: 1rem !important;
7940
}
7941
 
7942
.ps-4 {
7943
  padding-left: 1.5rem !important;
7944
}
7945
 
7946
.ps-5 {
7947
  padding-left: 3rem !important;
7948
}
7949
 
7950
.ps-6 {
7951
  padding-left: 4.5rem !important;
7952
}
7953
 
7954
.ps-7 {
7955
  padding-left: 6rem !important;
7956
}
7957
 
7958
.gap-0 {
7959
  gap: 0 !important;
7960
}
7961
 
7962
.gap-1 {
7963
  gap: 0.25rem !important;
7964
}
7965
 
7966
.gap-2 {
7967
  gap: 0.5rem !important;
7968
}
7969
 
7970
.gap-3 {
7971
  gap: 1rem !important;
7972
}
7973
 
7974
.gap-4 {
7975
  gap: 1.5rem !important;
7976
}
7977
 
7978
.gap-5 {
7979
  gap: 3rem !important;
7980
}
7981
 
7982
.gap-6 {
7983
  gap: 4.5rem !important;
7984
}
7985
 
7986
.gap-7 {
7987
  gap: 6rem !important;
7988
}
7989
 
7990
.font-monospace {
7991
  font-family: var(--bs-font-monospace) !important;
7992
}
7993
 
7994
.fs-1 {
7995
  font-size: calc(1.375rem + 1.5vw) !important;
7996
}
7997
 
7998
.fs-2 {
7999
  font-size: calc(1.325rem + 0.9vw) !important;
8000
}
8001
 
8002
.fs-3 {
8003
  font-size: calc(1.275rem + 0.3vw) !important;
8004
}
8005
 
8006
.fs-4 {
8007
  font-size: 1.25rem !important;
8008
}
8009
 
8010
.fs-5 {
8011
  font-size: 1rem !important;
8012
}
8013
 
8014
.fs-6 {
8015
  font-size: 0.875rem !important;
8016
}
8017
 
8018
.fst-italic {
8019
  font-style: italic !important;
8020
}
8021
 
8022
.fst-normal {
8023
  font-style: normal !important;
8024
}
8025
 
8026
.fw-light {
8027
  font-weight: 300 !important;
8028
}
8029
 
8030
.fw-lighter {
8031
  font-weight: lighter !important;
8032
}
8033
 
8034
.fw-normal {
8035
  font-weight: 400 !important;
8036
}
8037
 
8038
.fw-bold {
8039
  font-weight: 500 !important;
8040
}
8041
 
8042
.fw-semibold {
8043
  font-weight: 600 !important;
8044
}
8045
 
8046
.fw-bolder {
8047
  font-weight: 700 !important;
8048
}
8049
 
8050
.lh-1 {
8051
  line-height: 1 !important;
8052
}
8053
 
8054
.lh-sm {
8055
  line-height: 1.25 !important;
8056
}
8057
 
8058
.lh-base {
8059
  line-height: 1.5 !important;
8060
}
8061
 
8062
.lh-lg {
8063
  line-height: 2 !important;
8064
}
8065
 
8066
.text-start {
8067
  text-align: left !important;
8068
}
8069
 
8070
.text-end {
8071
  text-align: right !important;
8072
}
8073
 
8074
.text-center {
8075
  text-align: center !important;
8076
}
8077
 
8078
.text-decoration-none {
8079
  text-decoration: none !important;
8080
}
8081
 
8082
.text-decoration-underline {
8083
  text-decoration: underline !important;
8084
}
8085
 
8086
.text-decoration-line-through {
8087
  text-decoration: line-through !important;
8088
}
8089
 
8090
.text-lowercase {
8091
  text-transform: lowercase !important;
8092
}
8093
 
8094
.text-uppercase {
8095
  text-transform: uppercase !important;
8096
}
8097
 
8098
.text-capitalize {
8099
  text-transform: capitalize !important;
8100
}
8101
 
8102
.text-wrap {
8103
  white-space: normal !important;
8104
}
8105
 
8106
.text-nowrap {
8107
  white-space: nowrap !important;
8108
}
8109
 
8110
/* rtl:begin:remove */
8111
.text-break {
8112
  word-wrap: break-word !important;
8113
  word-break: break-word !important;
8114
}
8115
 
8116
/* rtl:end:remove */
8117
.text-primary {
8118
  --bs-text-opacity: 1;
8119
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
8120
}
8121
 
8122
.text-secondary {
8123
  --bs-text-opacity: 1;
8124
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
8125
}
8126
 
8127
.text-success {
8128
  --bs-text-opacity: 1;
8129
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
8130
}
8131
 
8132
.text-info {
8133
  --bs-text-opacity: 1;
8134
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
8135
}
8136
 
8137
.text-warning {
8138
  --bs-text-opacity: 1;
8139
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
8140
}
8141
 
8142
.text-danger {
8143
  --bs-text-opacity: 1;
8144
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
8145
}
8146
 
8147
.text-light {
8148
  --bs-text-opacity: 1;
8149
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
8150
}
8151
 
8152
.text-dark {
8153
  --bs-text-opacity: 1;
8154
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
8155
}
8156
 
8157
.text-black {
8158
  --bs-text-opacity: 1;
8159
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
8160
}
8161
 
8162
.text-white {
8163
  --bs-text-opacity: 1;
8164
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
8165
}
8166
 
8167
.text-body {
8168
  --bs-text-opacity: 1;
8169
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
8170
}
8171
 
8172
.text-muted, .dropzone.dz-clickable .dz-message * {
8173
  --bs-text-opacity: 1;
8174
  color: #7987a1 !important;
8175
}
8176
 
8177
.text-black-50 {
8178
  --bs-text-opacity: 1;
8179
  color: rgba(0, 0, 0, 0.5) !important;
8180
}
8181
 
8182
.text-white-50 {
8183
  --bs-text-opacity: 1;
8184
  color: rgba(255, 255, 255, 0.5) !important;
8185
}
8186
 
8187
.text-reset {
8188
  --bs-text-opacity: 1;
8189
  color: inherit !important;
8190
}
8191
 
8192
.text-opacity-25 {
8193
  --bs-text-opacity: 0.25;
8194
}
8195
 
8196
.text-opacity-50 {
8197
  --bs-text-opacity: 0.5;
8198
}
8199
 
8200
.text-opacity-75 {
8201
  --bs-text-opacity: 0.75;
8202
}
8203
 
8204
.text-opacity-100 {
8205
  --bs-text-opacity: 1;
8206
}
8207
 
8208
.bg-primary {
8209
  --bs-bg-opacity: 1;
8210
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
8211
}
8212
 
8213
.bg-secondary {
8214
  --bs-bg-opacity: 1;
8215
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
8216
}
8217
 
8218
.bg-success {
8219
  --bs-bg-opacity: 1;
8220
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
8221
}
8222
 
8223
.bg-info {
8224
  --bs-bg-opacity: 1;
8225
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
8226
}
8227
 
8228
.bg-warning {
8229
  --bs-bg-opacity: 1;
8230
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
8231
}
8232
 
8233
.bg-danger {
8234
  --bs-bg-opacity: 1;
8235
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
8236
}
8237
 
8238
.bg-light {
8239
  --bs-bg-opacity: 1;
8240
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
8241
}
8242
 
8243
.bg-dark {
8244
  --bs-bg-opacity: 1;
8245
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
8246
}
8247
 
8248
.bg-black {
8249
  --bs-bg-opacity: 1;
8250
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
8251
}
8252
 
8253
.bg-white {
8254
  --bs-bg-opacity: 1;
8255
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
8256
}
8257
 
8258
.bg-body {
8259
  --bs-bg-opacity: 1;
8260
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
8261
}
8262
 
8263
.bg-transparent {
8264
  --bs-bg-opacity: 1;
8265
  background-color: transparent !important;
8266
}
8267
 
8268
.bg-opacity-10 {
8269
  --bs-bg-opacity: 0.1;
8270
}
8271
 
8272
.bg-opacity-25 {
8273
  --bs-bg-opacity: 0.25;
8274
}
8275
 
8276
.bg-opacity-50 {
8277
  --bs-bg-opacity: 0.5;
8278
}
8279
 
8280
.bg-opacity-75 {
8281
  --bs-bg-opacity: 0.75;
8282
}
8283
 
8284
.bg-opacity-100 {
8285
  --bs-bg-opacity: 1;
8286
}
8287
 
8288
.bg-gradient {
8289
  background-image: var(--bs-gradient) !important;
8290
}
8291
 
8292
.user-select-all {
8293
  user-select: all !important;
8294
}
8295
 
8296
.user-select-auto {
8297
  user-select: auto !important;
8298
}
8299
 
8300
.user-select-none {
8301
  user-select: none !important;
8302
}
8303
 
8304
.pe-none {
8305
  pointer-events: none !important;
8306
}
8307
 
8308
.pe-auto {
8309
  pointer-events: auto !important;
8310
}
8311
 
8312
.rounded {
8313
  border-radius: var(--bs-border-radius) !important;
8314
}
8315
 
8316
.rounded-0 {
8317
  border-radius: 0 !important;
8318
}
8319
 
8320
.rounded-1 {
8321
  border-radius: var(--bs-border-radius-sm) !important;
8322
}
8323
 
8324
.rounded-2 {
8325
  border-radius: var(--bs-border-radius) !important;
8326
}
8327
 
8328
.rounded-3 {
8329
  border-radius: var(--bs-border-radius-lg) !important;
8330
}
8331
 
8332
.rounded-4 {
8333
  border-radius: var(--bs-border-radius-xl) !important;
8334
}
8335
 
8336
.rounded-5 {
8337
  border-radius: var(--bs-border-radius-2xl) !important;
8338
}
8339
 
8340
.rounded-circle {
8341
  border-radius: 50% !important;
8342
}
8343
 
8344
.rounded-pill {
8345
  border-radius: var(--bs-border-radius-pill) !important;
8346
}
8347
 
8348
.rounded-top {
8349
  border-top-left-radius: var(--bs-border-radius) !important;
8350
  border-top-right-radius: var(--bs-border-radius) !important;
8351
}
8352
 
8353
.rounded-end {
8354
  border-top-right-radius: var(--bs-border-radius) !important;
8355
  border-bottom-right-radius: var(--bs-border-radius) !important;
8356
}
8357
 
8358
.rounded-bottom {
8359
  border-bottom-right-radius: var(--bs-border-radius) !important;
8360
  border-bottom-left-radius: var(--bs-border-radius) !important;
8361
}
8362
 
8363
.rounded-start {
8364
  border-bottom-left-radius: var(--bs-border-radius) !important;
8365
  border-top-left-radius: var(--bs-border-radius) !important;
8366
}
8367
 
8368
.visible {
8369
  visibility: visible !important;
8370
}
8371
 
8372
.invisible {
8373
  visibility: hidden !important;
8374
}
8375
 
8376
.bg-gray-100 {
8377
  background-color: #f8f9fa !important;
8378
}
8379
 
8380
.bg-gray-200 {
8381
  background-color: #e9ecef !important;
8382
}
8383
 
8384
.bg-gray-300 {
8385
  background-color: #dee2e6 !important;
8386
}
8387
 
8388
.bg-gray-400 {
8389
  background-color: #cbd1db !important;
8390
}
8391
 
8392
.bg-gray-500 {
8393
  background-color: #aeb7c5 !important;
8394
}
8395
 
8396
.bg-gray-600 {
8397
  background-color: #7987a1 !important;
8398
}
8399
 
8400
.bg-gray-700 {
8401
  background-color: #41516c !important;
8402
}
8403
 
8404
.bg-gray-800 {
8405
  background-color: #212a3a !important;
8406
}
8407
 
8408
.bg-gray-900 {
8409
  background-color: #060c17 !important;
8410
}
8411
 
8412
@media (min-width: 576px) {
8413
  .float-sm-start {
8414
    float: left !important;
8415
  }
8416
  .float-sm-end {
8417
    float: right !important;
8418
  }
8419
  .float-sm-none {
8420
    float: none !important;
8421
  }
8422
  .d-sm-inline {
8423
    display: inline !important;
8424
  }
8425
  .d-sm-inline-block {
8426
    display: inline-block !important;
8427
  }
8428
  .d-sm-block {
8429
    display: block !important;
8430
  }
8431
  .d-sm-grid {
8432
    display: grid !important;
8433
  }
8434
  .d-sm-table {
8435
    display: table !important;
8436
  }
8437
  .d-sm-table-row {
8438
    display: table-row !important;
8439
  }
8440
  .d-sm-table-cell {
8441
    display: table-cell !important;
8442
  }
8443
  .d-sm-flex {
8444
    display: flex !important;
8445
  }
8446
  .d-sm-inline-flex {
8447
    display: inline-flex !important;
8448
  }
8449
  .d-sm-none {
8450
    display: none !important;
8451
  }
8452
  .border-sm {
8453
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
8454
  }
8455
  .border-sm-0 {
8456
    border: 0 !important;
8457
  }
8458
  .border-top-sm {
8459
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
8460
  }
8461
  .border-top-sm-0 {
8462
    border-top: 0 !important;
8463
  }
8464
  .border-end-sm {
8465
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
8466
  }
8467
  .border-end-sm-0 {
8468
    border-right: 0 !important;
8469
  }
8470
  .border-bottom-sm {
8471
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
8472
  }
8473
  .border-bottom-sm-0 {
8474
    border-bottom: 0 !important;
8475
  }
8476
  .border-start-sm {
8477
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
8478
  }
8479
  .border-start-sm-0 {
8480
    border-left: 0 !important;
8481
  }
8482
  .flex-sm-fill {
8483
    flex: 1 1 auto !important;
8484
  }
8485
  .flex-sm-row {
8486
    flex-direction: row !important;
8487
  }
8488
  .flex-sm-column {
8489
    flex-direction: column !important;
8490
  }
8491
  .flex-sm-row-reverse {
8492
    flex-direction: row-reverse !important;
8493
  }
8494
  .flex-sm-column-reverse {
8495
    flex-direction: column-reverse !important;
8496
  }
8497
  .flex-sm-grow-0 {
8498
    flex-grow: 0 !important;
8499
  }
8500
  .flex-sm-grow-1 {
8501
    flex-grow: 1 !important;
8502
  }
8503
  .flex-sm-shrink-0 {
8504
    flex-shrink: 0 !important;
8505
  }
8506
  .flex-sm-shrink-1 {
8507
    flex-shrink: 1 !important;
8508
  }
8509
  .flex-sm-wrap {
8510
    flex-wrap: wrap !important;
8511
  }
8512
  .flex-sm-nowrap {
8513
    flex-wrap: nowrap !important;
8514
  }
8515
  .flex-sm-wrap-reverse {
8516
    flex-wrap: wrap-reverse !important;
8517
  }
8518
  .justify-content-sm-start {
8519
    justify-content: flex-start !important;
8520
  }
8521
  .justify-content-sm-end {
8522
    justify-content: flex-end !important;
8523
  }
8524
  .justify-content-sm-center {
8525
    justify-content: center !important;
8526
  }
8527
  .justify-content-sm-between {
8528
    justify-content: space-between !important;
8529
  }
8530
  .justify-content-sm-around {
8531
    justify-content: space-around !important;
8532
  }
8533
  .justify-content-sm-evenly {
8534
    justify-content: space-evenly !important;
8535
  }
8536
  .align-items-sm-start {
8537
    align-items: flex-start !important;
8538
  }
8539
  .align-items-sm-end {
8540
    align-items: flex-end !important;
8541
  }
8542
  .align-items-sm-center {
8543
    align-items: center !important;
8544
  }
8545
  .align-items-sm-baseline {
8546
    align-items: baseline !important;
8547
  }
8548
  .align-items-sm-stretch {
8549
    align-items: stretch !important;
8550
  }
8551
  .align-content-sm-start {
8552
    align-content: flex-start !important;
8553
  }
8554
  .align-content-sm-end {
8555
    align-content: flex-end !important;
8556
  }
8557
  .align-content-sm-center {
8558
    align-content: center !important;
8559
  }
8560
  .align-content-sm-between {
8561
    align-content: space-between !important;
8562
  }
8563
  .align-content-sm-around {
8564
    align-content: space-around !important;
8565
  }
8566
  .align-content-sm-stretch {
8567
    align-content: stretch !important;
8568
  }
8569
  .align-self-sm-auto {
8570
    align-self: auto !important;
8571
  }
8572
  .align-self-sm-start {
8573
    align-self: flex-start !important;
8574
  }
8575
  .align-self-sm-end {
8576
    align-self: flex-end !important;
8577
  }
8578
  .align-self-sm-center {
8579
    align-self: center !important;
8580
  }
8581
  .align-self-sm-baseline {
8582
    align-self: baseline !important;
8583
  }
8584
  .align-self-sm-stretch {
8585
    align-self: stretch !important;
8586
  }
8587
  .order-sm-first {
8588
    order: -1 !important;
8589
  }
8590
  .order-sm-0 {
8591
    order: 0 !important;
8592
  }
8593
  .order-sm-1 {
8594
    order: 1 !important;
8595
  }
8596
  .order-sm-2 {
8597
    order: 2 !important;
8598
  }
8599
  .order-sm-3 {
8600
    order: 3 !important;
8601
  }
8602
  .order-sm-4 {
8603
    order: 4 !important;
8604
  }
8605
  .order-sm-5 {
8606
    order: 5 !important;
8607
  }
8608
  .order-sm-last {
8609
    order: 6 !important;
8610
  }
8611
  .m-sm-0 {
8612
    margin: 0 !important;
8613
  }
8614
  .m-sm-1 {
8615
    margin: 0.25rem !important;
8616
  }
8617
  .m-sm-2 {
8618
    margin: 0.5rem !important;
8619
  }
8620
  .m-sm-3 {
8621
    margin: 1rem !important;
8622
  }
8623
  .m-sm-4 {
8624
    margin: 1.5rem !important;
8625
  }
8626
  .m-sm-5 {
8627
    margin: 3rem !important;
8628
  }
8629
  .m-sm-6 {
8630
    margin: 4.5rem !important;
8631
  }
8632
  .m-sm-7 {
8633
    margin: 6rem !important;
8634
  }
8635
  .m-sm-auto {
8636
    margin: auto !important;
8637
  }
8638
  .mx-sm-0 {
8639
    margin-right: 0 !important;
8640
    margin-left: 0 !important;
8641
  }
8642
  .mx-sm-1 {
8643
    margin-right: 0.25rem !important;
8644
    margin-left: 0.25rem !important;
8645
  }
8646
  .mx-sm-2 {
8647
    margin-right: 0.5rem !important;
8648
    margin-left: 0.5rem !important;
8649
  }
8650
  .mx-sm-3 {
8651
    margin-right: 1rem !important;
8652
    margin-left: 1rem !important;
8653
  }
8654
  .mx-sm-4 {
8655
    margin-right: 1.5rem !important;
8656
    margin-left: 1.5rem !important;
8657
  }
8658
  .mx-sm-5 {
8659
    margin-right: 3rem !important;
8660
    margin-left: 3rem !important;
8661
  }
8662
  .mx-sm-6 {
8663
    margin-right: 4.5rem !important;
8664
    margin-left: 4.5rem !important;
8665
  }
8666
  .mx-sm-7 {
8667
    margin-right: 6rem !important;
8668
    margin-left: 6rem !important;
8669
  }
8670
  .mx-sm-auto {
8671
    margin-right: auto !important;
8672
    margin-left: auto !important;
8673
  }
8674
  .my-sm-0 {
8675
    margin-top: 0 !important;
8676
    margin-bottom: 0 !important;
8677
  }
8678
  .my-sm-1 {
8679
    margin-top: 0.25rem !important;
8680
    margin-bottom: 0.25rem !important;
8681
  }
8682
  .my-sm-2 {
8683
    margin-top: 0.5rem !important;
8684
    margin-bottom: 0.5rem !important;
8685
  }
8686
  .my-sm-3 {
8687
    margin-top: 1rem !important;
8688
    margin-bottom: 1rem !important;
8689
  }
8690
  .my-sm-4 {
8691
    margin-top: 1.5rem !important;
8692
    margin-bottom: 1.5rem !important;
8693
  }
8694
  .my-sm-5 {
8695
    margin-top: 3rem !important;
8696
    margin-bottom: 3rem !important;
8697
  }
8698
  .my-sm-6 {
8699
    margin-top: 4.5rem !important;
8700
    margin-bottom: 4.5rem !important;
8701
  }
8702
  .my-sm-7 {
8703
    margin-top: 6rem !important;
8704
    margin-bottom: 6rem !important;
8705
  }
8706
  .my-sm-auto {
8707
    margin-top: auto !important;
8708
    margin-bottom: auto !important;
8709
  }
8710
  .mt-sm-0 {
8711
    margin-top: 0 !important;
8712
  }
8713
  .mt-sm-1 {
8714
    margin-top: 0.25rem !important;
8715
  }
8716
  .mt-sm-2 {
8717
    margin-top: 0.5rem !important;
8718
  }
8719
  .mt-sm-3 {
8720
    margin-top: 1rem !important;
8721
  }
8722
  .mt-sm-4 {
8723
    margin-top: 1.5rem !important;
8724
  }
8725
  .mt-sm-5 {
8726
    margin-top: 3rem !important;
8727
  }
8728
  .mt-sm-6 {
8729
    margin-top: 4.5rem !important;
8730
  }
8731
  .mt-sm-7 {
8732
    margin-top: 6rem !important;
8733
  }
8734
  .mt-sm-auto {
8735
    margin-top: auto !important;
8736
  }
8737
  .me-sm-0 {
8738
    margin-right: 0 !important;
8739
  }
8740
  .me-sm-1 {
8741
    margin-right: 0.25rem !important;
8742
  }
8743
  .me-sm-2 {
8744
    margin-right: 0.5rem !important;
8745
  }
8746
  .me-sm-3 {
8747
    margin-right: 1rem !important;
8748
  }
8749
  .me-sm-4 {
8750
    margin-right: 1.5rem !important;
8751
  }
8752
  .me-sm-5 {
8753
    margin-right: 3rem !important;
8754
  }
8755
  .me-sm-6 {
8756
    margin-right: 4.5rem !important;
8757
  }
8758
  .me-sm-7 {
8759
    margin-right: 6rem !important;
8760
  }
8761
  .me-sm-auto {
8762
    margin-right: auto !important;
8763
  }
8764
  .mb-sm-0 {
8765
    margin-bottom: 0 !important;
8766
  }
8767
  .mb-sm-1 {
8768
    margin-bottom: 0.25rem !important;
8769
  }
8770
  .mb-sm-2 {
8771
    margin-bottom: 0.5rem !important;
8772
  }
8773
  .mb-sm-3 {
8774
    margin-bottom: 1rem !important;
8775
  }
8776
  .mb-sm-4 {
8777
    margin-bottom: 1.5rem !important;
8778
  }
8779
  .mb-sm-5 {
8780
    margin-bottom: 3rem !important;
8781
  }
8782
  .mb-sm-6 {
8783
    margin-bottom: 4.5rem !important;
8784
  }
8785
  .mb-sm-7 {
8786
    margin-bottom: 6rem !important;
8787
  }
8788
  .mb-sm-auto {
8789
    margin-bottom: auto !important;
8790
  }
8791
  .ms-sm-0 {
8792
    margin-left: 0 !important;
8793
  }
8794
  .ms-sm-1 {
8795
    margin-left: 0.25rem !important;
8796
  }
8797
  .ms-sm-2 {
8798
    margin-left: 0.5rem !important;
8799
  }
8800
  .ms-sm-3 {
8801
    margin-left: 1rem !important;
8802
  }
8803
  .ms-sm-4 {
8804
    margin-left: 1.5rem !important;
8805
  }
8806
  .ms-sm-5 {
8807
    margin-left: 3rem !important;
8808
  }
8809
  .ms-sm-6 {
8810
    margin-left: 4.5rem !important;
8811
  }
8812
  .ms-sm-7 {
8813
    margin-left: 6rem !important;
8814
  }
8815
  .ms-sm-auto {
8816
    margin-left: auto !important;
8817
  }
8818
  .m-sm-n1 {
8819
    margin: -0.25rem !important;
8820
  }
8821
  .m-sm-n2 {
8822
    margin: -0.5rem !important;
8823
  }
8824
  .m-sm-n3 {
8825
    margin: -1rem !important;
8826
  }
8827
  .m-sm-n4 {
8828
    margin: -1.5rem !important;
8829
  }
8830
  .m-sm-n5 {
8831
    margin: -3rem !important;
8832
  }
8833
  .m-sm-n6 {
8834
    margin: -4.5rem !important;
8835
  }
8836
  .m-sm-n7 {
8837
    margin: -6rem !important;
8838
  }
8839
  .mx-sm-n1 {
8840
    margin-right: -0.25rem !important;
8841
    margin-left: -0.25rem !important;
8842
  }
8843
  .mx-sm-n2 {
8844
    margin-right: -0.5rem !important;
8845
    margin-left: -0.5rem !important;
8846
  }
8847
  .mx-sm-n3 {
8848
    margin-right: -1rem !important;
8849
    margin-left: -1rem !important;
8850
  }
8851
  .mx-sm-n4 {
8852
    margin-right: -1.5rem !important;
8853
    margin-left: -1.5rem !important;
8854
  }
8855
  .mx-sm-n5 {
8856
    margin-right: -3rem !important;
8857
    margin-left: -3rem !important;
8858
  }
8859
  .mx-sm-n6 {
8860
    margin-right: -4.5rem !important;
8861
    margin-left: -4.5rem !important;
8862
  }
8863
  .mx-sm-n7 {
8864
    margin-right: -6rem !important;
8865
    margin-left: -6rem !important;
8866
  }
8867
  .my-sm-n1 {
8868
    margin-top: -0.25rem !important;
8869
    margin-bottom: -0.25rem !important;
8870
  }
8871
  .my-sm-n2 {
8872
    margin-top: -0.5rem !important;
8873
    margin-bottom: -0.5rem !important;
8874
  }
8875
  .my-sm-n3 {
8876
    margin-top: -1rem !important;
8877
    margin-bottom: -1rem !important;
8878
  }
8879
  .my-sm-n4 {
8880
    margin-top: -1.5rem !important;
8881
    margin-bottom: -1.5rem !important;
8882
  }
8883
  .my-sm-n5 {
8884
    margin-top: -3rem !important;
8885
    margin-bottom: -3rem !important;
8886
  }
8887
  .my-sm-n6 {
8888
    margin-top: -4.5rem !important;
8889
    margin-bottom: -4.5rem !important;
8890
  }
8891
  .my-sm-n7 {
8892
    margin-top: -6rem !important;
8893
    margin-bottom: -6rem !important;
8894
  }
8895
  .mt-sm-n1 {
8896
    margin-top: -0.25rem !important;
8897
  }
8898
  .mt-sm-n2 {
8899
    margin-top: -0.5rem !important;
8900
  }
8901
  .mt-sm-n3 {
8902
    margin-top: -1rem !important;
8903
  }
8904
  .mt-sm-n4 {
8905
    margin-top: -1.5rem !important;
8906
  }
8907
  .mt-sm-n5 {
8908
    margin-top: -3rem !important;
8909
  }
8910
  .mt-sm-n6 {
8911
    margin-top: -4.5rem !important;
8912
  }
8913
  .mt-sm-n7 {
8914
    margin-top: -6rem !important;
8915
  }
8916
  .me-sm-n1 {
8917
    margin-right: -0.25rem !important;
8918
  }
8919
  .me-sm-n2 {
8920
    margin-right: -0.5rem !important;
8921
  }
8922
  .me-sm-n3 {
8923
    margin-right: -1rem !important;
8924
  }
8925
  .me-sm-n4 {
8926
    margin-right: -1.5rem !important;
8927
  }
8928
  .me-sm-n5 {
8929
    margin-right: -3rem !important;
8930
  }
8931
  .me-sm-n6 {
8932
    margin-right: -4.5rem !important;
8933
  }
8934
  .me-sm-n7 {
8935
    margin-right: -6rem !important;
8936
  }
8937
  .mb-sm-n1 {
8938
    margin-bottom: -0.25rem !important;
8939
  }
8940
  .mb-sm-n2 {
8941
    margin-bottom: -0.5rem !important;
8942
  }
8943
  .mb-sm-n3 {
8944
    margin-bottom: -1rem !important;
8945
  }
8946
  .mb-sm-n4 {
8947
    margin-bottom: -1.5rem !important;
8948
  }
8949
  .mb-sm-n5 {
8950
    margin-bottom: -3rem !important;
8951
  }
8952
  .mb-sm-n6 {
8953
    margin-bottom: -4.5rem !important;
8954
  }
8955
  .mb-sm-n7 {
8956
    margin-bottom: -6rem !important;
8957
  }
8958
  .ms-sm-n1 {
8959
    margin-left: -0.25rem !important;
8960
  }
8961
  .ms-sm-n2 {
8962
    margin-left: -0.5rem !important;
8963
  }
8964
  .ms-sm-n3 {
8965
    margin-left: -1rem !important;
8966
  }
8967
  .ms-sm-n4 {
8968
    margin-left: -1.5rem !important;
8969
  }
8970
  .ms-sm-n5 {
8971
    margin-left: -3rem !important;
8972
  }
8973
  .ms-sm-n6 {
8974
    margin-left: -4.5rem !important;
8975
  }
8976
  .ms-sm-n7 {
8977
    margin-left: -6rem !important;
8978
  }
8979
  .p-sm-0 {
8980
    padding: 0 !important;
8981
  }
8982
  .p-sm-1 {
8983
    padding: 0.25rem !important;
8984
  }
8985
  .p-sm-2 {
8986
    padding: 0.5rem !important;
8987
  }
8988
  .p-sm-3 {
8989
    padding: 1rem !important;
8990
  }
8991
  .p-sm-4 {
8992
    padding: 1.5rem !important;
8993
  }
8994
  .p-sm-5 {
8995
    padding: 3rem !important;
8996
  }
8997
  .p-sm-6 {
8998
    padding: 4.5rem !important;
8999
  }
9000
  .p-sm-7 {
9001
    padding: 6rem !important;
9002
  }
9003
  .px-sm-0 {
9004
    padding-right: 0 !important;
9005
    padding-left: 0 !important;
9006
  }
9007
  .px-sm-1 {
9008
    padding-right: 0.25rem !important;
9009
    padding-left: 0.25rem !important;
9010
  }
9011
  .px-sm-2 {
9012
    padding-right: 0.5rem !important;
9013
    padding-left: 0.5rem !important;
9014
  }
9015
  .px-sm-3 {
9016
    padding-right: 1rem !important;
9017
    padding-left: 1rem !important;
9018
  }
9019
  .px-sm-4 {
9020
    padding-right: 1.5rem !important;
9021
    padding-left: 1.5rem !important;
9022
  }
9023
  .px-sm-5 {
9024
    padding-right: 3rem !important;
9025
    padding-left: 3rem !important;
9026
  }
9027
  .px-sm-6 {
9028
    padding-right: 4.5rem !important;
9029
    padding-left: 4.5rem !important;
9030
  }
9031
  .px-sm-7 {
9032
    padding-right: 6rem !important;
9033
    padding-left: 6rem !important;
9034
  }
9035
  .py-sm-0 {
9036
    padding-top: 0 !important;
9037
    padding-bottom: 0 !important;
9038
  }
9039
  .py-sm-1 {
9040
    padding-top: 0.25rem !important;
9041
    padding-bottom: 0.25rem !important;
9042
  }
9043
  .py-sm-2 {
9044
    padding-top: 0.5rem !important;
9045
    padding-bottom: 0.5rem !important;
9046
  }
9047
  .py-sm-3 {
9048
    padding-top: 1rem !important;
9049
    padding-bottom: 1rem !important;
9050
  }
9051
  .py-sm-4 {
9052
    padding-top: 1.5rem !important;
9053
    padding-bottom: 1.5rem !important;
9054
  }
9055
  .py-sm-5 {
9056
    padding-top: 3rem !important;
9057
    padding-bottom: 3rem !important;
9058
  }
9059
  .py-sm-6 {
9060
    padding-top: 4.5rem !important;
9061
    padding-bottom: 4.5rem !important;
9062
  }
9063
  .py-sm-7 {
9064
    padding-top: 6rem !important;
9065
    padding-bottom: 6rem !important;
9066
  }
9067
  .pt-sm-0 {
9068
    padding-top: 0 !important;
9069
  }
9070
  .pt-sm-1 {
9071
    padding-top: 0.25rem !important;
9072
  }
9073
  .pt-sm-2 {
9074
    padding-top: 0.5rem !important;
9075
  }
9076
  .pt-sm-3 {
9077
    padding-top: 1rem !important;
9078
  }
9079
  .pt-sm-4 {
9080
    padding-top: 1.5rem !important;
9081
  }
9082
  .pt-sm-5 {
9083
    padding-top: 3rem !important;
9084
  }
9085
  .pt-sm-6 {
9086
    padding-top: 4.5rem !important;
9087
  }
9088
  .pt-sm-7 {
9089
    padding-top: 6rem !important;
9090
  }
9091
  .pe-sm-0 {
9092
    padding-right: 0 !important;
9093
  }
9094
  .pe-sm-1 {
9095
    padding-right: 0.25rem !important;
9096
  }
9097
  .pe-sm-2 {
9098
    padding-right: 0.5rem !important;
9099
  }
9100
  .pe-sm-3 {
9101
    padding-right: 1rem !important;
9102
  }
9103
  .pe-sm-4 {
9104
    padding-right: 1.5rem !important;
9105
  }
9106
  .pe-sm-5 {
9107
    padding-right: 3rem !important;
9108
  }
9109
  .pe-sm-6 {
9110
    padding-right: 4.5rem !important;
9111
  }
9112
  .pe-sm-7 {
9113
    padding-right: 6rem !important;
9114
  }
9115
  .pb-sm-0 {
9116
    padding-bottom: 0 !important;
9117
  }
9118
  .pb-sm-1 {
9119
    padding-bottom: 0.25rem !important;
9120
  }
9121
  .pb-sm-2 {
9122
    padding-bottom: 0.5rem !important;
9123
  }
9124
  .pb-sm-3 {
9125
    padding-bottom: 1rem !important;
9126
  }
9127
  .pb-sm-4 {
9128
    padding-bottom: 1.5rem !important;
9129
  }
9130
  .pb-sm-5 {
9131
    padding-bottom: 3rem !important;
9132
  }
9133
  .pb-sm-6 {
9134
    padding-bottom: 4.5rem !important;
9135
  }
9136
  .pb-sm-7 {
9137
    padding-bottom: 6rem !important;
9138
  }
9139
  .ps-sm-0 {
9140
    padding-left: 0 !important;
9141
  }
9142
  .ps-sm-1 {
9143
    padding-left: 0.25rem !important;
9144
  }
9145
  .ps-sm-2 {
9146
    padding-left: 0.5rem !important;
9147
  }
9148
  .ps-sm-3 {
9149
    padding-left: 1rem !important;
9150
  }
9151
  .ps-sm-4 {
9152
    padding-left: 1.5rem !important;
9153
  }
9154
  .ps-sm-5 {
9155
    padding-left: 3rem !important;
9156
  }
9157
  .ps-sm-6 {
9158
    padding-left: 4.5rem !important;
9159
  }
9160
  .ps-sm-7 {
9161
    padding-left: 6rem !important;
9162
  }
9163
  .gap-sm-0 {
9164
    gap: 0 !important;
9165
  }
9166
  .gap-sm-1 {
9167
    gap: 0.25rem !important;
9168
  }
9169
  .gap-sm-2 {
9170
    gap: 0.5rem !important;
9171
  }
9172
  .gap-sm-3 {
9173
    gap: 1rem !important;
9174
  }
9175
  .gap-sm-4 {
9176
    gap: 1.5rem !important;
9177
  }
9178
  .gap-sm-5 {
9179
    gap: 3rem !important;
9180
  }
9181
  .gap-sm-6 {
9182
    gap: 4.5rem !important;
9183
  }
9184
  .gap-sm-7 {
9185
    gap: 6rem !important;
9186
  }
9187
  .text-sm-start {
9188
    text-align: left !important;
9189
  }
9190
  .text-sm-end {
9191
    text-align: right !important;
9192
  }
9193
  .text-sm-center {
9194
    text-align: center !important;
9195
  }
9196
}
9197
@media (min-width: 768px) {
9198
  .float-md-start {
9199
    float: left !important;
9200
  }
9201
  .float-md-end {
9202
    float: right !important;
9203
  }
9204
  .float-md-none {
9205
    float: none !important;
9206
  }
9207
  .d-md-inline {
9208
    display: inline !important;
9209
  }
9210
  .d-md-inline-block {
9211
    display: inline-block !important;
9212
  }
9213
  .d-md-block {
9214
    display: block !important;
9215
  }
9216
  .d-md-grid {
9217
    display: grid !important;
9218
  }
9219
  .d-md-table {
9220
    display: table !important;
9221
  }
9222
  .d-md-table-row {
9223
    display: table-row !important;
9224
  }
9225
  .d-md-table-cell {
9226
    display: table-cell !important;
9227
  }
9228
  .d-md-flex, .navbar .search-form {
9229
    display: flex !important;
9230
  }
9231
  .d-md-inline-flex {
9232
    display: inline-flex !important;
9233
  }
9234
  .d-md-none {
9235
    display: none !important;
9236
  }
9237
  .border-md {
9238
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
9239
  }
9240
  .border-md-0 {
9241
    border: 0 !important;
9242
  }
9243
  .border-top-md {
9244
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
9245
  }
9246
  .border-top-md-0 {
9247
    border-top: 0 !important;
9248
  }
9249
  .border-end-md {
9250
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
9251
  }
9252
  .border-end-md-0 {
9253
    border-right: 0 !important;
9254
  }
9255
  .border-bottom-md {
9256
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
9257
  }
9258
  .border-bottom-md-0 {
9259
    border-bottom: 0 !important;
9260
  }
9261
  .border-start-md {
9262
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
9263
  }
9264
  .border-start-md-0 {
9265
    border-left: 0 !important;
9266
  }
9267
  .flex-md-fill {
9268
    flex: 1 1 auto !important;
9269
  }
9270
  .flex-md-row {
9271
    flex-direction: row !important;
9272
  }
9273
  .flex-md-column {
9274
    flex-direction: column !important;
9275
  }
9276
  .flex-md-row-reverse {
9277
    flex-direction: row-reverse !important;
9278
  }
9279
  .flex-md-column-reverse {
9280
    flex-direction: column-reverse !important;
9281
  }
9282
  .flex-md-grow-0 {
9283
    flex-grow: 0 !important;
9284
  }
9285
  .flex-md-grow-1 {
9286
    flex-grow: 1 !important;
9287
  }
9288
  .flex-md-shrink-0 {
9289
    flex-shrink: 0 !important;
9290
  }
9291
  .flex-md-shrink-1 {
9292
    flex-shrink: 1 !important;
9293
  }
9294
  .flex-md-wrap {
9295
    flex-wrap: wrap !important;
9296
  }
9297
  .flex-md-nowrap {
9298
    flex-wrap: nowrap !important;
9299
  }
9300
  .flex-md-wrap-reverse {
9301
    flex-wrap: wrap-reverse !important;
9302
  }
9303
  .justify-content-md-start {
9304
    justify-content: flex-start !important;
9305
  }
9306
  .justify-content-md-end, .dataTables_wrapper div.dataTables_paginate ul.pagination {
9307
    justify-content: flex-end !important;
9308
  }
9309
  .justify-content-md-center {
9310
    justify-content: center !important;
9311
  }
9312
  .justify-content-md-between {
9313
    justify-content: space-between !important;
9314
  }
9315
  .justify-content-md-around {
9316
    justify-content: space-around !important;
9317
  }
9318
  .justify-content-md-evenly {
9319
    justify-content: space-evenly !important;
9320
  }
9321
  .align-items-md-start {
9322
    align-items: flex-start !important;
9323
  }
9324
  .align-items-md-end {
9325
    align-items: flex-end !important;
9326
  }
9327
  .align-items-md-center {
9328
    align-items: center !important;
9329
  }
9330
  .align-items-md-baseline {
9331
    align-items: baseline !important;
9332
  }
9333
  .align-items-md-stretch {
9334
    align-items: stretch !important;
9335
  }
9336
  .align-content-md-start {
9337
    align-content: flex-start !important;
9338
  }
9339
  .align-content-md-end {
9340
    align-content: flex-end !important;
9341
  }
9342
  .align-content-md-center {
9343
    align-content: center !important;
9344
  }
9345
  .align-content-md-between {
9346
    align-content: space-between !important;
9347
  }
9348
  .align-content-md-around {
9349
    align-content: space-around !important;
9350
  }
9351
  .align-content-md-stretch {
9352
    align-content: stretch !important;
9353
  }
9354
  .align-self-md-auto {
9355
    align-self: auto !important;
9356
  }
9357
  .align-self-md-start {
9358
    align-self: flex-start !important;
9359
  }
9360
  .align-self-md-end {
9361
    align-self: flex-end !important;
9362
  }
9363
  .align-self-md-center {
9364
    align-self: center !important;
9365
  }
9366
  .align-self-md-baseline {
9367
    align-self: baseline !important;
9368
  }
9369
  .align-self-md-stretch {
9370
    align-self: stretch !important;
9371
  }
9372
  .order-md-first {
9373
    order: -1 !important;
9374
  }
9375
  .order-md-0 {
9376
    order: 0 !important;
9377
  }
9378
  .order-md-1 {
9379
    order: 1 !important;
9380
  }
9381
  .order-md-2 {
9382
    order: 2 !important;
9383
  }
9384
  .order-md-3 {
9385
    order: 3 !important;
9386
  }
9387
  .order-md-4 {
9388
    order: 4 !important;
9389
  }
9390
  .order-md-5 {
9391
    order: 5 !important;
9392
  }
9393
  .order-md-last {
9394
    order: 6 !important;
9395
  }
9396
  .m-md-0 {
9397
    margin: 0 !important;
9398
  }
9399
  .m-md-1 {
9400
    margin: 0.25rem !important;
9401
  }
9402
  .m-md-2 {
9403
    margin: 0.5rem !important;
9404
  }
9405
  .m-md-3 {
9406
    margin: 1rem !important;
9407
  }
9408
  .m-md-4 {
9409
    margin: 1.5rem !important;
9410
  }
9411
  .m-md-5 {
9412
    margin: 3rem !important;
9413
  }
9414
  .m-md-6 {
9415
    margin: 4.5rem !important;
9416
  }
9417
  .m-md-7 {
9418
    margin: 6rem !important;
9419
  }
9420
  .m-md-auto {
9421
    margin: auto !important;
9422
  }
9423
  .mx-md-0 {
9424
    margin-right: 0 !important;
9425
    margin-left: 0 !important;
9426
  }
9427
  .mx-md-1 {
9428
    margin-right: 0.25rem !important;
9429
    margin-left: 0.25rem !important;
9430
  }
9431
  .mx-md-2 {
9432
    margin-right: 0.5rem !important;
9433
    margin-left: 0.5rem !important;
9434
  }
9435
  .mx-md-3 {
9436
    margin-right: 1rem !important;
9437
    margin-left: 1rem !important;
9438
  }
9439
  .mx-md-4 {
9440
    margin-right: 1.5rem !important;
9441
    margin-left: 1.5rem !important;
9442
  }
9443
  .mx-md-5 {
9444
    margin-right: 3rem !important;
9445
    margin-left: 3rem !important;
9446
  }
9447
  .mx-md-6 {
9448
    margin-right: 4.5rem !important;
9449
    margin-left: 4.5rem !important;
9450
  }
9451
  .mx-md-7 {
9452
    margin-right: 6rem !important;
9453
    margin-left: 6rem !important;
9454
  }
9455
  .mx-md-auto {
9456
    margin-right: auto !important;
9457
    margin-left: auto !important;
9458
  }
9459
  .my-md-0 {
9460
    margin-top: 0 !important;
9461
    margin-bottom: 0 !important;
9462
  }
9463
  .my-md-1 {
9464
    margin-top: 0.25rem !important;
9465
    margin-bottom: 0.25rem !important;
9466
  }
9467
  .my-md-2 {
9468
    margin-top: 0.5rem !important;
9469
    margin-bottom: 0.5rem !important;
9470
  }
9471
  .my-md-3 {
9472
    margin-top: 1rem !important;
9473
    margin-bottom: 1rem !important;
9474
  }
9475
  .my-md-4 {
9476
    margin-top: 1.5rem !important;
9477
    margin-bottom: 1.5rem !important;
9478
  }
9479
  .my-md-5 {
9480
    margin-top: 3rem !important;
9481
    margin-bottom: 3rem !important;
9482
  }
9483
  .my-md-6 {
9484
    margin-top: 4.5rem !important;
9485
    margin-bottom: 4.5rem !important;
9486
  }
9487
  .my-md-7 {
9488
    margin-top: 6rem !important;
9489
    margin-bottom: 6rem !important;
9490
  }
9491
  .my-md-auto {
9492
    margin-top: auto !important;
9493
    margin-bottom: auto !important;
9494
  }
9495
  .mt-md-0, .dataTables_wrapper div.dataTables_paginate ul.pagination {
9496
    margin-top: 0 !important;
9497
  }
9498
  .mt-md-1 {
9499
    margin-top: 0.25rem !important;
9500
  }
9501
  .mt-md-2 {
9502
    margin-top: 0.5rem !important;
9503
  }
9504
  .mt-md-3 {
9505
    margin-top: 1rem !important;
9506
  }
9507
  .mt-md-4 {
9508
    margin-top: 1.5rem !important;
9509
  }
9510
  .mt-md-5 {
9511
    margin-top: 3rem !important;
9512
  }
9513
  .mt-md-6 {
9514
    margin-top: 4.5rem !important;
9515
  }
9516
  .mt-md-7 {
9517
    margin-top: 6rem !important;
9518
  }
9519
  .mt-md-auto {
9520
    margin-top: auto !important;
9521
  }
9522
  .me-md-0 {
9523
    margin-right: 0 !important;
9524
  }
9525
  .me-md-1 {
9526
    margin-right: 0.25rem !important;
9527
  }
9528
  .me-md-2 {
9529
    margin-right: 0.5rem !important;
9530
  }
9531
  .me-md-3 {
9532
    margin-right: 1rem !important;
9533
  }
9534
  .me-md-4 {
9535
    margin-right: 1.5rem !important;
9536
  }
9537
  .me-md-5 {
9538
    margin-right: 3rem !important;
9539
  }
9540
  .me-md-6 {
9541
    margin-right: 4.5rem !important;
9542
  }
9543
  .me-md-7 {
9544
    margin-right: 6rem !important;
9545
  }
9546
  .me-md-auto {
9547
    margin-right: auto !important;
9548
  }
9549
  .mb-md-0, .example .btn-group {
9550
    margin-bottom: 0 !important;
9551
  }
9552
  .mb-md-1 {
9553
    margin-bottom: 0.25rem !important;
9554
  }
9555
  .mb-md-2 {
9556
    margin-bottom: 0.5rem !important;
9557
  }
9558
  .mb-md-3 {
9559
    margin-bottom: 1rem !important;
9560
  }
9561
  .mb-md-4 {
9562
    margin-bottom: 1.5rem !important;
9563
  }
9564
  .mb-md-5 {
9565
    margin-bottom: 3rem !important;
9566
  }
9567
  .mb-md-6 {
9568
    margin-bottom: 4.5rem !important;
9569
  }
9570
  .mb-md-7 {
9571
    margin-bottom: 6rem !important;
9572
  }
9573
  .mb-md-auto {
9574
    margin-bottom: auto !important;
9575
  }
9576
  .ms-md-0 {
9577
    margin-left: 0 !important;
9578
  }
9579
  .ms-md-1 {
9580
    margin-left: 0.25rem !important;
9581
  }
9582
  .ms-md-2 {
9583
    margin-left: 0.5rem !important;
9584
  }
9585
  .ms-md-3 {
9586
    margin-left: 1rem !important;
9587
  }
9588
  .ms-md-4 {
9589
    margin-left: 1.5rem !important;
9590
  }
9591
  .ms-md-5 {
9592
    margin-left: 3rem !important;
9593
  }
9594
  .ms-md-6 {
9595
    margin-left: 4.5rem !important;
9596
  }
9597
  .ms-md-7 {
9598
    margin-left: 6rem !important;
9599
  }
9600
  .ms-md-auto {
9601
    margin-left: auto !important;
9602
  }
9603
  .m-md-n1 {
9604
    margin: -0.25rem !important;
9605
  }
9606
  .m-md-n2 {
9607
    margin: -0.5rem !important;
9608
  }
9609
  .m-md-n3 {
9610
    margin: -1rem !important;
9611
  }
9612
  .m-md-n4 {
9613
    margin: -1.5rem !important;
9614
  }
9615
  .m-md-n5 {
9616
    margin: -3rem !important;
9617
  }
9618
  .m-md-n6 {
9619
    margin: -4.5rem !important;
9620
  }
9621
  .m-md-n7 {
9622
    margin: -6rem !important;
9623
  }
9624
  .mx-md-n1 {
9625
    margin-right: -0.25rem !important;
9626
    margin-left: -0.25rem !important;
9627
  }
9628
  .mx-md-n2 {
9629
    margin-right: -0.5rem !important;
9630
    margin-left: -0.5rem !important;
9631
  }
9632
  .mx-md-n3 {
9633
    margin-right: -1rem !important;
9634
    margin-left: -1rem !important;
9635
  }
9636
  .mx-md-n4 {
9637
    margin-right: -1.5rem !important;
9638
    margin-left: -1.5rem !important;
9639
  }
9640
  .mx-md-n5 {
9641
    margin-right: -3rem !important;
9642
    margin-left: -3rem !important;
9643
  }
9644
  .mx-md-n6 {
9645
    margin-right: -4.5rem !important;
9646
    margin-left: -4.5rem !important;
9647
  }
9648
  .mx-md-n7 {
9649
    margin-right: -6rem !important;
9650
    margin-left: -6rem !important;
9651
  }
9652
  .my-md-n1 {
9653
    margin-top: -0.25rem !important;
9654
    margin-bottom: -0.25rem !important;
9655
  }
9656
  .my-md-n2 {
9657
    margin-top: -0.5rem !important;
9658
    margin-bottom: -0.5rem !important;
9659
  }
9660
  .my-md-n3 {
9661
    margin-top: -1rem !important;
9662
    margin-bottom: -1rem !important;
9663
  }
9664
  .my-md-n4 {
9665
    margin-top: -1.5rem !important;
9666
    margin-bottom: -1.5rem !important;
9667
  }
9668
  .my-md-n5 {
9669
    margin-top: -3rem !important;
9670
    margin-bottom: -3rem !important;
9671
  }
9672
  .my-md-n6 {
9673
    margin-top: -4.5rem !important;
9674
    margin-bottom: -4.5rem !important;
9675
  }
9676
  .my-md-n7 {
9677
    margin-top: -6rem !important;
9678
    margin-bottom: -6rem !important;
9679
  }
9680
  .mt-md-n1 {
9681
    margin-top: -0.25rem !important;
9682
  }
9683
  .mt-md-n2 {
9684
    margin-top: -0.5rem !important;
9685
  }
9686
  .mt-md-n3 {
9687
    margin-top: -1rem !important;
9688
  }
9689
  .mt-md-n4 {
9690
    margin-top: -1.5rem !important;
9691
  }
9692
  .mt-md-n5 {
9693
    margin-top: -3rem !important;
9694
  }
9695
  .mt-md-n6 {
9696
    margin-top: -4.5rem !important;
9697
  }
9698
  .mt-md-n7 {
9699
    margin-top: -6rem !important;
9700
  }
9701
  .me-md-n1 {
9702
    margin-right: -0.25rem !important;
9703
  }
9704
  .me-md-n2 {
9705
    margin-right: -0.5rem !important;
9706
  }
9707
  .me-md-n3 {
9708
    margin-right: -1rem !important;
9709
  }
9710
  .me-md-n4 {
9711
    margin-right: -1.5rem !important;
9712
  }
9713
  .me-md-n5 {
9714
    margin-right: -3rem !important;
9715
  }
9716
  .me-md-n6 {
9717
    margin-right: -4.5rem !important;
9718
  }
9719
  .me-md-n7 {
9720
    margin-right: -6rem !important;
9721
  }
9722
  .mb-md-n1 {
9723
    margin-bottom: -0.25rem !important;
9724
  }
9725
  .mb-md-n2 {
9726
    margin-bottom: -0.5rem !important;
9727
  }
9728
  .mb-md-n3 {
9729
    margin-bottom: -1rem !important;
9730
  }
9731
  .mb-md-n4 {
9732
    margin-bottom: -1.5rem !important;
9733
  }
9734
  .mb-md-n5 {
9735
    margin-bottom: -3rem !important;
9736
  }
9737
  .mb-md-n6 {
9738
    margin-bottom: -4.5rem !important;
9739
  }
9740
  .mb-md-n7 {
9741
    margin-bottom: -6rem !important;
9742
  }
9743
  .ms-md-n1 {
9744
    margin-left: -0.25rem !important;
9745
  }
9746
  .ms-md-n2 {
9747
    margin-left: -0.5rem !important;
9748
  }
9749
  .ms-md-n3 {
9750
    margin-left: -1rem !important;
9751
  }
9752
  .ms-md-n4 {
9753
    margin-left: -1.5rem !important;
9754
  }
9755
  .ms-md-n5 {
9756
    margin-left: -3rem !important;
9757
  }
9758
  .ms-md-n6 {
9759
    margin-left: -4.5rem !important;
9760
  }
9761
  .ms-md-n7 {
9762
    margin-left: -6rem !important;
9763
  }
9764
  .p-md-0 {
9765
    padding: 0 !important;
9766
  }
9767
  .p-md-1 {
9768
    padding: 0.25rem !important;
9769
  }
9770
  .p-md-2 {
9771
    padding: 0.5rem !important;
9772
  }
9773
  .p-md-3 {
9774
    padding: 1rem !important;
9775
  }
9776
  .p-md-4 {
9777
    padding: 1.5rem !important;
9778
  }
9779
  .p-md-5 {
9780
    padding: 3rem !important;
9781
  }
9782
  .p-md-6 {
9783
    padding: 4.5rem !important;
9784
  }
9785
  .p-md-7 {
9786
    padding: 6rem !important;
9787
  }
9788
  .px-md-0 {
9789
    padding-right: 0 !important;
9790
    padding-left: 0 !important;
9791
  }
9792
  .px-md-1 {
9793
    padding-right: 0.25rem !important;
9794
    padding-left: 0.25rem !important;
9795
  }
9796
  .px-md-2 {
9797
    padding-right: 0.5rem !important;
9798
    padding-left: 0.5rem !important;
9799
  }
9800
  .px-md-3 {
9801
    padding-right: 1rem !important;
9802
    padding-left: 1rem !important;
9803
  }
9804
  .px-md-4 {
9805
    padding-right: 1.5rem !important;
9806
    padding-left: 1.5rem !important;
9807
  }
9808
  .px-md-5 {
9809
    padding-right: 3rem !important;
9810
    padding-left: 3rem !important;
9811
  }
9812
  .px-md-6 {
9813
    padding-right: 4.5rem !important;
9814
    padding-left: 4.5rem !important;
9815
  }
9816
  .px-md-7 {
9817
    padding-right: 6rem !important;
9818
    padding-left: 6rem !important;
9819
  }
9820
  .py-md-0 {
9821
    padding-top: 0 !important;
9822
    padding-bottom: 0 !important;
9823
  }
9824
  .py-md-1 {
9825
    padding-top: 0.25rem !important;
9826
    padding-bottom: 0.25rem !important;
9827
  }
9828
  .py-md-2 {
9829
    padding-top: 0.5rem !important;
9830
    padding-bottom: 0.5rem !important;
9831
  }
9832
  .py-md-3 {
9833
    padding-top: 1rem !important;
9834
    padding-bottom: 1rem !important;
9835
  }
9836
  .py-md-4 {
9837
    padding-top: 1.5rem !important;
9838
    padding-bottom: 1.5rem !important;
9839
  }
9840
  .py-md-5 {
9841
    padding-top: 3rem !important;
9842
    padding-bottom: 3rem !important;
9843
  }
9844
  .py-md-6 {
9845
    padding-top: 4.5rem !important;
9846
    padding-bottom: 4.5rem !important;
9847
  }
9848
  .py-md-7 {
9849
    padding-top: 6rem !important;
9850
    padding-bottom: 6rem !important;
9851
  }
9852
  .pt-md-0 {
9853
    padding-top: 0 !important;
9854
  }
9855
  .pt-md-1 {
9856
    padding-top: 0.25rem !important;
9857
  }
9858
  .pt-md-2 {
9859
    padding-top: 0.5rem !important;
9860
  }
9861
  .pt-md-3 {
9862
    padding-top: 1rem !important;
9863
  }
9864
  .pt-md-4 {
9865
    padding-top: 1.5rem !important;
9866
  }
9867
  .pt-md-5 {
9868
    padding-top: 3rem !important;
9869
  }
9870
  .pt-md-6 {
9871
    padding-top: 4.5rem !important;
9872
  }
9873
  .pt-md-7 {
9874
    padding-top: 6rem !important;
9875
  }
9876
  .pe-md-0 {
9877
    padding-right: 0 !important;
9878
  }
9879
  .pe-md-1 {
9880
    padding-right: 0.25rem !important;
9881
  }
9882
  .pe-md-2 {
9883
    padding-right: 0.5rem !important;
9884
  }
9885
  .pe-md-3 {
9886
    padding-right: 1rem !important;
9887
  }
9888
  .pe-md-4 {
9889
    padding-right: 1.5rem !important;
9890
  }
9891
  .pe-md-5 {
9892
    padding-right: 3rem !important;
9893
  }
9894
  .pe-md-6 {
9895
    padding-right: 4.5rem !important;
9896
  }
9897
  .pe-md-7 {
9898
    padding-right: 6rem !important;
9899
  }
9900
  .pb-md-0 {
9901
    padding-bottom: 0 !important;
9902
  }
9903
  .pb-md-1 {
9904
    padding-bottom: 0.25rem !important;
9905
  }
9906
  .pb-md-2 {
9907
    padding-bottom: 0.5rem !important;
9908
  }
9909
  .pb-md-3 {
9910
    padding-bottom: 1rem !important;
9911
  }
9912
  .pb-md-4 {
9913
    padding-bottom: 1.5rem !important;
9914
  }
9915
  .pb-md-5 {
9916
    padding-bottom: 3rem !important;
9917
  }
9918
  .pb-md-6 {
9919
    padding-bottom: 4.5rem !important;
9920
  }
9921
  .pb-md-7 {
9922
    padding-bottom: 6rem !important;
9923
  }
9924
  .ps-md-0 {
9925
    padding-left: 0 !important;
9926
  }
9927
  .ps-md-1 {
9928
    padding-left: 0.25rem !important;
9929
  }
9930
  .ps-md-2 {
9931
    padding-left: 0.5rem !important;
9932
  }
9933
  .ps-md-3 {
9934
    padding-left: 1rem !important;
9935
  }
9936
  .ps-md-4 {
9937
    padding-left: 1.5rem !important;
9938
  }
9939
  .ps-md-5 {
9940
    padding-left: 3rem !important;
9941
  }
9942
  .ps-md-6 {
9943
    padding-left: 4.5rem !important;
9944
  }
9945
  .ps-md-7 {
9946
    padding-left: 6rem !important;
9947
  }
9948
  .gap-md-0 {
9949
    gap: 0 !important;
9950
  }
9951
  .gap-md-1 {
9952
    gap: 0.25rem !important;
9953
  }
9954
  .gap-md-2 {
9955
    gap: 0.5rem !important;
9956
  }
9957
  .gap-md-3 {
9958
    gap: 1rem !important;
9959
  }
9960
  .gap-md-4 {
9961
    gap: 1.5rem !important;
9962
  }
9963
  .gap-md-5 {
9964
    gap: 3rem !important;
9965
  }
9966
  .gap-md-6 {
9967
    gap: 4.5rem !important;
9968
  }
9969
  .gap-md-7 {
9970
    gap: 6rem !important;
9971
  }
9972
  .text-md-start {
9973
    text-align: left !important;
9974
  }
9975
  .text-md-end {
9976
    text-align: right !important;
9977
  }
9978
  .text-md-center {
9979
    text-align: center !important;
9980
  }
9981
}
9982
@media (min-width: 992px) {
9983
  .float-lg-start {
9984
    float: left !important;
9985
  }
9986
  .float-lg-end {
9987
    float: right !important;
9988
  }
9989
  .float-lg-none {
9990
    float: none !important;
9991
  }
9992
  .d-lg-inline {
9993
    display: inline !important;
9994
  }
9995
  .d-lg-inline-block {
9996
    display: inline-block !important;
9997
  }
9998
  .d-lg-block {
9999
    display: block !important;
10000
  }
10001
  .d-lg-grid {
10002
    display: grid !important;
10003
  }
10004
  .d-lg-table {
10005
    display: table !important;
10006
  }
10007
  .d-lg-table-row {
10008
    display: table-row !important;
10009
  }
10010
  .d-lg-table-cell {
10011
    display: table-cell !important;
10012
  }
10013
  .d-lg-flex {
10014
    display: flex !important;
10015
  }
10016
  .d-lg-inline-flex {
10017
    display: inline-flex !important;
10018
  }
10019
  .d-lg-none {
10020
    display: none !important;
10021
  }
10022
  .border-lg {
10023
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
10024
  }
10025
  .border-lg-0 {
10026
    border: 0 !important;
10027
  }
10028
  .border-top-lg {
10029
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
10030
  }
10031
  .border-top-lg-0 {
10032
    border-top: 0 !important;
10033
  }
10034
  .border-end-lg {
10035
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
10036
  }
10037
  .border-end-lg-0 {
10038
    border-right: 0 !important;
10039
  }
10040
  .border-bottom-lg {
10041
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
10042
  }
10043
  .border-bottom-lg-0 {
10044
    border-bottom: 0 !important;
10045
  }
10046
  .border-start-lg {
10047
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
10048
  }
10049
  .border-start-lg-0 {
10050
    border-left: 0 !important;
10051
  }
10052
  .flex-lg-fill {
10053
    flex: 1 1 auto !important;
10054
  }
10055
  .flex-lg-row {
10056
    flex-direction: row !important;
10057
  }
10058
  .flex-lg-column {
10059
    flex-direction: column !important;
10060
  }
10061
  .flex-lg-row-reverse {
10062
    flex-direction: row-reverse !important;
10063
  }
10064
  .flex-lg-column-reverse {
10065
    flex-direction: column-reverse !important;
10066
  }
10067
  .flex-lg-grow-0 {
10068
    flex-grow: 0 !important;
10069
  }
10070
  .flex-lg-grow-1 {
10071
    flex-grow: 1 !important;
10072
  }
10073
  .flex-lg-shrink-0 {
10074
    flex-shrink: 0 !important;
10075
  }
10076
  .flex-lg-shrink-1 {
10077
    flex-shrink: 1 !important;
10078
  }
10079
  .flex-lg-wrap {
10080
    flex-wrap: wrap !important;
10081
  }
10082
  .flex-lg-nowrap {
10083
    flex-wrap: nowrap !important;
10084
  }
10085
  .flex-lg-wrap-reverse {
10086
    flex-wrap: wrap-reverse !important;
10087
  }
10088
  .justify-content-lg-start {
10089
    justify-content: flex-start !important;
10090
  }
10091
  .justify-content-lg-end {
10092
    justify-content: flex-end !important;
10093
  }
10094
  .justify-content-lg-center {
10095
    justify-content: center !important;
10096
  }
10097
  .justify-content-lg-between {
10098
    justify-content: space-between !important;
10099
  }
10100
  .justify-content-lg-around {
10101
    justify-content: space-around !important;
10102
  }
10103
  .justify-content-lg-evenly {
10104
    justify-content: space-evenly !important;
10105
  }
10106
  .align-items-lg-start {
10107
    align-items: flex-start !important;
10108
  }
10109
  .align-items-lg-end {
10110
    align-items: flex-end !important;
10111
  }
10112
  .align-items-lg-center {
10113
    align-items: center !important;
10114
  }
10115
  .align-items-lg-baseline {
10116
    align-items: baseline !important;
10117
  }
10118
  .align-items-lg-stretch {
10119
    align-items: stretch !important;
10120
  }
10121
  .align-content-lg-start {
10122
    align-content: flex-start !important;
10123
  }
10124
  .align-content-lg-end {
10125
    align-content: flex-end !important;
10126
  }
10127
  .align-content-lg-center {
10128
    align-content: center !important;
10129
  }
10130
  .align-content-lg-between {
10131
    align-content: space-between !important;
10132
  }
10133
  .align-content-lg-around {
10134
    align-content: space-around !important;
10135
  }
10136
  .align-content-lg-stretch {
10137
    align-content: stretch !important;
10138
  }
10139
  .align-self-lg-auto {
10140
    align-self: auto !important;
10141
  }
10142
  .align-self-lg-start {
10143
    align-self: flex-start !important;
10144
  }
10145
  .align-self-lg-end {
10146
    align-self: flex-end !important;
10147
  }
10148
  .align-self-lg-center {
10149
    align-self: center !important;
10150
  }
10151
  .align-self-lg-baseline {
10152
    align-self: baseline !important;
10153
  }
10154
  .align-self-lg-stretch {
10155
    align-self: stretch !important;
10156
  }
10157
  .order-lg-first {
10158
    order: -1 !important;
10159
  }
10160
  .order-lg-0 {
10161
    order: 0 !important;
10162
  }
10163
  .order-lg-1 {
10164
    order: 1 !important;
10165
  }
10166
  .order-lg-2 {
10167
    order: 2 !important;
10168
  }
10169
  .order-lg-3 {
10170
    order: 3 !important;
10171
  }
10172
  .order-lg-4 {
10173
    order: 4 !important;
10174
  }
10175
  .order-lg-5 {
10176
    order: 5 !important;
10177
  }
10178
  .order-lg-last {
10179
    order: 6 !important;
10180
  }
10181
  .m-lg-0 {
10182
    margin: 0 !important;
10183
  }
10184
  .m-lg-1 {
10185
    margin: 0.25rem !important;
10186
  }
10187
  .m-lg-2 {
10188
    margin: 0.5rem !important;
10189
  }
10190
  .m-lg-3 {
10191
    margin: 1rem !important;
10192
  }
10193
  .m-lg-4 {
10194
    margin: 1.5rem !important;
10195
  }
10196
  .m-lg-5 {
10197
    margin: 3rem !important;
10198
  }
10199
  .m-lg-6 {
10200
    margin: 4.5rem !important;
10201
  }
10202
  .m-lg-7 {
10203
    margin: 6rem !important;
10204
  }
10205
  .m-lg-auto {
10206
    margin: auto !important;
10207
  }
10208
  .mx-lg-0 {
10209
    margin-right: 0 !important;
10210
    margin-left: 0 !important;
10211
  }
10212
  .mx-lg-1 {
10213
    margin-right: 0.25rem !important;
10214
    margin-left: 0.25rem !important;
10215
  }
10216
  .mx-lg-2 {
10217
    margin-right: 0.5rem !important;
10218
    margin-left: 0.5rem !important;
10219
  }
10220
  .mx-lg-3 {
10221
    margin-right: 1rem !important;
10222
    margin-left: 1rem !important;
10223
  }
10224
  .mx-lg-4 {
10225
    margin-right: 1.5rem !important;
10226
    margin-left: 1.5rem !important;
10227
  }
10228
  .mx-lg-5 {
10229
    margin-right: 3rem !important;
10230
    margin-left: 3rem !important;
10231
  }
10232
  .mx-lg-6 {
10233
    margin-right: 4.5rem !important;
10234
    margin-left: 4.5rem !important;
10235
  }
10236
  .mx-lg-7 {
10237
    margin-right: 6rem !important;
10238
    margin-left: 6rem !important;
10239
  }
10240
  .mx-lg-auto {
10241
    margin-right: auto !important;
10242
    margin-left: auto !important;
10243
  }
10244
  .my-lg-0 {
10245
    margin-top: 0 !important;
10246
    margin-bottom: 0 !important;
10247
  }
10248
  .my-lg-1 {
10249
    margin-top: 0.25rem !important;
10250
    margin-bottom: 0.25rem !important;
10251
  }
10252
  .my-lg-2 {
10253
    margin-top: 0.5rem !important;
10254
    margin-bottom: 0.5rem !important;
10255
  }
10256
  .my-lg-3 {
10257
    margin-top: 1rem !important;
10258
    margin-bottom: 1rem !important;
10259
  }
10260
  .my-lg-4 {
10261
    margin-top: 1.5rem !important;
10262
    margin-bottom: 1.5rem !important;
10263
  }
10264
  .my-lg-5 {
10265
    margin-top: 3rem !important;
10266
    margin-bottom: 3rem !important;
10267
  }
10268
  .my-lg-6 {
10269
    margin-top: 4.5rem !important;
10270
    margin-bottom: 4.5rem !important;
10271
  }
10272
  .my-lg-7 {
10273
    margin-top: 6rem !important;
10274
    margin-bottom: 6rem !important;
10275
  }
10276
  .my-lg-auto {
10277
    margin-top: auto !important;
10278
    margin-bottom: auto !important;
10279
  }
10280
  .mt-lg-0 {
10281
    margin-top: 0 !important;
10282
  }
10283
  .mt-lg-1 {
10284
    margin-top: 0.25rem !important;
10285
  }
10286
  .mt-lg-2 {
10287
    margin-top: 0.5rem !important;
10288
  }
10289
  .mt-lg-3 {
10290
    margin-top: 1rem !important;
10291
  }
10292
  .mt-lg-4 {
10293
    margin-top: 1.5rem !important;
10294
  }
10295
  .mt-lg-5 {
10296
    margin-top: 3rem !important;
10297
  }
10298
  .mt-lg-6 {
10299
    margin-top: 4.5rem !important;
10300
  }
10301
  .mt-lg-7 {
10302
    margin-top: 6rem !important;
10303
  }
10304
  .mt-lg-auto {
10305
    margin-top: auto !important;
10306
  }
10307
  .me-lg-0 {
10308
    margin-right: 0 !important;
10309
  }
10310
  .me-lg-1 {
10311
    margin-right: 0.25rem !important;
10312
  }
10313
  .me-lg-2 {
10314
    margin-right: 0.5rem !important;
10315
  }
10316
  .me-lg-3 {
10317
    margin-right: 1rem !important;
10318
  }
10319
  .me-lg-4 {
10320
    margin-right: 1.5rem !important;
10321
  }
10322
  .me-lg-5 {
10323
    margin-right: 3rem !important;
10324
  }
10325
  .me-lg-6 {
10326
    margin-right: 4.5rem !important;
10327
  }
10328
  .me-lg-7 {
10329
    margin-right: 6rem !important;
10330
  }
10331
  .me-lg-auto {
10332
    margin-right: auto !important;
10333
  }
10334
  .mb-lg-0 {
10335
    margin-bottom: 0 !important;
10336
  }
10337
  .mb-lg-1 {
10338
    margin-bottom: 0.25rem !important;
10339
  }
10340
  .mb-lg-2 {
10341
    margin-bottom: 0.5rem !important;
10342
  }
10343
  .mb-lg-3 {
10344
    margin-bottom: 1rem !important;
10345
  }
10346
  .mb-lg-4 {
10347
    margin-bottom: 1.5rem !important;
10348
  }
10349
  .mb-lg-5 {
10350
    margin-bottom: 3rem !important;
10351
  }
10352
  .mb-lg-6 {
10353
    margin-bottom: 4.5rem !important;
10354
  }
10355
  .mb-lg-7 {
10356
    margin-bottom: 6rem !important;
10357
  }
10358
  .mb-lg-auto {
10359
    margin-bottom: auto !important;
10360
  }
10361
  .ms-lg-0 {
10362
    margin-left: 0 !important;
10363
  }
10364
  .ms-lg-1 {
10365
    margin-left: 0.25rem !important;
10366
  }
10367
  .ms-lg-2 {
10368
    margin-left: 0.5rem !important;
10369
  }
10370
  .ms-lg-3 {
10371
    margin-left: 1rem !important;
10372
  }
10373
  .ms-lg-4 {
10374
    margin-left: 1.5rem !important;
10375
  }
10376
  .ms-lg-5 {
10377
    margin-left: 3rem !important;
10378
  }
10379
  .ms-lg-6 {
10380
    margin-left: 4.5rem !important;
10381
  }
10382
  .ms-lg-7 {
10383
    margin-left: 6rem !important;
10384
  }
10385
  .ms-lg-auto {
10386
    margin-left: auto !important;
10387
  }
10388
  .m-lg-n1 {
10389
    margin: -0.25rem !important;
10390
  }
10391
  .m-lg-n2 {
10392
    margin: -0.5rem !important;
10393
  }
10394
  .m-lg-n3 {
10395
    margin: -1rem !important;
10396
  }
10397
  .m-lg-n4 {
10398
    margin: -1.5rem !important;
10399
  }
10400
  .m-lg-n5 {
10401
    margin: -3rem !important;
10402
  }
10403
  .m-lg-n6 {
10404
    margin: -4.5rem !important;
10405
  }
10406
  .m-lg-n7 {
10407
    margin: -6rem !important;
10408
  }
10409
  .mx-lg-n1 {
10410
    margin-right: -0.25rem !important;
10411
    margin-left: -0.25rem !important;
10412
  }
10413
  .mx-lg-n2 {
10414
    margin-right: -0.5rem !important;
10415
    margin-left: -0.5rem !important;
10416
  }
10417
  .mx-lg-n3 {
10418
    margin-right: -1rem !important;
10419
    margin-left: -1rem !important;
10420
  }
10421
  .mx-lg-n4 {
10422
    margin-right: -1.5rem !important;
10423
    margin-left: -1.5rem !important;
10424
  }
10425
  .mx-lg-n5 {
10426
    margin-right: -3rem !important;
10427
    margin-left: -3rem !important;
10428
  }
10429
  .mx-lg-n6 {
10430
    margin-right: -4.5rem !important;
10431
    margin-left: -4.5rem !important;
10432
  }
10433
  .mx-lg-n7 {
10434
    margin-right: -6rem !important;
10435
    margin-left: -6rem !important;
10436
  }
10437
  .my-lg-n1 {
10438
    margin-top: -0.25rem !important;
10439
    margin-bottom: -0.25rem !important;
10440
  }
10441
  .my-lg-n2 {
10442
    margin-top: -0.5rem !important;
10443
    margin-bottom: -0.5rem !important;
10444
  }
10445
  .my-lg-n3 {
10446
    margin-top: -1rem !important;
10447
    margin-bottom: -1rem !important;
10448
  }
10449
  .my-lg-n4 {
10450
    margin-top: -1.5rem !important;
10451
    margin-bottom: -1.5rem !important;
10452
  }
10453
  .my-lg-n5 {
10454
    margin-top: -3rem !important;
10455
    margin-bottom: -3rem !important;
10456
  }
10457
  .my-lg-n6 {
10458
    margin-top: -4.5rem !important;
10459
    margin-bottom: -4.5rem !important;
10460
  }
10461
  .my-lg-n7 {
10462
    margin-top: -6rem !important;
10463
    margin-bottom: -6rem !important;
10464
  }
10465
  .mt-lg-n1 {
10466
    margin-top: -0.25rem !important;
10467
  }
10468
  .mt-lg-n2 {
10469
    margin-top: -0.5rem !important;
10470
  }
10471
  .mt-lg-n3 {
10472
    margin-top: -1rem !important;
10473
  }
10474
  .mt-lg-n4 {
10475
    margin-top: -1.5rem !important;
10476
  }
10477
  .mt-lg-n5 {
10478
    margin-top: -3rem !important;
10479
  }
10480
  .mt-lg-n6 {
10481
    margin-top: -4.5rem !important;
10482
  }
10483
  .mt-lg-n7 {
10484
    margin-top: -6rem !important;
10485
  }
10486
  .me-lg-n1 {
10487
    margin-right: -0.25rem !important;
10488
  }
10489
  .me-lg-n2 {
10490
    margin-right: -0.5rem !important;
10491
  }
10492
  .me-lg-n3 {
10493
    margin-right: -1rem !important;
10494
  }
10495
  .me-lg-n4 {
10496
    margin-right: -1.5rem !important;
10497
  }
10498
  .me-lg-n5 {
10499
    margin-right: -3rem !important;
10500
  }
10501
  .me-lg-n6 {
10502
    margin-right: -4.5rem !important;
10503
  }
10504
  .me-lg-n7 {
10505
    margin-right: -6rem !important;
10506
  }
10507
  .mb-lg-n1 {
10508
    margin-bottom: -0.25rem !important;
10509
  }
10510
  .mb-lg-n2 {
10511
    margin-bottom: -0.5rem !important;
10512
  }
10513
  .mb-lg-n3 {
10514
    margin-bottom: -1rem !important;
10515
  }
10516
  .mb-lg-n4 {
10517
    margin-bottom: -1.5rem !important;
10518
  }
10519
  .mb-lg-n5 {
10520
    margin-bottom: -3rem !important;
10521
  }
10522
  .mb-lg-n6 {
10523
    margin-bottom: -4.5rem !important;
10524
  }
10525
  .mb-lg-n7 {
10526
    margin-bottom: -6rem !important;
10527
  }
10528
  .ms-lg-n1 {
10529
    margin-left: -0.25rem !important;
10530
  }
10531
  .ms-lg-n2 {
10532
    margin-left: -0.5rem !important;
10533
  }
10534
  .ms-lg-n3 {
10535
    margin-left: -1rem !important;
10536
  }
10537
  .ms-lg-n4 {
10538
    margin-left: -1.5rem !important;
10539
  }
10540
  .ms-lg-n5 {
10541
    margin-left: -3rem !important;
10542
  }
10543
  .ms-lg-n6 {
10544
    margin-left: -4.5rem !important;
10545
  }
10546
  .ms-lg-n7 {
10547
    margin-left: -6rem !important;
10548
  }
10549
  .p-lg-0 {
10550
    padding: 0 !important;
10551
  }
10552
  .p-lg-1 {
10553
    padding: 0.25rem !important;
10554
  }
10555
  .p-lg-2 {
10556
    padding: 0.5rem !important;
10557
  }
10558
  .p-lg-3 {
10559
    padding: 1rem !important;
10560
  }
10561
  .p-lg-4 {
10562
    padding: 1.5rem !important;
10563
  }
10564
  .p-lg-5 {
10565
    padding: 3rem !important;
10566
  }
10567
  .p-lg-6 {
10568
    padding: 4.5rem !important;
10569
  }
10570
  .p-lg-7 {
10571
    padding: 6rem !important;
10572
  }
10573
  .px-lg-0 {
10574
    padding-right: 0 !important;
10575
    padding-left: 0 !important;
10576
  }
10577
  .px-lg-1 {
10578
    padding-right: 0.25rem !important;
10579
    padding-left: 0.25rem !important;
10580
  }
10581
  .px-lg-2 {
10582
    padding-right: 0.5rem !important;
10583
    padding-left: 0.5rem !important;
10584
  }
10585
  .px-lg-3 {
10586
    padding-right: 1rem !important;
10587
    padding-left: 1rem !important;
10588
  }
10589
  .px-lg-4 {
10590
    padding-right: 1.5rem !important;
10591
    padding-left: 1.5rem !important;
10592
  }
10593
  .px-lg-5 {
10594
    padding-right: 3rem !important;
10595
    padding-left: 3rem !important;
10596
  }
10597
  .px-lg-6 {
10598
    padding-right: 4.5rem !important;
10599
    padding-left: 4.5rem !important;
10600
  }
10601
  .px-lg-7 {
10602
    padding-right: 6rem !important;
10603
    padding-left: 6rem !important;
10604
  }
10605
  .py-lg-0 {
10606
    padding-top: 0 !important;
10607
    padding-bottom: 0 !important;
10608
  }
10609
  .py-lg-1 {
10610
    padding-top: 0.25rem !important;
10611
    padding-bottom: 0.25rem !important;
10612
  }
10613
  .py-lg-2 {
10614
    padding-top: 0.5rem !important;
10615
    padding-bottom: 0.5rem !important;
10616
  }
10617
  .py-lg-3 {
10618
    padding-top: 1rem !important;
10619
    padding-bottom: 1rem !important;
10620
  }
10621
  .py-lg-4 {
10622
    padding-top: 1.5rem !important;
10623
    padding-bottom: 1.5rem !important;
10624
  }
10625
  .py-lg-5 {
10626
    padding-top: 3rem !important;
10627
    padding-bottom: 3rem !important;
10628
  }
10629
  .py-lg-6 {
10630
    padding-top: 4.5rem !important;
10631
    padding-bottom: 4.5rem !important;
10632
  }
10633
  .py-lg-7 {
10634
    padding-top: 6rem !important;
10635
    padding-bottom: 6rem !important;
10636
  }
10637
  .pt-lg-0 {
10638
    padding-top: 0 !important;
10639
  }
10640
  .pt-lg-1 {
10641
    padding-top: 0.25rem !important;
10642
  }
10643
  .pt-lg-2 {
10644
    padding-top: 0.5rem !important;
10645
  }
10646
  .pt-lg-3 {
10647
    padding-top: 1rem !important;
10648
  }
10649
  .pt-lg-4 {
10650
    padding-top: 1.5rem !important;
10651
  }
10652
  .pt-lg-5 {
10653
    padding-top: 3rem !important;
10654
  }
10655
  .pt-lg-6 {
10656
    padding-top: 4.5rem !important;
10657
  }
10658
  .pt-lg-7 {
10659
    padding-top: 6rem !important;
10660
  }
10661
  .pe-lg-0 {
10662
    padding-right: 0 !important;
10663
  }
10664
  .pe-lg-1 {
10665
    padding-right: 0.25rem !important;
10666
  }
10667
  .pe-lg-2 {
10668
    padding-right: 0.5rem !important;
10669
  }
10670
  .pe-lg-3 {
10671
    padding-right: 1rem !important;
10672
  }
10673
  .pe-lg-4 {
10674
    padding-right: 1.5rem !important;
10675
  }
10676
  .pe-lg-5 {
10677
    padding-right: 3rem !important;
10678
  }
10679
  .pe-lg-6 {
10680
    padding-right: 4.5rem !important;
10681
  }
10682
  .pe-lg-7 {
10683
    padding-right: 6rem !important;
10684
  }
10685
  .pb-lg-0 {
10686
    padding-bottom: 0 !important;
10687
  }
10688
  .pb-lg-1 {
10689
    padding-bottom: 0.25rem !important;
10690
  }
10691
  .pb-lg-2 {
10692
    padding-bottom: 0.5rem !important;
10693
  }
10694
  .pb-lg-3 {
10695
    padding-bottom: 1rem !important;
10696
  }
10697
  .pb-lg-4 {
10698
    padding-bottom: 1.5rem !important;
10699
  }
10700
  .pb-lg-5 {
10701
    padding-bottom: 3rem !important;
10702
  }
10703
  .pb-lg-6 {
10704
    padding-bottom: 4.5rem !important;
10705
  }
10706
  .pb-lg-7 {
10707
    padding-bottom: 6rem !important;
10708
  }
10709
  .ps-lg-0 {
10710
    padding-left: 0 !important;
10711
  }
10712
  .ps-lg-1 {
10713
    padding-left: 0.25rem !important;
10714
  }
10715
  .ps-lg-2 {
10716
    padding-left: 0.5rem !important;
10717
  }
10718
  .ps-lg-3 {
10719
    padding-left: 1rem !important;
10720
  }
10721
  .ps-lg-4 {
10722
    padding-left: 1.5rem !important;
10723
  }
10724
  .ps-lg-5 {
10725
    padding-left: 3rem !important;
10726
  }
10727
  .ps-lg-6 {
10728
    padding-left: 4.5rem !important;
10729
  }
10730
  .ps-lg-7 {
10731
    padding-left: 6rem !important;
10732
  }
10733
  .gap-lg-0 {
10734
    gap: 0 !important;
10735
  }
10736
  .gap-lg-1 {
10737
    gap: 0.25rem !important;
10738
  }
10739
  .gap-lg-2 {
10740
    gap: 0.5rem !important;
10741
  }
10742
  .gap-lg-3 {
10743
    gap: 1rem !important;
10744
  }
10745
  .gap-lg-4 {
10746
    gap: 1.5rem !important;
10747
  }
10748
  .gap-lg-5 {
10749
    gap: 3rem !important;
10750
  }
10751
  .gap-lg-6 {
10752
    gap: 4.5rem !important;
10753
  }
10754
  .gap-lg-7 {
10755
    gap: 6rem !important;
10756
  }
10757
  .text-lg-start {
10758
    text-align: left !important;
10759
  }
10760
  .text-lg-end {
10761
    text-align: right !important;
10762
  }
10763
  .text-lg-center {
10764
    text-align: center !important;
10765
  }
10766
}
10767
@media (min-width: 1200px) {
10768
  .float-xl-start {
10769
    float: left !important;
10770
  }
10771
  .float-xl-end {
10772
    float: right !important;
10773
  }
10774
  .float-xl-none {
10775
    float: none !important;
10776
  }
10777
  .d-xl-inline {
10778
    display: inline !important;
10779
  }
10780
  .d-xl-inline-block {
10781
    display: inline-block !important;
10782
  }
10783
  .d-xl-block {
10784
    display: block !important;
10785
  }
10786
  .d-xl-grid {
10787
    display: grid !important;
10788
  }
10789
  .d-xl-table {
10790
    display: table !important;
10791
  }
10792
  .d-xl-table-row {
10793
    display: table-row !important;
10794
  }
10795
  .d-xl-table-cell {
10796
    display: table-cell !important;
10797
  }
10798
  .d-xl-flex {
10799
    display: flex !important;
10800
  }
10801
  .d-xl-inline-flex {
10802
    display: inline-flex !important;
10803
  }
10804
  .d-xl-none {
10805
    display: none !important;
10806
  }
10807
  .border-xl {
10808
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
10809
  }
10810
  .border-xl-0 {
10811
    border: 0 !important;
10812
  }
10813
  .border-top-xl {
10814
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
10815
  }
10816
  .border-top-xl-0 {
10817
    border-top: 0 !important;
10818
  }
10819
  .border-end-xl {
10820
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
10821
  }
10822
  .border-end-xl-0 {
10823
    border-right: 0 !important;
10824
  }
10825
  .border-bottom-xl {
10826
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
10827
  }
10828
  .border-bottom-xl-0 {
10829
    border-bottom: 0 !important;
10830
  }
10831
  .border-start-xl {
10832
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
10833
  }
10834
  .border-start-xl-0 {
10835
    border-left: 0 !important;
10836
  }
10837
  .flex-xl-fill {
10838
    flex: 1 1 auto !important;
10839
  }
10840
  .flex-xl-row {
10841
    flex-direction: row !important;
10842
  }
10843
  .flex-xl-column {
10844
    flex-direction: column !important;
10845
  }
10846
  .flex-xl-row-reverse {
10847
    flex-direction: row-reverse !important;
10848
  }
10849
  .flex-xl-column-reverse {
10850
    flex-direction: column-reverse !important;
10851
  }
10852
  .flex-xl-grow-0 {
10853
    flex-grow: 0 !important;
10854
  }
10855
  .flex-xl-grow-1 {
10856
    flex-grow: 1 !important;
10857
  }
10858
  .flex-xl-shrink-0 {
10859
    flex-shrink: 0 !important;
10860
  }
10861
  .flex-xl-shrink-1 {
10862
    flex-shrink: 1 !important;
10863
  }
10864
  .flex-xl-wrap {
10865
    flex-wrap: wrap !important;
10866
  }
10867
  .flex-xl-nowrap {
10868
    flex-wrap: nowrap !important;
10869
  }
10870
  .flex-xl-wrap-reverse {
10871
    flex-wrap: wrap-reverse !important;
10872
  }
10873
  .justify-content-xl-start {
10874
    justify-content: flex-start !important;
10875
  }
10876
  .justify-content-xl-end {
10877
    justify-content: flex-end !important;
10878
  }
10879
  .justify-content-xl-center {
10880
    justify-content: center !important;
10881
  }
10882
  .justify-content-xl-between {
10883
    justify-content: space-between !important;
10884
  }
10885
  .justify-content-xl-around {
10886
    justify-content: space-around !important;
10887
  }
10888
  .justify-content-xl-evenly {
10889
    justify-content: space-evenly !important;
10890
  }
10891
  .align-items-xl-start {
10892
    align-items: flex-start !important;
10893
  }
10894
  .align-items-xl-end {
10895
    align-items: flex-end !important;
10896
  }
10897
  .align-items-xl-center {
10898
    align-items: center !important;
10899
  }
10900
  .align-items-xl-baseline {
10901
    align-items: baseline !important;
10902
  }
10903
  .align-items-xl-stretch {
10904
    align-items: stretch !important;
10905
  }
10906
  .align-content-xl-start {
10907
    align-content: flex-start !important;
10908
  }
10909
  .align-content-xl-end {
10910
    align-content: flex-end !important;
10911
  }
10912
  .align-content-xl-center {
10913
    align-content: center !important;
10914
  }
10915
  .align-content-xl-between {
10916
    align-content: space-between !important;
10917
  }
10918
  .align-content-xl-around {
10919
    align-content: space-around !important;
10920
  }
10921
  .align-content-xl-stretch {
10922
    align-content: stretch !important;
10923
  }
10924
  .align-self-xl-auto {
10925
    align-self: auto !important;
10926
  }
10927
  .align-self-xl-start {
10928
    align-self: flex-start !important;
10929
  }
10930
  .align-self-xl-end {
10931
    align-self: flex-end !important;
10932
  }
10933
  .align-self-xl-center {
10934
    align-self: center !important;
10935
  }
10936
  .align-self-xl-baseline {
10937
    align-self: baseline !important;
10938
  }
10939
  .align-self-xl-stretch {
10940
    align-self: stretch !important;
10941
  }
10942
  .order-xl-first {
10943
    order: -1 !important;
10944
  }
10945
  .order-xl-0 {
10946
    order: 0 !important;
10947
  }
10948
  .order-xl-1 {
10949
    order: 1 !important;
10950
  }
10951
  .order-xl-2 {
10952
    order: 2 !important;
10953
  }
10954
  .order-xl-3 {
10955
    order: 3 !important;
10956
  }
10957
  .order-xl-4 {
10958
    order: 4 !important;
10959
  }
10960
  .order-xl-5 {
10961
    order: 5 !important;
10962
  }
10963
  .order-xl-last {
10964
    order: 6 !important;
10965
  }
10966
  .m-xl-0 {
10967
    margin: 0 !important;
10968
  }
10969
  .m-xl-1 {
10970
    margin: 0.25rem !important;
10971
  }
10972
  .m-xl-2 {
10973
    margin: 0.5rem !important;
10974
  }
10975
  .m-xl-3 {
10976
    margin: 1rem !important;
10977
  }
10978
  .m-xl-4 {
10979
    margin: 1.5rem !important;
10980
  }
10981
  .m-xl-5 {
10982
    margin: 3rem !important;
10983
  }
10984
  .m-xl-6 {
10985
    margin: 4.5rem !important;
10986
  }
10987
  .m-xl-7 {
10988
    margin: 6rem !important;
10989
  }
10990
  .m-xl-auto {
10991
    margin: auto !important;
10992
  }
10993
  .mx-xl-0 {
10994
    margin-right: 0 !important;
10995
    margin-left: 0 !important;
10996
  }
10997
  .mx-xl-1 {
10998
    margin-right: 0.25rem !important;
10999
    margin-left: 0.25rem !important;
11000
  }
11001
  .mx-xl-2 {
11002
    margin-right: 0.5rem !important;
11003
    margin-left: 0.5rem !important;
11004
  }
11005
  .mx-xl-3 {
11006
    margin-right: 1rem !important;
11007
    margin-left: 1rem !important;
11008
  }
11009
  .mx-xl-4 {
11010
    margin-right: 1.5rem !important;
11011
    margin-left: 1.5rem !important;
11012
  }
11013
  .mx-xl-5 {
11014
    margin-right: 3rem !important;
11015
    margin-left: 3rem !important;
11016
  }
11017
  .mx-xl-6 {
11018
    margin-right: 4.5rem !important;
11019
    margin-left: 4.5rem !important;
11020
  }
11021
  .mx-xl-7 {
11022
    margin-right: 6rem !important;
11023
    margin-left: 6rem !important;
11024
  }
11025
  .mx-xl-auto {
11026
    margin-right: auto !important;
11027
    margin-left: auto !important;
11028
  }
11029
  .my-xl-0 {
11030
    margin-top: 0 !important;
11031
    margin-bottom: 0 !important;
11032
  }
11033
  .my-xl-1 {
11034
    margin-top: 0.25rem !important;
11035
    margin-bottom: 0.25rem !important;
11036
  }
11037
  .my-xl-2 {
11038
    margin-top: 0.5rem !important;
11039
    margin-bottom: 0.5rem !important;
11040
  }
11041
  .my-xl-3 {
11042
    margin-top: 1rem !important;
11043
    margin-bottom: 1rem !important;
11044
  }
11045
  .my-xl-4 {
11046
    margin-top: 1.5rem !important;
11047
    margin-bottom: 1.5rem !important;
11048
  }
11049
  .my-xl-5 {
11050
    margin-top: 3rem !important;
11051
    margin-bottom: 3rem !important;
11052
  }
11053
  .my-xl-6 {
11054
    margin-top: 4.5rem !important;
11055
    margin-bottom: 4.5rem !important;
11056
  }
11057
  .my-xl-7 {
11058
    margin-top: 6rem !important;
11059
    margin-bottom: 6rem !important;
11060
  }
11061
  .my-xl-auto {
11062
    margin-top: auto !important;
11063
    margin-bottom: auto !important;
11064
  }
11065
  .mt-xl-0 {
11066
    margin-top: 0 !important;
11067
  }
11068
  .mt-xl-1 {
11069
    margin-top: 0.25rem !important;
11070
  }
11071
  .mt-xl-2 {
11072
    margin-top: 0.5rem !important;
11073
  }
11074
  .mt-xl-3 {
11075
    margin-top: 1rem !important;
11076
  }
11077
  .mt-xl-4 {
11078
    margin-top: 1.5rem !important;
11079
  }
11080
  .mt-xl-5 {
11081
    margin-top: 3rem !important;
11082
  }
11083
  .mt-xl-6 {
11084
    margin-top: 4.5rem !important;
11085
  }
11086
  .mt-xl-7 {
11087
    margin-top: 6rem !important;
11088
  }
11089
  .mt-xl-auto {
11090
    margin-top: auto !important;
11091
  }
11092
  .me-xl-0 {
11093
    margin-right: 0 !important;
11094
  }
11095
  .me-xl-1 {
11096
    margin-right: 0.25rem !important;
11097
  }
11098
  .me-xl-2 {
11099
    margin-right: 0.5rem !important;
11100
  }
11101
  .me-xl-3 {
11102
    margin-right: 1rem !important;
11103
  }
11104
  .me-xl-4 {
11105
    margin-right: 1.5rem !important;
11106
  }
11107
  .me-xl-5 {
11108
    margin-right: 3rem !important;
11109
  }
11110
  .me-xl-6 {
11111
    margin-right: 4.5rem !important;
11112
  }
11113
  .me-xl-7 {
11114
    margin-right: 6rem !important;
11115
  }
11116
  .me-xl-auto {
11117
    margin-right: auto !important;
11118
  }
11119
  .mb-xl-0 {
11120
    margin-bottom: 0 !important;
11121
  }
11122
  .mb-xl-1 {
11123
    margin-bottom: 0.25rem !important;
11124
  }
11125
  .mb-xl-2 {
11126
    margin-bottom: 0.5rem !important;
11127
  }
11128
  .mb-xl-3 {
11129
    margin-bottom: 1rem !important;
11130
  }
11131
  .mb-xl-4 {
11132
    margin-bottom: 1.5rem !important;
11133
  }
11134
  .mb-xl-5 {
11135
    margin-bottom: 3rem !important;
11136
  }
11137
  .mb-xl-6 {
11138
    margin-bottom: 4.5rem !important;
11139
  }
11140
  .mb-xl-7 {
11141
    margin-bottom: 6rem !important;
11142
  }
11143
  .mb-xl-auto {
11144
    margin-bottom: auto !important;
11145
  }
11146
  .ms-xl-0 {
11147
    margin-left: 0 !important;
11148
  }
11149
  .ms-xl-1 {
11150
    margin-left: 0.25rem !important;
11151
  }
11152
  .ms-xl-2 {
11153
    margin-left: 0.5rem !important;
11154
  }
11155
  .ms-xl-3 {
11156
    margin-left: 1rem !important;
11157
  }
11158
  .ms-xl-4 {
11159
    margin-left: 1.5rem !important;
11160
  }
11161
  .ms-xl-5 {
11162
    margin-left: 3rem !important;
11163
  }
11164
  .ms-xl-6 {
11165
    margin-left: 4.5rem !important;
11166
  }
11167
  .ms-xl-7 {
11168
    margin-left: 6rem !important;
11169
  }
11170
  .ms-xl-auto {
11171
    margin-left: auto !important;
11172
  }
11173
  .m-xl-n1 {
11174
    margin: -0.25rem !important;
11175
  }
11176
  .m-xl-n2 {
11177
    margin: -0.5rem !important;
11178
  }
11179
  .m-xl-n3 {
11180
    margin: -1rem !important;
11181
  }
11182
  .m-xl-n4 {
11183
    margin: -1.5rem !important;
11184
  }
11185
  .m-xl-n5 {
11186
    margin: -3rem !important;
11187
  }
11188
  .m-xl-n6 {
11189
    margin: -4.5rem !important;
11190
  }
11191
  .m-xl-n7 {
11192
    margin: -6rem !important;
11193
  }
11194
  .mx-xl-n1 {
11195
    margin-right: -0.25rem !important;
11196
    margin-left: -0.25rem !important;
11197
  }
11198
  .mx-xl-n2 {
11199
    margin-right: -0.5rem !important;
11200
    margin-left: -0.5rem !important;
11201
  }
11202
  .mx-xl-n3 {
11203
    margin-right: -1rem !important;
11204
    margin-left: -1rem !important;
11205
  }
11206
  .mx-xl-n4 {
11207
    margin-right: -1.5rem !important;
11208
    margin-left: -1.5rem !important;
11209
  }
11210
  .mx-xl-n5 {
11211
    margin-right: -3rem !important;
11212
    margin-left: -3rem !important;
11213
  }
11214
  .mx-xl-n6 {
11215
    margin-right: -4.5rem !important;
11216
    margin-left: -4.5rem !important;
11217
  }
11218
  .mx-xl-n7 {
11219
    margin-right: -6rem !important;
11220
    margin-left: -6rem !important;
11221
  }
11222
  .my-xl-n1 {
11223
    margin-top: -0.25rem !important;
11224
    margin-bottom: -0.25rem !important;
11225
  }
11226
  .my-xl-n2 {
11227
    margin-top: -0.5rem !important;
11228
    margin-bottom: -0.5rem !important;
11229
  }
11230
  .my-xl-n3 {
11231
    margin-top: -1rem !important;
11232
    margin-bottom: -1rem !important;
11233
  }
11234
  .my-xl-n4 {
11235
    margin-top: -1.5rem !important;
11236
    margin-bottom: -1.5rem !important;
11237
  }
11238
  .my-xl-n5 {
11239
    margin-top: -3rem !important;
11240
    margin-bottom: -3rem !important;
11241
  }
11242
  .my-xl-n6 {
11243
    margin-top: -4.5rem !important;
11244
    margin-bottom: -4.5rem !important;
11245
  }
11246
  .my-xl-n7 {
11247
    margin-top: -6rem !important;
11248
    margin-bottom: -6rem !important;
11249
  }
11250
  .mt-xl-n1 {
11251
    margin-top: -0.25rem !important;
11252
  }
11253
  .mt-xl-n2 {
11254
    margin-top: -0.5rem !important;
11255
  }
11256
  .mt-xl-n3 {
11257
    margin-top: -1rem !important;
11258
  }
11259
  .mt-xl-n4 {
11260
    margin-top: -1.5rem !important;
11261
  }
11262
  .mt-xl-n5 {
11263
    margin-top: -3rem !important;
11264
  }
11265
  .mt-xl-n6 {
11266
    margin-top: -4.5rem !important;
11267
  }
11268
  .mt-xl-n7 {
11269
    margin-top: -6rem !important;
11270
  }
11271
  .me-xl-n1 {
11272
    margin-right: -0.25rem !important;
11273
  }
11274
  .me-xl-n2 {
11275
    margin-right: -0.5rem !important;
11276
  }
11277
  .me-xl-n3 {
11278
    margin-right: -1rem !important;
11279
  }
11280
  .me-xl-n4 {
11281
    margin-right: -1.5rem !important;
11282
  }
11283
  .me-xl-n5 {
11284
    margin-right: -3rem !important;
11285
  }
11286
  .me-xl-n6 {
11287
    margin-right: -4.5rem !important;
11288
  }
11289
  .me-xl-n7 {
11290
    margin-right: -6rem !important;
11291
  }
11292
  .mb-xl-n1 {
11293
    margin-bottom: -0.25rem !important;
11294
  }
11295
  .mb-xl-n2 {
11296
    margin-bottom: -0.5rem !important;
11297
  }
11298
  .mb-xl-n3 {
11299
    margin-bottom: -1rem !important;
11300
  }
11301
  .mb-xl-n4 {
11302
    margin-bottom: -1.5rem !important;
11303
  }
11304
  .mb-xl-n5 {
11305
    margin-bottom: -3rem !important;
11306
  }
11307
  .mb-xl-n6 {
11308
    margin-bottom: -4.5rem !important;
11309
  }
11310
  .mb-xl-n7 {
11311
    margin-bottom: -6rem !important;
11312
  }
11313
  .ms-xl-n1 {
11314
    margin-left: -0.25rem !important;
11315
  }
11316
  .ms-xl-n2 {
11317
    margin-left: -0.5rem !important;
11318
  }
11319
  .ms-xl-n3 {
11320
    margin-left: -1rem !important;
11321
  }
11322
  .ms-xl-n4 {
11323
    margin-left: -1.5rem !important;
11324
  }
11325
  .ms-xl-n5 {
11326
    margin-left: -3rem !important;
11327
  }
11328
  .ms-xl-n6 {
11329
    margin-left: -4.5rem !important;
11330
  }
11331
  .ms-xl-n7 {
11332
    margin-left: -6rem !important;
11333
  }
11334
  .p-xl-0 {
11335
    padding: 0 !important;
11336
  }
11337
  .p-xl-1 {
11338
    padding: 0.25rem !important;
11339
  }
11340
  .p-xl-2 {
11341
    padding: 0.5rem !important;
11342
  }
11343
  .p-xl-3 {
11344
    padding: 1rem !important;
11345
  }
11346
  .p-xl-4 {
11347
    padding: 1.5rem !important;
11348
  }
11349
  .p-xl-5 {
11350
    padding: 3rem !important;
11351
  }
11352
  .p-xl-6 {
11353
    padding: 4.5rem !important;
11354
  }
11355
  .p-xl-7 {
11356
    padding: 6rem !important;
11357
  }
11358
  .px-xl-0 {
11359
    padding-right: 0 !important;
11360
    padding-left: 0 !important;
11361
  }
11362
  .px-xl-1 {
11363
    padding-right: 0.25rem !important;
11364
    padding-left: 0.25rem !important;
11365
  }
11366
  .px-xl-2 {
11367
    padding-right: 0.5rem !important;
11368
    padding-left: 0.5rem !important;
11369
  }
11370
  .px-xl-3 {
11371
    padding-right: 1rem !important;
11372
    padding-left: 1rem !important;
11373
  }
11374
  .px-xl-4 {
11375
    padding-right: 1.5rem !important;
11376
    padding-left: 1.5rem !important;
11377
  }
11378
  .px-xl-5 {
11379
    padding-right: 3rem !important;
11380
    padding-left: 3rem !important;
11381
  }
11382
  .px-xl-6 {
11383
    padding-right: 4.5rem !important;
11384
    padding-left: 4.5rem !important;
11385
  }
11386
  .px-xl-7 {
11387
    padding-right: 6rem !important;
11388
    padding-left: 6rem !important;
11389
  }
11390
  .py-xl-0 {
11391
    padding-top: 0 !important;
11392
    padding-bottom: 0 !important;
11393
  }
11394
  .py-xl-1 {
11395
    padding-top: 0.25rem !important;
11396
    padding-bottom: 0.25rem !important;
11397
  }
11398
  .py-xl-2 {
11399
    padding-top: 0.5rem !important;
11400
    padding-bottom: 0.5rem !important;
11401
  }
11402
  .py-xl-3 {
11403
    padding-top: 1rem !important;
11404
    padding-bottom: 1rem !important;
11405
  }
11406
  .py-xl-4 {
11407
    padding-top: 1.5rem !important;
11408
    padding-bottom: 1.5rem !important;
11409
  }
11410
  .py-xl-5 {
11411
    padding-top: 3rem !important;
11412
    padding-bottom: 3rem !important;
11413
  }
11414
  .py-xl-6 {
11415
    padding-top: 4.5rem !important;
11416
    padding-bottom: 4.5rem !important;
11417
  }
11418
  .py-xl-7 {
11419
    padding-top: 6rem !important;
11420
    padding-bottom: 6rem !important;
11421
  }
11422
  .pt-xl-0 {
11423
    padding-top: 0 !important;
11424
  }
11425
  .pt-xl-1 {
11426
    padding-top: 0.25rem !important;
11427
  }
11428
  .pt-xl-2 {
11429
    padding-top: 0.5rem !important;
11430
  }
11431
  .pt-xl-3 {
11432
    padding-top: 1rem !important;
11433
  }
11434
  .pt-xl-4 {
11435
    padding-top: 1.5rem !important;
11436
  }
11437
  .pt-xl-5 {
11438
    padding-top: 3rem !important;
11439
  }
11440
  .pt-xl-6 {
11441
    padding-top: 4.5rem !important;
11442
  }
11443
  .pt-xl-7 {
11444
    padding-top: 6rem !important;
11445
  }
11446
  .pe-xl-0 {
11447
    padding-right: 0 !important;
11448
  }
11449
  .pe-xl-1 {
11450
    padding-right: 0.25rem !important;
11451
  }
11452
  .pe-xl-2 {
11453
    padding-right: 0.5rem !important;
11454
  }
11455
  .pe-xl-3 {
11456
    padding-right: 1rem !important;
11457
  }
11458
  .pe-xl-4 {
11459
    padding-right: 1.5rem !important;
11460
  }
11461
  .pe-xl-5 {
11462
    padding-right: 3rem !important;
11463
  }
11464
  .pe-xl-6 {
11465
    padding-right: 4.5rem !important;
11466
  }
11467
  .pe-xl-7 {
11468
    padding-right: 6rem !important;
11469
  }
11470
  .pb-xl-0 {
11471
    padding-bottom: 0 !important;
11472
  }
11473
  .pb-xl-1 {
11474
    padding-bottom: 0.25rem !important;
11475
  }
11476
  .pb-xl-2 {
11477
    padding-bottom: 0.5rem !important;
11478
  }
11479
  .pb-xl-3 {
11480
    padding-bottom: 1rem !important;
11481
  }
11482
  .pb-xl-4 {
11483
    padding-bottom: 1.5rem !important;
11484
  }
11485
  .pb-xl-5 {
11486
    padding-bottom: 3rem !important;
11487
  }
11488
  .pb-xl-6 {
11489
    padding-bottom: 4.5rem !important;
11490
  }
11491
  .pb-xl-7 {
11492
    padding-bottom: 6rem !important;
11493
  }
11494
  .ps-xl-0 {
11495
    padding-left: 0 !important;
11496
  }
11497
  .ps-xl-1 {
11498
    padding-left: 0.25rem !important;
11499
  }
11500
  .ps-xl-2 {
11501
    padding-left: 0.5rem !important;
11502
  }
11503
  .ps-xl-3 {
11504
    padding-left: 1rem !important;
11505
  }
11506
  .ps-xl-4 {
11507
    padding-left: 1.5rem !important;
11508
  }
11509
  .ps-xl-5 {
11510
    padding-left: 3rem !important;
11511
  }
11512
  .ps-xl-6 {
11513
    padding-left: 4.5rem !important;
11514
  }
11515
  .ps-xl-7 {
11516
    padding-left: 6rem !important;
11517
  }
11518
  .gap-xl-0 {
11519
    gap: 0 !important;
11520
  }
11521
  .gap-xl-1 {
11522
    gap: 0.25rem !important;
11523
  }
11524
  .gap-xl-2 {
11525
    gap: 0.5rem !important;
11526
  }
11527
  .gap-xl-3 {
11528
    gap: 1rem !important;
11529
  }
11530
  .gap-xl-4 {
11531
    gap: 1.5rem !important;
11532
  }
11533
  .gap-xl-5 {
11534
    gap: 3rem !important;
11535
  }
11536
  .gap-xl-6 {
11537
    gap: 4.5rem !important;
11538
  }
11539
  .gap-xl-7 {
11540
    gap: 6rem !important;
11541
  }
11542
  .text-xl-start {
11543
    text-align: left !important;
11544
  }
11545
  .text-xl-end {
11546
    text-align: right !important;
11547
  }
11548
  .text-xl-center {
11549
    text-align: center !important;
11550
  }
11551
}
11552
@media (min-width: 1400px) {
11553
  .float-xxl-start {
11554
    float: left !important;
11555
  }
11556
  .float-xxl-end {
11557
    float: right !important;
11558
  }
11559
  .float-xxl-none {
11560
    float: none !important;
11561
  }
11562
  .d-xxl-inline {
11563
    display: inline !important;
11564
  }
11565
  .d-xxl-inline-block {
11566
    display: inline-block !important;
11567
  }
11568
  .d-xxl-block {
11569
    display: block !important;
11570
  }
11571
  .d-xxl-grid {
11572
    display: grid !important;
11573
  }
11574
  .d-xxl-table {
11575
    display: table !important;
11576
  }
11577
  .d-xxl-table-row {
11578
    display: table-row !important;
11579
  }
11580
  .d-xxl-table-cell {
11581
    display: table-cell !important;
11582
  }
11583
  .d-xxl-flex {
11584
    display: flex !important;
11585
  }
11586
  .d-xxl-inline-flex {
11587
    display: inline-flex !important;
11588
  }
11589
  .d-xxl-none {
11590
    display: none !important;
11591
  }
11592
  .border-xxl {
11593
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
11594
  }
11595
  .border-xxl-0 {
11596
    border: 0 !important;
11597
  }
11598
  .border-top-xxl {
11599
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
11600
  }
11601
  .border-top-xxl-0 {
11602
    border-top: 0 !important;
11603
  }
11604
  .border-end-xxl {
11605
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
11606
  }
11607
  .border-end-xxl-0 {
11608
    border-right: 0 !important;
11609
  }
11610
  .border-bottom-xxl {
11611
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
11612
  }
11613
  .border-bottom-xxl-0 {
11614
    border-bottom: 0 !important;
11615
  }
11616
  .border-start-xxl {
11617
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
11618
  }
11619
  .border-start-xxl-0 {
11620
    border-left: 0 !important;
11621
  }
11622
  .flex-xxl-fill {
11623
    flex: 1 1 auto !important;
11624
  }
11625
  .flex-xxl-row {
11626
    flex-direction: row !important;
11627
  }
11628
  .flex-xxl-column {
11629
    flex-direction: column !important;
11630
  }
11631
  .flex-xxl-row-reverse {
11632
    flex-direction: row-reverse !important;
11633
  }
11634
  .flex-xxl-column-reverse {
11635
    flex-direction: column-reverse !important;
11636
  }
11637
  .flex-xxl-grow-0 {
11638
    flex-grow: 0 !important;
11639
  }
11640
  .flex-xxl-grow-1 {
11641
    flex-grow: 1 !important;
11642
  }
11643
  .flex-xxl-shrink-0 {
11644
    flex-shrink: 0 !important;
11645
  }
11646
  .flex-xxl-shrink-1 {
11647
    flex-shrink: 1 !important;
11648
  }
11649
  .flex-xxl-wrap {
11650
    flex-wrap: wrap !important;
11651
  }
11652
  .flex-xxl-nowrap {
11653
    flex-wrap: nowrap !important;
11654
  }
11655
  .flex-xxl-wrap-reverse {
11656
    flex-wrap: wrap-reverse !important;
11657
  }
11658
  .justify-content-xxl-start {
11659
    justify-content: flex-start !important;
11660
  }
11661
  .justify-content-xxl-end {
11662
    justify-content: flex-end !important;
11663
  }
11664
  .justify-content-xxl-center {
11665
    justify-content: center !important;
11666
  }
11667
  .justify-content-xxl-between {
11668
    justify-content: space-between !important;
11669
  }
11670
  .justify-content-xxl-around {
11671
    justify-content: space-around !important;
11672
  }
11673
  .justify-content-xxl-evenly {
11674
    justify-content: space-evenly !important;
11675
  }
11676
  .align-items-xxl-start {
11677
    align-items: flex-start !important;
11678
  }
11679
  .align-items-xxl-end {
11680
    align-items: flex-end !important;
11681
  }
11682
  .align-items-xxl-center {
11683
    align-items: center !important;
11684
  }
11685
  .align-items-xxl-baseline {
11686
    align-items: baseline !important;
11687
  }
11688
  .align-items-xxl-stretch {
11689
    align-items: stretch !important;
11690
  }
11691
  .align-content-xxl-start {
11692
    align-content: flex-start !important;
11693
  }
11694
  .align-content-xxl-end {
11695
    align-content: flex-end !important;
11696
  }
11697
  .align-content-xxl-center {
11698
    align-content: center !important;
11699
  }
11700
  .align-content-xxl-between {
11701
    align-content: space-between !important;
11702
  }
11703
  .align-content-xxl-around {
11704
    align-content: space-around !important;
11705
  }
11706
  .align-content-xxl-stretch {
11707
    align-content: stretch !important;
11708
  }
11709
  .align-self-xxl-auto {
11710
    align-self: auto !important;
11711
  }
11712
  .align-self-xxl-start {
11713
    align-self: flex-start !important;
11714
  }
11715
  .align-self-xxl-end {
11716
    align-self: flex-end !important;
11717
  }
11718
  .align-self-xxl-center {
11719
    align-self: center !important;
11720
  }
11721
  .align-self-xxl-baseline {
11722
    align-self: baseline !important;
11723
  }
11724
  .align-self-xxl-stretch {
11725
    align-self: stretch !important;
11726
  }
11727
  .order-xxl-first {
11728
    order: -1 !important;
11729
  }
11730
  .order-xxl-0 {
11731
    order: 0 !important;
11732
  }
11733
  .order-xxl-1 {
11734
    order: 1 !important;
11735
  }
11736
  .order-xxl-2 {
11737
    order: 2 !important;
11738
  }
11739
  .order-xxl-3 {
11740
    order: 3 !important;
11741
  }
11742
  .order-xxl-4 {
11743
    order: 4 !important;
11744
  }
11745
  .order-xxl-5 {
11746
    order: 5 !important;
11747
  }
11748
  .order-xxl-last {
11749
    order: 6 !important;
11750
  }
11751
  .m-xxl-0 {
11752
    margin: 0 !important;
11753
  }
11754
  .m-xxl-1 {
11755
    margin: 0.25rem !important;
11756
  }
11757
  .m-xxl-2 {
11758
    margin: 0.5rem !important;
11759
  }
11760
  .m-xxl-3 {
11761
    margin: 1rem !important;
11762
  }
11763
  .m-xxl-4 {
11764
    margin: 1.5rem !important;
11765
  }
11766
  .m-xxl-5 {
11767
    margin: 3rem !important;
11768
  }
11769
  .m-xxl-6 {
11770
    margin: 4.5rem !important;
11771
  }
11772
  .m-xxl-7 {
11773
    margin: 6rem !important;
11774
  }
11775
  .m-xxl-auto {
11776
    margin: auto !important;
11777
  }
11778
  .mx-xxl-0 {
11779
    margin-right: 0 !important;
11780
    margin-left: 0 !important;
11781
  }
11782
  .mx-xxl-1 {
11783
    margin-right: 0.25rem !important;
11784
    margin-left: 0.25rem !important;
11785
  }
11786
  .mx-xxl-2 {
11787
    margin-right: 0.5rem !important;
11788
    margin-left: 0.5rem !important;
11789
  }
11790
  .mx-xxl-3 {
11791
    margin-right: 1rem !important;
11792
    margin-left: 1rem !important;
11793
  }
11794
  .mx-xxl-4 {
11795
    margin-right: 1.5rem !important;
11796
    margin-left: 1.5rem !important;
11797
  }
11798
  .mx-xxl-5 {
11799
    margin-right: 3rem !important;
11800
    margin-left: 3rem !important;
11801
  }
11802
  .mx-xxl-6 {
11803
    margin-right: 4.5rem !important;
11804
    margin-left: 4.5rem !important;
11805
  }
11806
  .mx-xxl-7 {
11807
    margin-right: 6rem !important;
11808
    margin-left: 6rem !important;
11809
  }
11810
  .mx-xxl-auto {
11811
    margin-right: auto !important;
11812
    margin-left: auto !important;
11813
  }
11814
  .my-xxl-0 {
11815
    margin-top: 0 !important;
11816
    margin-bottom: 0 !important;
11817
  }
11818
  .my-xxl-1 {
11819
    margin-top: 0.25rem !important;
11820
    margin-bottom: 0.25rem !important;
11821
  }
11822
  .my-xxl-2 {
11823
    margin-top: 0.5rem !important;
11824
    margin-bottom: 0.5rem !important;
11825
  }
11826
  .my-xxl-3 {
11827
    margin-top: 1rem !important;
11828
    margin-bottom: 1rem !important;
11829
  }
11830
  .my-xxl-4 {
11831
    margin-top: 1.5rem !important;
11832
    margin-bottom: 1.5rem !important;
11833
  }
11834
  .my-xxl-5 {
11835
    margin-top: 3rem !important;
11836
    margin-bottom: 3rem !important;
11837
  }
11838
  .my-xxl-6 {
11839
    margin-top: 4.5rem !important;
11840
    margin-bottom: 4.5rem !important;
11841
  }
11842
  .my-xxl-7 {
11843
    margin-top: 6rem !important;
11844
    margin-bottom: 6rem !important;
11845
  }
11846
  .my-xxl-auto {
11847
    margin-top: auto !important;
11848
    margin-bottom: auto !important;
11849
  }
11850
  .mt-xxl-0 {
11851
    margin-top: 0 !important;
11852
  }
11853
  .mt-xxl-1 {
11854
    margin-top: 0.25rem !important;
11855
  }
11856
  .mt-xxl-2 {
11857
    margin-top: 0.5rem !important;
11858
  }
11859
  .mt-xxl-3 {
11860
    margin-top: 1rem !important;
11861
  }
11862
  .mt-xxl-4 {
11863
    margin-top: 1.5rem !important;
11864
  }
11865
  .mt-xxl-5 {
11866
    margin-top: 3rem !important;
11867
  }
11868
  .mt-xxl-6 {
11869
    margin-top: 4.5rem !important;
11870
  }
11871
  .mt-xxl-7 {
11872
    margin-top: 6rem !important;
11873
  }
11874
  .mt-xxl-auto {
11875
    margin-top: auto !important;
11876
  }
11877
  .me-xxl-0 {
11878
    margin-right: 0 !important;
11879
  }
11880
  .me-xxl-1 {
11881
    margin-right: 0.25rem !important;
11882
  }
11883
  .me-xxl-2 {
11884
    margin-right: 0.5rem !important;
11885
  }
11886
  .me-xxl-3 {
11887
    margin-right: 1rem !important;
11888
  }
11889
  .me-xxl-4 {
11890
    margin-right: 1.5rem !important;
11891
  }
11892
  .me-xxl-5 {
11893
    margin-right: 3rem !important;
11894
  }
11895
  .me-xxl-6 {
11896
    margin-right: 4.5rem !important;
11897
  }
11898
  .me-xxl-7 {
11899
    margin-right: 6rem !important;
11900
  }
11901
  .me-xxl-auto {
11902
    margin-right: auto !important;
11903
  }
11904
  .mb-xxl-0 {
11905
    margin-bottom: 0 !important;
11906
  }
11907
  .mb-xxl-1 {
11908
    margin-bottom: 0.25rem !important;
11909
  }
11910
  .mb-xxl-2 {
11911
    margin-bottom: 0.5rem !important;
11912
  }
11913
  .mb-xxl-3 {
11914
    margin-bottom: 1rem !important;
11915
  }
11916
  .mb-xxl-4 {
11917
    margin-bottom: 1.5rem !important;
11918
  }
11919
  .mb-xxl-5 {
11920
    margin-bottom: 3rem !important;
11921
  }
11922
  .mb-xxl-6 {
11923
    margin-bottom: 4.5rem !important;
11924
  }
11925
  .mb-xxl-7 {
11926
    margin-bottom: 6rem !important;
11927
  }
11928
  .mb-xxl-auto {
11929
    margin-bottom: auto !important;
11930
  }
11931
  .ms-xxl-0 {
11932
    margin-left: 0 !important;
11933
  }
11934
  .ms-xxl-1 {
11935
    margin-left: 0.25rem !important;
11936
  }
11937
  .ms-xxl-2 {
11938
    margin-left: 0.5rem !important;
11939
  }
11940
  .ms-xxl-3 {
11941
    margin-left: 1rem !important;
11942
  }
11943
  .ms-xxl-4 {
11944
    margin-left: 1.5rem !important;
11945
  }
11946
  .ms-xxl-5 {
11947
    margin-left: 3rem !important;
11948
  }
11949
  .ms-xxl-6 {
11950
    margin-left: 4.5rem !important;
11951
  }
11952
  .ms-xxl-7 {
11953
    margin-left: 6rem !important;
11954
  }
11955
  .ms-xxl-auto {
11956
    margin-left: auto !important;
11957
  }
11958
  .m-xxl-n1 {
11959
    margin: -0.25rem !important;
11960
  }
11961
  .m-xxl-n2 {
11962
    margin: -0.5rem !important;
11963
  }
11964
  .m-xxl-n3 {
11965
    margin: -1rem !important;
11966
  }
11967
  .m-xxl-n4 {
11968
    margin: -1.5rem !important;
11969
  }
11970
  .m-xxl-n5 {
11971
    margin: -3rem !important;
11972
  }
11973
  .m-xxl-n6 {
11974
    margin: -4.5rem !important;
11975
  }
11976
  .m-xxl-n7 {
11977
    margin: -6rem !important;
11978
  }
11979
  .mx-xxl-n1 {
11980
    margin-right: -0.25rem !important;
11981
    margin-left: -0.25rem !important;
11982
  }
11983
  .mx-xxl-n2 {
11984
    margin-right: -0.5rem !important;
11985
    margin-left: -0.5rem !important;
11986
  }
11987
  .mx-xxl-n3 {
11988
    margin-right: -1rem !important;
11989
    margin-left: -1rem !important;
11990
  }
11991
  .mx-xxl-n4 {
11992
    margin-right: -1.5rem !important;
11993
    margin-left: -1.5rem !important;
11994
  }
11995
  .mx-xxl-n5 {
11996
    margin-right: -3rem !important;
11997
    margin-left: -3rem !important;
11998
  }
11999
  .mx-xxl-n6 {
12000
    margin-right: -4.5rem !important;
12001
    margin-left: -4.5rem !important;
12002
  }
12003
  .mx-xxl-n7 {
12004
    margin-right: -6rem !important;
12005
    margin-left: -6rem !important;
12006
  }
12007
  .my-xxl-n1 {
12008
    margin-top: -0.25rem !important;
12009
    margin-bottom: -0.25rem !important;
12010
  }
12011
  .my-xxl-n2 {
12012
    margin-top: -0.5rem !important;
12013
    margin-bottom: -0.5rem !important;
12014
  }
12015
  .my-xxl-n3 {
12016
    margin-top: -1rem !important;
12017
    margin-bottom: -1rem !important;
12018
  }
12019
  .my-xxl-n4 {
12020
    margin-top: -1.5rem !important;
12021
    margin-bottom: -1.5rem !important;
12022
  }
12023
  .my-xxl-n5 {
12024
    margin-top: -3rem !important;
12025
    margin-bottom: -3rem !important;
12026
  }
12027
  .my-xxl-n6 {
12028
    margin-top: -4.5rem !important;
12029
    margin-bottom: -4.5rem !important;
12030
  }
12031
  .my-xxl-n7 {
12032
    margin-top: -6rem !important;
12033
    margin-bottom: -6rem !important;
12034
  }
12035
  .mt-xxl-n1 {
12036
    margin-top: -0.25rem !important;
12037
  }
12038
  .mt-xxl-n2 {
12039
    margin-top: -0.5rem !important;
12040
  }
12041
  .mt-xxl-n3 {
12042
    margin-top: -1rem !important;
12043
  }
12044
  .mt-xxl-n4 {
12045
    margin-top: -1.5rem !important;
12046
  }
12047
  .mt-xxl-n5 {
12048
    margin-top: -3rem !important;
12049
  }
12050
  .mt-xxl-n6 {
12051
    margin-top: -4.5rem !important;
12052
  }
12053
  .mt-xxl-n7 {
12054
    margin-top: -6rem !important;
12055
  }
12056
  .me-xxl-n1 {
12057
    margin-right: -0.25rem !important;
12058
  }
12059
  .me-xxl-n2 {
12060
    margin-right: -0.5rem !important;
12061
  }
12062
  .me-xxl-n3 {
12063
    margin-right: -1rem !important;
12064
  }
12065
  .me-xxl-n4 {
12066
    margin-right: -1.5rem !important;
12067
  }
12068
  .me-xxl-n5 {
12069
    margin-right: -3rem !important;
12070
  }
12071
  .me-xxl-n6 {
12072
    margin-right: -4.5rem !important;
12073
  }
12074
  .me-xxl-n7 {
12075
    margin-right: -6rem !important;
12076
  }
12077
  .mb-xxl-n1 {
12078
    margin-bottom: -0.25rem !important;
12079
  }
12080
  .mb-xxl-n2 {
12081
    margin-bottom: -0.5rem !important;
12082
  }
12083
  .mb-xxl-n3 {
12084
    margin-bottom: -1rem !important;
12085
  }
12086
  .mb-xxl-n4 {
12087
    margin-bottom: -1.5rem !important;
12088
  }
12089
  .mb-xxl-n5 {
12090
    margin-bottom: -3rem !important;
12091
  }
12092
  .mb-xxl-n6 {
12093
    margin-bottom: -4.5rem !important;
12094
  }
12095
  .mb-xxl-n7 {
12096
    margin-bottom: -6rem !important;
12097
  }
12098
  .ms-xxl-n1 {
12099
    margin-left: -0.25rem !important;
12100
  }
12101
  .ms-xxl-n2 {
12102
    margin-left: -0.5rem !important;
12103
  }
12104
  .ms-xxl-n3 {
12105
    margin-left: -1rem !important;
12106
  }
12107
  .ms-xxl-n4 {
12108
    margin-left: -1.5rem !important;
12109
  }
12110
  .ms-xxl-n5 {
12111
    margin-left: -3rem !important;
12112
  }
12113
  .ms-xxl-n6 {
12114
    margin-left: -4.5rem !important;
12115
  }
12116
  .ms-xxl-n7 {
12117
    margin-left: -6rem !important;
12118
  }
12119
  .p-xxl-0 {
12120
    padding: 0 !important;
12121
  }
12122
  .p-xxl-1 {
12123
    padding: 0.25rem !important;
12124
  }
12125
  .p-xxl-2 {
12126
    padding: 0.5rem !important;
12127
  }
12128
  .p-xxl-3 {
12129
    padding: 1rem !important;
12130
  }
12131
  .p-xxl-4 {
12132
    padding: 1.5rem !important;
12133
  }
12134
  .p-xxl-5 {
12135
    padding: 3rem !important;
12136
  }
12137
  .p-xxl-6 {
12138
    padding: 4.5rem !important;
12139
  }
12140
  .p-xxl-7 {
12141
    padding: 6rem !important;
12142
  }
12143
  .px-xxl-0 {
12144
    padding-right: 0 !important;
12145
    padding-left: 0 !important;
12146
  }
12147
  .px-xxl-1 {
12148
    padding-right: 0.25rem !important;
12149
    padding-left: 0.25rem !important;
12150
  }
12151
  .px-xxl-2 {
12152
    padding-right: 0.5rem !important;
12153
    padding-left: 0.5rem !important;
12154
  }
12155
  .px-xxl-3 {
12156
    padding-right: 1rem !important;
12157
    padding-left: 1rem !important;
12158
  }
12159
  .px-xxl-4 {
12160
    padding-right: 1.5rem !important;
12161
    padding-left: 1.5rem !important;
12162
  }
12163
  .px-xxl-5 {
12164
    padding-right: 3rem !important;
12165
    padding-left: 3rem !important;
12166
  }
12167
  .px-xxl-6 {
12168
    padding-right: 4.5rem !important;
12169
    padding-left: 4.5rem !important;
12170
  }
12171
  .px-xxl-7 {
12172
    padding-right: 6rem !important;
12173
    padding-left: 6rem !important;
12174
  }
12175
  .py-xxl-0 {
12176
    padding-top: 0 !important;
12177
    padding-bottom: 0 !important;
12178
  }
12179
  .py-xxl-1 {
12180
    padding-top: 0.25rem !important;
12181
    padding-bottom: 0.25rem !important;
12182
  }
12183
  .py-xxl-2 {
12184
    padding-top: 0.5rem !important;
12185
    padding-bottom: 0.5rem !important;
12186
  }
12187
  .py-xxl-3 {
12188
    padding-top: 1rem !important;
12189
    padding-bottom: 1rem !important;
12190
  }
12191
  .py-xxl-4 {
12192
    padding-top: 1.5rem !important;
12193
    padding-bottom: 1.5rem !important;
12194
  }
12195
  .py-xxl-5 {
12196
    padding-top: 3rem !important;
12197
    padding-bottom: 3rem !important;
12198
  }
12199
  .py-xxl-6 {
12200
    padding-top: 4.5rem !important;
12201
    padding-bottom: 4.5rem !important;
12202
  }
12203
  .py-xxl-7 {
12204
    padding-top: 6rem !important;
12205
    padding-bottom: 6rem !important;
12206
  }
12207
  .pt-xxl-0 {
12208
    padding-top: 0 !important;
12209
  }
12210
  .pt-xxl-1 {
12211
    padding-top: 0.25rem !important;
12212
  }
12213
  .pt-xxl-2 {
12214
    padding-top: 0.5rem !important;
12215
  }
12216
  .pt-xxl-3 {
12217
    padding-top: 1rem !important;
12218
  }
12219
  .pt-xxl-4 {
12220
    padding-top: 1.5rem !important;
12221
  }
12222
  .pt-xxl-5 {
12223
    padding-top: 3rem !important;
12224
  }
12225
  .pt-xxl-6 {
12226
    padding-top: 4.5rem !important;
12227
  }
12228
  .pt-xxl-7 {
12229
    padding-top: 6rem !important;
12230
  }
12231
  .pe-xxl-0 {
12232
    padding-right: 0 !important;
12233
  }
12234
  .pe-xxl-1 {
12235
    padding-right: 0.25rem !important;
12236
  }
12237
  .pe-xxl-2 {
12238
    padding-right: 0.5rem !important;
12239
  }
12240
  .pe-xxl-3 {
12241
    padding-right: 1rem !important;
12242
  }
12243
  .pe-xxl-4 {
12244
    padding-right: 1.5rem !important;
12245
  }
12246
  .pe-xxl-5 {
12247
    padding-right: 3rem !important;
12248
  }
12249
  .pe-xxl-6 {
12250
    padding-right: 4.5rem !important;
12251
  }
12252
  .pe-xxl-7 {
12253
    padding-right: 6rem !important;
12254
  }
12255
  .pb-xxl-0 {
12256
    padding-bottom: 0 !important;
12257
  }
12258
  .pb-xxl-1 {
12259
    padding-bottom: 0.25rem !important;
12260
  }
12261
  .pb-xxl-2 {
12262
    padding-bottom: 0.5rem !important;
12263
  }
12264
  .pb-xxl-3 {
12265
    padding-bottom: 1rem !important;
12266
  }
12267
  .pb-xxl-4 {
12268
    padding-bottom: 1.5rem !important;
12269
  }
12270
  .pb-xxl-5 {
12271
    padding-bottom: 3rem !important;
12272
  }
12273
  .pb-xxl-6 {
12274
    padding-bottom: 4.5rem !important;
12275
  }
12276
  .pb-xxl-7 {
12277
    padding-bottom: 6rem !important;
12278
  }
12279
  .ps-xxl-0 {
12280
    padding-left: 0 !important;
12281
  }
12282
  .ps-xxl-1 {
12283
    padding-left: 0.25rem !important;
12284
  }
12285
  .ps-xxl-2 {
12286
    padding-left: 0.5rem !important;
12287
  }
12288
  .ps-xxl-3 {
12289
    padding-left: 1rem !important;
12290
  }
12291
  .ps-xxl-4 {
12292
    padding-left: 1.5rem !important;
12293
  }
12294
  .ps-xxl-5 {
12295
    padding-left: 3rem !important;
12296
  }
12297
  .ps-xxl-6 {
12298
    padding-left: 4.5rem !important;
12299
  }
12300
  .ps-xxl-7 {
12301
    padding-left: 6rem !important;
12302
  }
12303
  .gap-xxl-0 {
12304
    gap: 0 !important;
12305
  }
12306
  .gap-xxl-1 {
12307
    gap: 0.25rem !important;
12308
  }
12309
  .gap-xxl-2 {
12310
    gap: 0.5rem !important;
12311
  }
12312
  .gap-xxl-3 {
12313
    gap: 1rem !important;
12314
  }
12315
  .gap-xxl-4 {
12316
    gap: 1.5rem !important;
12317
  }
12318
  .gap-xxl-5 {
12319
    gap: 3rem !important;
12320
  }
12321
  .gap-xxl-6 {
12322
    gap: 4.5rem !important;
12323
  }
12324
  .gap-xxl-7 {
12325
    gap: 6rem !important;
12326
  }
12327
  .text-xxl-start {
12328
    text-align: left !important;
12329
  }
12330
  .text-xxl-end {
12331
    text-align: right !important;
12332
  }
12333
  .text-xxl-center {
12334
    text-align: center !important;
12335
  }
12336
}
12337
@media (min-width: 1200px) {
12338
  .fs-1 {
12339
    font-size: 2.5rem !important;
12340
  }
12341
  .fs-2 {
12342
    font-size: 2rem !important;
12343
  }
12344
  .fs-3 {
12345
    font-size: 1.5rem !important;
12346
  }
12347
}
12348
@media print {
12349
  .d-print-inline {
12350
    display: inline !important;
12351
  }
12352
  .d-print-inline-block {
12353
    display: inline-block !important;
12354
  }
12355
  .d-print-block {
12356
    display: block !important;
12357
  }
12358
  .d-print-grid {
12359
    display: grid !important;
12360
  }
12361
  .d-print-table {
12362
    display: table !important;
12363
  }
12364
  .d-print-table-row {
12365
    display: table-row !important;
12366
  }
12367
  .d-print-table-cell {
12368
    display: table-cell !important;
12369
  }
12370
  .d-print-flex {
12371
    display: flex !important;
12372
  }
12373
  .d-print-inline-flex {
12374
    display: inline-flex !important;
12375
  }
12376
  .d-print-none {
12377
    display: none !important;
12378
  }
12379
}
12380
@keyframes dropdownAnimation {
12381
  from {
12382
    opacity: 0;
12383
    transform: translate3d(0, 20px, 0);
12384
  }
12385
  to {
12386
    opacity: 1;
12387
    transform: none;
12388
    transform: translate3d(0, 0px, 0);
12389
  }
12390
}
12391
.dropdownAnimation, .navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu, .navbar .navbar-content .navbar-nav .nav-item.dropdown .tt-menu {
12392
  -webkit-animation-name: dropdownAnimation;
12393
  animation-name: dropdownAnimation;
12394
  -webkit-animation-duration: 0.2s;
12395
  animation-duration: 0.2s;
12396
  -webkit-animation-fill-mode: both;
12397
  animation-fill-mode: both;
12398
}
12399
 
12400
@keyframes fadeOut {
12401
  from {
12402
    opacity: 1;
12403
  }
12404
  to {
12405
    opacity: 0;
12406
  }
12407
}
12408
.fadeOut {
12409
  animation-name: fadeOUt;
12410
}
12411
 
12412
@keyframes fadeInUp {
12413
  from {
12414
    opacity: 0;
12415
    transform: translate3d(0, 100%, 0);
12416
  }
12417
  to {
12418
    opacity: 1;
12419
    transform: none;
12420
  }
12421
}
12422
.fadeInUp {
12423
  animation-name: fadeInUp;
12424
}
12425
 
12426
.infinite-spin, .settings-sidebar .sidebar-body .settings-sidebar-toggler svg {
12427
  animation-name: spin;
12428
  animation-duration: 3s;
12429
  animation-iteration-count: infinite;
12430
  animation-timing-function: linear;
12431
}
12432
@keyframes spin {
12433
  from {
12434
    transform: rotate(0deg);
12435
  }
12436
  to {
12437
    transform: rotate(360deg);
12438
  }
12439
}
12440
 
12441
.pulse, .navbar .navbar-content .navbar-nav .nav-item .nav-link .indicator .circle::before {
12442
  animation-name: pulse;
12443
  animation-duration: 0.9s;
12444
  animation-iteration-count: infinite;
12445
  animation-timing-function: ease-out;
12446
}
12447
@keyframes pulse {
12448
  0% {
12449
    opacity: 1;
12450
    width: 7px;
12451
    height: 7px;
12452
    left: 0;
12453
    top: 0;
12454
  }
12455
  95% {
12456
    opacity: 0.1;
12457
    left: -10.5px;
12458
    top: -10.5px;
12459
    width: 28px;
12460
    height: 28px;
12461
  }
12462
  100% {
12463
    opacity: 0;
12464
    width: 7px;
12465
    height: 7px;
12466
    left: 0;
12467
    top: 0;
12468
  }
12469
}
12470
 
12471
.wd-5 {
12472
  width: 5px;
12473
}
12474
 
12475
.wd-5p {
12476
  width: 5%;
12477
}
12478
 
12479
.mx-wd-5p {
12480
  max-width: 5%;
12481
}
12482
 
12483
.mn-wd-5p {
12484
  min-width: 5%;
12485
}
12486
 
12487
.wd-5-f {
12488
  width: 5px !important;
12489
}
12490
 
12491
.wd-5p-f {
12492
  width: 5% !important;
12493
}
12494
 
12495
.mx-wd-5p-f {
12496
  max-width: 5% !important;
12497
}
12498
 
12499
.mn-wd-5p-f {
12500
  min-width: 5% !important;
12501
}
12502
 
12503
.wd-10 {
12504
  width: 10px;
12505
}
12506
 
12507
.wd-10p {
12508
  width: 10%;
12509
}
12510
 
12511
.mx-wd-10p {
12512
  max-width: 10%;
12513
}
12514
 
12515
.mn-wd-10p {
12516
  min-width: 10%;
12517
}
12518
 
12519
.wd-10-f {
12520
  width: 10px !important;
12521
}
12522
 
12523
.wd-10p-f {
12524
  width: 10% !important;
12525
}
12526
 
12527
.mx-wd-10p-f {
12528
  max-width: 10% !important;
12529
}
12530
 
12531
.mn-wd-10p-f {
12532
  min-width: 10% !important;
12533
}
12534
 
12535
.wd-15 {
12536
  width: 15px;
12537
}
12538
 
12539
.wd-15p {
12540
  width: 15%;
12541
}
12542
 
12543
.mx-wd-15p {
12544
  max-width: 15%;
12545
}
12546
 
12547
.mn-wd-15p {
12548
  min-width: 15%;
12549
}
12550
 
12551
.wd-15-f {
12552
  width: 15px !important;
12553
}
12554
 
12555
.wd-15p-f {
12556
  width: 15% !important;
12557
}
12558
 
12559
.mx-wd-15p-f {
12560
  max-width: 15% !important;
12561
}
12562
 
12563
.mn-wd-15p-f {
12564
  min-width: 15% !important;
12565
}
12566
 
12567
.wd-20 {
12568
  width: 20px;
12569
}
12570
 
12571
.wd-20p {
12572
  width: 20%;
12573
}
12574
 
12575
.mx-wd-20p {
12576
  max-width: 20%;
12577
}
12578
 
12579
.mn-wd-20p {
12580
  min-width: 20%;
12581
}
12582
 
12583
.wd-20-f {
12584
  width: 20px !important;
12585
}
12586
 
12587
.wd-20p-f {
12588
  width: 20% !important;
12589
}
12590
 
12591
.mx-wd-20p-f {
12592
  max-width: 20% !important;
12593
}
12594
 
12595
.mn-wd-20p-f {
12596
  min-width: 20% !important;
12597
}
12598
 
12599
.wd-25 {
12600
  width: 25px;
12601
}
12602
 
12603
.wd-25p {
12604
  width: 25%;
12605
}
12606
 
12607
.mx-wd-25p {
12608
  max-width: 25%;
12609
}
12610
 
12611
.mn-wd-25p {
12612
  min-width: 25%;
12613
}
12614
 
12615
.wd-25-f {
12616
  width: 25px !important;
12617
}
12618
 
12619
.wd-25p-f {
12620
  width: 25% !important;
12621
}
12622
 
12623
.mx-wd-25p-f {
12624
  max-width: 25% !important;
12625
}
12626
 
12627
.mn-wd-25p-f {
12628
  min-width: 25% !important;
12629
}
12630
 
12631
.wd-30 {
12632
  width: 30px;
12633
}
12634
 
12635
.wd-30p {
12636
  width: 30%;
12637
}
12638
 
12639
.mx-wd-30p {
12640
  max-width: 30%;
12641
}
12642
 
12643
.mn-wd-30p {
12644
  min-width: 30%;
12645
}
12646
 
12647
.wd-30-f {
12648
  width: 30px !important;
12649
}
12650
 
12651
.wd-30p-f {
12652
  width: 30% !important;
12653
}
12654
 
12655
.mx-wd-30p-f {
12656
  max-width: 30% !important;
12657
}
12658
 
12659
.mn-wd-30p-f {
12660
  min-width: 30% !important;
12661
}
12662
 
12663
.wd-35 {
12664
  width: 35px;
12665
}
12666
 
12667
.wd-35p {
12668
  width: 35%;
12669
}
12670
 
12671
.mx-wd-35p {
12672
  max-width: 35%;
12673
}
12674
 
12675
.mn-wd-35p {
12676
  min-width: 35%;
12677
}
12678
 
12679
.wd-35-f {
12680
  width: 35px !important;
12681
}
12682
 
12683
.wd-35p-f {
12684
  width: 35% !important;
12685
}
12686
 
12687
.mx-wd-35p-f {
12688
  max-width: 35% !important;
12689
}
12690
 
12691
.mn-wd-35p-f {
12692
  min-width: 35% !important;
12693
}
12694
 
12695
.wd-40 {
12696
  width: 40px;
12697
}
12698
 
12699
.wd-40p {
12700
  width: 40%;
12701
}
12702
 
12703
.mx-wd-40p {
12704
  max-width: 40%;
12705
}
12706
 
12707
.mn-wd-40p {
12708
  min-width: 40%;
12709
}
12710
 
12711
.wd-40-f {
12712
  width: 40px !important;
12713
}
12714
 
12715
.wd-40p-f {
12716
  width: 40% !important;
12717
}
12718
 
12719
.mx-wd-40p-f {
12720
  max-width: 40% !important;
12721
}
12722
 
12723
.mn-wd-40p-f {
12724
  min-width: 40% !important;
12725
}
12726
 
12727
.wd-45 {
12728
  width: 45px;
12729
}
12730
 
12731
.wd-45p {
12732
  width: 45%;
12733
}
12734
 
12735
.mx-wd-45p {
12736
  max-width: 45%;
12737
}
12738
 
12739
.mn-wd-45p {
12740
  min-width: 45%;
12741
}
12742
 
12743
.wd-45-f {
12744
  width: 45px !important;
12745
}
12746
 
12747
.wd-45p-f {
12748
  width: 45% !important;
12749
}
12750
 
12751
.mx-wd-45p-f {
12752
  max-width: 45% !important;
12753
}
12754
 
12755
.mn-wd-45p-f {
12756
  min-width: 45% !important;
12757
}
12758
 
12759
.wd-50 {
12760
  width: 50px;
12761
}
12762
 
12763
.wd-50p {
12764
  width: 50%;
12765
}
12766
 
12767
.mx-wd-50p {
12768
  max-width: 50%;
12769
}
12770
 
12771
.mn-wd-50p {
12772
  min-width: 50%;
12773
}
12774
 
12775
.wd-50-f {
12776
  width: 50px !important;
12777
}
12778
 
12779
.wd-50p-f {
12780
  width: 50% !important;
12781
}
12782
 
12783
.mx-wd-50p-f {
12784
  max-width: 50% !important;
12785
}
12786
 
12787
.mn-wd-50p-f {
12788
  min-width: 50% !important;
12789
}
12790
 
12791
.wd-55 {
12792
  width: 55px;
12793
}
12794
 
12795
.wd-55p {
12796
  width: 55%;
12797
}
12798
 
12799
.mx-wd-55p {
12800
  max-width: 55%;
12801
}
12802
 
12803
.mn-wd-55p {
12804
  min-width: 55%;
12805
}
12806
 
12807
.wd-55-f {
12808
  width: 55px !important;
12809
}
12810
 
12811
.wd-55p-f {
12812
  width: 55% !important;
12813
}
12814
 
12815
.mx-wd-55p-f {
12816
  max-width: 55% !important;
12817
}
12818
 
12819
.mn-wd-55p-f {
12820
  min-width: 55% !important;
12821
}
12822
 
12823
.wd-60 {
12824
  width: 60px;
12825
}
12826
 
12827
.wd-60p {
12828
  width: 60%;
12829
}
12830
 
12831
.mx-wd-60p {
12832
  max-width: 60%;
12833
}
12834
 
12835
.mn-wd-60p {
12836
  min-width: 60%;
12837
}
12838
 
12839
.wd-60-f {
12840
  width: 60px !important;
12841
}
12842
 
12843
.wd-60p-f {
12844
  width: 60% !important;
12845
}
12846
 
12847
.mx-wd-60p-f {
12848
  max-width: 60% !important;
12849
}
12850
 
12851
.mn-wd-60p-f {
12852
  min-width: 60% !important;
12853
}
12854
 
12855
.wd-65 {
12856
  width: 65px;
12857
}
12858
 
12859
.wd-65p {
12860
  width: 65%;
12861
}
12862
 
12863
.mx-wd-65p {
12864
  max-width: 65%;
12865
}
12866
 
12867
.mn-wd-65p {
12868
  min-width: 65%;
12869
}
12870
 
12871
.wd-65-f {
12872
  width: 65px !important;
12873
}
12874
 
12875
.wd-65p-f {
12876
  width: 65% !important;
12877
}
12878
 
12879
.mx-wd-65p-f {
12880
  max-width: 65% !important;
12881
}
12882
 
12883
.mn-wd-65p-f {
12884
  min-width: 65% !important;
12885
}
12886
 
12887
.wd-70 {
12888
  width: 70px;
12889
}
12890
 
12891
.wd-70p {
12892
  width: 70%;
12893
}
12894
 
12895
.mx-wd-70p {
12896
  max-width: 70%;
12897
}
12898
 
12899
.mn-wd-70p {
12900
  min-width: 70%;
12901
}
12902
 
12903
.wd-70-f {
12904
  width: 70px !important;
12905
}
12906
 
12907
.wd-70p-f {
12908
  width: 70% !important;
12909
}
12910
 
12911
.mx-wd-70p-f {
12912
  max-width: 70% !important;
12913
}
12914
 
12915
.mn-wd-70p-f {
12916
  min-width: 70% !important;
12917
}
12918
 
12919
.wd-75 {
12920
  width: 75px;
12921
}
12922
 
12923
.wd-75p {
12924
  width: 75%;
12925
}
12926
 
12927
.mx-wd-75p {
12928
  max-width: 75%;
12929
}
12930
 
12931
.mn-wd-75p {
12932
  min-width: 75%;
12933
}
12934
 
12935
.wd-75-f {
12936
  width: 75px !important;
12937
}
12938
 
12939
.wd-75p-f {
12940
  width: 75% !important;
12941
}
12942
 
12943
.mx-wd-75p-f {
12944
  max-width: 75% !important;
12945
}
12946
 
12947
.mn-wd-75p-f {
12948
  min-width: 75% !important;
12949
}
12950
 
12951
.wd-80 {
12952
  width: 80px;
12953
}
12954
 
12955
.wd-80p {
12956
  width: 80%;
12957
}
12958
 
12959
.mx-wd-80p {
12960
  max-width: 80%;
12961
}
12962
 
12963
.mn-wd-80p {
12964
  min-width: 80%;
12965
}
12966
 
12967
.wd-80-f {
12968
  width: 80px !important;
12969
}
12970
 
12971
.wd-80p-f {
12972
  width: 80% !important;
12973
}
12974
 
12975
.mx-wd-80p-f {
12976
  max-width: 80% !important;
12977
}
12978
 
12979
.mn-wd-80p-f {
12980
  min-width: 80% !important;
12981
}
12982
 
12983
.wd-85 {
12984
  width: 85px;
12985
}
12986
 
12987
.wd-85p {
12988
  width: 85%;
12989
}
12990
 
12991
.mx-wd-85p {
12992
  max-width: 85%;
12993
}
12994
 
12995
.mn-wd-85p {
12996
  min-width: 85%;
12997
}
12998
 
12999
.wd-85-f {
13000
  width: 85px !important;
13001
}
13002
 
13003
.wd-85p-f {
13004
  width: 85% !important;
13005
}
13006
 
13007
.mx-wd-85p-f {
13008
  max-width: 85% !important;
13009
}
13010
 
13011
.mn-wd-85p-f {
13012
  min-width: 85% !important;
13013
}
13014
 
13015
.wd-90 {
13016
  width: 90px;
13017
}
13018
 
13019
.wd-90p {
13020
  width: 90%;
13021
}
13022
 
13023
.mx-wd-90p {
13024
  max-width: 90%;
13025
}
13026
 
13027
.mn-wd-90p {
13028
  min-width: 90%;
13029
}
13030
 
13031
.wd-90-f {
13032
  width: 90px !important;
13033
}
13034
 
13035
.wd-90p-f {
13036
  width: 90% !important;
13037
}
13038
 
13039
.mx-wd-90p-f {
13040
  max-width: 90% !important;
13041
}
13042
 
13043
.mn-wd-90p-f {
13044
  min-width: 90% !important;
13045
}
13046
 
13047
.wd-95 {
13048
  width: 95px;
13049
}
13050
 
13051
.wd-95p {
13052
  width: 95%;
13053
}
13054
 
13055
.mx-wd-95p {
13056
  max-width: 95%;
13057
}
13058
 
13059
.mn-wd-95p {
13060
  min-width: 95%;
13061
}
13062
 
13063
.wd-95-f {
13064
  width: 95px !important;
13065
}
13066
 
13067
.wd-95p-f {
13068
  width: 95% !important;
13069
}
13070
 
13071
.mx-wd-95p-f {
13072
  max-width: 95% !important;
13073
}
13074
 
13075
.mn-wd-95p-f {
13076
  min-width: 95% !important;
13077
}
13078
 
13079
.wd-100 {
13080
  width: 100px;
13081
}
13082
 
13083
.wd-100p {
13084
  width: 100%;
13085
}
13086
 
13087
.mx-wd-100p {
13088
  max-width: 100%;
13089
}
13090
 
13091
.mn-wd-100p {
13092
  min-width: 100%;
13093
}
13094
 
13095
.wd-100-f {
13096
  width: 100px !important;
13097
}
13098
 
13099
.wd-100p-f {
13100
  width: 100% !important;
13101
}
13102
 
13103
.mx-wd-100p-f {
13104
  max-width: 100% !important;
13105
}
13106
 
13107
.mn-wd-100p-f {
13108
  min-width: 100% !important;
13109
}
13110
 
13111
.wd-150 {
13112
  width: 150px;
13113
}
13114
 
13115
.wd-150-f {
13116
  width: 150px !important;
13117
}
13118
 
13119
.wd-200 {
13120
  width: 200px;
13121
}
13122
 
13123
.wd-200-f {
13124
  width: 200px !important;
13125
}
13126
 
13127
.wd-250 {
13128
  width: 250px;
13129
}
13130
 
13131
.wd-250-f {
13132
  width: 250px !important;
13133
}
13134
 
13135
.wd-300 {
13136
  width: 300px;
13137
}
13138
 
13139
.wd-300-f {
13140
  width: 300px !important;
13141
}
13142
 
13143
.wd-350 {
13144
  width: 350px;
13145
}
13146
 
13147
.wd-350-f {
13148
  width: 350px !important;
13149
}
13150
 
13151
.wd-400 {
13152
  width: 400px;
13153
}
13154
 
13155
.wd-400-f {
13156
  width: 400px !important;
13157
}
13158
 
13159
.wd-450 {
13160
  width: 450px;
13161
}
13162
 
13163
.wd-450-f {
13164
  width: 450px !important;
13165
}
13166
 
13167
.wd-500 {
13168
  width: 500px;
13169
}
13170
 
13171
.wd-500-f {
13172
  width: 500px !important;
13173
}
13174
 
13175
.wd-550 {
13176
  width: 550px;
13177
}
13178
 
13179
.wd-550-f {
13180
  width: 550px !important;
13181
}
13182
 
13183
.wd-600 {
13184
  width: 600px;
13185
}
13186
 
13187
.wd-600-f {
13188
  width: 600px !important;
13189
}
13190
 
13191
.wd-650 {
13192
  width: 650px;
13193
}
13194
 
13195
.wd-650-f {
13196
  width: 650px !important;
13197
}
13198
 
13199
.wd-700 {
13200
  width: 700px;
13201
}
13202
 
13203
.wd-700-f {
13204
  width: 700px !important;
13205
}
13206
 
13207
.wd-750 {
13208
  width: 750px;
13209
}
13210
 
13211
.wd-750-f {
13212
  width: 750px !important;
13213
}
13214
 
13215
.wd-800 {
13216
  width: 800px;
13217
}
13218
 
13219
.wd-800-f {
13220
  width: 800px !important;
13221
}
13222
 
13223
.wd-850 {
13224
  width: 850px;
13225
}
13226
 
13227
.wd-850-f {
13228
  width: 850px !important;
13229
}
13230
 
13231
.wd-900 {
13232
  width: 900px;
13233
}
13234
 
13235
.wd-900-f {
13236
  width: 900px !important;
13237
}
13238
 
13239
.wd-950 {
13240
  width: 950px;
13241
}
13242
 
13243
.wd-950-f {
13244
  width: 950px !important;
13245
}
13246
 
13247
.wd-1000 {
13248
  width: 1000px;
13249
}
13250
 
13251
.wd-1000-f {
13252
  width: 1000px !important;
13253
}
13254
 
13255
@media (min-width: 480px) {
13256
  .wd-xs-5 {
13257
    width: 5px;
13258
  }
13259
  .wd-xs-5p {
13260
    width: 5%;
13261
  }
13262
  .mx-wd-xs-5p {
13263
    max-width: 5%;
13264
  }
13265
  .mn-wd-xs-5p {
13266
    min-width: 5%;
13267
  }
13268
  .wd-xs-5-f {
13269
    width: 5px !important;
13270
  }
13271
  .wd-xs-5p-f {
13272
    width: 5% !important;
13273
  }
13274
  .mx-wd-xs-5p-f {
13275
    max-width: 5% !important;
13276
  }
13277
  .mn-wd-xs-5p-f {
13278
    min-width: 5% !important;
13279
  }
13280
  .wd-xs-10 {
13281
    width: 10px;
13282
  }
13283
  .wd-xs-10p {
13284
    width: 10%;
13285
  }
13286
  .mx-wd-xs-10p {
13287
    max-width: 10%;
13288
  }
13289
  .mn-wd-xs-10p {
13290
    min-width: 10%;
13291
  }
13292
  .wd-xs-10-f {
13293
    width: 10px !important;
13294
  }
13295
  .wd-xs-10p-f {
13296
    width: 10% !important;
13297
  }
13298
  .mx-wd-xs-10p-f {
13299
    max-width: 10% !important;
13300
  }
13301
  .mn-wd-xs-10p-f {
13302
    min-width: 10% !important;
13303
  }
13304
  .wd-xs-15 {
13305
    width: 15px;
13306
  }
13307
  .wd-xs-15p {
13308
    width: 15%;
13309
  }
13310
  .mx-wd-xs-15p {
13311
    max-width: 15%;
13312
  }
13313
  .mn-wd-xs-15p {
13314
    min-width: 15%;
13315
  }
13316
  .wd-xs-15-f {
13317
    width: 15px !important;
13318
  }
13319
  .wd-xs-15p-f {
13320
    width: 15% !important;
13321
  }
13322
  .mx-wd-xs-15p-f {
13323
    max-width: 15% !important;
13324
  }
13325
  .mn-wd-xs-15p-f {
13326
    min-width: 15% !important;
13327
  }
13328
  .wd-xs-20 {
13329
    width: 20px;
13330
  }
13331
  .wd-xs-20p {
13332
    width: 20%;
13333
  }
13334
  .mx-wd-xs-20p {
13335
    max-width: 20%;
13336
  }
13337
  .mn-wd-xs-20p {
13338
    min-width: 20%;
13339
  }
13340
  .wd-xs-20-f {
13341
    width: 20px !important;
13342
  }
13343
  .wd-xs-20p-f {
13344
    width: 20% !important;
13345
  }
13346
  .mx-wd-xs-20p-f {
13347
    max-width: 20% !important;
13348
  }
13349
  .mn-wd-xs-20p-f {
13350
    min-width: 20% !important;
13351
  }
13352
  .wd-xs-25 {
13353
    width: 25px;
13354
  }
13355
  .wd-xs-25p {
13356
    width: 25%;
13357
  }
13358
  .mx-wd-xs-25p {
13359
    max-width: 25%;
13360
  }
13361
  .mn-wd-xs-25p {
13362
    min-width: 25%;
13363
  }
13364
  .wd-xs-25-f {
13365
    width: 25px !important;
13366
  }
13367
  .wd-xs-25p-f {
13368
    width: 25% !important;
13369
  }
13370
  .mx-wd-xs-25p-f {
13371
    max-width: 25% !important;
13372
  }
13373
  .mn-wd-xs-25p-f {
13374
    min-width: 25% !important;
13375
  }
13376
  .wd-xs-30 {
13377
    width: 30px;
13378
  }
13379
  .wd-xs-30p {
13380
    width: 30%;
13381
  }
13382
  .mx-wd-xs-30p {
13383
    max-width: 30%;
13384
  }
13385
  .mn-wd-xs-30p {
13386
    min-width: 30%;
13387
  }
13388
  .wd-xs-30-f {
13389
    width: 30px !important;
13390
  }
13391
  .wd-xs-30p-f {
13392
    width: 30% !important;
13393
  }
13394
  .mx-wd-xs-30p-f {
13395
    max-width: 30% !important;
13396
  }
13397
  .mn-wd-xs-30p-f {
13398
    min-width: 30% !important;
13399
  }
13400
  .wd-xs-35 {
13401
    width: 35px;
13402
  }
13403
  .wd-xs-35p {
13404
    width: 35%;
13405
  }
13406
  .mx-wd-xs-35p {
13407
    max-width: 35%;
13408
  }
13409
  .mn-wd-xs-35p {
13410
    min-width: 35%;
13411
  }
13412
  .wd-xs-35-f {
13413
    width: 35px !important;
13414
  }
13415
  .wd-xs-35p-f {
13416
    width: 35% !important;
13417
  }
13418
  .mx-wd-xs-35p-f {
13419
    max-width: 35% !important;
13420
  }
13421
  .mn-wd-xs-35p-f {
13422
    min-width: 35% !important;
13423
  }
13424
  .wd-xs-40 {
13425
    width: 40px;
13426
  }
13427
  .wd-xs-40p {
13428
    width: 40%;
13429
  }
13430
  .mx-wd-xs-40p {
13431
    max-width: 40%;
13432
  }
13433
  .mn-wd-xs-40p {
13434
    min-width: 40%;
13435
  }
13436
  .wd-xs-40-f {
13437
    width: 40px !important;
13438
  }
13439
  .wd-xs-40p-f {
13440
    width: 40% !important;
13441
  }
13442
  .mx-wd-xs-40p-f {
13443
    max-width: 40% !important;
13444
  }
13445
  .mn-wd-xs-40p-f {
13446
    min-width: 40% !important;
13447
  }
13448
  .wd-xs-45 {
13449
    width: 45px;
13450
  }
13451
  .wd-xs-45p {
13452
    width: 45%;
13453
  }
13454
  .mx-wd-xs-45p {
13455
    max-width: 45%;
13456
  }
13457
  .mn-wd-xs-45p {
13458
    min-width: 45%;
13459
  }
13460
  .wd-xs-45-f {
13461
    width: 45px !important;
13462
  }
13463
  .wd-xs-45p-f {
13464
    width: 45% !important;
13465
  }
13466
  .mx-wd-xs-45p-f {
13467
    max-width: 45% !important;
13468
  }
13469
  .mn-wd-xs-45p-f {
13470
    min-width: 45% !important;
13471
  }
13472
  .wd-xs-50 {
13473
    width: 50px;
13474
  }
13475
  .wd-xs-50p {
13476
    width: 50%;
13477
  }
13478
  .mx-wd-xs-50p {
13479
    max-width: 50%;
13480
  }
13481
  .mn-wd-xs-50p {
13482
    min-width: 50%;
13483
  }
13484
  .wd-xs-50-f {
13485
    width: 50px !important;
13486
  }
13487
  .wd-xs-50p-f {
13488
    width: 50% !important;
13489
  }
13490
  .mx-wd-xs-50p-f {
13491
    max-width: 50% !important;
13492
  }
13493
  .mn-wd-xs-50p-f {
13494
    min-width: 50% !important;
13495
  }
13496
  .wd-xs-55 {
13497
    width: 55px;
13498
  }
13499
  .wd-xs-55p {
13500
    width: 55%;
13501
  }
13502
  .mx-wd-xs-55p {
13503
    max-width: 55%;
13504
  }
13505
  .mn-wd-xs-55p {
13506
    min-width: 55%;
13507
  }
13508
  .wd-xs-55-f {
13509
    width: 55px !important;
13510
  }
13511
  .wd-xs-55p-f {
13512
    width: 55% !important;
13513
  }
13514
  .mx-wd-xs-55p-f {
13515
    max-width: 55% !important;
13516
  }
13517
  .mn-wd-xs-55p-f {
13518
    min-width: 55% !important;
13519
  }
13520
  .wd-xs-60 {
13521
    width: 60px;
13522
  }
13523
  .wd-xs-60p {
13524
    width: 60%;
13525
  }
13526
  .mx-wd-xs-60p {
13527
    max-width: 60%;
13528
  }
13529
  .mn-wd-xs-60p {
13530
    min-width: 60%;
13531
  }
13532
  .wd-xs-60-f {
13533
    width: 60px !important;
13534
  }
13535
  .wd-xs-60p-f {
13536
    width: 60% !important;
13537
  }
13538
  .mx-wd-xs-60p-f {
13539
    max-width: 60% !important;
13540
  }
13541
  .mn-wd-xs-60p-f {
13542
    min-width: 60% !important;
13543
  }
13544
  .wd-xs-65 {
13545
    width: 65px;
13546
  }
13547
  .wd-xs-65p {
13548
    width: 65%;
13549
  }
13550
  .mx-wd-xs-65p {
13551
    max-width: 65%;
13552
  }
13553
  .mn-wd-xs-65p {
13554
    min-width: 65%;
13555
  }
13556
  .wd-xs-65-f {
13557
    width: 65px !important;
13558
  }
13559
  .wd-xs-65p-f {
13560
    width: 65% !important;
13561
  }
13562
  .mx-wd-xs-65p-f {
13563
    max-width: 65% !important;
13564
  }
13565
  .mn-wd-xs-65p-f {
13566
    min-width: 65% !important;
13567
  }
13568
  .wd-xs-70 {
13569
    width: 70px;
13570
  }
13571
  .wd-xs-70p {
13572
    width: 70%;
13573
  }
13574
  .mx-wd-xs-70p {
13575
    max-width: 70%;
13576
  }
13577
  .mn-wd-xs-70p {
13578
    min-width: 70%;
13579
  }
13580
  .wd-xs-70-f {
13581
    width: 70px !important;
13582
  }
13583
  .wd-xs-70p-f {
13584
    width: 70% !important;
13585
  }
13586
  .mx-wd-xs-70p-f {
13587
    max-width: 70% !important;
13588
  }
13589
  .mn-wd-xs-70p-f {
13590
    min-width: 70% !important;
13591
  }
13592
  .wd-xs-75 {
13593
    width: 75px;
13594
  }
13595
  .wd-xs-75p {
13596
    width: 75%;
13597
  }
13598
  .mx-wd-xs-75p {
13599
    max-width: 75%;
13600
  }
13601
  .mn-wd-xs-75p {
13602
    min-width: 75%;
13603
  }
13604
  .wd-xs-75-f {
13605
    width: 75px !important;
13606
  }
13607
  .wd-xs-75p-f {
13608
    width: 75% !important;
13609
  }
13610
  .mx-wd-xs-75p-f {
13611
    max-width: 75% !important;
13612
  }
13613
  .mn-wd-xs-75p-f {
13614
    min-width: 75% !important;
13615
  }
13616
  .wd-xs-80 {
13617
    width: 80px;
13618
  }
13619
  .wd-xs-80p {
13620
    width: 80%;
13621
  }
13622
  .mx-wd-xs-80p {
13623
    max-width: 80%;
13624
  }
13625
  .mn-wd-xs-80p {
13626
    min-width: 80%;
13627
  }
13628
  .wd-xs-80-f {
13629
    width: 80px !important;
13630
  }
13631
  .wd-xs-80p-f {
13632
    width: 80% !important;
13633
  }
13634
  .mx-wd-xs-80p-f {
13635
    max-width: 80% !important;
13636
  }
13637
  .mn-wd-xs-80p-f {
13638
    min-width: 80% !important;
13639
  }
13640
  .wd-xs-85 {
13641
    width: 85px;
13642
  }
13643
  .wd-xs-85p {
13644
    width: 85%;
13645
  }
13646
  .mx-wd-xs-85p {
13647
    max-width: 85%;
13648
  }
13649
  .mn-wd-xs-85p {
13650
    min-width: 85%;
13651
  }
13652
  .wd-xs-85-f {
13653
    width: 85px !important;
13654
  }
13655
  .wd-xs-85p-f {
13656
    width: 85% !important;
13657
  }
13658
  .mx-wd-xs-85p-f {
13659
    max-width: 85% !important;
13660
  }
13661
  .mn-wd-xs-85p-f {
13662
    min-width: 85% !important;
13663
  }
13664
  .wd-xs-90 {
13665
    width: 90px;
13666
  }
13667
  .wd-xs-90p {
13668
    width: 90%;
13669
  }
13670
  .mx-wd-xs-90p {
13671
    max-width: 90%;
13672
  }
13673
  .mn-wd-xs-90p {
13674
    min-width: 90%;
13675
  }
13676
  .wd-xs-90-f {
13677
    width: 90px !important;
13678
  }
13679
  .wd-xs-90p-f {
13680
    width: 90% !important;
13681
  }
13682
  .mx-wd-xs-90p-f {
13683
    max-width: 90% !important;
13684
  }
13685
  .mn-wd-xs-90p-f {
13686
    min-width: 90% !important;
13687
  }
13688
  .wd-xs-95 {
13689
    width: 95px;
13690
  }
13691
  .wd-xs-95p {
13692
    width: 95%;
13693
  }
13694
  .mx-wd-xs-95p {
13695
    max-width: 95%;
13696
  }
13697
  .mn-wd-xs-95p {
13698
    min-width: 95%;
13699
  }
13700
  .wd-xs-95-f {
13701
    width: 95px !important;
13702
  }
13703
  .wd-xs-95p-f {
13704
    width: 95% !important;
13705
  }
13706
  .mx-wd-xs-95p-f {
13707
    max-width: 95% !important;
13708
  }
13709
  .mn-wd-xs-95p-f {
13710
    min-width: 95% !important;
13711
  }
13712
  .wd-xs-100 {
13713
    width: 100px;
13714
  }
13715
  .wd-xs-100p {
13716
    width: 100%;
13717
  }
13718
  .mx-wd-xs-100p {
13719
    max-width: 100%;
13720
  }
13721
  .mn-wd-xs-100p {
13722
    min-width: 100%;
13723
  }
13724
  .wd-xs-100-f {
13725
    width: 100px !important;
13726
  }
13727
  .wd-xs-100p-f {
13728
    width: 100% !important;
13729
  }
13730
  .mx-wd-xs-100p-f {
13731
    max-width: 100% !important;
13732
  }
13733
  .mn-wd-xs-100p-f {
13734
    min-width: 100% !important;
13735
  }
13736
  .wd-xs-150 {
13737
    width: 150px;
13738
  }
13739
  .wd-xs-150p {
13740
    width: 150%;
13741
  }
13742
  .mx-wd-xs-150p {
13743
    max-width: 150%;
13744
  }
13745
  .mn-wd-xs-150p {
13746
    min-width: 150%;
13747
  }
13748
  .wd-xs-150-f {
13749
    width: 150px !important;
13750
  }
13751
  .wd-xs-150p-f {
13752
    width: 150% !important;
13753
  }
13754
  .mx-wd-xs-150p-f {
13755
    max-width: 150% !important;
13756
  }
13757
  .mn-wd-xs-150p-f {
13758
    min-width: 150% !important;
13759
  }
13760
  .wd-xs-200 {
13761
    width: 200px;
13762
  }
13763
  .wd-xs-200p {
13764
    width: 200%;
13765
  }
13766
  .mx-wd-xs-200p {
13767
    max-width: 200%;
13768
  }
13769
  .mn-wd-xs-200p {
13770
    min-width: 200%;
13771
  }
13772
  .wd-xs-200-f {
13773
    width: 200px !important;
13774
  }
13775
  .wd-xs-200p-f {
13776
    width: 200% !important;
13777
  }
13778
  .mx-wd-xs-200p-f {
13779
    max-width: 200% !important;
13780
  }
13781
  .mn-wd-xs-200p-f {
13782
    min-width: 200% !important;
13783
  }
13784
  .wd-xs-250 {
13785
    width: 250px;
13786
  }
13787
  .wd-xs-250p {
13788
    width: 250%;
13789
  }
13790
  .mx-wd-xs-250p {
13791
    max-width: 250%;
13792
  }
13793
  .mn-wd-xs-250p {
13794
    min-width: 250%;
13795
  }
13796
  .wd-xs-250-f {
13797
    width: 250px !important;
13798
  }
13799
  .wd-xs-250p-f {
13800
    width: 250% !important;
13801
  }
13802
  .mx-wd-xs-250p-f {
13803
    max-width: 250% !important;
13804
  }
13805
  .mn-wd-xs-250p-f {
13806
    min-width: 250% !important;
13807
  }
13808
  .wd-xs-300 {
13809
    width: 300px;
13810
  }
13811
  .wd-xs-300p {
13812
    width: 300%;
13813
  }
13814
  .mx-wd-xs-300p {
13815
    max-width: 300%;
13816
  }
13817
  .mn-wd-xs-300p {
13818
    min-width: 300%;
13819
  }
13820
  .wd-xs-300-f {
13821
    width: 300px !important;
13822
  }
13823
  .wd-xs-300p-f {
13824
    width: 300% !important;
13825
  }
13826
  .mx-wd-xs-300p-f {
13827
    max-width: 300% !important;
13828
  }
13829
  .mn-wd-xs-300p-f {
13830
    min-width: 300% !important;
13831
  }
13832
  .wd-xs-350 {
13833
    width: 350px;
13834
  }
13835
  .wd-xs-350p {
13836
    width: 350%;
13837
  }
13838
  .mx-wd-xs-350p {
13839
    max-width: 350%;
13840
  }
13841
  .mn-wd-xs-350p {
13842
    min-width: 350%;
13843
  }
13844
  .wd-xs-350-f {
13845
    width: 350px !important;
13846
  }
13847
  .wd-xs-350p-f {
13848
    width: 350% !important;
13849
  }
13850
  .mx-wd-xs-350p-f {
13851
    max-width: 350% !important;
13852
  }
13853
  .mn-wd-xs-350p-f {
13854
    min-width: 350% !important;
13855
  }
13856
  .wd-xs-400 {
13857
    width: 400px;
13858
  }
13859
  .wd-xs-400p {
13860
    width: 400%;
13861
  }
13862
  .mx-wd-xs-400p {
13863
    max-width: 400%;
13864
  }
13865
  .mn-wd-xs-400p {
13866
    min-width: 400%;
13867
  }
13868
  .wd-xs-400-f {
13869
    width: 400px !important;
13870
  }
13871
  .wd-xs-400p-f {
13872
    width: 400% !important;
13873
  }
13874
  .mx-wd-xs-400p-f {
13875
    max-width: 400% !important;
13876
  }
13877
  .mn-wd-xs-400p-f {
13878
    min-width: 400% !important;
13879
  }
13880
  .wd-xs-450 {
13881
    width: 450px;
13882
  }
13883
  .wd-xs-450p {
13884
    width: 450%;
13885
  }
13886
  .mx-wd-xs-450p {
13887
    max-width: 450%;
13888
  }
13889
  .mn-wd-xs-450p {
13890
    min-width: 450%;
13891
  }
13892
  .wd-xs-450-f {
13893
    width: 450px !important;
13894
  }
13895
  .wd-xs-450p-f {
13896
    width: 450% !important;
13897
  }
13898
  .mx-wd-xs-450p-f {
13899
    max-width: 450% !important;
13900
  }
13901
  .mn-wd-xs-450p-f {
13902
    min-width: 450% !important;
13903
  }
13904
  .wd-xs-500 {
13905
    width: 500px;
13906
  }
13907
  .wd-xs-500p {
13908
    width: 500%;
13909
  }
13910
  .mx-wd-xs-500p {
13911
    max-width: 500%;
13912
  }
13913
  .mn-wd-xs-500p {
13914
    min-width: 500%;
13915
  }
13916
  .wd-xs-500-f {
13917
    width: 500px !important;
13918
  }
13919
  .wd-xs-500p-f {
13920
    width: 500% !important;
13921
  }
13922
  .mx-wd-xs-500p-f {
13923
    max-width: 500% !important;
13924
  }
13925
  .mn-wd-xs-500p-f {
13926
    min-width: 500% !important;
13927
  }
13928
  .wd-xs-550 {
13929
    width: 550px;
13930
  }
13931
  .wd-xs-550p {
13932
    width: 550%;
13933
  }
13934
  .mx-wd-xs-550p {
13935
    max-width: 550%;
13936
  }
13937
  .mn-wd-xs-550p {
13938
    min-width: 550%;
13939
  }
13940
  .wd-xs-550-f {
13941
    width: 550px !important;
13942
  }
13943
  .wd-xs-550p-f {
13944
    width: 550% !important;
13945
  }
13946
  .mx-wd-xs-550p-f {
13947
    max-width: 550% !important;
13948
  }
13949
  .mn-wd-xs-550p-f {
13950
    min-width: 550% !important;
13951
  }
13952
  .wd-xs-600 {
13953
    width: 600px;
13954
  }
13955
  .wd-xs-600p {
13956
    width: 600%;
13957
  }
13958
  .mx-wd-xs-600p {
13959
    max-width: 600%;
13960
  }
13961
  .mn-wd-xs-600p {
13962
    min-width: 600%;
13963
  }
13964
  .wd-xs-600-f {
13965
    width: 600px !important;
13966
  }
13967
  .wd-xs-600p-f {
13968
    width: 600% !important;
13969
  }
13970
  .mx-wd-xs-600p-f {
13971
    max-width: 600% !important;
13972
  }
13973
  .mn-wd-xs-600p-f {
13974
    min-width: 600% !important;
13975
  }
13976
  .wd-xs-650 {
13977
    width: 650px;
13978
  }
13979
  .wd-xs-650p {
13980
    width: 650%;
13981
  }
13982
  .mx-wd-xs-650p {
13983
    max-width: 650%;
13984
  }
13985
  .mn-wd-xs-650p {
13986
    min-width: 650%;
13987
  }
13988
  .wd-xs-650-f {
13989
    width: 650px !important;
13990
  }
13991
  .wd-xs-650p-f {
13992
    width: 650% !important;
13993
  }
13994
  .mx-wd-xs-650p-f {
13995
    max-width: 650% !important;
13996
  }
13997
  .mn-wd-xs-650p-f {
13998
    min-width: 650% !important;
13999
  }
14000
  .wd-xs-700 {
14001
    width: 700px;
14002
  }
14003
  .wd-xs-700p {
14004
    width: 700%;
14005
  }
14006
  .mx-wd-xs-700p {
14007
    max-width: 700%;
14008
  }
14009
  .mn-wd-xs-700p {
14010
    min-width: 700%;
14011
  }
14012
  .wd-xs-700-f {
14013
    width: 700px !important;
14014
  }
14015
  .wd-xs-700p-f {
14016
    width: 700% !important;
14017
  }
14018
  .mx-wd-xs-700p-f {
14019
    max-width: 700% !important;
14020
  }
14021
  .mn-wd-xs-700p-f {
14022
    min-width: 700% !important;
14023
  }
14024
  .wd-xs-750 {
14025
    width: 750px;
14026
  }
14027
  .wd-xs-750p {
14028
    width: 750%;
14029
  }
14030
  .mx-wd-xs-750p {
14031
    max-width: 750%;
14032
  }
14033
  .mn-wd-xs-750p {
14034
    min-width: 750%;
14035
  }
14036
  .wd-xs-750-f {
14037
    width: 750px !important;
14038
  }
14039
  .wd-xs-750p-f {
14040
    width: 750% !important;
14041
  }
14042
  .mx-wd-xs-750p-f {
14043
    max-width: 750% !important;
14044
  }
14045
  .mn-wd-xs-750p-f {
14046
    min-width: 750% !important;
14047
  }
14048
  .wd-xs-800 {
14049
    width: 800px;
14050
  }
14051
  .wd-xs-800p {
14052
    width: 800%;
14053
  }
14054
  .mx-wd-xs-800p {
14055
    max-width: 800%;
14056
  }
14057
  .mn-wd-xs-800p {
14058
    min-width: 800%;
14059
  }
14060
  .wd-xs-800-f {
14061
    width: 800px !important;
14062
  }
14063
  .wd-xs-800p-f {
14064
    width: 800% !important;
14065
  }
14066
  .mx-wd-xs-800p-f {
14067
    max-width: 800% !important;
14068
  }
14069
  .mn-wd-xs-800p-f {
14070
    min-width: 800% !important;
14071
  }
14072
  .wd-xs-850 {
14073
    width: 850px;
14074
  }
14075
  .wd-xs-850p {
14076
    width: 850%;
14077
  }
14078
  .mx-wd-xs-850p {
14079
    max-width: 850%;
14080
  }
14081
  .mn-wd-xs-850p {
14082
    min-width: 850%;
14083
  }
14084
  .wd-xs-850-f {
14085
    width: 850px !important;
14086
  }
14087
  .wd-xs-850p-f {
14088
    width: 850% !important;
14089
  }
14090
  .mx-wd-xs-850p-f {
14091
    max-width: 850% !important;
14092
  }
14093
  .mn-wd-xs-850p-f {
14094
    min-width: 850% !important;
14095
  }
14096
  .wd-xs-900 {
14097
    width: 900px;
14098
  }
14099
  .wd-xs-900p {
14100
    width: 900%;
14101
  }
14102
  .mx-wd-xs-900p {
14103
    max-width: 900%;
14104
  }
14105
  .mn-wd-xs-900p {
14106
    min-width: 900%;
14107
  }
14108
  .wd-xs-900-f {
14109
    width: 900px !important;
14110
  }
14111
  .wd-xs-900p-f {
14112
    width: 900% !important;
14113
  }
14114
  .mx-wd-xs-900p-f {
14115
    max-width: 900% !important;
14116
  }
14117
  .mn-wd-xs-900p-f {
14118
    min-width: 900% !important;
14119
  }
14120
  .wd-xs-950 {
14121
    width: 950px;
14122
  }
14123
  .wd-xs-950p {
14124
    width: 950%;
14125
  }
14126
  .mx-wd-xs-950p {
14127
    max-width: 950%;
14128
  }
14129
  .mn-wd-xs-950p {
14130
    min-width: 950%;
14131
  }
14132
  .wd-xs-950-f {
14133
    width: 950px !important;
14134
  }
14135
  .wd-xs-950p-f {
14136
    width: 950% !important;
14137
  }
14138
  .mx-wd-xs-950p-f {
14139
    max-width: 950% !important;
14140
  }
14141
  .mn-wd-xs-950p-f {
14142
    min-width: 950% !important;
14143
  }
14144
  .wd-xs-1000 {
14145
    width: 1000px;
14146
  }
14147
  .wd-xs-1000p {
14148
    width: 1000%;
14149
  }
14150
  .mx-wd-xs-1000p {
14151
    max-width: 1000%;
14152
  }
14153
  .mn-wd-xs-1000p {
14154
    min-width: 1000%;
14155
  }
14156
  .wd-xs-1000-f {
14157
    width: 1000px !important;
14158
  }
14159
  .wd-xs-1000p-f {
14160
    width: 1000% !important;
14161
  }
14162
  .mx-wd-xs-1000p-f {
14163
    max-width: 1000% !important;
14164
  }
14165
  .mn-wd-xs-1000p-f {
14166
    min-width: 1000% !important;
14167
  }
14168
  .wd-xs-auto {
14169
    width: auto;
14170
  }
14171
  .wd-xs-auto-f {
14172
    width: auto !important;
14173
  }
14174
}
14175
@media (min-width: 576px) {
14176
  .wd-sm-5 {
14177
    width: 5px;
14178
  }
14179
  .wd-sm-5p {
14180
    width: 5%;
14181
  }
14182
  .mx-wd-sm-5p {
14183
    max-width: 5%;
14184
  }
14185
  .mn-wd-sm-5p {
14186
    min-width: 5%;
14187
  }
14188
  .wd-sm-5-f {
14189
    width: 5px !important;
14190
  }
14191
  .wd-sm-5p-f {
14192
    width: 5% !important;
14193
  }
14194
  .mx-wd-sm-5p-f {
14195
    max-width: 5% !important;
14196
  }
14197
  .mn-wd-sm-5p-f {
14198
    min-width: 5% !important;
14199
  }
14200
  .wd-sm-10 {
14201
    width: 10px;
14202
  }
14203
  .wd-sm-10p {
14204
    width: 10%;
14205
  }
14206
  .mx-wd-sm-10p {
14207
    max-width: 10%;
14208
  }
14209
  .mn-wd-sm-10p {
14210
    min-width: 10%;
14211
  }
14212
  .wd-sm-10-f {
14213
    width: 10px !important;
14214
  }
14215
  .wd-sm-10p-f {
14216
    width: 10% !important;
14217
  }
14218
  .mx-wd-sm-10p-f {
14219
    max-width: 10% !important;
14220
  }
14221
  .mn-wd-sm-10p-f {
14222
    min-width: 10% !important;
14223
  }
14224
  .wd-sm-15 {
14225
    width: 15px;
14226
  }
14227
  .wd-sm-15p {
14228
    width: 15%;
14229
  }
14230
  .mx-wd-sm-15p {
14231
    max-width: 15%;
14232
  }
14233
  .mn-wd-sm-15p {
14234
    min-width: 15%;
14235
  }
14236
  .wd-sm-15-f {
14237
    width: 15px !important;
14238
  }
14239
  .wd-sm-15p-f {
14240
    width: 15% !important;
14241
  }
14242
  .mx-wd-sm-15p-f {
14243
    max-width: 15% !important;
14244
  }
14245
  .mn-wd-sm-15p-f {
14246
    min-width: 15% !important;
14247
  }
14248
  .wd-sm-20 {
14249
    width: 20px;
14250
  }
14251
  .wd-sm-20p {
14252
    width: 20%;
14253
  }
14254
  .mx-wd-sm-20p {
14255
    max-width: 20%;
14256
  }
14257
  .mn-wd-sm-20p {
14258
    min-width: 20%;
14259
  }
14260
  .wd-sm-20-f {
14261
    width: 20px !important;
14262
  }
14263
  .wd-sm-20p-f {
14264
    width: 20% !important;
14265
  }
14266
  .mx-wd-sm-20p-f {
14267
    max-width: 20% !important;
14268
  }
14269
  .mn-wd-sm-20p-f {
14270
    min-width: 20% !important;
14271
  }
14272
  .wd-sm-25 {
14273
    width: 25px;
14274
  }
14275
  .wd-sm-25p {
14276
    width: 25%;
14277
  }
14278
  .mx-wd-sm-25p {
14279
    max-width: 25%;
14280
  }
14281
  .mn-wd-sm-25p {
14282
    min-width: 25%;
14283
  }
14284
  .wd-sm-25-f {
14285
    width: 25px !important;
14286
  }
14287
  .wd-sm-25p-f {
14288
    width: 25% !important;
14289
  }
14290
  .mx-wd-sm-25p-f {
14291
    max-width: 25% !important;
14292
  }
14293
  .mn-wd-sm-25p-f {
14294
    min-width: 25% !important;
14295
  }
14296
  .wd-sm-30 {
14297
    width: 30px;
14298
  }
14299
  .wd-sm-30p {
14300
    width: 30%;
14301
  }
14302
  .mx-wd-sm-30p {
14303
    max-width: 30%;
14304
  }
14305
  .mn-wd-sm-30p {
14306
    min-width: 30%;
14307
  }
14308
  .wd-sm-30-f {
14309
    width: 30px !important;
14310
  }
14311
  .wd-sm-30p-f {
14312
    width: 30% !important;
14313
  }
14314
  .mx-wd-sm-30p-f {
14315
    max-width: 30% !important;
14316
  }
14317
  .mn-wd-sm-30p-f {
14318
    min-width: 30% !important;
14319
  }
14320
  .wd-sm-35 {
14321
    width: 35px;
14322
  }
14323
  .wd-sm-35p {
14324
    width: 35%;
14325
  }
14326
  .mx-wd-sm-35p {
14327
    max-width: 35%;
14328
  }
14329
  .mn-wd-sm-35p {
14330
    min-width: 35%;
14331
  }
14332
  .wd-sm-35-f {
14333
    width: 35px !important;
14334
  }
14335
  .wd-sm-35p-f {
14336
    width: 35% !important;
14337
  }
14338
  .mx-wd-sm-35p-f {
14339
    max-width: 35% !important;
14340
  }
14341
  .mn-wd-sm-35p-f {
14342
    min-width: 35% !important;
14343
  }
14344
  .wd-sm-40 {
14345
    width: 40px;
14346
  }
14347
  .wd-sm-40p {
14348
    width: 40%;
14349
  }
14350
  .mx-wd-sm-40p {
14351
    max-width: 40%;
14352
  }
14353
  .mn-wd-sm-40p {
14354
    min-width: 40%;
14355
  }
14356
  .wd-sm-40-f {
14357
    width: 40px !important;
14358
  }
14359
  .wd-sm-40p-f {
14360
    width: 40% !important;
14361
  }
14362
  .mx-wd-sm-40p-f {
14363
    max-width: 40% !important;
14364
  }
14365
  .mn-wd-sm-40p-f {
14366
    min-width: 40% !important;
14367
  }
14368
  .wd-sm-45 {
14369
    width: 45px;
14370
  }
14371
  .wd-sm-45p {
14372
    width: 45%;
14373
  }
14374
  .mx-wd-sm-45p {
14375
    max-width: 45%;
14376
  }
14377
  .mn-wd-sm-45p {
14378
    min-width: 45%;
14379
  }
14380
  .wd-sm-45-f {
14381
    width: 45px !important;
14382
  }
14383
  .wd-sm-45p-f {
14384
    width: 45% !important;
14385
  }
14386
  .mx-wd-sm-45p-f {
14387
    max-width: 45% !important;
14388
  }
14389
  .mn-wd-sm-45p-f {
14390
    min-width: 45% !important;
14391
  }
14392
  .wd-sm-50 {
14393
    width: 50px;
14394
  }
14395
  .wd-sm-50p {
14396
    width: 50%;
14397
  }
14398
  .mx-wd-sm-50p {
14399
    max-width: 50%;
14400
  }
14401
  .mn-wd-sm-50p {
14402
    min-width: 50%;
14403
  }
14404
  .wd-sm-50-f {
14405
    width: 50px !important;
14406
  }
14407
  .wd-sm-50p-f {
14408
    width: 50% !important;
14409
  }
14410
  .mx-wd-sm-50p-f {
14411
    max-width: 50% !important;
14412
  }
14413
  .mn-wd-sm-50p-f {
14414
    min-width: 50% !important;
14415
  }
14416
  .wd-sm-55 {
14417
    width: 55px;
14418
  }
14419
  .wd-sm-55p {
14420
    width: 55%;
14421
  }
14422
  .mx-wd-sm-55p {
14423
    max-width: 55%;
14424
  }
14425
  .mn-wd-sm-55p {
14426
    min-width: 55%;
14427
  }
14428
  .wd-sm-55-f {
14429
    width: 55px !important;
14430
  }
14431
  .wd-sm-55p-f {
14432
    width: 55% !important;
14433
  }
14434
  .mx-wd-sm-55p-f {
14435
    max-width: 55% !important;
14436
  }
14437
  .mn-wd-sm-55p-f {
14438
    min-width: 55% !important;
14439
  }
14440
  .wd-sm-60 {
14441
    width: 60px;
14442
  }
14443
  .wd-sm-60p {
14444
    width: 60%;
14445
  }
14446
  .mx-wd-sm-60p {
14447
    max-width: 60%;
14448
  }
14449
  .mn-wd-sm-60p {
14450
    min-width: 60%;
14451
  }
14452
  .wd-sm-60-f {
14453
    width: 60px !important;
14454
  }
14455
  .wd-sm-60p-f {
14456
    width: 60% !important;
14457
  }
14458
  .mx-wd-sm-60p-f {
14459
    max-width: 60% !important;
14460
  }
14461
  .mn-wd-sm-60p-f {
14462
    min-width: 60% !important;
14463
  }
14464
  .wd-sm-65 {
14465
    width: 65px;
14466
  }
14467
  .wd-sm-65p {
14468
    width: 65%;
14469
  }
14470
  .mx-wd-sm-65p {
14471
    max-width: 65%;
14472
  }
14473
  .mn-wd-sm-65p {
14474
    min-width: 65%;
14475
  }
14476
  .wd-sm-65-f {
14477
    width: 65px !important;
14478
  }
14479
  .wd-sm-65p-f {
14480
    width: 65% !important;
14481
  }
14482
  .mx-wd-sm-65p-f {
14483
    max-width: 65% !important;
14484
  }
14485
  .mn-wd-sm-65p-f {
14486
    min-width: 65% !important;
14487
  }
14488
  .wd-sm-70 {
14489
    width: 70px;
14490
  }
14491
  .wd-sm-70p {
14492
    width: 70%;
14493
  }
14494
  .mx-wd-sm-70p {
14495
    max-width: 70%;
14496
  }
14497
  .mn-wd-sm-70p {
14498
    min-width: 70%;
14499
  }
14500
  .wd-sm-70-f {
14501
    width: 70px !important;
14502
  }
14503
  .wd-sm-70p-f {
14504
    width: 70% !important;
14505
  }
14506
  .mx-wd-sm-70p-f {
14507
    max-width: 70% !important;
14508
  }
14509
  .mn-wd-sm-70p-f {
14510
    min-width: 70% !important;
14511
  }
14512
  .wd-sm-75 {
14513
    width: 75px;
14514
  }
14515
  .wd-sm-75p {
14516
    width: 75%;
14517
  }
14518
  .mx-wd-sm-75p {
14519
    max-width: 75%;
14520
  }
14521
  .mn-wd-sm-75p {
14522
    min-width: 75%;
14523
  }
14524
  .wd-sm-75-f {
14525
    width: 75px !important;
14526
  }
14527
  .wd-sm-75p-f {
14528
    width: 75% !important;
14529
  }
14530
  .mx-wd-sm-75p-f {
14531
    max-width: 75% !important;
14532
  }
14533
  .mn-wd-sm-75p-f {
14534
    min-width: 75% !important;
14535
  }
14536
  .wd-sm-80 {
14537
    width: 80px;
14538
  }
14539
  .wd-sm-80p {
14540
    width: 80%;
14541
  }
14542
  .mx-wd-sm-80p {
14543
    max-width: 80%;
14544
  }
14545
  .mn-wd-sm-80p {
14546
    min-width: 80%;
14547
  }
14548
  .wd-sm-80-f {
14549
    width: 80px !important;
14550
  }
14551
  .wd-sm-80p-f {
14552
    width: 80% !important;
14553
  }
14554
  .mx-wd-sm-80p-f {
14555
    max-width: 80% !important;
14556
  }
14557
  .mn-wd-sm-80p-f {
14558
    min-width: 80% !important;
14559
  }
14560
  .wd-sm-85 {
14561
    width: 85px;
14562
  }
14563
  .wd-sm-85p {
14564
    width: 85%;
14565
  }
14566
  .mx-wd-sm-85p {
14567
    max-width: 85%;
14568
  }
14569
  .mn-wd-sm-85p {
14570
    min-width: 85%;
14571
  }
14572
  .wd-sm-85-f {
14573
    width: 85px !important;
14574
  }
14575
  .wd-sm-85p-f {
14576
    width: 85% !important;
14577
  }
14578
  .mx-wd-sm-85p-f {
14579
    max-width: 85% !important;
14580
  }
14581
  .mn-wd-sm-85p-f {
14582
    min-width: 85% !important;
14583
  }
14584
  .wd-sm-90 {
14585
    width: 90px;
14586
  }
14587
  .wd-sm-90p {
14588
    width: 90%;
14589
  }
14590
  .mx-wd-sm-90p {
14591
    max-width: 90%;
14592
  }
14593
  .mn-wd-sm-90p {
14594
    min-width: 90%;
14595
  }
14596
  .wd-sm-90-f {
14597
    width: 90px !important;
14598
  }
14599
  .wd-sm-90p-f {
14600
    width: 90% !important;
14601
  }
14602
  .mx-wd-sm-90p-f {
14603
    max-width: 90% !important;
14604
  }
14605
  .mn-wd-sm-90p-f {
14606
    min-width: 90% !important;
14607
  }
14608
  .wd-sm-95 {
14609
    width: 95px;
14610
  }
14611
  .wd-sm-95p {
14612
    width: 95%;
14613
  }
14614
  .mx-wd-sm-95p {
14615
    max-width: 95%;
14616
  }
14617
  .mn-wd-sm-95p {
14618
    min-width: 95%;
14619
  }
14620
  .wd-sm-95-f {
14621
    width: 95px !important;
14622
  }
14623
  .wd-sm-95p-f {
14624
    width: 95% !important;
14625
  }
14626
  .mx-wd-sm-95p-f {
14627
    max-width: 95% !important;
14628
  }
14629
  .mn-wd-sm-95p-f {
14630
    min-width: 95% !important;
14631
  }
14632
  .wd-sm-100 {
14633
    width: 100px;
14634
  }
14635
  .wd-sm-100p {
14636
    width: 100%;
14637
  }
14638
  .mx-wd-sm-100p {
14639
    max-width: 100%;
14640
  }
14641
  .mn-wd-sm-100p {
14642
    min-width: 100%;
14643
  }
14644
  .wd-sm-100-f {
14645
    width: 100px !important;
14646
  }
14647
  .wd-sm-100p-f {
14648
    width: 100% !important;
14649
  }
14650
  .mx-wd-sm-100p-f {
14651
    max-width: 100% !important;
14652
  }
14653
  .mn-wd-sm-100p-f {
14654
    min-width: 100% !important;
14655
  }
14656
  .wd-sm-150 {
14657
    width: 150px;
14658
  }
14659
  .wd-sm-150p {
14660
    width: 150%;
14661
  }
14662
  .mx-wd-sm-150p {
14663
    max-width: 150%;
14664
  }
14665
  .mn-wd-sm-150p {
14666
    min-width: 150%;
14667
  }
14668
  .wd-sm-150-f {
14669
    width: 150px !important;
14670
  }
14671
  .wd-sm-150p-f {
14672
    width: 150% !important;
14673
  }
14674
  .mx-wd-sm-150p-f {
14675
    max-width: 150% !important;
14676
  }
14677
  .mn-wd-sm-150p-f {
14678
    min-width: 150% !important;
14679
  }
14680
  .wd-sm-200 {
14681
    width: 200px;
14682
  }
14683
  .wd-sm-200p {
14684
    width: 200%;
14685
  }
14686
  .mx-wd-sm-200p {
14687
    max-width: 200%;
14688
  }
14689
  .mn-wd-sm-200p {
14690
    min-width: 200%;
14691
  }
14692
  .wd-sm-200-f {
14693
    width: 200px !important;
14694
  }
14695
  .wd-sm-200p-f {
14696
    width: 200% !important;
14697
  }
14698
  .mx-wd-sm-200p-f {
14699
    max-width: 200% !important;
14700
  }
14701
  .mn-wd-sm-200p-f {
14702
    min-width: 200% !important;
14703
  }
14704
  .wd-sm-250 {
14705
    width: 250px;
14706
  }
14707
  .wd-sm-250p {
14708
    width: 250%;
14709
  }
14710
  .mx-wd-sm-250p {
14711
    max-width: 250%;
14712
  }
14713
  .mn-wd-sm-250p {
14714
    min-width: 250%;
14715
  }
14716
  .wd-sm-250-f {
14717
    width: 250px !important;
14718
  }
14719
  .wd-sm-250p-f {
14720
    width: 250% !important;
14721
  }
14722
  .mx-wd-sm-250p-f {
14723
    max-width: 250% !important;
14724
  }
14725
  .mn-wd-sm-250p-f {
14726
    min-width: 250% !important;
14727
  }
14728
  .wd-sm-300 {
14729
    width: 300px;
14730
  }
14731
  .wd-sm-300p {
14732
    width: 300%;
14733
  }
14734
  .mx-wd-sm-300p {
14735
    max-width: 300%;
14736
  }
14737
  .mn-wd-sm-300p {
14738
    min-width: 300%;
14739
  }
14740
  .wd-sm-300-f {
14741
    width: 300px !important;
14742
  }
14743
  .wd-sm-300p-f {
14744
    width: 300% !important;
14745
  }
14746
  .mx-wd-sm-300p-f {
14747
    max-width: 300% !important;
14748
  }
14749
  .mn-wd-sm-300p-f {
14750
    min-width: 300% !important;
14751
  }
14752
  .wd-sm-350 {
14753
    width: 350px;
14754
  }
14755
  .wd-sm-350p {
14756
    width: 350%;
14757
  }
14758
  .mx-wd-sm-350p {
14759
    max-width: 350%;
14760
  }
14761
  .mn-wd-sm-350p {
14762
    min-width: 350%;
14763
  }
14764
  .wd-sm-350-f {
14765
    width: 350px !important;
14766
  }
14767
  .wd-sm-350p-f {
14768
    width: 350% !important;
14769
  }
14770
  .mx-wd-sm-350p-f {
14771
    max-width: 350% !important;
14772
  }
14773
  .mn-wd-sm-350p-f {
14774
    min-width: 350% !important;
14775
  }
14776
  .wd-sm-400 {
14777
    width: 400px;
14778
  }
14779
  .wd-sm-400p {
14780
    width: 400%;
14781
  }
14782
  .mx-wd-sm-400p {
14783
    max-width: 400%;
14784
  }
14785
  .mn-wd-sm-400p {
14786
    min-width: 400%;
14787
  }
14788
  .wd-sm-400-f {
14789
    width: 400px !important;
14790
  }
14791
  .wd-sm-400p-f {
14792
    width: 400% !important;
14793
  }
14794
  .mx-wd-sm-400p-f {
14795
    max-width: 400% !important;
14796
  }
14797
  .mn-wd-sm-400p-f {
14798
    min-width: 400% !important;
14799
  }
14800
  .wd-sm-450 {
14801
    width: 450px;
14802
  }
14803
  .wd-sm-450p {
14804
    width: 450%;
14805
  }
14806
  .mx-wd-sm-450p {
14807
    max-width: 450%;
14808
  }
14809
  .mn-wd-sm-450p {
14810
    min-width: 450%;
14811
  }
14812
  .wd-sm-450-f {
14813
    width: 450px !important;
14814
  }
14815
  .wd-sm-450p-f {
14816
    width: 450% !important;
14817
  }
14818
  .mx-wd-sm-450p-f {
14819
    max-width: 450% !important;
14820
  }
14821
  .mn-wd-sm-450p-f {
14822
    min-width: 450% !important;
14823
  }
14824
  .wd-sm-500 {
14825
    width: 500px;
14826
  }
14827
  .wd-sm-500p {
14828
    width: 500%;
14829
  }
14830
  .mx-wd-sm-500p {
14831
    max-width: 500%;
14832
  }
14833
  .mn-wd-sm-500p {
14834
    min-width: 500%;
14835
  }
14836
  .wd-sm-500-f {
14837
    width: 500px !important;
14838
  }
14839
  .wd-sm-500p-f {
14840
    width: 500% !important;
14841
  }
14842
  .mx-wd-sm-500p-f {
14843
    max-width: 500% !important;
14844
  }
14845
  .mn-wd-sm-500p-f {
14846
    min-width: 500% !important;
14847
  }
14848
  .wd-sm-550 {
14849
    width: 550px;
14850
  }
14851
  .wd-sm-550p {
14852
    width: 550%;
14853
  }
14854
  .mx-wd-sm-550p {
14855
    max-width: 550%;
14856
  }
14857
  .mn-wd-sm-550p {
14858
    min-width: 550%;
14859
  }
14860
  .wd-sm-550-f {
14861
    width: 550px !important;
14862
  }
14863
  .wd-sm-550p-f {
14864
    width: 550% !important;
14865
  }
14866
  .mx-wd-sm-550p-f {
14867
    max-width: 550% !important;
14868
  }
14869
  .mn-wd-sm-550p-f {
14870
    min-width: 550% !important;
14871
  }
14872
  .wd-sm-600 {
14873
    width: 600px;
14874
  }
14875
  .wd-sm-600p {
14876
    width: 600%;
14877
  }
14878
  .mx-wd-sm-600p {
14879
    max-width: 600%;
14880
  }
14881
  .mn-wd-sm-600p {
14882
    min-width: 600%;
14883
  }
14884
  .wd-sm-600-f {
14885
    width: 600px !important;
14886
  }
14887
  .wd-sm-600p-f {
14888
    width: 600% !important;
14889
  }
14890
  .mx-wd-sm-600p-f {
14891
    max-width: 600% !important;
14892
  }
14893
  .mn-wd-sm-600p-f {
14894
    min-width: 600% !important;
14895
  }
14896
  .wd-sm-650 {
14897
    width: 650px;
14898
  }
14899
  .wd-sm-650p {
14900
    width: 650%;
14901
  }
14902
  .mx-wd-sm-650p {
14903
    max-width: 650%;
14904
  }
14905
  .mn-wd-sm-650p {
14906
    min-width: 650%;
14907
  }
14908
  .wd-sm-650-f {
14909
    width: 650px !important;
14910
  }
14911
  .wd-sm-650p-f {
14912
    width: 650% !important;
14913
  }
14914
  .mx-wd-sm-650p-f {
14915
    max-width: 650% !important;
14916
  }
14917
  .mn-wd-sm-650p-f {
14918
    min-width: 650% !important;
14919
  }
14920
  .wd-sm-700 {
14921
    width: 700px;
14922
  }
14923
  .wd-sm-700p {
14924
    width: 700%;
14925
  }
14926
  .mx-wd-sm-700p {
14927
    max-width: 700%;
14928
  }
14929
  .mn-wd-sm-700p {
14930
    min-width: 700%;
14931
  }
14932
  .wd-sm-700-f {
14933
    width: 700px !important;
14934
  }
14935
  .wd-sm-700p-f {
14936
    width: 700% !important;
14937
  }
14938
  .mx-wd-sm-700p-f {
14939
    max-width: 700% !important;
14940
  }
14941
  .mn-wd-sm-700p-f {
14942
    min-width: 700% !important;
14943
  }
14944
  .wd-sm-750 {
14945
    width: 750px;
14946
  }
14947
  .wd-sm-750p {
14948
    width: 750%;
14949
  }
14950
  .mx-wd-sm-750p {
14951
    max-width: 750%;
14952
  }
14953
  .mn-wd-sm-750p {
14954
    min-width: 750%;
14955
  }
14956
  .wd-sm-750-f {
14957
    width: 750px !important;
14958
  }
14959
  .wd-sm-750p-f {
14960
    width: 750% !important;
14961
  }
14962
  .mx-wd-sm-750p-f {
14963
    max-width: 750% !important;
14964
  }
14965
  .mn-wd-sm-750p-f {
14966
    min-width: 750% !important;
14967
  }
14968
  .wd-sm-800 {
14969
    width: 800px;
14970
  }
14971
  .wd-sm-800p {
14972
    width: 800%;
14973
  }
14974
  .mx-wd-sm-800p {
14975
    max-width: 800%;
14976
  }
14977
  .mn-wd-sm-800p {
14978
    min-width: 800%;
14979
  }
14980
  .wd-sm-800-f {
14981
    width: 800px !important;
14982
  }
14983
  .wd-sm-800p-f {
14984
    width: 800% !important;
14985
  }
14986
  .mx-wd-sm-800p-f {
14987
    max-width: 800% !important;
14988
  }
14989
  .mn-wd-sm-800p-f {
14990
    min-width: 800% !important;
14991
  }
14992
  .wd-sm-850 {
14993
    width: 850px;
14994
  }
14995
  .wd-sm-850p {
14996
    width: 850%;
14997
  }
14998
  .mx-wd-sm-850p {
14999
    max-width: 850%;
15000
  }
15001
  .mn-wd-sm-850p {
15002
    min-width: 850%;
15003
  }
15004
  .wd-sm-850-f {
15005
    width: 850px !important;
15006
  }
15007
  .wd-sm-850p-f {
15008
    width: 850% !important;
15009
  }
15010
  .mx-wd-sm-850p-f {
15011
    max-width: 850% !important;
15012
  }
15013
  .mn-wd-sm-850p-f {
15014
    min-width: 850% !important;
15015
  }
15016
  .wd-sm-900 {
15017
    width: 900px;
15018
  }
15019
  .wd-sm-900p {
15020
    width: 900%;
15021
  }
15022
  .mx-wd-sm-900p {
15023
    max-width: 900%;
15024
  }
15025
  .mn-wd-sm-900p {
15026
    min-width: 900%;
15027
  }
15028
  .wd-sm-900-f {
15029
    width: 900px !important;
15030
  }
15031
  .wd-sm-900p-f {
15032
    width: 900% !important;
15033
  }
15034
  .mx-wd-sm-900p-f {
15035
    max-width: 900% !important;
15036
  }
15037
  .mn-wd-sm-900p-f {
15038
    min-width: 900% !important;
15039
  }
15040
  .wd-sm-950 {
15041
    width: 950px;
15042
  }
15043
  .wd-sm-950p {
15044
    width: 950%;
15045
  }
15046
  .mx-wd-sm-950p {
15047
    max-width: 950%;
15048
  }
15049
  .mn-wd-sm-950p {
15050
    min-width: 950%;
15051
  }
15052
  .wd-sm-950-f {
15053
    width: 950px !important;
15054
  }
15055
  .wd-sm-950p-f {
15056
    width: 950% !important;
15057
  }
15058
  .mx-wd-sm-950p-f {
15059
    max-width: 950% !important;
15060
  }
15061
  .mn-wd-sm-950p-f {
15062
    min-width: 950% !important;
15063
  }
15064
  .wd-sm-1000 {
15065
    width: 1000px;
15066
  }
15067
  .wd-sm-1000p {
15068
    width: 1000%;
15069
  }
15070
  .mx-wd-sm-1000p {
15071
    max-width: 1000%;
15072
  }
15073
  .mn-wd-sm-1000p {
15074
    min-width: 1000%;
15075
  }
15076
  .wd-sm-1000-f {
15077
    width: 1000px !important;
15078
  }
15079
  .wd-sm-1000p-f {
15080
    width: 1000% !important;
15081
  }
15082
  .mx-wd-sm-1000p-f {
15083
    max-width: 1000% !important;
15084
  }
15085
  .mn-wd-sm-1000p-f {
15086
    min-width: 1000% !important;
15087
  }
15088
  .wd-sm-auto {
15089
    width: auto;
15090
  }
15091
  .wd-sm-auto-f {
15092
    width: auto !important;
15093
  }
15094
}
15095
@media (min-width: 768px) {
15096
  .wd-md-5 {
15097
    width: 5px;
15098
  }
15099
  .wd-md-5p {
15100
    width: 5%;
15101
  }
15102
  .mx-wd-md-5p {
15103
    max-width: 5%;
15104
  }
15105
  .mn-wd-md-5p {
15106
    min-width: 5%;
15107
  }
15108
  .wd-md-5-f {
15109
    width: 5px !important;
15110
  }
15111
  .wd-md-5p-f {
15112
    width: 5% !important;
15113
  }
15114
  .mx-wd-md-5p-f {
15115
    max-width: 5% !important;
15116
  }
15117
  .mn-wd-md-5p-f {
15118
    min-width: 5% !important;
15119
  }
15120
  .wd-md-10 {
15121
    width: 10px;
15122
  }
15123
  .wd-md-10p {
15124
    width: 10%;
15125
  }
15126
  .mx-wd-md-10p {
15127
    max-width: 10%;
15128
  }
15129
  .mn-wd-md-10p {
15130
    min-width: 10%;
15131
  }
15132
  .wd-md-10-f {
15133
    width: 10px !important;
15134
  }
15135
  .wd-md-10p-f {
15136
    width: 10% !important;
15137
  }
15138
  .mx-wd-md-10p-f {
15139
    max-width: 10% !important;
15140
  }
15141
  .mn-wd-md-10p-f {
15142
    min-width: 10% !important;
15143
  }
15144
  .wd-md-15 {
15145
    width: 15px;
15146
  }
15147
  .wd-md-15p {
15148
    width: 15%;
15149
  }
15150
  .mx-wd-md-15p {
15151
    max-width: 15%;
15152
  }
15153
  .mn-wd-md-15p {
15154
    min-width: 15%;
15155
  }
15156
  .wd-md-15-f {
15157
    width: 15px !important;
15158
  }
15159
  .wd-md-15p-f {
15160
    width: 15% !important;
15161
  }
15162
  .mx-wd-md-15p-f {
15163
    max-width: 15% !important;
15164
  }
15165
  .mn-wd-md-15p-f {
15166
    min-width: 15% !important;
15167
  }
15168
  .wd-md-20 {
15169
    width: 20px;
15170
  }
15171
  .wd-md-20p {
15172
    width: 20%;
15173
  }
15174
  .mx-wd-md-20p {
15175
    max-width: 20%;
15176
  }
15177
  .mn-wd-md-20p {
15178
    min-width: 20%;
15179
  }
15180
  .wd-md-20-f {
15181
    width: 20px !important;
15182
  }
15183
  .wd-md-20p-f {
15184
    width: 20% !important;
15185
  }
15186
  .mx-wd-md-20p-f {
15187
    max-width: 20% !important;
15188
  }
15189
  .mn-wd-md-20p-f {
15190
    min-width: 20% !important;
15191
  }
15192
  .wd-md-25 {
15193
    width: 25px;
15194
  }
15195
  .wd-md-25p {
15196
    width: 25%;
15197
  }
15198
  .mx-wd-md-25p {
15199
    max-width: 25%;
15200
  }
15201
  .mn-wd-md-25p {
15202
    min-width: 25%;
15203
  }
15204
  .wd-md-25-f {
15205
    width: 25px !important;
15206
  }
15207
  .wd-md-25p-f {
15208
    width: 25% !important;
15209
  }
15210
  .mx-wd-md-25p-f {
15211
    max-width: 25% !important;
15212
  }
15213
  .mn-wd-md-25p-f {
15214
    min-width: 25% !important;
15215
  }
15216
  .wd-md-30 {
15217
    width: 30px;
15218
  }
15219
  .wd-md-30p {
15220
    width: 30%;
15221
  }
15222
  .mx-wd-md-30p {
15223
    max-width: 30%;
15224
  }
15225
  .mn-wd-md-30p {
15226
    min-width: 30%;
15227
  }
15228
  .wd-md-30-f {
15229
    width: 30px !important;
15230
  }
15231
  .wd-md-30p-f {
15232
    width: 30% !important;
15233
  }
15234
  .mx-wd-md-30p-f {
15235
    max-width: 30% !important;
15236
  }
15237
  .mn-wd-md-30p-f {
15238
    min-width: 30% !important;
15239
  }
15240
  .wd-md-35 {
15241
    width: 35px;
15242
  }
15243
  .wd-md-35p {
15244
    width: 35%;
15245
  }
15246
  .mx-wd-md-35p {
15247
    max-width: 35%;
15248
  }
15249
  .mn-wd-md-35p {
15250
    min-width: 35%;
15251
  }
15252
  .wd-md-35-f {
15253
    width: 35px !important;
15254
  }
15255
  .wd-md-35p-f {
15256
    width: 35% !important;
15257
  }
15258
  .mx-wd-md-35p-f {
15259
    max-width: 35% !important;
15260
  }
15261
  .mn-wd-md-35p-f {
15262
    min-width: 35% !important;
15263
  }
15264
  .wd-md-40 {
15265
    width: 40px;
15266
  }
15267
  .wd-md-40p {
15268
    width: 40%;
15269
  }
15270
  .mx-wd-md-40p {
15271
    max-width: 40%;
15272
  }
15273
  .mn-wd-md-40p {
15274
    min-width: 40%;
15275
  }
15276
  .wd-md-40-f {
15277
    width: 40px !important;
15278
  }
15279
  .wd-md-40p-f {
15280
    width: 40% !important;
15281
  }
15282
  .mx-wd-md-40p-f {
15283
    max-width: 40% !important;
15284
  }
15285
  .mn-wd-md-40p-f {
15286
    min-width: 40% !important;
15287
  }
15288
  .wd-md-45 {
15289
    width: 45px;
15290
  }
15291
  .wd-md-45p {
15292
    width: 45%;
15293
  }
15294
  .mx-wd-md-45p {
15295
    max-width: 45%;
15296
  }
15297
  .mn-wd-md-45p {
15298
    min-width: 45%;
15299
  }
15300
  .wd-md-45-f {
15301
    width: 45px !important;
15302
  }
15303
  .wd-md-45p-f {
15304
    width: 45% !important;
15305
  }
15306
  .mx-wd-md-45p-f {
15307
    max-width: 45% !important;
15308
  }
15309
  .mn-wd-md-45p-f {
15310
    min-width: 45% !important;
15311
  }
15312
  .wd-md-50 {
15313
    width: 50px;
15314
  }
15315
  .wd-md-50p {
15316
    width: 50%;
15317
  }
15318
  .mx-wd-md-50p {
15319
    max-width: 50%;
15320
  }
15321
  .mn-wd-md-50p {
15322
    min-width: 50%;
15323
  }
15324
  .wd-md-50-f {
15325
    width: 50px !important;
15326
  }
15327
  .wd-md-50p-f {
15328
    width: 50% !important;
15329
  }
15330
  .mx-wd-md-50p-f {
15331
    max-width: 50% !important;
15332
  }
15333
  .mn-wd-md-50p-f {
15334
    min-width: 50% !important;
15335
  }
15336
  .wd-md-55 {
15337
    width: 55px;
15338
  }
15339
  .wd-md-55p {
15340
    width: 55%;
15341
  }
15342
  .mx-wd-md-55p {
15343
    max-width: 55%;
15344
  }
15345
  .mn-wd-md-55p {
15346
    min-width: 55%;
15347
  }
15348
  .wd-md-55-f {
15349
    width: 55px !important;
15350
  }
15351
  .wd-md-55p-f {
15352
    width: 55% !important;
15353
  }
15354
  .mx-wd-md-55p-f {
15355
    max-width: 55% !important;
15356
  }
15357
  .mn-wd-md-55p-f {
15358
    min-width: 55% !important;
15359
  }
15360
  .wd-md-60 {
15361
    width: 60px;
15362
  }
15363
  .wd-md-60p {
15364
    width: 60%;
15365
  }
15366
  .mx-wd-md-60p {
15367
    max-width: 60%;
15368
  }
15369
  .mn-wd-md-60p {
15370
    min-width: 60%;
15371
  }
15372
  .wd-md-60-f {
15373
    width: 60px !important;
15374
  }
15375
  .wd-md-60p-f {
15376
    width: 60% !important;
15377
  }
15378
  .mx-wd-md-60p-f {
15379
    max-width: 60% !important;
15380
  }
15381
  .mn-wd-md-60p-f {
15382
    min-width: 60% !important;
15383
  }
15384
  .wd-md-65 {
15385
    width: 65px;
15386
  }
15387
  .wd-md-65p {
15388
    width: 65%;
15389
  }
15390
  .mx-wd-md-65p {
15391
    max-width: 65%;
15392
  }
15393
  .mn-wd-md-65p {
15394
    min-width: 65%;
15395
  }
15396
  .wd-md-65-f {
15397
    width: 65px !important;
15398
  }
15399
  .wd-md-65p-f {
15400
    width: 65% !important;
15401
  }
15402
  .mx-wd-md-65p-f {
15403
    max-width: 65% !important;
15404
  }
15405
  .mn-wd-md-65p-f {
15406
    min-width: 65% !important;
15407
  }
15408
  .wd-md-70 {
15409
    width: 70px;
15410
  }
15411
  .wd-md-70p {
15412
    width: 70%;
15413
  }
15414
  .mx-wd-md-70p {
15415
    max-width: 70%;
15416
  }
15417
  .mn-wd-md-70p {
15418
    min-width: 70%;
15419
  }
15420
  .wd-md-70-f {
15421
    width: 70px !important;
15422
  }
15423
  .wd-md-70p-f {
15424
    width: 70% !important;
15425
  }
15426
  .mx-wd-md-70p-f {
15427
    max-width: 70% !important;
15428
  }
15429
  .mn-wd-md-70p-f {
15430
    min-width: 70% !important;
15431
  }
15432
  .wd-md-75 {
15433
    width: 75px;
15434
  }
15435
  .wd-md-75p {
15436
    width: 75%;
15437
  }
15438
  .mx-wd-md-75p {
15439
    max-width: 75%;
15440
  }
15441
  .mn-wd-md-75p {
15442
    min-width: 75%;
15443
  }
15444
  .wd-md-75-f {
15445
    width: 75px !important;
15446
  }
15447
  .wd-md-75p-f {
15448
    width: 75% !important;
15449
  }
15450
  .mx-wd-md-75p-f {
15451
    max-width: 75% !important;
15452
  }
15453
  .mn-wd-md-75p-f {
15454
    min-width: 75% !important;
15455
  }
15456
  .wd-md-80 {
15457
    width: 80px;
15458
  }
15459
  .wd-md-80p {
15460
    width: 80%;
15461
  }
15462
  .mx-wd-md-80p {
15463
    max-width: 80%;
15464
  }
15465
  .mn-wd-md-80p {
15466
    min-width: 80%;
15467
  }
15468
  .wd-md-80-f {
15469
    width: 80px !important;
15470
  }
15471
  .wd-md-80p-f {
15472
    width: 80% !important;
15473
  }
15474
  .mx-wd-md-80p-f {
15475
    max-width: 80% !important;
15476
  }
15477
  .mn-wd-md-80p-f {
15478
    min-width: 80% !important;
15479
  }
15480
  .wd-md-85 {
15481
    width: 85px;
15482
  }
15483
  .wd-md-85p {
15484
    width: 85%;
15485
  }
15486
  .mx-wd-md-85p {
15487
    max-width: 85%;
15488
  }
15489
  .mn-wd-md-85p {
15490
    min-width: 85%;
15491
  }
15492
  .wd-md-85-f {
15493
    width: 85px !important;
15494
  }
15495
  .wd-md-85p-f {
15496
    width: 85% !important;
15497
  }
15498
  .mx-wd-md-85p-f {
15499
    max-width: 85% !important;
15500
  }
15501
  .mn-wd-md-85p-f {
15502
    min-width: 85% !important;
15503
  }
15504
  .wd-md-90 {
15505
    width: 90px;
15506
  }
15507
  .wd-md-90p {
15508
    width: 90%;
15509
  }
15510
  .mx-wd-md-90p {
15511
    max-width: 90%;
15512
  }
15513
  .mn-wd-md-90p {
15514
    min-width: 90%;
15515
  }
15516
  .wd-md-90-f {
15517
    width: 90px !important;
15518
  }
15519
  .wd-md-90p-f {
15520
    width: 90% !important;
15521
  }
15522
  .mx-wd-md-90p-f {
15523
    max-width: 90% !important;
15524
  }
15525
  .mn-wd-md-90p-f {
15526
    min-width: 90% !important;
15527
  }
15528
  .wd-md-95 {
15529
    width: 95px;
15530
  }
15531
  .wd-md-95p {
15532
    width: 95%;
15533
  }
15534
  .mx-wd-md-95p {
15535
    max-width: 95%;
15536
  }
15537
  .mn-wd-md-95p {
15538
    min-width: 95%;
15539
  }
15540
  .wd-md-95-f {
15541
    width: 95px !important;
15542
  }
15543
  .wd-md-95p-f {
15544
    width: 95% !important;
15545
  }
15546
  .mx-wd-md-95p-f {
15547
    max-width: 95% !important;
15548
  }
15549
  .mn-wd-md-95p-f {
15550
    min-width: 95% !important;
15551
  }
15552
  .wd-md-100 {
15553
    width: 100px;
15554
  }
15555
  .wd-md-100p {
15556
    width: 100%;
15557
  }
15558
  .mx-wd-md-100p {
15559
    max-width: 100%;
15560
  }
15561
  .mn-wd-md-100p {
15562
    min-width: 100%;
15563
  }
15564
  .wd-md-100-f {
15565
    width: 100px !important;
15566
  }
15567
  .wd-md-100p-f {
15568
    width: 100% !important;
15569
  }
15570
  .mx-wd-md-100p-f {
15571
    max-width: 100% !important;
15572
  }
15573
  .mn-wd-md-100p-f {
15574
    min-width: 100% !important;
15575
  }
15576
  .wd-md-150 {
15577
    width: 150px;
15578
  }
15579
  .wd-md-150p {
15580
    width: 150%;
15581
  }
15582
  .mx-wd-md-150p {
15583
    max-width: 150%;
15584
  }
15585
  .mn-wd-md-150p {
15586
    min-width: 150%;
15587
  }
15588
  .wd-md-150-f {
15589
    width: 150px !important;
15590
  }
15591
  .wd-md-150p-f {
15592
    width: 150% !important;
15593
  }
15594
  .mx-wd-md-150p-f {
15595
    max-width: 150% !important;
15596
  }
15597
  .mn-wd-md-150p-f {
15598
    min-width: 150% !important;
15599
  }
15600
  .wd-md-200 {
15601
    width: 200px;
15602
  }
15603
  .wd-md-200p {
15604
    width: 200%;
15605
  }
15606
  .mx-wd-md-200p {
15607
    max-width: 200%;
15608
  }
15609
  .mn-wd-md-200p {
15610
    min-width: 200%;
15611
  }
15612
  .wd-md-200-f {
15613
    width: 200px !important;
15614
  }
15615
  .wd-md-200p-f {
15616
    width: 200% !important;
15617
  }
15618
  .mx-wd-md-200p-f {
15619
    max-width: 200% !important;
15620
  }
15621
  .mn-wd-md-200p-f {
15622
    min-width: 200% !important;
15623
  }
15624
  .wd-md-250 {
15625
    width: 250px;
15626
  }
15627
  .wd-md-250p {
15628
    width: 250%;
15629
  }
15630
  .mx-wd-md-250p {
15631
    max-width: 250%;
15632
  }
15633
  .mn-wd-md-250p {
15634
    min-width: 250%;
15635
  }
15636
  .wd-md-250-f {
15637
    width: 250px !important;
15638
  }
15639
  .wd-md-250p-f {
15640
    width: 250% !important;
15641
  }
15642
  .mx-wd-md-250p-f {
15643
    max-width: 250% !important;
15644
  }
15645
  .mn-wd-md-250p-f {
15646
    min-width: 250% !important;
15647
  }
15648
  .wd-md-300 {
15649
    width: 300px;
15650
  }
15651
  .wd-md-300p {
15652
    width: 300%;
15653
  }
15654
  .mx-wd-md-300p {
15655
    max-width: 300%;
15656
  }
15657
  .mn-wd-md-300p {
15658
    min-width: 300%;
15659
  }
15660
  .wd-md-300-f {
15661
    width: 300px !important;
15662
  }
15663
  .wd-md-300p-f {
15664
    width: 300% !important;
15665
  }
15666
  .mx-wd-md-300p-f {
15667
    max-width: 300% !important;
15668
  }
15669
  .mn-wd-md-300p-f {
15670
    min-width: 300% !important;
15671
  }
15672
  .wd-md-350 {
15673
    width: 350px;
15674
  }
15675
  .wd-md-350p {
15676
    width: 350%;
15677
  }
15678
  .mx-wd-md-350p {
15679
    max-width: 350%;
15680
  }
15681
  .mn-wd-md-350p {
15682
    min-width: 350%;
15683
  }
15684
  .wd-md-350-f {
15685
    width: 350px !important;
15686
  }
15687
  .wd-md-350p-f {
15688
    width: 350% !important;
15689
  }
15690
  .mx-wd-md-350p-f {
15691
    max-width: 350% !important;
15692
  }
15693
  .mn-wd-md-350p-f {
15694
    min-width: 350% !important;
15695
  }
15696
  .wd-md-400 {
15697
    width: 400px;
15698
  }
15699
  .wd-md-400p {
15700
    width: 400%;
15701
  }
15702
  .mx-wd-md-400p {
15703
    max-width: 400%;
15704
  }
15705
  .mn-wd-md-400p {
15706
    min-width: 400%;
15707
  }
15708
  .wd-md-400-f {
15709
    width: 400px !important;
15710
  }
15711
  .wd-md-400p-f {
15712
    width: 400% !important;
15713
  }
15714
  .mx-wd-md-400p-f {
15715
    max-width: 400% !important;
15716
  }
15717
  .mn-wd-md-400p-f {
15718
    min-width: 400% !important;
15719
  }
15720
  .wd-md-450 {
15721
    width: 450px;
15722
  }
15723
  .wd-md-450p {
15724
    width: 450%;
15725
  }
15726
  .mx-wd-md-450p {
15727
    max-width: 450%;
15728
  }
15729
  .mn-wd-md-450p {
15730
    min-width: 450%;
15731
  }
15732
  .wd-md-450-f {
15733
    width: 450px !important;
15734
  }
15735
  .wd-md-450p-f {
15736
    width: 450% !important;
15737
  }
15738
  .mx-wd-md-450p-f {
15739
    max-width: 450% !important;
15740
  }
15741
  .mn-wd-md-450p-f {
15742
    min-width: 450% !important;
15743
  }
15744
  .wd-md-500 {
15745
    width: 500px;
15746
  }
15747
  .wd-md-500p {
15748
    width: 500%;
15749
  }
15750
  .mx-wd-md-500p {
15751
    max-width: 500%;
15752
  }
15753
  .mn-wd-md-500p {
15754
    min-width: 500%;
15755
  }
15756
  .wd-md-500-f {
15757
    width: 500px !important;
15758
  }
15759
  .wd-md-500p-f {
15760
    width: 500% !important;
15761
  }
15762
  .mx-wd-md-500p-f {
15763
    max-width: 500% !important;
15764
  }
15765
  .mn-wd-md-500p-f {
15766
    min-width: 500% !important;
15767
  }
15768
  .wd-md-550 {
15769
    width: 550px;
15770
  }
15771
  .wd-md-550p {
15772
    width: 550%;
15773
  }
15774
  .mx-wd-md-550p {
15775
    max-width: 550%;
15776
  }
15777
  .mn-wd-md-550p {
15778
    min-width: 550%;
15779
  }
15780
  .wd-md-550-f {
15781
    width: 550px !important;
15782
  }
15783
  .wd-md-550p-f {
15784
    width: 550% !important;
15785
  }
15786
  .mx-wd-md-550p-f {
15787
    max-width: 550% !important;
15788
  }
15789
  .mn-wd-md-550p-f {
15790
    min-width: 550% !important;
15791
  }
15792
  .wd-md-600 {
15793
    width: 600px;
15794
  }
15795
  .wd-md-600p {
15796
    width: 600%;
15797
  }
15798
  .mx-wd-md-600p {
15799
    max-width: 600%;
15800
  }
15801
  .mn-wd-md-600p {
15802
    min-width: 600%;
15803
  }
15804
  .wd-md-600-f {
15805
    width: 600px !important;
15806
  }
15807
  .wd-md-600p-f {
15808
    width: 600% !important;
15809
  }
15810
  .mx-wd-md-600p-f {
15811
    max-width: 600% !important;
15812
  }
15813
  .mn-wd-md-600p-f {
15814
    min-width: 600% !important;
15815
  }
15816
  .wd-md-650 {
15817
    width: 650px;
15818
  }
15819
  .wd-md-650p {
15820
    width: 650%;
15821
  }
15822
  .mx-wd-md-650p {
15823
    max-width: 650%;
15824
  }
15825
  .mn-wd-md-650p {
15826
    min-width: 650%;
15827
  }
15828
  .wd-md-650-f {
15829
    width: 650px !important;
15830
  }
15831
  .wd-md-650p-f {
15832
    width: 650% !important;
15833
  }
15834
  .mx-wd-md-650p-f {
15835
    max-width: 650% !important;
15836
  }
15837
  .mn-wd-md-650p-f {
15838
    min-width: 650% !important;
15839
  }
15840
  .wd-md-700 {
15841
    width: 700px;
15842
  }
15843
  .wd-md-700p {
15844
    width: 700%;
15845
  }
15846
  .mx-wd-md-700p {
15847
    max-width: 700%;
15848
  }
15849
  .mn-wd-md-700p {
15850
    min-width: 700%;
15851
  }
15852
  .wd-md-700-f {
15853
    width: 700px !important;
15854
  }
15855
  .wd-md-700p-f {
15856
    width: 700% !important;
15857
  }
15858
  .mx-wd-md-700p-f {
15859
    max-width: 700% !important;
15860
  }
15861
  .mn-wd-md-700p-f {
15862
    min-width: 700% !important;
15863
  }
15864
  .wd-md-750 {
15865
    width: 750px;
15866
  }
15867
  .wd-md-750p {
15868
    width: 750%;
15869
  }
15870
  .mx-wd-md-750p {
15871
    max-width: 750%;
15872
  }
15873
  .mn-wd-md-750p {
15874
    min-width: 750%;
15875
  }
15876
  .wd-md-750-f {
15877
    width: 750px !important;
15878
  }
15879
  .wd-md-750p-f {
15880
    width: 750% !important;
15881
  }
15882
  .mx-wd-md-750p-f {
15883
    max-width: 750% !important;
15884
  }
15885
  .mn-wd-md-750p-f {
15886
    min-width: 750% !important;
15887
  }
15888
  .wd-md-800 {
15889
    width: 800px;
15890
  }
15891
  .wd-md-800p {
15892
    width: 800%;
15893
  }
15894
  .mx-wd-md-800p {
15895
    max-width: 800%;
15896
  }
15897
  .mn-wd-md-800p {
15898
    min-width: 800%;
15899
  }
15900
  .wd-md-800-f {
15901
    width: 800px !important;
15902
  }
15903
  .wd-md-800p-f {
15904
    width: 800% !important;
15905
  }
15906
  .mx-wd-md-800p-f {
15907
    max-width: 800% !important;
15908
  }
15909
  .mn-wd-md-800p-f {
15910
    min-width: 800% !important;
15911
  }
15912
  .wd-md-850 {
15913
    width: 850px;
15914
  }
15915
  .wd-md-850p {
15916
    width: 850%;
15917
  }
15918
  .mx-wd-md-850p {
15919
    max-width: 850%;
15920
  }
15921
  .mn-wd-md-850p {
15922
    min-width: 850%;
15923
  }
15924
  .wd-md-850-f {
15925
    width: 850px !important;
15926
  }
15927
  .wd-md-850p-f {
15928
    width: 850% !important;
15929
  }
15930
  .mx-wd-md-850p-f {
15931
    max-width: 850% !important;
15932
  }
15933
  .mn-wd-md-850p-f {
15934
    min-width: 850% !important;
15935
  }
15936
  .wd-md-900 {
15937
    width: 900px;
15938
  }
15939
  .wd-md-900p {
15940
    width: 900%;
15941
  }
15942
  .mx-wd-md-900p {
15943
    max-width: 900%;
15944
  }
15945
  .mn-wd-md-900p {
15946
    min-width: 900%;
15947
  }
15948
  .wd-md-900-f {
15949
    width: 900px !important;
15950
  }
15951
  .wd-md-900p-f {
15952
    width: 900% !important;
15953
  }
15954
  .mx-wd-md-900p-f {
15955
    max-width: 900% !important;
15956
  }
15957
  .mn-wd-md-900p-f {
15958
    min-width: 900% !important;
15959
  }
15960
  .wd-md-950 {
15961
    width: 950px;
15962
  }
15963
  .wd-md-950p {
15964
    width: 950%;
15965
  }
15966
  .mx-wd-md-950p {
15967
    max-width: 950%;
15968
  }
15969
  .mn-wd-md-950p {
15970
    min-width: 950%;
15971
  }
15972
  .wd-md-950-f {
15973
    width: 950px !important;
15974
  }
15975
  .wd-md-950p-f {
15976
    width: 950% !important;
15977
  }
15978
  .mx-wd-md-950p-f {
15979
    max-width: 950% !important;
15980
  }
15981
  .mn-wd-md-950p-f {
15982
    min-width: 950% !important;
15983
  }
15984
  .wd-md-1000 {
15985
    width: 1000px;
15986
  }
15987
  .wd-md-1000p {
15988
    width: 1000%;
15989
  }
15990
  .mx-wd-md-1000p {
15991
    max-width: 1000%;
15992
  }
15993
  .mn-wd-md-1000p {
15994
    min-width: 1000%;
15995
  }
15996
  .wd-md-1000-f {
15997
    width: 1000px !important;
15998
  }
15999
  .wd-md-1000p-f {
16000
    width: 1000% !important;
16001
  }
16002
  .mx-wd-md-1000p-f {
16003
    max-width: 1000% !important;
16004
  }
16005
  .mn-wd-md-1000p-f {
16006
    min-width: 1000% !important;
16007
  }
16008
  .wd-md-auto {
16009
    width: auto;
16010
  }
16011
  .wd-md-auto-f {
16012
    width: auto !important;
16013
  }
16014
  .wd-md-120 {
16015
    width: 120px;
16016
  }
16017
}
16018
@media (min-width: 992px) {
16019
  .wd-lg-5 {
16020
    width: 5px;
16021
  }
16022
  .wd-lg-5p {
16023
    width: 5%;
16024
  }
16025
  .mx-wd-lg-5p {
16026
    max-width: 5%;
16027
  }
16028
  .mn-wd-lg-5p {
16029
    min-width: 5%;
16030
  }
16031
  .wd-lg-5-f {
16032
    width: 5px !important;
16033
  }
16034
  .wd-lg-5p-f {
16035
    width: 5% !important;
16036
  }
16037
  .mx-wd-lg-5p-f {
16038
    max-width: 5% !important;
16039
  }
16040
  .mn-wd-lg-5p-f {
16041
    min-width: 5% !important;
16042
  }
16043
  .wd-lg-10 {
16044
    width: 10px;
16045
  }
16046
  .wd-lg-10p {
16047
    width: 10%;
16048
  }
16049
  .mx-wd-lg-10p {
16050
    max-width: 10%;
16051
  }
16052
  .mn-wd-lg-10p {
16053
    min-width: 10%;
16054
  }
16055
  .wd-lg-10-f {
16056
    width: 10px !important;
16057
  }
16058
  .wd-lg-10p-f {
16059
    width: 10% !important;
16060
  }
16061
  .mx-wd-lg-10p-f {
16062
    max-width: 10% !important;
16063
  }
16064
  .mn-wd-lg-10p-f {
16065
    min-width: 10% !important;
16066
  }
16067
  .wd-lg-15 {
16068
    width: 15px;
16069
  }
16070
  .wd-lg-15p {
16071
    width: 15%;
16072
  }
16073
  .mx-wd-lg-15p {
16074
    max-width: 15%;
16075
  }
16076
  .mn-wd-lg-15p {
16077
    min-width: 15%;
16078
  }
16079
  .wd-lg-15-f {
16080
    width: 15px !important;
16081
  }
16082
  .wd-lg-15p-f {
16083
    width: 15% !important;
16084
  }
16085
  .mx-wd-lg-15p-f {
16086
    max-width: 15% !important;
16087
  }
16088
  .mn-wd-lg-15p-f {
16089
    min-width: 15% !important;
16090
  }
16091
  .wd-lg-20 {
16092
    width: 20px;
16093
  }
16094
  .wd-lg-20p {
16095
    width: 20%;
16096
  }
16097
  .mx-wd-lg-20p {
16098
    max-width: 20%;
16099
  }
16100
  .mn-wd-lg-20p {
16101
    min-width: 20%;
16102
  }
16103
  .wd-lg-20-f {
16104
    width: 20px !important;
16105
  }
16106
  .wd-lg-20p-f {
16107
    width: 20% !important;
16108
  }
16109
  .mx-wd-lg-20p-f {
16110
    max-width: 20% !important;
16111
  }
16112
  .mn-wd-lg-20p-f {
16113
    min-width: 20% !important;
16114
  }
16115
  .wd-lg-25 {
16116
    width: 25px;
16117
  }
16118
  .wd-lg-25p {
16119
    width: 25%;
16120
  }
16121
  .mx-wd-lg-25p {
16122
    max-width: 25%;
16123
  }
16124
  .mn-wd-lg-25p {
16125
    min-width: 25%;
16126
  }
16127
  .wd-lg-25-f {
16128
    width: 25px !important;
16129
  }
16130
  .wd-lg-25p-f {
16131
    width: 25% !important;
16132
  }
16133
  .mx-wd-lg-25p-f {
16134
    max-width: 25% !important;
16135
  }
16136
  .mn-wd-lg-25p-f {
16137
    min-width: 25% !important;
16138
  }
16139
  .wd-lg-30 {
16140
    width: 30px;
16141
  }
16142
  .wd-lg-30p {
16143
    width: 30%;
16144
  }
16145
  .mx-wd-lg-30p {
16146
    max-width: 30%;
16147
  }
16148
  .mn-wd-lg-30p {
16149
    min-width: 30%;
16150
  }
16151
  .wd-lg-30-f {
16152
    width: 30px !important;
16153
  }
16154
  .wd-lg-30p-f {
16155
    width: 30% !important;
16156
  }
16157
  .mx-wd-lg-30p-f {
16158
    max-width: 30% !important;
16159
  }
16160
  .mn-wd-lg-30p-f {
16161
    min-width: 30% !important;
16162
  }
16163
  .wd-lg-35 {
16164
    width: 35px;
16165
  }
16166
  .wd-lg-35p {
16167
    width: 35%;
16168
  }
16169
  .mx-wd-lg-35p {
16170
    max-width: 35%;
16171
  }
16172
  .mn-wd-lg-35p {
16173
    min-width: 35%;
16174
  }
16175
  .wd-lg-35-f {
16176
    width: 35px !important;
16177
  }
16178
  .wd-lg-35p-f {
16179
    width: 35% !important;
16180
  }
16181
  .mx-wd-lg-35p-f {
16182
    max-width: 35% !important;
16183
  }
16184
  .mn-wd-lg-35p-f {
16185
    min-width: 35% !important;
16186
  }
16187
  .wd-lg-40 {
16188
    width: 40px;
16189
  }
16190
  .wd-lg-40p {
16191
    width: 40%;
16192
  }
16193
  .mx-wd-lg-40p {
16194
    max-width: 40%;
16195
  }
16196
  .mn-wd-lg-40p {
16197
    min-width: 40%;
16198
  }
16199
  .wd-lg-40-f {
16200
    width: 40px !important;
16201
  }
16202
  .wd-lg-40p-f {
16203
    width: 40% !important;
16204
  }
16205
  .mx-wd-lg-40p-f {
16206
    max-width: 40% !important;
16207
  }
16208
  .mn-wd-lg-40p-f {
16209
    min-width: 40% !important;
16210
  }
16211
  .wd-lg-45 {
16212
    width: 45px;
16213
  }
16214
  .wd-lg-45p {
16215
    width: 45%;
16216
  }
16217
  .mx-wd-lg-45p {
16218
    max-width: 45%;
16219
  }
16220
  .mn-wd-lg-45p {
16221
    min-width: 45%;
16222
  }
16223
  .wd-lg-45-f {
16224
    width: 45px !important;
16225
  }
16226
  .wd-lg-45p-f {
16227
    width: 45% !important;
16228
  }
16229
  .mx-wd-lg-45p-f {
16230
    max-width: 45% !important;
16231
  }
16232
  .mn-wd-lg-45p-f {
16233
    min-width: 45% !important;
16234
  }
16235
  .wd-lg-50 {
16236
    width: 50px;
16237
  }
16238
  .wd-lg-50p {
16239
    width: 50%;
16240
  }
16241
  .mx-wd-lg-50p {
16242
    max-width: 50%;
16243
  }
16244
  .mn-wd-lg-50p {
16245
    min-width: 50%;
16246
  }
16247
  .wd-lg-50-f {
16248
    width: 50px !important;
16249
  }
16250
  .wd-lg-50p-f {
16251
    width: 50% !important;
16252
  }
16253
  .mx-wd-lg-50p-f {
16254
    max-width: 50% !important;
16255
  }
16256
  .mn-wd-lg-50p-f {
16257
    min-width: 50% !important;
16258
  }
16259
  .wd-lg-55 {
16260
    width: 55px;
16261
  }
16262
  .wd-lg-55p {
16263
    width: 55%;
16264
  }
16265
  .mx-wd-lg-55p {
16266
    max-width: 55%;
16267
  }
16268
  .mn-wd-lg-55p {
16269
    min-width: 55%;
16270
  }
16271
  .wd-lg-55-f {
16272
    width: 55px !important;
16273
  }
16274
  .wd-lg-55p-f {
16275
    width: 55% !important;
16276
  }
16277
  .mx-wd-lg-55p-f {
16278
    max-width: 55% !important;
16279
  }
16280
  .mn-wd-lg-55p-f {
16281
    min-width: 55% !important;
16282
  }
16283
  .wd-lg-60 {
16284
    width: 60px;
16285
  }
16286
  .wd-lg-60p {
16287
    width: 60%;
16288
  }
16289
  .mx-wd-lg-60p {
16290
    max-width: 60%;
16291
  }
16292
  .mn-wd-lg-60p {
16293
    min-width: 60%;
16294
  }
16295
  .wd-lg-60-f {
16296
    width: 60px !important;
16297
  }
16298
  .wd-lg-60p-f {
16299
    width: 60% !important;
16300
  }
16301
  .mx-wd-lg-60p-f {
16302
    max-width: 60% !important;
16303
  }
16304
  .mn-wd-lg-60p-f {
16305
    min-width: 60% !important;
16306
  }
16307
  .wd-lg-65 {
16308
    width: 65px;
16309
  }
16310
  .wd-lg-65p {
16311
    width: 65%;
16312
  }
16313
  .mx-wd-lg-65p {
16314
    max-width: 65%;
16315
  }
16316
  .mn-wd-lg-65p {
16317
    min-width: 65%;
16318
  }
16319
  .wd-lg-65-f {
16320
    width: 65px !important;
16321
  }
16322
  .wd-lg-65p-f {
16323
    width: 65% !important;
16324
  }
16325
  .mx-wd-lg-65p-f {
16326
    max-width: 65% !important;
16327
  }
16328
  .mn-wd-lg-65p-f {
16329
    min-width: 65% !important;
16330
  }
16331
  .wd-lg-70 {
16332
    width: 70px;
16333
  }
16334
  .wd-lg-70p {
16335
    width: 70%;
16336
  }
16337
  .mx-wd-lg-70p {
16338
    max-width: 70%;
16339
  }
16340
  .mn-wd-lg-70p {
16341
    min-width: 70%;
16342
  }
16343
  .wd-lg-70-f {
16344
    width: 70px !important;
16345
  }
16346
  .wd-lg-70p-f {
16347
    width: 70% !important;
16348
  }
16349
  .mx-wd-lg-70p-f {
16350
    max-width: 70% !important;
16351
  }
16352
  .mn-wd-lg-70p-f {
16353
    min-width: 70% !important;
16354
  }
16355
  .wd-lg-75 {
16356
    width: 75px;
16357
  }
16358
  .wd-lg-75p {
16359
    width: 75%;
16360
  }
16361
  .mx-wd-lg-75p {
16362
    max-width: 75%;
16363
  }
16364
  .mn-wd-lg-75p {
16365
    min-width: 75%;
16366
  }
16367
  .wd-lg-75-f {
16368
    width: 75px !important;
16369
  }
16370
  .wd-lg-75p-f {
16371
    width: 75% !important;
16372
  }
16373
  .mx-wd-lg-75p-f {
16374
    max-width: 75% !important;
16375
  }
16376
  .mn-wd-lg-75p-f {
16377
    min-width: 75% !important;
16378
  }
16379
  .wd-lg-80 {
16380
    width: 80px;
16381
  }
16382
  .wd-lg-80p {
16383
    width: 80%;
16384
  }
16385
  .mx-wd-lg-80p {
16386
    max-width: 80%;
16387
  }
16388
  .mn-wd-lg-80p {
16389
    min-width: 80%;
16390
  }
16391
  .wd-lg-80-f {
16392
    width: 80px !important;
16393
  }
16394
  .wd-lg-80p-f {
16395
    width: 80% !important;
16396
  }
16397
  .mx-wd-lg-80p-f {
16398
    max-width: 80% !important;
16399
  }
16400
  .mn-wd-lg-80p-f {
16401
    min-width: 80% !important;
16402
  }
16403
  .wd-lg-85 {
16404
    width: 85px;
16405
  }
16406
  .wd-lg-85p {
16407
    width: 85%;
16408
  }
16409
  .mx-wd-lg-85p {
16410
    max-width: 85%;
16411
  }
16412
  .mn-wd-lg-85p {
16413
    min-width: 85%;
16414
  }
16415
  .wd-lg-85-f {
16416
    width: 85px !important;
16417
  }
16418
  .wd-lg-85p-f {
16419
    width: 85% !important;
16420
  }
16421
  .mx-wd-lg-85p-f {
16422
    max-width: 85% !important;
16423
  }
16424
  .mn-wd-lg-85p-f {
16425
    min-width: 85% !important;
16426
  }
16427
  .wd-lg-90 {
16428
    width: 90px;
16429
  }
16430
  .wd-lg-90p {
16431
    width: 90%;
16432
  }
16433
  .mx-wd-lg-90p {
16434
    max-width: 90%;
16435
  }
16436
  .mn-wd-lg-90p {
16437
    min-width: 90%;
16438
  }
16439
  .wd-lg-90-f {
16440
    width: 90px !important;
16441
  }
16442
  .wd-lg-90p-f {
16443
    width: 90% !important;
16444
  }
16445
  .mx-wd-lg-90p-f {
16446
    max-width: 90% !important;
16447
  }
16448
  .mn-wd-lg-90p-f {
16449
    min-width: 90% !important;
16450
  }
16451
  .wd-lg-95 {
16452
    width: 95px;
16453
  }
16454
  .wd-lg-95p {
16455
    width: 95%;
16456
  }
16457
  .mx-wd-lg-95p {
16458
    max-width: 95%;
16459
  }
16460
  .mn-wd-lg-95p {
16461
    min-width: 95%;
16462
  }
16463
  .wd-lg-95-f {
16464
    width: 95px !important;
16465
  }
16466
  .wd-lg-95p-f {
16467
    width: 95% !important;
16468
  }
16469
  .mx-wd-lg-95p-f {
16470
    max-width: 95% !important;
16471
  }
16472
  .mn-wd-lg-95p-f {
16473
    min-width: 95% !important;
16474
  }
16475
  .wd-lg-100 {
16476
    width: 100px;
16477
  }
16478
  .wd-lg-100p {
16479
    width: 100%;
16480
  }
16481
  .mx-wd-lg-100p {
16482
    max-width: 100%;
16483
  }
16484
  .mn-wd-lg-100p {
16485
    min-width: 100%;
16486
  }
16487
  .wd-lg-100-f {
16488
    width: 100px !important;
16489
  }
16490
  .wd-lg-100p-f {
16491
    width: 100% !important;
16492
  }
16493
  .mx-wd-lg-100p-f {
16494
    max-width: 100% !important;
16495
  }
16496
  .mn-wd-lg-100p-f {
16497
    min-width: 100% !important;
16498
  }
16499
  .wd-lg-150 {
16500
    width: 150px;
16501
  }
16502
  .wd-lg-150p {
16503
    width: 150%;
16504
  }
16505
  .mx-wd-lg-150p {
16506
    max-width: 150%;
16507
  }
16508
  .mn-wd-lg-150p {
16509
    min-width: 150%;
16510
  }
16511
  .wd-lg-150-f {
16512
    width: 150px !important;
16513
  }
16514
  .wd-lg-150p-f {
16515
    width: 150% !important;
16516
  }
16517
  .mx-wd-lg-150p-f {
16518
    max-width: 150% !important;
16519
  }
16520
  .mn-wd-lg-150p-f {
16521
    min-width: 150% !important;
16522
  }
16523
  .wd-lg-200 {
16524
    width: 200px;
16525
  }
16526
  .wd-lg-200p {
16527
    width: 200%;
16528
  }
16529
  .mx-wd-lg-200p {
16530
    max-width: 200%;
16531
  }
16532
  .mn-wd-lg-200p {
16533
    min-width: 200%;
16534
  }
16535
  .wd-lg-200-f {
16536
    width: 200px !important;
16537
  }
16538
  .wd-lg-200p-f {
16539
    width: 200% !important;
16540
  }
16541
  .mx-wd-lg-200p-f {
16542
    max-width: 200% !important;
16543
  }
16544
  .mn-wd-lg-200p-f {
16545
    min-width: 200% !important;
16546
  }
16547
  .wd-lg-250 {
16548
    width: 250px;
16549
  }
16550
  .wd-lg-250p {
16551
    width: 250%;
16552
  }
16553
  .mx-wd-lg-250p {
16554
    max-width: 250%;
16555
  }
16556
  .mn-wd-lg-250p {
16557
    min-width: 250%;
16558
  }
16559
  .wd-lg-250-f {
16560
    width: 250px !important;
16561
  }
16562
  .wd-lg-250p-f {
16563
    width: 250% !important;
16564
  }
16565
  .mx-wd-lg-250p-f {
16566
    max-width: 250% !important;
16567
  }
16568
  .mn-wd-lg-250p-f {
16569
    min-width: 250% !important;
16570
  }
16571
  .wd-lg-300 {
16572
    width: 300px;
16573
  }
16574
  .wd-lg-300p {
16575
    width: 300%;
16576
  }
16577
  .mx-wd-lg-300p {
16578
    max-width: 300%;
16579
  }
16580
  .mn-wd-lg-300p {
16581
    min-width: 300%;
16582
  }
16583
  .wd-lg-300-f {
16584
    width: 300px !important;
16585
  }
16586
  .wd-lg-300p-f {
16587
    width: 300% !important;
16588
  }
16589
  .mx-wd-lg-300p-f {
16590
    max-width: 300% !important;
16591
  }
16592
  .mn-wd-lg-300p-f {
16593
    min-width: 300% !important;
16594
  }
16595
  .wd-lg-350 {
16596
    width: 350px;
16597
  }
16598
  .wd-lg-350p {
16599
    width: 350%;
16600
  }
16601
  .mx-wd-lg-350p {
16602
    max-width: 350%;
16603
  }
16604
  .mn-wd-lg-350p {
16605
    min-width: 350%;
16606
  }
16607
  .wd-lg-350-f {
16608
    width: 350px !important;
16609
  }
16610
  .wd-lg-350p-f {
16611
    width: 350% !important;
16612
  }
16613
  .mx-wd-lg-350p-f {
16614
    max-width: 350% !important;
16615
  }
16616
  .mn-wd-lg-350p-f {
16617
    min-width: 350% !important;
16618
  }
16619
  .wd-lg-400 {
16620
    width: 400px;
16621
  }
16622
  .wd-lg-400p {
16623
    width: 400%;
16624
  }
16625
  .mx-wd-lg-400p {
16626
    max-width: 400%;
16627
  }
16628
  .mn-wd-lg-400p {
16629
    min-width: 400%;
16630
  }
16631
  .wd-lg-400-f {
16632
    width: 400px !important;
16633
  }
16634
  .wd-lg-400p-f {
16635
    width: 400% !important;
16636
  }
16637
  .mx-wd-lg-400p-f {
16638
    max-width: 400% !important;
16639
  }
16640
  .mn-wd-lg-400p-f {
16641
    min-width: 400% !important;
16642
  }
16643
  .wd-lg-450 {
16644
    width: 450px;
16645
  }
16646
  .wd-lg-450p {
16647
    width: 450%;
16648
  }
16649
  .mx-wd-lg-450p {
16650
    max-width: 450%;
16651
  }
16652
  .mn-wd-lg-450p {
16653
    min-width: 450%;
16654
  }
16655
  .wd-lg-450-f {
16656
    width: 450px !important;
16657
  }
16658
  .wd-lg-450p-f {
16659
    width: 450% !important;
16660
  }
16661
  .mx-wd-lg-450p-f {
16662
    max-width: 450% !important;
16663
  }
16664
  .mn-wd-lg-450p-f {
16665
    min-width: 450% !important;
16666
  }
16667
  .wd-lg-500 {
16668
    width: 500px;
16669
  }
16670
  .wd-lg-500p {
16671
    width: 500%;
16672
  }
16673
  .mx-wd-lg-500p {
16674
    max-width: 500%;
16675
  }
16676
  .mn-wd-lg-500p {
16677
    min-width: 500%;
16678
  }
16679
  .wd-lg-500-f {
16680
    width: 500px !important;
16681
  }
16682
  .wd-lg-500p-f {
16683
    width: 500% !important;
16684
  }
16685
  .mx-wd-lg-500p-f {
16686
    max-width: 500% !important;
16687
  }
16688
  .mn-wd-lg-500p-f {
16689
    min-width: 500% !important;
16690
  }
16691
  .wd-lg-550 {
16692
    width: 550px;
16693
  }
16694
  .wd-lg-550p {
16695
    width: 550%;
16696
  }
16697
  .mx-wd-lg-550p {
16698
    max-width: 550%;
16699
  }
16700
  .mn-wd-lg-550p {
16701
    min-width: 550%;
16702
  }
16703
  .wd-lg-550-f {
16704
    width: 550px !important;
16705
  }
16706
  .wd-lg-550p-f {
16707
    width: 550% !important;
16708
  }
16709
  .mx-wd-lg-550p-f {
16710
    max-width: 550% !important;
16711
  }
16712
  .mn-wd-lg-550p-f {
16713
    min-width: 550% !important;
16714
  }
16715
  .wd-lg-600 {
16716
    width: 600px;
16717
  }
16718
  .wd-lg-600p {
16719
    width: 600%;
16720
  }
16721
  .mx-wd-lg-600p {
16722
    max-width: 600%;
16723
  }
16724
  .mn-wd-lg-600p {
16725
    min-width: 600%;
16726
  }
16727
  .wd-lg-600-f {
16728
    width: 600px !important;
16729
  }
16730
  .wd-lg-600p-f {
16731
    width: 600% !important;
16732
  }
16733
  .mx-wd-lg-600p-f {
16734
    max-width: 600% !important;
16735
  }
16736
  .mn-wd-lg-600p-f {
16737
    min-width: 600% !important;
16738
  }
16739
  .wd-lg-650 {
16740
    width: 650px;
16741
  }
16742
  .wd-lg-650p {
16743
    width: 650%;
16744
  }
16745
  .mx-wd-lg-650p {
16746
    max-width: 650%;
16747
  }
16748
  .mn-wd-lg-650p {
16749
    min-width: 650%;
16750
  }
16751
  .wd-lg-650-f {
16752
    width: 650px !important;
16753
  }
16754
  .wd-lg-650p-f {
16755
    width: 650% !important;
16756
  }
16757
  .mx-wd-lg-650p-f {
16758
    max-width: 650% !important;
16759
  }
16760
  .mn-wd-lg-650p-f {
16761
    min-width: 650% !important;
16762
  }
16763
  .wd-lg-700 {
16764
    width: 700px;
16765
  }
16766
  .wd-lg-700p {
16767
    width: 700%;
16768
  }
16769
  .mx-wd-lg-700p {
16770
    max-width: 700%;
16771
  }
16772
  .mn-wd-lg-700p {
16773
    min-width: 700%;
16774
  }
16775
  .wd-lg-700-f {
16776
    width: 700px !important;
16777
  }
16778
  .wd-lg-700p-f {
16779
    width: 700% !important;
16780
  }
16781
  .mx-wd-lg-700p-f {
16782
    max-width: 700% !important;
16783
  }
16784
  .mn-wd-lg-700p-f {
16785
    min-width: 700% !important;
16786
  }
16787
  .wd-lg-750 {
16788
    width: 750px;
16789
  }
16790
  .wd-lg-750p {
16791
    width: 750%;
16792
  }
16793
  .mx-wd-lg-750p {
16794
    max-width: 750%;
16795
  }
16796
  .mn-wd-lg-750p {
16797
    min-width: 750%;
16798
  }
16799
  .wd-lg-750-f {
16800
    width: 750px !important;
16801
  }
16802
  .wd-lg-750p-f {
16803
    width: 750% !important;
16804
  }
16805
  .mx-wd-lg-750p-f {
16806
    max-width: 750% !important;
16807
  }
16808
  .mn-wd-lg-750p-f {
16809
    min-width: 750% !important;
16810
  }
16811
  .wd-lg-800 {
16812
    width: 800px;
16813
  }
16814
  .wd-lg-800p {
16815
    width: 800%;
16816
  }
16817
  .mx-wd-lg-800p {
16818
    max-width: 800%;
16819
  }
16820
  .mn-wd-lg-800p {
16821
    min-width: 800%;
16822
  }
16823
  .wd-lg-800-f {
16824
    width: 800px !important;
16825
  }
16826
  .wd-lg-800p-f {
16827
    width: 800% !important;
16828
  }
16829
  .mx-wd-lg-800p-f {
16830
    max-width: 800% !important;
16831
  }
16832
  .mn-wd-lg-800p-f {
16833
    min-width: 800% !important;
16834
  }
16835
  .wd-lg-850 {
16836
    width: 850px;
16837
  }
16838
  .wd-lg-850p {
16839
    width: 850%;
16840
  }
16841
  .mx-wd-lg-850p {
16842
    max-width: 850%;
16843
  }
16844
  .mn-wd-lg-850p {
16845
    min-width: 850%;
16846
  }
16847
  .wd-lg-850-f {
16848
    width: 850px !important;
16849
  }
16850
  .wd-lg-850p-f {
16851
    width: 850% !important;
16852
  }
16853
  .mx-wd-lg-850p-f {
16854
    max-width: 850% !important;
16855
  }
16856
  .mn-wd-lg-850p-f {
16857
    min-width: 850% !important;
16858
  }
16859
  .wd-lg-900 {
16860
    width: 900px;
16861
  }
16862
  .wd-lg-900p {
16863
    width: 900%;
16864
  }
16865
  .mx-wd-lg-900p {
16866
    max-width: 900%;
16867
  }
16868
  .mn-wd-lg-900p {
16869
    min-width: 900%;
16870
  }
16871
  .wd-lg-900-f {
16872
    width: 900px !important;
16873
  }
16874
  .wd-lg-900p-f {
16875
    width: 900% !important;
16876
  }
16877
  .mx-wd-lg-900p-f {
16878
    max-width: 900% !important;
16879
  }
16880
  .mn-wd-lg-900p-f {
16881
    min-width: 900% !important;
16882
  }
16883
  .wd-lg-950 {
16884
    width: 950px;
16885
  }
16886
  .wd-lg-950p {
16887
    width: 950%;
16888
  }
16889
  .mx-wd-lg-950p {
16890
    max-width: 950%;
16891
  }
16892
  .mn-wd-lg-950p {
16893
    min-width: 950%;
16894
  }
16895
  .wd-lg-950-f {
16896
    width: 950px !important;
16897
  }
16898
  .wd-lg-950p-f {
16899
    width: 950% !important;
16900
  }
16901
  .mx-wd-lg-950p-f {
16902
    max-width: 950% !important;
16903
  }
16904
  .mn-wd-lg-950p-f {
16905
    min-width: 950% !important;
16906
  }
16907
  .wd-lg-1000 {
16908
    width: 1000px;
16909
  }
16910
  .wd-lg-1000p {
16911
    width: 1000%;
16912
  }
16913
  .mx-wd-lg-1000p {
16914
    max-width: 1000%;
16915
  }
16916
  .mn-wd-lg-1000p {
16917
    min-width: 1000%;
16918
  }
16919
  .wd-lg-1000-f {
16920
    width: 1000px !important;
16921
  }
16922
  .wd-lg-1000p-f {
16923
    width: 1000% !important;
16924
  }
16925
  .mx-wd-lg-1000p-f {
16926
    max-width: 1000% !important;
16927
  }
16928
  .mn-wd-lg-1000p-f {
16929
    min-width: 1000% !important;
16930
  }
16931
  .wd-lg-auto {
16932
    width: auto;
16933
  }
16934
  .wd-lg-auto-f {
16935
    width: auto !important;
16936
  }
16937
}
16938
@media (min-width: 1200px) {
16939
  .wd-xl-5 {
16940
    width: 5px;
16941
  }
16942
  .wd-xl-5p {
16943
    width: 5%;
16944
  }
16945
  .mx-wd-xl-5p {
16946
    max-width: 5%;
16947
  }
16948
  .mn-wd-xl-5p {
16949
    min-width: 5%;
16950
  }
16951
  .wd-xl-5-f {
16952
    width: 5px !important;
16953
  }
16954
  .wd-xl-5p-f {
16955
    width: 5% !important;
16956
  }
16957
  .mx-wd-xl-5p-f {
16958
    max-width: 5% !important;
16959
  }
16960
  .mn-wd-xl-5p-f {
16961
    min-width: 5% !important;
16962
  }
16963
  .wd-xl-10 {
16964
    width: 10px;
16965
  }
16966
  .wd-xl-10p {
16967
    width: 10%;
16968
  }
16969
  .mx-wd-xl-10p {
16970
    max-width: 10%;
16971
  }
16972
  .mn-wd-xl-10p {
16973
    min-width: 10%;
16974
  }
16975
  .wd-xl-10-f {
16976
    width: 10px !important;
16977
  }
16978
  .wd-xl-10p-f {
16979
    width: 10% !important;
16980
  }
16981
  .mx-wd-xl-10p-f {
16982
    max-width: 10% !important;
16983
  }
16984
  .mn-wd-xl-10p-f {
16985
    min-width: 10% !important;
16986
  }
16987
  .wd-xl-15 {
16988
    width: 15px;
16989
  }
16990
  .wd-xl-15p {
16991
    width: 15%;
16992
  }
16993
  .mx-wd-xl-15p {
16994
    max-width: 15%;
16995
  }
16996
  .mn-wd-xl-15p {
16997
    min-width: 15%;
16998
  }
16999
  .wd-xl-15-f {
17000
    width: 15px !important;
17001
  }
17002
  .wd-xl-15p-f {
17003
    width: 15% !important;
17004
  }
17005
  .mx-wd-xl-15p-f {
17006
    max-width: 15% !important;
17007
  }
17008
  .mn-wd-xl-15p-f {
17009
    min-width: 15% !important;
17010
  }
17011
  .wd-xl-20 {
17012
    width: 20px;
17013
  }
17014
  .wd-xl-20p {
17015
    width: 20%;
17016
  }
17017
  .mx-wd-xl-20p {
17018
    max-width: 20%;
17019
  }
17020
  .mn-wd-xl-20p {
17021
    min-width: 20%;
17022
  }
17023
  .wd-xl-20-f {
17024
    width: 20px !important;
17025
  }
17026
  .wd-xl-20p-f {
17027
    width: 20% !important;
17028
  }
17029
  .mx-wd-xl-20p-f {
17030
    max-width: 20% !important;
17031
  }
17032
  .mn-wd-xl-20p-f {
17033
    min-width: 20% !important;
17034
  }
17035
  .wd-xl-25 {
17036
    width: 25px;
17037
  }
17038
  .wd-xl-25p {
17039
    width: 25%;
17040
  }
17041
  .mx-wd-xl-25p {
17042
    max-width: 25%;
17043
  }
17044
  .mn-wd-xl-25p {
17045
    min-width: 25%;
17046
  }
17047
  .wd-xl-25-f {
17048
    width: 25px !important;
17049
  }
17050
  .wd-xl-25p-f {
17051
    width: 25% !important;
17052
  }
17053
  .mx-wd-xl-25p-f {
17054
    max-width: 25% !important;
17055
  }
17056
  .mn-wd-xl-25p-f {
17057
    min-width: 25% !important;
17058
  }
17059
  .wd-xl-30 {
17060
    width: 30px;
17061
  }
17062
  .wd-xl-30p {
17063
    width: 30%;
17064
  }
17065
  .mx-wd-xl-30p {
17066
    max-width: 30%;
17067
  }
17068
  .mn-wd-xl-30p {
17069
    min-width: 30%;
17070
  }
17071
  .wd-xl-30-f {
17072
    width: 30px !important;
17073
  }
17074
  .wd-xl-30p-f {
17075
    width: 30% !important;
17076
  }
17077
  .mx-wd-xl-30p-f {
17078
    max-width: 30% !important;
17079
  }
17080
  .mn-wd-xl-30p-f {
17081
    min-width: 30% !important;
17082
  }
17083
  .wd-xl-35 {
17084
    width: 35px;
17085
  }
17086
  .wd-xl-35p {
17087
    width: 35%;
17088
  }
17089
  .mx-wd-xl-35p {
17090
    max-width: 35%;
17091
  }
17092
  .mn-wd-xl-35p {
17093
    min-width: 35%;
17094
  }
17095
  .wd-xl-35-f {
17096
    width: 35px !important;
17097
  }
17098
  .wd-xl-35p-f {
17099
    width: 35% !important;
17100
  }
17101
  .mx-wd-xl-35p-f {
17102
    max-width: 35% !important;
17103
  }
17104
  .mn-wd-xl-35p-f {
17105
    min-width: 35% !important;
17106
  }
17107
  .wd-xl-40 {
17108
    width: 40px;
17109
  }
17110
  .wd-xl-40p {
17111
    width: 40%;
17112
  }
17113
  .mx-wd-xl-40p {
17114
    max-width: 40%;
17115
  }
17116
  .mn-wd-xl-40p {
17117
    min-width: 40%;
17118
  }
17119
  .wd-xl-40-f {
17120
    width: 40px !important;
17121
  }
17122
  .wd-xl-40p-f {
17123
    width: 40% !important;
17124
  }
17125
  .mx-wd-xl-40p-f {
17126
    max-width: 40% !important;
17127
  }
17128
  .mn-wd-xl-40p-f {
17129
    min-width: 40% !important;
17130
  }
17131
  .wd-xl-45 {
17132
    width: 45px;
17133
  }
17134
  .wd-xl-45p {
17135
    width: 45%;
17136
  }
17137
  .mx-wd-xl-45p {
17138
    max-width: 45%;
17139
  }
17140
  .mn-wd-xl-45p {
17141
    min-width: 45%;
17142
  }
17143
  .wd-xl-45-f {
17144
    width: 45px !important;
17145
  }
17146
  .wd-xl-45p-f {
17147
    width: 45% !important;
17148
  }
17149
  .mx-wd-xl-45p-f {
17150
    max-width: 45% !important;
17151
  }
17152
  .mn-wd-xl-45p-f {
17153
    min-width: 45% !important;
17154
  }
17155
  .wd-xl-50 {
17156
    width: 50px;
17157
  }
17158
  .wd-xl-50p {
17159
    width: 50%;
17160
  }
17161
  .mx-wd-xl-50p {
17162
    max-width: 50%;
17163
  }
17164
  .mn-wd-xl-50p {
17165
    min-width: 50%;
17166
  }
17167
  .wd-xl-50-f {
17168
    width: 50px !important;
17169
  }
17170
  .wd-xl-50p-f {
17171
    width: 50% !important;
17172
  }
17173
  .mx-wd-xl-50p-f {
17174
    max-width: 50% !important;
17175
  }
17176
  .mn-wd-xl-50p-f {
17177
    min-width: 50% !important;
17178
  }
17179
  .wd-xl-55 {
17180
    width: 55px;
17181
  }
17182
  .wd-xl-55p {
17183
    width: 55%;
17184
  }
17185
  .mx-wd-xl-55p {
17186
    max-width: 55%;
17187
  }
17188
  .mn-wd-xl-55p {
17189
    min-width: 55%;
17190
  }
17191
  .wd-xl-55-f {
17192
    width: 55px !important;
17193
  }
17194
  .wd-xl-55p-f {
17195
    width: 55% !important;
17196
  }
17197
  .mx-wd-xl-55p-f {
17198
    max-width: 55% !important;
17199
  }
17200
  .mn-wd-xl-55p-f {
17201
    min-width: 55% !important;
17202
  }
17203
  .wd-xl-60 {
17204
    width: 60px;
17205
  }
17206
  .wd-xl-60p {
17207
    width: 60%;
17208
  }
17209
  .mx-wd-xl-60p {
17210
    max-width: 60%;
17211
  }
17212
  .mn-wd-xl-60p {
17213
    min-width: 60%;
17214
  }
17215
  .wd-xl-60-f {
17216
    width: 60px !important;
17217
  }
17218
  .wd-xl-60p-f {
17219
    width: 60% !important;
17220
  }
17221
  .mx-wd-xl-60p-f {
17222
    max-width: 60% !important;
17223
  }
17224
  .mn-wd-xl-60p-f {
17225
    min-width: 60% !important;
17226
  }
17227
  .wd-xl-65 {
17228
    width: 65px;
17229
  }
17230
  .wd-xl-65p {
17231
    width: 65%;
17232
  }
17233
  .mx-wd-xl-65p {
17234
    max-width: 65%;
17235
  }
17236
  .mn-wd-xl-65p {
17237
    min-width: 65%;
17238
  }
17239
  .wd-xl-65-f {
17240
    width: 65px !important;
17241
  }
17242
  .wd-xl-65p-f {
17243
    width: 65% !important;
17244
  }
17245
  .mx-wd-xl-65p-f {
17246
    max-width: 65% !important;
17247
  }
17248
  .mn-wd-xl-65p-f {
17249
    min-width: 65% !important;
17250
  }
17251
  .wd-xl-70 {
17252
    width: 70px;
17253
  }
17254
  .wd-xl-70p {
17255
    width: 70%;
17256
  }
17257
  .mx-wd-xl-70p {
17258
    max-width: 70%;
17259
  }
17260
  .mn-wd-xl-70p {
17261
    min-width: 70%;
17262
  }
17263
  .wd-xl-70-f {
17264
    width: 70px !important;
17265
  }
17266
  .wd-xl-70p-f {
17267
    width: 70% !important;
17268
  }
17269
  .mx-wd-xl-70p-f {
17270
    max-width: 70% !important;
17271
  }
17272
  .mn-wd-xl-70p-f {
17273
    min-width: 70% !important;
17274
  }
17275
  .wd-xl-75 {
17276
    width: 75px;
17277
  }
17278
  .wd-xl-75p {
17279
    width: 75%;
17280
  }
17281
  .mx-wd-xl-75p {
17282
    max-width: 75%;
17283
  }
17284
  .mn-wd-xl-75p {
17285
    min-width: 75%;
17286
  }
17287
  .wd-xl-75-f {
17288
    width: 75px !important;
17289
  }
17290
  .wd-xl-75p-f {
17291
    width: 75% !important;
17292
  }
17293
  .mx-wd-xl-75p-f {
17294
    max-width: 75% !important;
17295
  }
17296
  .mn-wd-xl-75p-f {
17297
    min-width: 75% !important;
17298
  }
17299
  .wd-xl-80 {
17300
    width: 80px;
17301
  }
17302
  .wd-xl-80p {
17303
    width: 80%;
17304
  }
17305
  .mx-wd-xl-80p {
17306
    max-width: 80%;
17307
  }
17308
  .mn-wd-xl-80p {
17309
    min-width: 80%;
17310
  }
17311
  .wd-xl-80-f {
17312
    width: 80px !important;
17313
  }
17314
  .wd-xl-80p-f {
17315
    width: 80% !important;
17316
  }
17317
  .mx-wd-xl-80p-f {
17318
    max-width: 80% !important;
17319
  }
17320
  .mn-wd-xl-80p-f {
17321
    min-width: 80% !important;
17322
  }
17323
  .wd-xl-85 {
17324
    width: 85px;
17325
  }
17326
  .wd-xl-85p {
17327
    width: 85%;
17328
  }
17329
  .mx-wd-xl-85p {
17330
    max-width: 85%;
17331
  }
17332
  .mn-wd-xl-85p {
17333
    min-width: 85%;
17334
  }
17335
  .wd-xl-85-f {
17336
    width: 85px !important;
17337
  }
17338
  .wd-xl-85p-f {
17339
    width: 85% !important;
17340
  }
17341
  .mx-wd-xl-85p-f {
17342
    max-width: 85% !important;
17343
  }
17344
  .mn-wd-xl-85p-f {
17345
    min-width: 85% !important;
17346
  }
17347
  .wd-xl-90 {
17348
    width: 90px;
17349
  }
17350
  .wd-xl-90p {
17351
    width: 90%;
17352
  }
17353
  .mx-wd-xl-90p {
17354
    max-width: 90%;
17355
  }
17356
  .mn-wd-xl-90p {
17357
    min-width: 90%;
17358
  }
17359
  .wd-xl-90-f {
17360
    width: 90px !important;
17361
  }
17362
  .wd-xl-90p-f {
17363
    width: 90% !important;
17364
  }
17365
  .mx-wd-xl-90p-f {
17366
    max-width: 90% !important;
17367
  }
17368
  .mn-wd-xl-90p-f {
17369
    min-width: 90% !important;
17370
  }
17371
  .wd-xl-95 {
17372
    width: 95px;
17373
  }
17374
  .wd-xl-95p {
17375
    width: 95%;
17376
  }
17377
  .mx-wd-xl-95p {
17378
    max-width: 95%;
17379
  }
17380
  .mn-wd-xl-95p {
17381
    min-width: 95%;
17382
  }
17383
  .wd-xl-95-f {
17384
    width: 95px !important;
17385
  }
17386
  .wd-xl-95p-f {
17387
    width: 95% !important;
17388
  }
17389
  .mx-wd-xl-95p-f {
17390
    max-width: 95% !important;
17391
  }
17392
  .mn-wd-xl-95p-f {
17393
    min-width: 95% !important;
17394
  }
17395
  .wd-xl-100 {
17396
    width: 100px;
17397
  }
17398
  .wd-xl-100p {
17399
    width: 100%;
17400
  }
17401
  .mx-wd-xl-100p {
17402
    max-width: 100%;
17403
  }
17404
  .mn-wd-xl-100p {
17405
    min-width: 100%;
17406
  }
17407
  .wd-xl-100-f {
17408
    width: 100px !important;
17409
  }
17410
  .wd-xl-100p-f {
17411
    width: 100% !important;
17412
  }
17413
  .mx-wd-xl-100p-f {
17414
    max-width: 100% !important;
17415
  }
17416
  .mn-wd-xl-100p-f {
17417
    min-width: 100% !important;
17418
  }
17419
  .wd-xl-150 {
17420
    width: 150px;
17421
  }
17422
  .wd-xl-150p {
17423
    width: 150%;
17424
  }
17425
  .mx-wd-xl-150p {
17426
    max-width: 150%;
17427
  }
17428
  .mn-wd-xl-150p {
17429
    min-width: 150%;
17430
  }
17431
  .wd-xl-150-f {
17432
    width: 150px !important;
17433
  }
17434
  .wd-xl-150p-f {
17435
    width: 150% !important;
17436
  }
17437
  .mx-wd-xl-150p-f {
17438
    max-width: 150% !important;
17439
  }
17440
  .mn-wd-xl-150p-f {
17441
    min-width: 150% !important;
17442
  }
17443
  .wd-xl-200 {
17444
    width: 200px;
17445
  }
17446
  .wd-xl-200p {
17447
    width: 200%;
17448
  }
17449
  .mx-wd-xl-200p {
17450
    max-width: 200%;
17451
  }
17452
  .mn-wd-xl-200p {
17453
    min-width: 200%;
17454
  }
17455
  .wd-xl-200-f {
17456
    width: 200px !important;
17457
  }
17458
  .wd-xl-200p-f {
17459
    width: 200% !important;
17460
  }
17461
  .mx-wd-xl-200p-f {
17462
    max-width: 200% !important;
17463
  }
17464
  .mn-wd-xl-200p-f {
17465
    min-width: 200% !important;
17466
  }
17467
  .wd-xl-250 {
17468
    width: 250px;
17469
  }
17470
  .wd-xl-250p {
17471
    width: 250%;
17472
  }
17473
  .mx-wd-xl-250p {
17474
    max-width: 250%;
17475
  }
17476
  .mn-wd-xl-250p {
17477
    min-width: 250%;
17478
  }
17479
  .wd-xl-250-f {
17480
    width: 250px !important;
17481
  }
17482
  .wd-xl-250p-f {
17483
    width: 250% !important;
17484
  }
17485
  .mx-wd-xl-250p-f {
17486
    max-width: 250% !important;
17487
  }
17488
  .mn-wd-xl-250p-f {
17489
    min-width: 250% !important;
17490
  }
17491
  .wd-xl-300 {
17492
    width: 300px;
17493
  }
17494
  .wd-xl-300p {
17495
    width: 300%;
17496
  }
17497
  .mx-wd-xl-300p {
17498
    max-width: 300%;
17499
  }
17500
  .mn-wd-xl-300p {
17501
    min-width: 300%;
17502
  }
17503
  .wd-xl-300-f {
17504
    width: 300px !important;
17505
  }
17506
  .wd-xl-300p-f {
17507
    width: 300% !important;
17508
  }
17509
  .mx-wd-xl-300p-f {
17510
    max-width: 300% !important;
17511
  }
17512
  .mn-wd-xl-300p-f {
17513
    min-width: 300% !important;
17514
  }
17515
  .wd-xl-350 {
17516
    width: 350px;
17517
  }
17518
  .wd-xl-350p {
17519
    width: 350%;
17520
  }
17521
  .mx-wd-xl-350p {
17522
    max-width: 350%;
17523
  }
17524
  .mn-wd-xl-350p {
17525
    min-width: 350%;
17526
  }
17527
  .wd-xl-350-f {
17528
    width: 350px !important;
17529
  }
17530
  .wd-xl-350p-f {
17531
    width: 350% !important;
17532
  }
17533
  .mx-wd-xl-350p-f {
17534
    max-width: 350% !important;
17535
  }
17536
  .mn-wd-xl-350p-f {
17537
    min-width: 350% !important;
17538
  }
17539
  .wd-xl-400 {
17540
    width: 400px;
17541
  }
17542
  .wd-xl-400p {
17543
    width: 400%;
17544
  }
17545
  .mx-wd-xl-400p {
17546
    max-width: 400%;
17547
  }
17548
  .mn-wd-xl-400p {
17549
    min-width: 400%;
17550
  }
17551
  .wd-xl-400-f {
17552
    width: 400px !important;
17553
  }
17554
  .wd-xl-400p-f {
17555
    width: 400% !important;
17556
  }
17557
  .mx-wd-xl-400p-f {
17558
    max-width: 400% !important;
17559
  }
17560
  .mn-wd-xl-400p-f {
17561
    min-width: 400% !important;
17562
  }
17563
  .wd-xl-450 {
17564
    width: 450px;
17565
  }
17566
  .wd-xl-450p {
17567
    width: 450%;
17568
  }
17569
  .mx-wd-xl-450p {
17570
    max-width: 450%;
17571
  }
17572
  .mn-wd-xl-450p {
17573
    min-width: 450%;
17574
  }
17575
  .wd-xl-450-f {
17576
    width: 450px !important;
17577
  }
17578
  .wd-xl-450p-f {
17579
    width: 450% !important;
17580
  }
17581
  .mx-wd-xl-450p-f {
17582
    max-width: 450% !important;
17583
  }
17584
  .mn-wd-xl-450p-f {
17585
    min-width: 450% !important;
17586
  }
17587
  .wd-xl-500 {
17588
    width: 500px;
17589
  }
17590
  .wd-xl-500p {
17591
    width: 500%;
17592
  }
17593
  .mx-wd-xl-500p {
17594
    max-width: 500%;
17595
  }
17596
  .mn-wd-xl-500p {
17597
    min-width: 500%;
17598
  }
17599
  .wd-xl-500-f {
17600
    width: 500px !important;
17601
  }
17602
  .wd-xl-500p-f {
17603
    width: 500% !important;
17604
  }
17605
  .mx-wd-xl-500p-f {
17606
    max-width: 500% !important;
17607
  }
17608
  .mn-wd-xl-500p-f {
17609
    min-width: 500% !important;
17610
  }
17611
  .wd-xl-550 {
17612
    width: 550px;
17613
  }
17614
  .wd-xl-550p {
17615
    width: 550%;
17616
  }
17617
  .mx-wd-xl-550p {
17618
    max-width: 550%;
17619
  }
17620
  .mn-wd-xl-550p {
17621
    min-width: 550%;
17622
  }
17623
  .wd-xl-550-f {
17624
    width: 550px !important;
17625
  }
17626
  .wd-xl-550p-f {
17627
    width: 550% !important;
17628
  }
17629
  .mx-wd-xl-550p-f {
17630
    max-width: 550% !important;
17631
  }
17632
  .mn-wd-xl-550p-f {
17633
    min-width: 550% !important;
17634
  }
17635
  .wd-xl-600 {
17636
    width: 600px;
17637
  }
17638
  .wd-xl-600p {
17639
    width: 600%;
17640
  }
17641
  .mx-wd-xl-600p {
17642
    max-width: 600%;
17643
  }
17644
  .mn-wd-xl-600p {
17645
    min-width: 600%;
17646
  }
17647
  .wd-xl-600-f {
17648
    width: 600px !important;
17649
  }
17650
  .wd-xl-600p-f {
17651
    width: 600% !important;
17652
  }
17653
  .mx-wd-xl-600p-f {
17654
    max-width: 600% !important;
17655
  }
17656
  .mn-wd-xl-600p-f {
17657
    min-width: 600% !important;
17658
  }
17659
  .wd-xl-650 {
17660
    width: 650px;
17661
  }
17662
  .wd-xl-650p {
17663
    width: 650%;
17664
  }
17665
  .mx-wd-xl-650p {
17666
    max-width: 650%;
17667
  }
17668
  .mn-wd-xl-650p {
17669
    min-width: 650%;
17670
  }
17671
  .wd-xl-650-f {
17672
    width: 650px !important;
17673
  }
17674
  .wd-xl-650p-f {
17675
    width: 650% !important;
17676
  }
17677
  .mx-wd-xl-650p-f {
17678
    max-width: 650% !important;
17679
  }
17680
  .mn-wd-xl-650p-f {
17681
    min-width: 650% !important;
17682
  }
17683
  .wd-xl-700 {
17684
    width: 700px;
17685
  }
17686
  .wd-xl-700p {
17687
    width: 700%;
17688
  }
17689
  .mx-wd-xl-700p {
17690
    max-width: 700%;
17691
  }
17692
  .mn-wd-xl-700p {
17693
    min-width: 700%;
17694
  }
17695
  .wd-xl-700-f {
17696
    width: 700px !important;
17697
  }
17698
  .wd-xl-700p-f {
17699
    width: 700% !important;
17700
  }
17701
  .mx-wd-xl-700p-f {
17702
    max-width: 700% !important;
17703
  }
17704
  .mn-wd-xl-700p-f {
17705
    min-width: 700% !important;
17706
  }
17707
  .wd-xl-750 {
17708
    width: 750px;
17709
  }
17710
  .wd-xl-750p {
17711
    width: 750%;
17712
  }
17713
  .mx-wd-xl-750p {
17714
    max-width: 750%;
17715
  }
17716
  .mn-wd-xl-750p {
17717
    min-width: 750%;
17718
  }
17719
  .wd-xl-750-f {
17720
    width: 750px !important;
17721
  }
17722
  .wd-xl-750p-f {
17723
    width: 750% !important;
17724
  }
17725
  .mx-wd-xl-750p-f {
17726
    max-width: 750% !important;
17727
  }
17728
  .mn-wd-xl-750p-f {
17729
    min-width: 750% !important;
17730
  }
17731
  .wd-xl-800 {
17732
    width: 800px;
17733
  }
17734
  .wd-xl-800p {
17735
    width: 800%;
17736
  }
17737
  .mx-wd-xl-800p {
17738
    max-width: 800%;
17739
  }
17740
  .mn-wd-xl-800p {
17741
    min-width: 800%;
17742
  }
17743
  .wd-xl-800-f {
17744
    width: 800px !important;
17745
  }
17746
  .wd-xl-800p-f {
17747
    width: 800% !important;
17748
  }
17749
  .mx-wd-xl-800p-f {
17750
    max-width: 800% !important;
17751
  }
17752
  .mn-wd-xl-800p-f {
17753
    min-width: 800% !important;
17754
  }
17755
  .wd-xl-850 {
17756
    width: 850px;
17757
  }
17758
  .wd-xl-850p {
17759
    width: 850%;
17760
  }
17761
  .mx-wd-xl-850p {
17762
    max-width: 850%;
17763
  }
17764
  .mn-wd-xl-850p {
17765
    min-width: 850%;
17766
  }
17767
  .wd-xl-850-f {
17768
    width: 850px !important;
17769
  }
17770
  .wd-xl-850p-f {
17771
    width: 850% !important;
17772
  }
17773
  .mx-wd-xl-850p-f {
17774
    max-width: 850% !important;
17775
  }
17776
  .mn-wd-xl-850p-f {
17777
    min-width: 850% !important;
17778
  }
17779
  .wd-xl-900 {
17780
    width: 900px;
17781
  }
17782
  .wd-xl-900p {
17783
    width: 900%;
17784
  }
17785
  .mx-wd-xl-900p {
17786
    max-width: 900%;
17787
  }
17788
  .mn-wd-xl-900p {
17789
    min-width: 900%;
17790
  }
17791
  .wd-xl-900-f {
17792
    width: 900px !important;
17793
  }
17794
  .wd-xl-900p-f {
17795
    width: 900% !important;
17796
  }
17797
  .mx-wd-xl-900p-f {
17798
    max-width: 900% !important;
17799
  }
17800
  .mn-wd-xl-900p-f {
17801
    min-width: 900% !important;
17802
  }
17803
  .wd-xl-950 {
17804
    width: 950px;
17805
  }
17806
  .wd-xl-950p {
17807
    width: 950%;
17808
  }
17809
  .mx-wd-xl-950p {
17810
    max-width: 950%;
17811
  }
17812
  .mn-wd-xl-950p {
17813
    min-width: 950%;
17814
  }
17815
  .wd-xl-950-f {
17816
    width: 950px !important;
17817
  }
17818
  .wd-xl-950p-f {
17819
    width: 950% !important;
17820
  }
17821
  .mx-wd-xl-950p-f {
17822
    max-width: 950% !important;
17823
  }
17824
  .mn-wd-xl-950p-f {
17825
    min-width: 950% !important;
17826
  }
17827
  .wd-xl-1000 {
17828
    width: 1000px;
17829
  }
17830
  .wd-xl-1000p {
17831
    width: 1000%;
17832
  }
17833
  .mx-wd-xl-1000p {
17834
    max-width: 1000%;
17835
  }
17836
  .mn-wd-xl-1000p {
17837
    min-width: 1000%;
17838
  }
17839
  .wd-xl-1000-f {
17840
    width: 1000px !important;
17841
  }
17842
  .wd-xl-1000p-f {
17843
    width: 1000% !important;
17844
  }
17845
  .mx-wd-xl-1000p-f {
17846
    max-width: 1000% !important;
17847
  }
17848
  .mn-wd-xl-1000p-f {
17849
    min-width: 1000% !important;
17850
  }
17851
  .wd-xl-auto {
17852
    width: auto;
17853
  }
17854
  .wd-xl-auto {
17855
    width: auto !important;
17856
  }
17857
}
17858
@media (min-width: 1400px) {
17859
  .wd-xxl-5 {
17860
    width: 5px;
17861
  }
17862
  .wd-xxl-5p {
17863
    width: 5%;
17864
  }
17865
  .mx-wd-xxl-5p {
17866
    max-width: 5%;
17867
  }
17868
  .mn-wd-xxl-5p {
17869
    min-width: 5%;
17870
  }
17871
  .wd-xxl-5-f {
17872
    width: 5px !important;
17873
  }
17874
  .wd-xxl-5p-f {
17875
    width: 5% !important;
17876
  }
17877
  .mx-wd-xxl-5p-f {
17878
    max-width: 5% !important;
17879
  }
17880
  .mn-wd-xxl-5p-f {
17881
    min-width: 5% !important;
17882
  }
17883
  .wd-xxl-10 {
17884
    width: 10px;
17885
  }
17886
  .wd-xxl-10p {
17887
    width: 10%;
17888
  }
17889
  .mx-wd-xxl-10p {
17890
    max-width: 10%;
17891
  }
17892
  .mn-wd-xxl-10p {
17893
    min-width: 10%;
17894
  }
17895
  .wd-xxl-10-f {
17896
    width: 10px !important;
17897
  }
17898
  .wd-xxl-10p-f {
17899
    width: 10% !important;
17900
  }
17901
  .mx-wd-xxl-10p-f {
17902
    max-width: 10% !important;
17903
  }
17904
  .mn-wd-xxl-10p-f {
17905
    min-width: 10% !important;
17906
  }
17907
  .wd-xxl-15 {
17908
    width: 15px;
17909
  }
17910
  .wd-xxl-15p {
17911
    width: 15%;
17912
  }
17913
  .mx-wd-xxl-15p {
17914
    max-width: 15%;
17915
  }
17916
  .mn-wd-xxl-15p {
17917
    min-width: 15%;
17918
  }
17919
  .wd-xxl-15-f {
17920
    width: 15px !important;
17921
  }
17922
  .wd-xxl-15p-f {
17923
    width: 15% !important;
17924
  }
17925
  .mx-wd-xxl-15p-f {
17926
    max-width: 15% !important;
17927
  }
17928
  .mn-wd-xxl-15p-f {
17929
    min-width: 15% !important;
17930
  }
17931
  .wd-xxl-20 {
17932
    width: 20px;
17933
  }
17934
  .wd-xxl-20p {
17935
    width: 20%;
17936
  }
17937
  .mx-wd-xxl-20p {
17938
    max-width: 20%;
17939
  }
17940
  .mn-wd-xxl-20p {
17941
    min-width: 20%;
17942
  }
17943
  .wd-xxl-20-f {
17944
    width: 20px !important;
17945
  }
17946
  .wd-xxl-20p-f {
17947
    width: 20% !important;
17948
  }
17949
  .mx-wd-xxl-20p-f {
17950
    max-width: 20% !important;
17951
  }
17952
  .mn-wd-xxl-20p-f {
17953
    min-width: 20% !important;
17954
  }
17955
  .wd-xxl-25 {
17956
    width: 25px;
17957
  }
17958
  .wd-xxl-25p {
17959
    width: 25%;
17960
  }
17961
  .mx-wd-xxl-25p {
17962
    max-width: 25%;
17963
  }
17964
  .mn-wd-xxl-25p {
17965
    min-width: 25%;
17966
  }
17967
  .wd-xxl-25-f {
17968
    width: 25px !important;
17969
  }
17970
  .wd-xxl-25p-f {
17971
    width: 25% !important;
17972
  }
17973
  .mx-wd-xxl-25p-f {
17974
    max-width: 25% !important;
17975
  }
17976
  .mn-wd-xxl-25p-f {
17977
    min-width: 25% !important;
17978
  }
17979
  .wd-xxl-30 {
17980
    width: 30px;
17981
  }
17982
  .wd-xxl-30p {
17983
    width: 30%;
17984
  }
17985
  .mx-wd-xxl-30p {
17986
    max-width: 30%;
17987
  }
17988
  .mn-wd-xxl-30p {
17989
    min-width: 30%;
17990
  }
17991
  .wd-xxl-30-f {
17992
    width: 30px !important;
17993
  }
17994
  .wd-xxl-30p-f {
17995
    width: 30% !important;
17996
  }
17997
  .mx-wd-xxl-30p-f {
17998
    max-width: 30% !important;
17999
  }
18000
  .mn-wd-xxl-30p-f {
18001
    min-width: 30% !important;
18002
  }
18003
  .wd-xxl-35 {
18004
    width: 35px;
18005
  }
18006
  .wd-xxl-35p {
18007
    width: 35%;
18008
  }
18009
  .mx-wd-xxl-35p {
18010
    max-width: 35%;
18011
  }
18012
  .mn-wd-xxl-35p {
18013
    min-width: 35%;
18014
  }
18015
  .wd-xxl-35-f {
18016
    width: 35px !important;
18017
  }
18018
  .wd-xxl-35p-f {
18019
    width: 35% !important;
18020
  }
18021
  .mx-wd-xxl-35p-f {
18022
    max-width: 35% !important;
18023
  }
18024
  .mn-wd-xxl-35p-f {
18025
    min-width: 35% !important;
18026
  }
18027
  .wd-xxl-40 {
18028
    width: 40px;
18029
  }
18030
  .wd-xxl-40p {
18031
    width: 40%;
18032
  }
18033
  .mx-wd-xxl-40p {
18034
    max-width: 40%;
18035
  }
18036
  .mn-wd-xxl-40p {
18037
    min-width: 40%;
18038
  }
18039
  .wd-xxl-40-f {
18040
    width: 40px !important;
18041
  }
18042
  .wd-xxl-40p-f {
18043
    width: 40% !important;
18044
  }
18045
  .mx-wd-xxl-40p-f {
18046
    max-width: 40% !important;
18047
  }
18048
  .mn-wd-xxl-40p-f {
18049
    min-width: 40% !important;
18050
  }
18051
  .wd-xxl-45 {
18052
    width: 45px;
18053
  }
18054
  .wd-xxl-45p {
18055
    width: 45%;
18056
  }
18057
  .mx-wd-xxl-45p {
18058
    max-width: 45%;
18059
  }
18060
  .mn-wd-xxl-45p {
18061
    min-width: 45%;
18062
  }
18063
  .wd-xxl-45-f {
18064
    width: 45px !important;
18065
  }
18066
  .wd-xxl-45p-f {
18067
    width: 45% !important;
18068
  }
18069
  .mx-wd-xxl-45p-f {
18070
    max-width: 45% !important;
18071
  }
18072
  .mn-wd-xxl-45p-f {
18073
    min-width: 45% !important;
18074
  }
18075
  .wd-xxl-50 {
18076
    width: 50px;
18077
  }
18078
  .wd-xxl-50p {
18079
    width: 50%;
18080
  }
18081
  .mx-wd-xxl-50p {
18082
    max-width: 50%;
18083
  }
18084
  .mn-wd-xxl-50p {
18085
    min-width: 50%;
18086
  }
18087
  .wd-xxl-50-f {
18088
    width: 50px !important;
18089
  }
18090
  .wd-xxl-50p-f {
18091
    width: 50% !important;
18092
  }
18093
  .mx-wd-xxl-50p-f {
18094
    max-width: 50% !important;
18095
  }
18096
  .mn-wd-xxl-50p-f {
18097
    min-width: 50% !important;
18098
  }
18099
  .wd-xxl-55 {
18100
    width: 55px;
18101
  }
18102
  .wd-xxl-55p {
18103
    width: 55%;
18104
  }
18105
  .mx-wd-xxl-55p {
18106
    max-width: 55%;
18107
  }
18108
  .mn-wd-xxl-55p {
18109
    min-width: 55%;
18110
  }
18111
  .wd-xxl-55-f {
18112
    width: 55px !important;
18113
  }
18114
  .wd-xxl-55p-f {
18115
    width: 55% !important;
18116
  }
18117
  .mx-wd-xxl-55p-f {
18118
    max-width: 55% !important;
18119
  }
18120
  .mn-wd-xxl-55p-f {
18121
    min-width: 55% !important;
18122
  }
18123
  .wd-xxl-60 {
18124
    width: 60px;
18125
  }
18126
  .wd-xxl-60p {
18127
    width: 60%;
18128
  }
18129
  .mx-wd-xxl-60p {
18130
    max-width: 60%;
18131
  }
18132
  .mn-wd-xxl-60p {
18133
    min-width: 60%;
18134
  }
18135
  .wd-xxl-60-f {
18136
    width: 60px !important;
18137
  }
18138
  .wd-xxl-60p-f {
18139
    width: 60% !important;
18140
  }
18141
  .mx-wd-xxl-60p-f {
18142
    max-width: 60% !important;
18143
  }
18144
  .mn-wd-xxl-60p-f {
18145
    min-width: 60% !important;
18146
  }
18147
  .wd-xxl-65 {
18148
    width: 65px;
18149
  }
18150
  .wd-xxl-65p {
18151
    width: 65%;
18152
  }
18153
  .mx-wd-xxl-65p {
18154
    max-width: 65%;
18155
  }
18156
  .mn-wd-xxl-65p {
18157
    min-width: 65%;
18158
  }
18159
  .wd-xxl-65-f {
18160
    width: 65px !important;
18161
  }
18162
  .wd-xxl-65p-f {
18163
    width: 65% !important;
18164
  }
18165
  .mx-wd-xxl-65p-f {
18166
    max-width: 65% !important;
18167
  }
18168
  .mn-wd-xxl-65p-f {
18169
    min-width: 65% !important;
18170
  }
18171
  .wd-xxl-70 {
18172
    width: 70px;
18173
  }
18174
  .wd-xxl-70p {
18175
    width: 70%;
18176
  }
18177
  .mx-wd-xxl-70p {
18178
    max-width: 70%;
18179
  }
18180
  .mn-wd-xxl-70p {
18181
    min-width: 70%;
18182
  }
18183
  .wd-xxl-70-f {
18184
    width: 70px !important;
18185
  }
18186
  .wd-xxl-70p-f {
18187
    width: 70% !important;
18188
  }
18189
  .mx-wd-xxl-70p-f {
18190
    max-width: 70% !important;
18191
  }
18192
  .mn-wd-xxl-70p-f {
18193
    min-width: 70% !important;
18194
  }
18195
  .wd-xxl-75 {
18196
    width: 75px;
18197
  }
18198
  .wd-xxl-75p {
18199
    width: 75%;
18200
  }
18201
  .mx-wd-xxl-75p {
18202
    max-width: 75%;
18203
  }
18204
  .mn-wd-xxl-75p {
18205
    min-width: 75%;
18206
  }
18207
  .wd-xxl-75-f {
18208
    width: 75px !important;
18209
  }
18210
  .wd-xxl-75p-f {
18211
    width: 75% !important;
18212
  }
18213
  .mx-wd-xxl-75p-f {
18214
    max-width: 75% !important;
18215
  }
18216
  .mn-wd-xxl-75p-f {
18217
    min-width: 75% !important;
18218
  }
18219
  .wd-xxl-80 {
18220
    width: 80px;
18221
  }
18222
  .wd-xxl-80p {
18223
    width: 80%;
18224
  }
18225
  .mx-wd-xxl-80p {
18226
    max-width: 80%;
18227
  }
18228
  .mn-wd-xxl-80p {
18229
    min-width: 80%;
18230
  }
18231
  .wd-xxl-80-f {
18232
    width: 80px !important;
18233
  }
18234
  .wd-xxl-80p-f {
18235
    width: 80% !important;
18236
  }
18237
  .mx-wd-xxl-80p-f {
18238
    max-width: 80% !important;
18239
  }
18240
  .mn-wd-xxl-80p-f {
18241
    min-width: 80% !important;
18242
  }
18243
  .wd-xxl-85 {
18244
    width: 85px;
18245
  }
18246
  .wd-xxl-85p {
18247
    width: 85%;
18248
  }
18249
  .mx-wd-xxl-85p {
18250
    max-width: 85%;
18251
  }
18252
  .mn-wd-xxl-85p {
18253
    min-width: 85%;
18254
  }
18255
  .wd-xxl-85-f {
18256
    width: 85px !important;
18257
  }
18258
  .wd-xxl-85p-f {
18259
    width: 85% !important;
18260
  }
18261
  .mx-wd-xxl-85p-f {
18262
    max-width: 85% !important;
18263
  }
18264
  .mn-wd-xxl-85p-f {
18265
    min-width: 85% !important;
18266
  }
18267
  .wd-xxl-90 {
18268
    width: 90px;
18269
  }
18270
  .wd-xxl-90p {
18271
    width: 90%;
18272
  }
18273
  .mx-wd-xxl-90p {
18274
    max-width: 90%;
18275
  }
18276
  .mn-wd-xxl-90p {
18277
    min-width: 90%;
18278
  }
18279
  .wd-xxl-90-f {
18280
    width: 90px !important;
18281
  }
18282
  .wd-xxl-90p-f {
18283
    width: 90% !important;
18284
  }
18285
  .mx-wd-xxl-90p-f {
18286
    max-width: 90% !important;
18287
  }
18288
  .mn-wd-xxl-90p-f {
18289
    min-width: 90% !important;
18290
  }
18291
  .wd-xxl-95 {
18292
    width: 95px;
18293
  }
18294
  .wd-xxl-95p {
18295
    width: 95%;
18296
  }
18297
  .mx-wd-xxl-95p {
18298
    max-width: 95%;
18299
  }
18300
  .mn-wd-xxl-95p {
18301
    min-width: 95%;
18302
  }
18303
  .wd-xxl-95-f {
18304
    width: 95px !important;
18305
  }
18306
  .wd-xxl-95p-f {
18307
    width: 95% !important;
18308
  }
18309
  .mx-wd-xxl-95p-f {
18310
    max-width: 95% !important;
18311
  }
18312
  .mn-wd-xxl-95p-f {
18313
    min-width: 95% !important;
18314
  }
18315
  .wd-xxl-100 {
18316
    width: 100px;
18317
  }
18318
  .wd-xxl-100p {
18319
    width: 100%;
18320
  }
18321
  .mx-wd-xxl-100p {
18322
    max-width: 100%;
18323
  }
18324
  .mn-wd-xxl-100p {
18325
    min-width: 100%;
18326
  }
18327
  .wd-xxl-100-f {
18328
    width: 100px !important;
18329
  }
18330
  .wd-xxl-100p-f {
18331
    width: 100% !important;
18332
  }
18333
  .mx-wd-xxl-100p-f {
18334
    max-width: 100% !important;
18335
  }
18336
  .mn-wd-xxl-100p-f {
18337
    min-width: 100% !important;
18338
  }
18339
  .wd-xxl-150 {
18340
    width: 150px;
18341
  }
18342
  .wd-xxl-150p {
18343
    width: 150%;
18344
  }
18345
  .mx-wd-xxl-150p {
18346
    max-width: 150%;
18347
  }
18348
  .mn-wd-xxl-150p {
18349
    min-width: 150%;
18350
  }
18351
  .wd-xxl-150-f {
18352
    width: 150px !important;
18353
  }
18354
  .wd-xxl-150p-f {
18355
    width: 150% !important;
18356
  }
18357
  .mx-wd-xxl-150p-f {
18358
    max-width: 150% !important;
18359
  }
18360
  .mn-wd-xxl-150p-f {
18361
    min-width: 150% !important;
18362
  }
18363
  .wd-xxl-200 {
18364
    width: 200px;
18365
  }
18366
  .wd-xxl-200p {
18367
    width: 200%;
18368
  }
18369
  .mx-wd-xxl-200p {
18370
    max-width: 200%;
18371
  }
18372
  .mn-wd-xxl-200p {
18373
    min-width: 200%;
18374
  }
18375
  .wd-xxl-200-f {
18376
    width: 200px !important;
18377
  }
18378
  .wd-xxl-200p-f {
18379
    width: 200% !important;
18380
  }
18381
  .mx-wd-xxl-200p-f {
18382
    max-width: 200% !important;
18383
  }
18384
  .mn-wd-xxl-200p-f {
18385
    min-width: 200% !important;
18386
  }
18387
  .wd-xxl-250 {
18388
    width: 250px;
18389
  }
18390
  .wd-xxl-250p {
18391
    width: 250%;
18392
  }
18393
  .mx-wd-xxl-250p {
18394
    max-width: 250%;
18395
  }
18396
  .mn-wd-xxl-250p {
18397
    min-width: 250%;
18398
  }
18399
  .wd-xxl-250-f {
18400
    width: 250px !important;
18401
  }
18402
  .wd-xxl-250p-f {
18403
    width: 250% !important;
18404
  }
18405
  .mx-wd-xxl-250p-f {
18406
    max-width: 250% !important;
18407
  }
18408
  .mn-wd-xxl-250p-f {
18409
    min-width: 250% !important;
18410
  }
18411
  .wd-xxl-300 {
18412
    width: 300px;
18413
  }
18414
  .wd-xxl-300p {
18415
    width: 300%;
18416
  }
18417
  .mx-wd-xxl-300p {
18418
    max-width: 300%;
18419
  }
18420
  .mn-wd-xxl-300p {
18421
    min-width: 300%;
18422
  }
18423
  .wd-xxl-300-f {
18424
    width: 300px !important;
18425
  }
18426
  .wd-xxl-300p-f {
18427
    width: 300% !important;
18428
  }
18429
  .mx-wd-xxl-300p-f {
18430
    max-width: 300% !important;
18431
  }
18432
  .mn-wd-xxl-300p-f {
18433
    min-width: 300% !important;
18434
  }
18435
  .wd-xxl-350 {
18436
    width: 350px;
18437
  }
18438
  .wd-xxl-350p {
18439
    width: 350%;
18440
  }
18441
  .mx-wd-xxl-350p {
18442
    max-width: 350%;
18443
  }
18444
  .mn-wd-xxl-350p {
18445
    min-width: 350%;
18446
  }
18447
  .wd-xxl-350-f {
18448
    width: 350px !important;
18449
  }
18450
  .wd-xxl-350p-f {
18451
    width: 350% !important;
18452
  }
18453
  .mx-wd-xxl-350p-f {
18454
    max-width: 350% !important;
18455
  }
18456
  .mn-wd-xxl-350p-f {
18457
    min-width: 350% !important;
18458
  }
18459
  .wd-xxl-400 {
18460
    width: 400px;
18461
  }
18462
  .wd-xxl-400p {
18463
    width: 400%;
18464
  }
18465
  .mx-wd-xxl-400p {
18466
    max-width: 400%;
18467
  }
18468
  .mn-wd-xxl-400p {
18469
    min-width: 400%;
18470
  }
18471
  .wd-xxl-400-f {
18472
    width: 400px !important;
18473
  }
18474
  .wd-xxl-400p-f {
18475
    width: 400% !important;
18476
  }
18477
  .mx-wd-xxl-400p-f {
18478
    max-width: 400% !important;
18479
  }
18480
  .mn-wd-xxl-400p-f {
18481
    min-width: 400% !important;
18482
  }
18483
  .wd-xxl-450 {
18484
    width: 450px;
18485
  }
18486
  .wd-xxl-450p {
18487
    width: 450%;
18488
  }
18489
  .mx-wd-xxl-450p {
18490
    max-width: 450%;
18491
  }
18492
  .mn-wd-xxl-450p {
18493
    min-width: 450%;
18494
  }
18495
  .wd-xxl-450-f {
18496
    width: 450px !important;
18497
  }
18498
  .wd-xxl-450p-f {
18499
    width: 450% !important;
18500
  }
18501
  .mx-wd-xxl-450p-f {
18502
    max-width: 450% !important;
18503
  }
18504
  .mn-wd-xxl-450p-f {
18505
    min-width: 450% !important;
18506
  }
18507
  .wd-xxl-500 {
18508
    width: 500px;
18509
  }
18510
  .wd-xxl-500p {
18511
    width: 500%;
18512
  }
18513
  .mx-wd-xxl-500p {
18514
    max-width: 500%;
18515
  }
18516
  .mn-wd-xxl-500p {
18517
    min-width: 500%;
18518
  }
18519
  .wd-xxl-500-f {
18520
    width: 500px !important;
18521
  }
18522
  .wd-xxl-500p-f {
18523
    width: 500% !important;
18524
  }
18525
  .mx-wd-xxl-500p-f {
18526
    max-width: 500% !important;
18527
  }
18528
  .mn-wd-xxl-500p-f {
18529
    min-width: 500% !important;
18530
  }
18531
  .wd-xxl-550 {
18532
    width: 550px;
18533
  }
18534
  .wd-xxl-550p {
18535
    width: 550%;
18536
  }
18537
  .mx-wd-xxl-550p {
18538
    max-width: 550%;
18539
  }
18540
  .mn-wd-xxl-550p {
18541
    min-width: 550%;
18542
  }
18543
  .wd-xxl-550-f {
18544
    width: 550px !important;
18545
  }
18546
  .wd-xxl-550p-f {
18547
    width: 550% !important;
18548
  }
18549
  .mx-wd-xxl-550p-f {
18550
    max-width: 550% !important;
18551
  }
18552
  .mn-wd-xxl-550p-f {
18553
    min-width: 550% !important;
18554
  }
18555
  .wd-xxl-600 {
18556
    width: 600px;
18557
  }
18558
  .wd-xxl-600p {
18559
    width: 600%;
18560
  }
18561
  .mx-wd-xxl-600p {
18562
    max-width: 600%;
18563
  }
18564
  .mn-wd-xxl-600p {
18565
    min-width: 600%;
18566
  }
18567
  .wd-xxl-600-f {
18568
    width: 600px !important;
18569
  }
18570
  .wd-xxl-600p-f {
18571
    width: 600% !important;
18572
  }
18573
  .mx-wd-xxl-600p-f {
18574
    max-width: 600% !important;
18575
  }
18576
  .mn-wd-xxl-600p-f {
18577
    min-width: 600% !important;
18578
  }
18579
  .wd-xxl-650 {
18580
    width: 650px;
18581
  }
18582
  .wd-xxl-650p {
18583
    width: 650%;
18584
  }
18585
  .mx-wd-xxl-650p {
18586
    max-width: 650%;
18587
  }
18588
  .mn-wd-xxl-650p {
18589
    min-width: 650%;
18590
  }
18591
  .wd-xxl-650-f {
18592
    width: 650px !important;
18593
  }
18594
  .wd-xxl-650p-f {
18595
    width: 650% !important;
18596
  }
18597
  .mx-wd-xxl-650p-f {
18598
    max-width: 650% !important;
18599
  }
18600
  .mn-wd-xxl-650p-f {
18601
    min-width: 650% !important;
18602
  }
18603
  .wd-xxl-700 {
18604
    width: 700px;
18605
  }
18606
  .wd-xxl-700p {
18607
    width: 700%;
18608
  }
18609
  .mx-wd-xxl-700p {
18610
    max-width: 700%;
18611
  }
18612
  .mn-wd-xxl-700p {
18613
    min-width: 700%;
18614
  }
18615
  .wd-xxl-700-f {
18616
    width: 700px !important;
18617
  }
18618
  .wd-xxl-700p-f {
18619
    width: 700% !important;
18620
  }
18621
  .mx-wd-xxl-700p-f {
18622
    max-width: 700% !important;
18623
  }
18624
  .mn-wd-xxl-700p-f {
18625
    min-width: 700% !important;
18626
  }
18627
  .wd-xxl-750 {
18628
    width: 750px;
18629
  }
18630
  .wd-xxl-750p {
18631
    width: 750%;
18632
  }
18633
  .mx-wd-xxl-750p {
18634
    max-width: 750%;
18635
  }
18636
  .mn-wd-xxl-750p {
18637
    min-width: 750%;
18638
  }
18639
  .wd-xxl-750-f {
18640
    width: 750px !important;
18641
  }
18642
  .wd-xxl-750p-f {
18643
    width: 750% !important;
18644
  }
18645
  .mx-wd-xxl-750p-f {
18646
    max-width: 750% !important;
18647
  }
18648
  .mn-wd-xxl-750p-f {
18649
    min-width: 750% !important;
18650
  }
18651
  .wd-xxl-800 {
18652
    width: 800px;
18653
  }
18654
  .wd-xxl-800p {
18655
    width: 800%;
18656
  }
18657
  .mx-wd-xxl-800p {
18658
    max-width: 800%;
18659
  }
18660
  .mn-wd-xxl-800p {
18661
    min-width: 800%;
18662
  }
18663
  .wd-xxl-800-f {
18664
    width: 800px !important;
18665
  }
18666
  .wd-xxl-800p-f {
18667
    width: 800% !important;
18668
  }
18669
  .mx-wd-xxl-800p-f {
18670
    max-width: 800% !important;
18671
  }
18672
  .mn-wd-xxl-800p-f {
18673
    min-width: 800% !important;
18674
  }
18675
  .wd-xxl-850 {
18676
    width: 850px;
18677
  }
18678
  .wd-xxl-850p {
18679
    width: 850%;
18680
  }
18681
  .mx-wd-xxl-850p {
18682
    max-width: 850%;
18683
  }
18684
  .mn-wd-xxl-850p {
18685
    min-width: 850%;
18686
  }
18687
  .wd-xxl-850-f {
18688
    width: 850px !important;
18689
  }
18690
  .wd-xxl-850p-f {
18691
    width: 850% !important;
18692
  }
18693
  .mx-wd-xxl-850p-f {
18694
    max-width: 850% !important;
18695
  }
18696
  .mn-wd-xxl-850p-f {
18697
    min-width: 850% !important;
18698
  }
18699
  .wd-xxl-900 {
18700
    width: 900px;
18701
  }
18702
  .wd-xxl-900p {
18703
    width: 900%;
18704
  }
18705
  .mx-wd-xxl-900p {
18706
    max-width: 900%;
18707
  }
18708
  .mn-wd-xxl-900p {
18709
    min-width: 900%;
18710
  }
18711
  .wd-xxl-900-f {
18712
    width: 900px !important;
18713
  }
18714
  .wd-xxl-900p-f {
18715
    width: 900% !important;
18716
  }
18717
  .mx-wd-xxl-900p-f {
18718
    max-width: 900% !important;
18719
  }
18720
  .mn-wd-xxl-900p-f {
18721
    min-width: 900% !important;
18722
  }
18723
  .wd-xxl-950 {
18724
    width: 950px;
18725
  }
18726
  .wd-xxl-950p {
18727
    width: 950%;
18728
  }
18729
  .mx-wd-xxl-950p {
18730
    max-width: 950%;
18731
  }
18732
  .mn-wd-xxl-950p {
18733
    min-width: 950%;
18734
  }
18735
  .wd-xxl-950-f {
18736
    width: 950px !important;
18737
  }
18738
  .wd-xxl-950p-f {
18739
    width: 950% !important;
18740
  }
18741
  .mx-wd-xxl-950p-f {
18742
    max-width: 950% !important;
18743
  }
18744
  .mn-wd-xxl-950p-f {
18745
    min-width: 950% !important;
18746
  }
18747
  .wd-xxl-1000 {
18748
    width: 1000px;
18749
  }
18750
  .wd-xxl-1000p {
18751
    width: 1000%;
18752
  }
18753
  .mx-wd-xxl-1000p {
18754
    max-width: 1000%;
18755
  }
18756
  .mn-wd-xxl-1000p {
18757
    min-width: 1000%;
18758
  }
18759
  .wd-xxl-1000-f {
18760
    width: 1000px !important;
18761
  }
18762
  .wd-xxl-1000p-f {
18763
    width: 1000% !important;
18764
  }
18765
  .mx-wd-xxl-1000p-f {
18766
    max-width: 1000% !important;
18767
  }
18768
  .mn-wd-xxl-1000p-f {
18769
    min-width: 1000% !important;
18770
  }
18771
  .wd-xxl-auto {
18772
    width: auto;
18773
  }
18774
  .wd-xxl-auto {
18775
    width: auto !important;
18776
  }
18777
}
18778
.bg-facebook {
18779
  background: social-color("facebook");
18780
}
18781
 
18782
.bg-twitter {
18783
  background: social-color("twitter");
18784
}
18785
 
18786
.bg-google {
18787
  background: social-color("google");
18788
}
18789
 
18790
.bg-youtube {
18791
  background: social-color("youtube");
18792
}
18793
 
18794
.bg-vimeo {
18795
  background: social-color("vimeo");
18796
}
18797
 
18798
.bg-dribbble {
18799
  background: social-color("dribbble");
18800
}
18801
 
18802
.bg-github {
18803
  background: social-color("github");
18804
}
18805
 
18806
.bg-instagram {
18807
  background: social-color("instagram");
18808
}
18809
 
18810
.bg-pinterest {
18811
  background: social-color("pinterest");
18812
}
18813
 
18814
.bg-flickr {
18815
  background: social-color("flickr");
18816
}
18817
 
18818
.bg-bitbucket {
18819
  background: social-color("bitbucket");
18820
}
18821
 
18822
.bg-linkedin {
18823
  background: social-color("linkedin");
18824
}
18825
 
18826
body {
18827
  margin: 0;
18828
  padding: 0;
18829
}
18830
 
18831
.btn, .wizard > .actions a,
18832
.wizard > .actions a:active,
18833
.wizard > .actions a:hover, div.tox .tox-button, .swal2-popup .swal2-actions button, .fc .fc-button-primary,
18834
.btn-group.open .dropdown-toggle,
18835
.btn:active,
18836
.btn:focus,
18837
.btn:hover,
18838
.btn:visited,
18839
a,
18840
a:active,
18841
a:checked,
18842
a:focus,
18843
a:hover,
18844
a:visited,
18845
body,
18846
button,
18847
button:active,
18848
button:hover,
18849
button:visited,
18850
div,
18851
input,
18852
input:active,
18853
input:hover,
18854
input:focus,
18855
input:visited,
18856
select,
18857
select:active,
18858
select:focus,
18859
select:visited,
18860
textarea,
18861
textarea:active,
18862
textarea:focus,
18863
textarea:visited {
18864
  -webkit-box-shadow: none;
18865
  -moz-box-shadow: none;
18866
  box-shadow: none;
18867
}
18868
 
18869
select,
18870
.form-check-input {
18871
  -webkit-appearance: none;
18872
  -moz-appearance: none;
18873
}
18874
 
18875
input:-webkit-autofill,
18876
input:-webkit-autofill:hover,
18877
input:-webkit-autofill:focus,
18878
input:-webkit-autofill:active {
18879
  -webkit-box-shadow: 0 0 0 30px #fff inset;
18880
  -webkit-text-fill-color: #000;
18881
}
18882
 
18883
*:-moz-full-screen,
18884
*:-webkit-full-screen,
18885
*:fullscreen *:-ms-full-screen {
18886
  overflow: auto;
18887
}
18888
 
18889
pre {
18890
  background-color: color(gray-lighter);
18891
  padding: 15px;
18892
  font-size: 14px;
18893
}
18894
 
18895
code {
18896
  padding: 5px;
18897
  font-family: "Roboto", Helvetica, sans-serif;
18898
  font-weight: 400;
18899
  font-size: 0.875rem;
18900
  border-radius: 4px;
18901
}
18902
 
18903
.grid-margin {
18904
  margin-bottom: 1.5rem;
18905
}
18906
 
18907
@media (min-width: 576px) {
18908
  .grid-margin-sm-0 {
18909
    margin-bottom: 0;
18910
  }
18911
}
18912
 
18913
@media (min-width: 768px) {
18914
  .grid-margin-md-0 {
18915
    margin-bottom: 0;
18916
  }
18917
}
18918
 
18919
@media (min-width: 992px) {
18920
  .grid-margin-lg-0 {
18921
    margin-bottom: 0;
18922
  }
18923
}
18924
 
18925
@media (min-width: 1200px) {
18926
  .grid-margin-xl-0 {
18927
    margin-bottom: 0;
18928
  }
18929
}
18930
 
18931
.stretch-card {
18932
  display: flex;
18933
  align-items: stretch;
18934
  justify-content: stretch;
18935
}
18936
.stretch-card > .card {
18937
  width: 100%;
18938
  min-width: 100%;
18939
}
18940
 
18941
.img-lg {
18942
  width: 92px;
18943
  height: 92px;
18944
}
18945
 
18946
.img-md {
18947
  width: 75px;
18948
  height: 92px;
18949
}
18950
 
18951
.img-sm {
18952
  width: 43px;
18953
  height: 43px;
18954
}
18955
 
18956
.img-xs {
18957
  width: 36px;
18958
  height: 36px;
18959
}
18960
 
18961
.img-ss {
18962
  width: 26px;
18963
  height: 26px;
18964
}
18965
 
18966
.fw-boldest {
18967
  font-weight: 900;
18968
}
18969
 
18970
.tx-10 {
18971
  font-size: 10px;
18972
}
18973
 
18974
.tx-11 {
18975
  font-size: 11px;
18976
}
18977
 
18978
.tx-12 {
18979
  font-size: 12px;
18980
}
18981
 
18982
.tx-13 {
18983
  font-size: 13px;
18984
}
18985
 
18986
.tx-14 {
18987
  font-size: 14px;
18988
}
18989
 
18990
.tx-16 {
18991
  font-size: 16px;
18992
}
18993
 
18994
.tx-80 {
18995
  font-size: 80px;
18996
}
18997
 
18998
svg.icon-xs {
18999
  width: 12px;
19000
  height: 12px;
19001
}
19002
 
19003
svg.icon-sm {
19004
  width: 14px;
19005
  height: 14px;
19006
}
19007
 
19008
svg.icon-md {
19009
  width: 16px;
19010
  height: 16px;
19011
}
19012
 
19013
svg.icon-lg {
19014
  width: 20px;
19015
  height: 20px;
19016
}
19017
 
19018
svg.icon-xl {
19019
  width: 26px;
19020
  height: 26px;
19021
}
19022
 
19023
svg.icon-xxl {
19024
  width: 40px;
19025
  height: 40px;
19026
}
19027
 
19028
.icon-xs {
19029
  font-size: 14px;
19030
}
19031
 
19032
.icon-sm {
19033
  font-size: 16px;
19034
}
19035
 
19036
.icon-md {
19037
  font-size: 18px;
19038
}
19039
 
19040
.icon-lg {
19041
  font-size: 20px;
19042
}
19043
 
19044
.icon-xl {
19045
  font-size: 24px;
19046
}
19047
 
19048
.icon-xxl {
19049
  font-size: 30px;
19050
}
19051
 
19052
.cursor-pointer {
19053
  cursor: pointer;
19054
}
19055
 
19056
.cursor-default {
19057
  cursor: default;
19058
}
19059
 
19060
.pt-1px {
19061
  padding-top: 1px;
19062
}
19063
 
19064
.pt-2px {
19065
  padding-top: 2px;
19066
}
19067
 
19068
.pt-3px {
19069
  padding-top: 3px;
19070
}
19071
 
19072
.pb-1px {
19073
  padding-bottom: 1px;
19074
}
19075
 
19076
.pb-2px {
19077
  padding-bottom: 2px;
19078
}
19079
 
19080
.pb-3px {
19081
  padding-bottom: 3px;
19082
}
19083
 
19084
.mt-1px {
19085
  margin-top: 1px;
19086
}
19087
 
19088
.mt-2px {
19089
  margin-top: 2px;
19090
}
19091
 
19092
.mt-3px {
19093
  margin-top: 3px;
19094
}
19095
 
19096
.mb-1px {
19097
  margin-bottom: 1px;
19098
}
19099
 
19100
.mb-2px {
19101
  margin-bottom: 2px;
19102
}
19103
 
19104
.mb-3px {
19105
  margin-bottom: 3px;
19106
}
19107
 
19108
.ht-5 {
19109
  height: 5px;
19110
}
19111
 
19112
.ht-10 {
19113
  height: 10px;
19114
}
19115
 
19116
.ht-15 {
19117
  height: 15px;
19118
}
19119
 
19120
.ht-20 {
19121
  height: 20px;
19122
}
19123
 
19124
.ht-30 {
19125
  height: 30px;
19126
}
19127
 
19128
.ht-40 {
19129
  height: 40px;
19130
}
19131
 
19132
.ht-50 {
19133
  height: 50px;
19134
}
19135
 
19136
.ht-60 {
19137
  height: 60px;
19138
}
19139
 
19140
.ht-70 {
19141
  height: 70px;
19142
}
19143
 
19144
.ht-80 {
19145
  height: 80px;
19146
}
19147
 
19148
.ht-90 {
19149
  height: 90px;
19150
}
19151
 
19152
.ht-100 {
19153
  height: 100px;
19154
}
19155
 
19156
body {
19157
  -webkit-font-smoothing: antialiased;
19158
  -moz-osx-font-smoothing: grayscale;
19159
}
19160
 
19161
.text-facebook {
19162
  color: #3b5998;
19163
}
19164
 
19165
.text-twitter {
19166
  color: #1da1f2;
19167
}
19168
 
19169
.text-google {
19170
  color: #dc4e41;
19171
}
19172
 
19173
.text-youtube {
19174
  color: #f00;
19175
}
19176
 
19177
.text-vimeo {
19178
  color: #1ab7ea;
19179
}
19180
 
19181
.text-dribbble {
19182
  color: #ea4c89;
19183
}
19184
 
19185
.text-github {
19186
  color: #181717;
19187
}
19188
 
19189
.text-instagram {
19190
  color: #e4405f;
19191
}
19192
 
19193
.text-pinterest {
19194
  color: #bd081c;
19195
}
19196
 
19197
.text-flickr {
19198
  color: #0063dc;
19199
}
19200
 
19201
.text-bitbucket {
19202
  color: #0052cc;
19203
}
19204
 
19205
.text-linkedin {
19206
  color: #0077b5;
19207
}
19208
 
19209
.main-content {
19210
  color: #000;
19211
  font-size: 16px;
19212
}
19213
.main-content > .page-title {
19214
  margin-bottom: 1rem;
19215
  font-weight: 400;
19216
}
19217
.main-content > h4, .main-content > .h4 {
19218
  margin-top: 1.5rem;
19219
  margin-bottom: 0.875rem;
19220
}
19221
.main-content > h4::before, .main-content > .h4::before {
19222
  display: block;
19223
  height: 5.4rem;
19224
  margin-top: -6rem;
19225
  content: "";
19226
}
19227
.main-content > hr {
19228
  margin-top: 40px;
19229
  margin-bottom: 40px;
19230
}
19231
.main-content .example {
19232
  font-size: 0.875rem;
19233
  letter-spacing: normal;
19234
  padding: 10px;
19235
  background-color: #fff;
19236
  border: 4px solid #e9ecef;
19237
  position: relative;
19238
}
19239
@media (min-width: 576px) {
19240
  .main-content .example {
19241
    padding: 25px;
19242
  }
19243
}
19244
.main-content .highlight {
19245
  position: relative;
19246
  background-color: #fff;
19247
  padding: 15px;
19248
}
19249
.main-content .highlight pre {
19250
  padding: 15px;
19251
  font-size: 0.875rem;
19252
  font-family: "Roboto", Helvetica, sans-serif;
19253
  background: transparent;
19254
  line-height: 1.4;
19255
  margin: 0;
19256
}
19257
.main-content .highlight pre code {
19258
  font-family: "Roboto", Helvetica, sans-serif;
19259
  padding: 0;
19260
  tab-size: 8;
19261
  color: #000;
19262
  text-shadow: none;
19263
}
19264
.main-content .highlight pre code .token.url, .main-content .highlight pre code .token.string, .main-content .highlight pre code .token.entity, .main-content .highlight pre code .token.operator {
19265
  background: none;
19266
}
19267
.main-content .highlight .btn-clipboard {
19268
  position: absolute;
19269
  top: 6px;
19270
  right: 6px;
19271
  font-size: 12px;
19272
  padding: 1px 6px;
19273
  background: rgba(101, 113, 255, 0.2);
19274
}
19275
.main-content .highlight .btn-clipboard:hover, .main-content .highlight .btn-clipboard:focus {
19276
  background: rgba(101, 113, 255, 0.3);
19277
  border-color: transparent;
19278
  transition: background 0.3s ease-in-out;
19279
}
19280
 
19281
.example .btn-toolbar + .btn-toolbar {
19282
  margin-top: 0.5rem;
19283
}
19284
.example .modal.static {
19285
  position: static;
19286
  display: block;
19287
}
19288
.example .navbar {
19289
  position: relative;
19290
  padding: 0.5rem 1rem;
19291
  left: auto;
19292
  width: 100%;
19293
  height: auto;
19294
  z-index: 9;
19295
  border-bottom: 0;
19296
  box-shadow: none;
19297
}
19298
.example .navbar .navbar-brand {
19299
  font-size: 1.25rem;
19300
}
19301
.example .progress + .progress {
19302
  margin-top: 10px;
19303
}
19304
.example .perfect-scrollbar-example {
19305
  position: relative;
19306
  max-height: 250px;
19307
  background: #fff;
19308
}
19309
.example .scrollspy-example {
19310
  position: relative;
19311
  height: 200px;
19312
  margin-top: 0.5rem;
19313
  overflow: auto;
19314
}
19315
.example .scrollspy-example-2 {
19316
  position: relative;
19317
  height: 350px;
19318
  overflow: auto;
19319
}
19320
.example nav .breadcrumb {
19321
  margin-bottom: 0.75rem;
19322
}
19323
.example nav:last-child .breadcrumb {
19324
  margin-bottom: 0;
19325
}
19326
 
19327
.page-breadcrumb {
19328
  margin-bottom: 15px;
19329
}
19330
.page-breadcrumb .breadcrumb {
19331
  padding: 0;
19332
  background: #f9fafb;
19333
}
19334
 
19335
.noble-ui-logo {
19336
  font-weight: 700;
19337
  font-size: 25px;
19338
  color: #000865;
19339
}
19340
.noble-ui-logo span {
19341
  color: #6571ff;
19342
  font-weight: 300;
19343
}
19344
.noble-ui-logo:hover {
19345
  color: #000865;
19346
}
19347
.noble-ui-logo.logo-light {
19348
  color: #000;
19349
}
19350
 
19351
.buy-now-wrapper {
19352
  position: fixed;
19353
  bottom: 30px;
19354
  right: 35px;
19355
  z-index: 99999;
19356
}
19357
.rtl .buy-now-wrapper {
19358
  right: auto;
19359
  left: 35px;
19360
}
19361
.buy-now-wrapper .btn svg, .buy-now-wrapper .wizard > .actions a svg, .wizard > .actions .buy-now-wrapper a svg, .buy-now-wrapper div.tox .tox-button svg, div.tox .buy-now-wrapper .tox-button svg, .buy-now-wrapper .swal2-popup .swal2-actions button svg, .swal2-popup .swal2-actions .buy-now-wrapper button svg, .buy-now-wrapper .fc .fc-button-primary svg, .fc .buy-now-wrapper .fc-button-primary svg {
19362
  width: 19px !important;
19363
  height: 19px !important;
19364
}
19365
 
19366
.main-wrapper {
19367
  display: flex;
19368
}
19369
.main-wrapper .page-wrapper {
19370
  min-height: 100vh;
19371
  background: #f9fafb;
19372
  width: calc(100% - 240px);
19373
  margin-left: 240px;
19374
  display: flex;
19375
  flex-direction: column;
19376
  -webkit-transition: margin 0.1s ease, width 0.1s ease;
19377
  transition: margin 0.1s ease, width 0.1s ease;
19378
}
19379
.main-wrapper .page-wrapper .page-content {
19380
  flex-grow: 1;
19381
  padding: 25px;
19382
  margin-top: 60px;
19383
}
19384
@media (max-width: 767px) {
19385
  .main-wrapper .page-wrapper .page-content {
19386
    padding: 25px 15px;
19387
  }
19388
}
19389
.main-wrapper .page-wrapper.full-page {
19390
  width: 100%;
19391
  margin-left: 0;
19392
}
19393
.main-wrapper .page-wrapper.full-page .page-content {
19394
  margin-top: 0;
19395
}
19396
@media (max-width: 991px) {
19397
  .main-wrapper .page-wrapper {
19398
    margin-left: 0;
19399
    width: 100%;
19400
  }
19401
}
19402
 
19403
.page-content .content-nav-wrapper {
19404
  padding: 0;
19405
  position: sticky;
19406
  top: 80px;
19407
  height: calc(100vh - 6rem);
19408
  overflow-y: auto;
19409
  border-left: 1px solid #e9ecef;
19410
  display: none;
19411
}
19412
@media (min-width: 1200px) {
19413
  .page-content .content-nav-wrapper {
19414
    display: block;
19415
  }
19416
}
19417
.page-content .content-nav-wrapper .content-nav {
19418
  padding: 0px 25px;
19419
}
19420
.page-content .content-nav-wrapper .content-nav .nav-item .nav-link {
19421
  padding: 0;
19422
  height: 30px;
19423
  white-space: nowrap;
19424
  color: #7987a1;
19425
  display: flex;
19426
  align-items: center;
19427
}
19428
 
19429
.navbar {
19430
  width: calc(100% - 240px);
19431
  height: 60px;
19432
  background: #fff;
19433
  border-bottom: 1px solid #e9ecef;
19434
  display: flex;
19435
  align-items: center;
19436
  padding: 0;
19437
  position: fixed;
19438
  right: 0;
19439
  left: 240px;
19440
  z-index: 978;
19441
  box-shadow: 3px 0 10px 0 rgba(183, 192, 206, 0.2);
19442
  transition: width 0.1s ease, left 0.1s ease;
19443
}
19444
@media (max-width: 991px) {
19445
  .navbar {
19446
    width: 100%;
19447
    left: 0;
19448
  }
19449
  .navbar .navbar-content {
19450
    width: calc(100% - 70px - 1px);
19451
  }
19452
}
19453
.navbar .sidebar-toggler {
19454
  height: 100%;
19455
  border-right: 1px solid #e9ecef;
19456
  align-items: center;
19457
  padding: 0 25px;
19458
  display: none;
19459
}
19460
.navbar .sidebar-toggler svg {
19461
  width: 20px;
19462
  height: 20px;
19463
  color: #7987a1;
19464
}
19465
@media (max-width: 991px) {
19466
  .navbar .sidebar-toggler {
19467
    display: flex;
19468
  }
19469
}
19470
.navbar .search-form {
19471
  width: 100%;
19472
  margin-right: 60px;
19473
}
19474
.navbar .search-form .input-group .input-group-text {
19475
  padding: 0;
19476
  border: 0;
19477
  color: #7987a1;
19478
  background: #fff;
19479
}
19480
.navbar .search-form .input-group .input-group-text svg {
19481
  width: 20px;
19482
  height: 20px;
19483
  cursor: pointer;
19484
}
19485
.navbar .search-form .input-group .form-control, .navbar .search-form .input-group .typeahead.tt-input,
19486
.navbar .search-form .input-group .typeahead.tt-hint, .navbar .search-form .input-group .select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default .select2-search--dropdown .navbar .search-form .input-group .select2-search__field {
19487
  border: 0;
19488
  margin-top: 3px;
19489
}
19490
.navbar .navbar-content {
19491
  display: flex;
19492
  width: 100%;
19493
  height: 100%;
19494
  padding-left: 25px;
19495
  padding-right: 25px;
19496
}
19497
@media (max-width: 991px) {
19498
  .navbar .navbar-content {
19499
    width: calc(100% - 70px - 1px);
19500
  }
19501
}
19502
.navbar .navbar-content .navbar-nav {
19503
  display: flex;
19504
  flex-direction: row;
19505
  margin-left: auto;
19506
}
19507
.navbar .navbar-content .navbar-nav .nav-item {
19508
  position: relative;
19509
  margin-left: 5px;
19510
  margin-right: 5px;
19511
  min-width: 30px;
19512
  display: flex;
19513
  align-items: center;
19514
}
19515
.navbar .navbar-content .navbar-nav .nav-item .nav-link {
19516
  color: #000;
19517
  padding: 0;
19518
  position: relative;
19519
  margin-left: auto;
19520
  margin-right: auto;
19521
}
19522
.navbar .navbar-content .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-content .navbar-nav .nav-item .nav-link[aria-expanded=true] {
19523
  color: #6571ff;
19524
}
19525
.navbar .navbar-content .navbar-nav .nav-item .nav-link::after {
19526
  display: none;
19527
}
19528
.navbar .navbar-content .navbar-nav .nav-item .nav-link svg {
19529
  width: 20px;
19530
  height: 20px;
19531
}
19532
.navbar .navbar-content .navbar-nav .nav-item .nav-link .indicator {
19533
  position: absolute;
19534
  top: 0px;
19535
  right: 2px;
19536
}
19537
.navbar .navbar-content .navbar-nav .nav-item .nav-link .indicator .circle {
19538
  background: #6571ff;
19539
  width: 7px;
19540
  height: 7px;
19541
  border-radius: 50%;
19542
}
19543
.navbar .navbar-content .navbar-nav .nav-item .nav-link .indicator .circle::before {
19544
  background-color: #6571ff;
19545
  content: "";
19546
  display: table;
19547
  border-radius: 50%;
19548
  position: absolute;
19549
}
19550
@media (max-width: 767px) {
19551
  .navbar .navbar-content .navbar-nav .nav-item.dropdown {
19552
    position: static;
19553
  }
19554
}
19555
.navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu, .navbar .navbar-content .navbar-nav .nav-item.dropdown .tt-menu {
19556
  width: max-content;
19557
  position: absolute;
19558
  right: -20px;
19559
  left: auto;
19560
}
19561
.navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu::before, .navbar .navbar-content .navbar-nav .nav-item.dropdown .tt-menu::before {
19562
  content: "";
19563
  width: 13px;
19564
  height: 13px;
19565
  background: #fff;
19566
  position: absolute;
19567
  top: -7px;
19568
  right: 28px;
19569
  transform: rotate(45deg);
19570
  border-top: 1px solid #f2f4f9;
19571
  border-left: 1px solid #f2f4f9;
19572
}
19573
@media (max-width: 767px) {
19574
  .navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu, .navbar .navbar-content .navbar-nav .nav-item.dropdown .tt-menu {
19575
    right: 20px;
19576
    width: calc(100% - 40px);
19577
  }
19578
  .navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu::before, .navbar .navbar-content .navbar-nav .nav-item.dropdown .tt-menu::before {
19579
    display: none;
19580
  }
19581
}
19582
 
19583
.sidebar {
19584
  width: 240px;
19585
  height: 100%;
19586
  position: fixed;
19587
  left: 0;
19588
  top: 0;
19589
  -webkit-transition: width 0.1s ease, margin 0.1s ease-in-out;
19590
  transition: width 0.1s ease, margin 0.1s ease-in-out;
19591
  z-index: 999;
19592
}
19593
.sidebar .sidebar-header {
19594
  background: #fff;
19595
  height: 60px;
19596
  border-bottom: 1px solid #e9ecef;
19597
  display: flex;
19598
  justify-content: space-between;
19599
  align-items: center;
19600
  padding: 0 25px;
19601
  border-right: 1px solid #e9ecef;
19602
  z-index: 999;
19603
  width: 240px;
19604
  -webkit-transition: width 0.1s ease;
19605
  transition: width 0.1s ease;
19606
}
19607
.sidebar-open .sidebar .sidebar-header {
19608
  border-bottom: 1px solid #e9ecef;
19609
}
19610
.sidebar .sidebar-header .sidebar-brand {
19611
  opacity: 1;
19612
  visibility: visible;
19613
  -webkit-transition: opacity 0.5s ease;
19614
  transition: opacity 0.5s ease;
19615
  font-weight: 700;
19616
  font-size: 25px;
19617
  color: #000865;
19618
  direction: ltr/*rtl:ignore*/;
19619
}
19620
.sidebar .sidebar-header .sidebar-brand span {
19621
  color: #6571ff;
19622
  font-weight: 300;
19623
}
19624
.sidebar .sidebar-header .sidebar-toggler {
19625
  cursor: pointer;
19626
  width: 18px;
19627
}
19628
.sidebar .sidebar-header .sidebar-toggler span {
19629
  display: block;
19630
  width: 100%;
19631
  border-radius: 3px;
19632
  height: 2px;
19633
  background: #7987a1;
19634
  -webkit-transition: all 0.3s;
19635
  transition: all 0.3s;
19636
  position: relative;
19637
}
19638
.sidebar .sidebar-header .sidebar-toggler span + span {
19639
  margin-top: 4px;
19640
}
19641
.sidebar .sidebar-header .sidebar-toggler.active span:nth-child(1) {
19642
  -webkit-animation: ease 0.6s top forwards;
19643
  animation: ease 0.6s top forwards;
19644
}
19645
.sidebar .sidebar-header .sidebar-toggler.not-active span:nth-child(1) {
19646
  -webkit-animation: ease 0.6s top-2 forwards;
19647
  animation: ease 0.6s top-2 forwards;
19648
}
19649
.sidebar .sidebar-header .sidebar-toggler.active span:nth-child(2) {
19650
  -webkit-animation: ease 0.6s scaled forwards;
19651
  animation: ease 0.6s scaled forwards;
19652
}
19653
.sidebar .sidebar-header .sidebar-toggler.not-active span:nth-child(2) {
19654
  -webkit-animation: ease 0.6s scaled-2 forwards;
19655
  animation: ease 0.6s scaled-2 forwards;
19656
}
19657
.sidebar .sidebar-header .sidebar-toggler.active span:nth-child(3) {
19658
  -webkit-animation: ease 0.6s bottom forwards;
19659
  animation: ease 0.6s bottom forwards;
19660
}
19661
.sidebar .sidebar-header .sidebar-toggler.not-active span:nth-child(3) {
19662
  -webkit-animation: ease 0.6s bottom-2 forwards;
19663
  animation: ease 0.6s bottom-2 forwards;
19664
}
19665
@-webkit-keyframes top {
19666
  0% {
19667
    top: 0;
19668
    -webkit-transform: rotate(0);
19669
    transform: rotate(0);
19670
  }
19671
  50% {
19672
    top: 6px;
19673
    -webkit-transform: rotate(0);
19674
    transform: rotate(0);
19675
  }
19676
  100% {
19677
    top: 6px;
19678
    -webkit-transform: rotate(45deg);
19679
    transform: rotate(45deg);
19680
  }
19681
}
19682
@keyframes top {
19683
  0% {
19684
    top: 0;
19685
    -webkit-transform: rotate(0);
19686
    transform: rotate(0);
19687
  }
19688
  50% {
19689
    top: 6px;
19690
    -webkit-transform: rotate(0);
19691
    transform: rotate(0);
19692
  }
19693
  100% {
19694
    top: 6px;
19695
    -webkit-transform: rotate(45deg);
19696
    transform: rotate(45deg);
19697
  }
19698
}
19699
@-webkit-keyframes top-2 {
19700
  0% {
19701
    top: 6px;
19702
    -webkit-transform: rotate(45deg);
19703
    transform: rotate(45deg);
19704
  }
19705
  50% {
19706
    top: 6px;
19707
    -webkit-transform: rotate(0deg);
19708
    transform: rotate(0deg);
19709
  }
19710
  100% {
19711
    top: 0;
19712
    -webkit-transform: rotate(0deg);
19713
    transform: rotate(0deg);
19714
  }
19715
}
19716
@keyframes top-2 {
19717
  0% {
19718
    top: 6px;
19719
    -webkit-transform: rotate(45deg);
19720
    transform: rotate(45deg);
19721
  }
19722
  50% {
19723
    top: 6px;
19724
    -webkit-transform: rotate(0deg);
19725
    transform: rotate(0deg);
19726
  }
19727
  100% {
19728
    top: 0;
19729
    -webkit-transform: rotate(0deg);
19730
    transform: rotate(0deg);
19731
  }
19732
}
19733
@-webkit-keyframes bottom {
19734
  0% {
19735
    bottom: 0;
19736
    -webkit-transform: rotate(0);
19737
    transform: rotate(0);
19738
  }
19739
  50% {
19740
    bottom: 6px;
19741
    -webkit-transform: rotate(0);
19742
    transform: rotate(0);
19743
  }
19744
  100% {
19745
    bottom: 6px;
19746
    -webkit-transform: rotate(135deg);
19747
    transform: rotate(135deg);
19748
  }
19749
}
19750
@keyframes bottom {
19751
  0% {
19752
    bottom: 0;
19753
    -webkit-transform: rotate(0);
19754
    transform: rotate(0);
19755
  }
19756
  50% {
19757
    bottom: 6px;
19758
    -webkit-transform: rotate(0);
19759
    transform: rotate(0);
19760
  }
19761
  100% {
19762
    bottom: 6px;
19763
    -webkit-transform: rotate(135deg);
19764
    transform: rotate(135deg);
19765
  }
19766
}
19767
@-webkit-keyframes bottom-2 {
19768
  0% {
19769
    bottom: 6px;
19770
    -webkit-transform: rotate(135deg);
19771
    transform: rotate(135deg);
19772
  }
19773
  50% {
19774
    bottom: 6px;
19775
    -webkit-transform: rotate(0);
19776
    transform: rotate(0);
19777
  }
19778
  100% {
19779
    bottom: 0;
19780
    -webkit-transform: rotate(0);
19781
    transform: rotate(0);
19782
  }
19783
}
19784
@keyframes bottom-2 {
19785
  0% {
19786
    bottom: 6px;
19787
    -webkit-transform: rotate(135deg);
19788
    transform: rotate(135deg);
19789
  }
19790
  50% {
19791
    bottom: 6px;
19792
    -webkit-transform: rotate(0);
19793
    transform: rotate(0);
19794
  }
19795
  100% {
19796
    bottom: 0;
19797
    -webkit-transform: rotate(0);
19798
    transform: rotate(0);
19799
  }
19800
}
19801
@-webkit-keyframes scaled {
19802
  50% {
19803
    -webkit-transform: scale(0);
19804
    transform: scale(0);
19805
  }
19806
  100% {
19807
    -webkit-transform: scale(0);
19808
    transform: scale(0);
19809
  }
19810
}
19811
@keyframes scaled {
19812
  50% {
19813
    -webkit-transform: scale(0);
19814
    transform: scale(0);
19815
  }
19816
  100% {
19817
    -webkit-transform: scale(0);
19818
    transform: scale(0);
19819
  }
19820
}
19821
@-webkit-keyframes scaled-2 {
19822
  0% {
19823
    -webkit-transform: scale(0);
19824
    transform: scale(0);
19825
  }
19826
  50% {
19827
    -webkit-transform: scale(0);
19828
    transform: scale(0);
19829
  }
19830
  100% {
19831
    -webkit-transform: scale(1);
19832
    transform: scale(1);
19833
  }
19834
}
19835
@keyframes scaled-2 {
19836
  0% {
19837
    -webkit-transform: scale(0);
19838
    transform: scale(0);
19839
  }
19840
  50% {
19841
    -webkit-transform: scale(0);
19842
    transform: scale(0);
19843
  }
19844
  100% {
19845
    -webkit-transform: scale(1);
19846
    transform: scale(1);
19847
  }
19848
}
19849
.sidebar .sidebar-body {
19850
  max-height: calc(100% - 60px);
19851
  position: relative;
19852
  border-right: 1px solid #e9ecef;
19853
  height: 100%;
19854
  -webkit-box-shadow: 0 8px 10px 0 rgba(183, 192, 206, 0.2);
19855
  box-shadow: 0 8px 10px 0 rgba(183, 192, 206, 0.2);
19856
  background: #fff;
19857
}
19858
.sidebar .sidebar-body .nav {
19859
  display: flex;
19860
  flex-direction: column;
19861
  padding: 25px 25px 50px 25px;
19862
}
19863
.sidebar .sidebar-body .nav .nav-item {
19864
  position: relative;
19865
}
19866
.sidebar .sidebar-body .nav .nav-item .nav-link {
19867
  display: flex;
19868
  align-items: center;
19869
  padding: 0;
19870
  height: 32px;
19871
  white-space: nowrap;
19872
  color: #000;
19873
}
19874
.sidebar .sidebar-body .nav .nav-item .nav-link .link-icon {
19875
  width: 16px;
19876
  height: 16px;
19877
  fill: rgba(233, 236, 239, 0.21);
19878
  position: absolute;
19879
  color: inherit;
19880
}
19881
.sidebar .sidebar-body .nav .nav-item .nav-link .link-title {
19882
  margin-left: 30px;
19883
  font-size: 14px;
19884
  -webkit-transition: all 0.2s ease-in-out;
19885
  transition: all 0.2s ease-in-out;
19886
}
19887
.sidebar .sidebar-body .nav .nav-item .nav-link .link-arrow {
19888
  width: 14px;
19889
  height: 14px;
19890
  margin-left: auto;
19891
  -webkit-transition: all 0.3s ease;
19892
  -webkit-transition: all 0.3s ease-in-out;
19893
  transition: all 0.3s ease-in-out;
19894
  color: inherit;
19895
}
19896
.sidebar .sidebar-body .nav .nav-item .nav-link .link-icon,
19897
.sidebar .sidebar-body .nav .nav-item .nav-link .link-title,
19898
.sidebar .sidebar-body .nav .nav-item .nav-link .link-arrow {
19899
  -webkit-transition: all 0.3s ease;
19900
  transition: all 0.3s ease;
19901
}
19902
.sidebar .sidebar-body .nav .nav-item .nav-link[aria-expanded=true] {
19903
  color: #6571ff;
19904
}
19905
.sidebar .sidebar-body .nav .nav-item .nav-link[aria-expanded=true] .link-arrow {
19906
  -webkit-transform: rotate(90deg);
19907
  transform: rotate(180deg);
19908
}
19909
.sidebar .sidebar-body .nav .nav-item.nav-category {
19910
  color: #7987a1;
19911
  font-size: 11px;
19912
  text-transform: uppercase;
19913
  font-weight: 500;
19914
  letter-spacing: 0.5px;
19915
  margin-bottom: 5px;
19916
  height: 15px;
19917
}
19918
.sidebar .sidebar-body .nav .nav-item.nav-category:not(:first-child) {
19919
  margin-top: 20px;
19920
}
19921
.sidebar .sidebar-body .nav .nav-item:hover .nav-link {
19922
  color: #6571ff;
19923
}
19924
.sidebar .sidebar-body .nav .nav-item:hover .nav-link .link-title {
19925
  margin-left: 31px;
19926
}
19927
.sidebar .sidebar-body .nav .nav-item:hover .nav-link .link-icon {
19928
  color: #6571ff;
19929
  fill: rgba(239, 243, 255, 0.5);
19930
}
19931
.sidebar .sidebar-body .nav .nav-item.active .nav-link {
19932
  color: #6571ff;
19933
}
19934
.sidebar .sidebar-body .nav .nav-item.active .nav-link::before {
19935
  content: "";
19936
  width: 3px;
19937
  height: 26px;
19938
  background: #6571ff;
19939
  position: absolute;
19940
  left: -25px;
19941
}
19942
.sidebar .sidebar-body .nav .nav-item.active .nav-link .link-icon {
19943
  fill: rgba(239, 243, 255, 0.5);
19944
  color: #6571ff;
19945
}
19946
.sidebar .sidebar-body .nav.sub-menu {
19947
  padding: 0 0 15px 33px;
19948
}
19949
.sidebar .sidebar-body .nav.sub-menu .nav-item {
19950
  position: relative;
19951
}
19952
.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link {
19953
  height: 25px;
19954
  color: #000;
19955
  font-size: 13px;
19956
  -webkit-transition: all 0.3s ease-in-out;
19957
  transition: all 0.3s ease-in-out;
19958
}
19959
.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link::before {
19960
  content: "";
19961
  width: 6px;
19962
  height: 6px;
19963
  border-radius: 50%;
19964
  background: transparent;
19965
  border: 1px solid #aeb9c4;
19966
  position: absolute;
19967
  left: -29px;
19968
  top: 10px;
19969
  -webkit-transition: all 0.7s ease-in-out;
19970
  -webkit-transition: all 0.4s ease-in-out;
19971
  transition: all 0.4s ease-in-out;
19972
}
19973
.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link.active {
19974
  color: #6571ff;
19975
}
19976
.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link.active::before {
19977
  border: 1px solid #6571ff;
19978
  background: #6571ff;
19979
}
19980
.sidebar .sidebar-body .nav.sub-menu .nav-item:hover .nav-link {
19981
  color: #6571ff;
19982
  margin-left: 3px;
19983
}
19984
.sidebar .sidebar-body .nav.sub-menu .nav-item:hover .nav-link::before {
19985
  border: 1px solid #6571ff;
19986
  background: #6571ff;
19987
}
19988
@media (max-width: 991px) {
19989
  .sidebar {
19990
    z-index: 999;
19991
    margin-left: -240px;
19992
    visibility: hidden;
19993
  }
19994
  .sidebar-open .sidebar {
19995
    margin-left: 0;
19996
    visibility: visible;
19997
  }
19998
  .sidebar .sidebar-body .nav .nav-item {
19999
    width: auto;
20000
  }
20001
  .sidebar .sidebar-body .nav .nav-item .nav-link .link-icon {
20002
    -webkit-transition: none;
20003
    transition: none;
20004
    margin: 0;
20005
  }
20006
}
20007
 
20008
.sidebar-dark .sidebar .sidebar-header {
20009
  background: #0c1427;
20010
  border-bottom: 1px solid rgba(233, 236, 239, 0.1);
20011
  border-right: 1px solid rgba(233, 236, 239, 0.1);
20012
}
20013
.sidebar-dark .sidebar .sidebar-header .sidebar-brand {
20014
  color: #e9ecef;
20015
}
20016
.sidebar-dark .sidebar .sidebar-header .sidebar-toggler span {
20017
  background: #7987a1;
20018
}
20019
.sidebar-dark .sidebar .sidebar-body {
20020
  background: #0c1427;
20021
  border-right: 1px solid rgba(233, 236, 239, 0.1);
20022
}
20023
.sidebar-dark .sidebar .sidebar-body .nav .nav-item.nav-category {
20024
  color: #fff;
20025
}
20026
.sidebar-dark .sidebar .sidebar-body .nav .nav-item .nav-link {
20027
  color: #7987a1;
20028
}
20029
.sidebar-dark .sidebar .sidebar-body .nav .nav-item .nav-link svg {
20030
  fill: none;
20031
}
20032
.sidebar-dark .sidebar .sidebar-body .nav .nav-item .nav-link[aria-expanded=true] {
20033
  color: #6571ff;
20034
}
20035
.sidebar-dark .sidebar .sidebar-body .nav .nav-item:hover .nav-link svg, .sidebar-dark .sidebar .sidebar-body .nav .nav-item.active .nav-link svg {
20036
  fill: rgba(101, 113, 255, 0.2);
20037
}
20038
.sidebar-dark .sidebar .sidebar-body .nav .nav-item:hover .nav-link .link-title, .sidebar-dark .sidebar .sidebar-body .nav .nav-item.active .nav-link .link-title {
20039
  color: #6571ff;
20040
}
20041
 
20042
.settings-sidebar {
20043
  position: fixed;
20044
  right: -232px;
20045
  top: 130px;
20046
  width: 232px;
20047
  background: #fff;
20048
  -webkit-box-shadow: -3px 0 10px 0 rgba(183, 192, 206, 0.2);
20049
  box-shadow: -3px 0 10px 0 rgba(183, 192, 206, 0.2);
20050
  z-index: 999;
20051
  border-radius: 0 0 0 4px;
20052
  -webkit-transition: all 0.2s ease-in-out;
20053
  transition: all 0.2s ease-in-out;
20054
}
20055
.settings-open .settings-sidebar {
20056
  right: 0;
20057
}
20058
.settings-sidebar .sidebar-body {
20059
  position: relative;
20060
  padding: 18px;
20061
}
20062
.settings-sidebar .sidebar-body .settings-sidebar-toggler {
20063
  position: absolute;
20064
  left: -44px;
20065
  top: 0;
20066
  padding: 12px;
20067
  border-radius: 4px 0 0 4px;
20068
  background: #fff;
20069
  -webkit-box-shadow: -3px 0 10px 0 rgba(183, 192, 206, 0.2);
20070
  box-shadow: -3px 0 10px 0 rgba(183, 192, 206, 0.2);
20071
}
20072
.settings-sidebar .sidebar-body .settings-sidebar-toggler svg {
20073
  width: 20px;
20074
  height: 20px;
20075
  color: #7987a1;
20076
}
20077
.settings-sidebar .sidebar-body .theme-wrapper .theme-item {
20078
  position: relative;
20079
  display: block;
20080
  margin-bottom: 19px;
20081
  border-radius: 6px;
20082
  border: 3px solid #e9ecef;
20083
}
20084
.settings-sidebar .sidebar-body .theme-wrapper .theme-item::after {
20085
  content: "";
20086
  position: absolute;
20087
  top: 0;
20088
  left: 0;
20089
  width: 100%;
20090
  height: 100%;
20091
  background: rgba(101, 113, 255, 0);
20092
}
20093
.settings-sidebar .sidebar-body .theme-wrapper .theme-item:last-child {
20094
  margin-bottom: 0;
20095
}
20096
.settings-sidebar .sidebar-body .theme-wrapper .theme-item.active {
20097
  border: 3px solid #b2b8ff;
20098
}
20099
.settings-sidebar .sidebar-body .theme-wrapper .theme-item img {
20100
  width: 100%;
20101
  border-radius: 3px;
20102
}
20103
.settings-sidebar .sidebar-body .theme-wrapper .theme-item:hover::after {
20104
  background: rgba(101, 113, 255, 0.2);
20105
  -webkit-transition: all 0.3s ease-in-out;
20106
  transition: all 0.3s ease-in-out;
20107
}
20108
 
20109
.sidebar-folded .sidebar .sidebar-header {
20110
  width: 70px;
20111
}
20112
.sidebar-folded .sidebar .sidebar-header .sidebar-brand {
20113
  display: none;
20114
}
20115
.sidebar-folded .page-wrapper {
20116
  width: calc(100% - 70px);
20117
  margin-left: 70px;
20118
}
20119
.sidebar-folded .page-wrapper .navbar {
20120
  width: calc(100% - 70px);
20121
  left: 70px;
20122
  right: 0;
20123
}
20124
.sidebar-folded:not(.open-sidebar-folded) .sidebar {
20125
  width: 70px;
20126
}
20127
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-header {
20128
  width: 70px;
20129
}
20130
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-header .sidebar-brand {
20131
  opacity: 0;
20132
  visibility: hidden;
20133
  width: 0;
20134
}
20135
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .nav .nav-item .nav-link .link-title,
20136
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .nav .nav-item .nav-link .link-arrow {
20137
  visibility: hidden;
20138
  opacity: 0;
20139
}
20140
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .nav .nav-item.nav-category {
20141
  visibility: hidden;
20142
}
20143
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .nav .nav-item.nav-category::before {
20144
  content: "";
20145
  width: 5px;
20146
  height: 5px;
20147
  border-radius: 50%;
20148
  background: #7987a1;
20149
  position: absolute;
20150
  top: 5px;
20151
  left: 6px;
20152
  visibility: visible;
20153
}
20154
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .nav.sub-menu {
20155
  display: none;
20156
}
20157
 
20158
@media (max-width: 991px) {
20159
  .sidebar-open .main-wrapper::before, .settings-open .main-wrapper::before {
20160
    content: "";
20161
    width: 100vw;
20162
    background: rgba(0, 0, 0, 0.3);
20163
    position: fixed;
20164
    top: 0;
20165
    bottom: 0;
20166
    right: 0;
20167
    z-index: 99;
20168
    -webkit-transition: all 3s ease;
20169
    transition: all 3s ease;
20170
    z-index: 980;
20171
  }
20172
}
20173
 
20174
a.badge:hover {
20175
  color: #fff;
20176
}
20177
 
20178
.alert-primary {
20179
  background-color: rgba(101, 113, 255, 0.1);
20180
  color: #4c59ff;
20181
  border-color: rgba(101, 113, 255, 0.2);
20182
}
20183
.alert-primary .alert-link {
20184
  color: #4c59ff;
20185
}
20186
.alert-primary svg {
20187
  width: 19px;
20188
  height: 19px;
20189
  margin-right: 0.5rem;
20190
}
20191
.alert-primary i {
20192
  font-size: 19px;
20193
  margin-right: 0.5rem;
20194
}
20195
 
20196
.alert-fill-primary {
20197
  --bs-alert-color: #fff;
20198
  --bs-alert-bg: #6571ff;
20199
  --bs-alert-border-color: #6571ff;
20200
}
20201
.alert-fill-primary .alert-link {
20202
  color: #cccccc;
20203
}
20204
.alert-fill-primary.alert-fill-light {
20205
  color: #7987a1;
20206
}
20207
 
20208
.alert-secondary {
20209
  background-color: rgba(121, 135, 161, 0.1);
20210
  color: #6a7a96;
20211
  border-color: rgba(121, 135, 161, 0.2);
20212
}
20213
.alert-secondary .alert-link {
20214
  color: #6a7a96;
20215
}
20216
.alert-secondary svg {
20217
  width: 19px;
20218
  height: 19px;
20219
  margin-right: 0.5rem;
20220
}
20221
.alert-secondary i {
20222
  font-size: 19px;
20223
  margin-right: 0.5rem;
20224
}
20225
 
20226
.alert-fill-secondary {
20227
  --bs-alert-color: #fff;
20228
  --bs-alert-bg: #7987a1;
20229
  --bs-alert-border-color: #7987a1;
20230
}
20231
.alert-fill-secondary .alert-link {
20232
  color: #cccccc;
20233
}
20234
.alert-fill-secondary.alert-fill-light {
20235
  color: #7987a1;
20236
}
20237
 
20238
.alert-success {
20239
  background-color: rgba(5, 163, 74, 0.1);
20240
  color: #048a3f;
20241
  border-color: rgba(5, 163, 74, 0.2);
20242
}
20243
.alert-success .alert-link {
20244
  color: #048a3f;
20245
}
20246
.alert-success svg {
20247
  width: 19px;
20248
  height: 19px;
20249
  margin-right: 0.5rem;
20250
}
20251
.alert-success i {
20252
  font-size: 19px;
20253
  margin-right: 0.5rem;
20254
}
20255
 
20256
.alert-fill-success {
20257
  --bs-alert-color: #fff;
20258
  --bs-alert-bg: #05a34a;
20259
  --bs-alert-border-color: #05a34a;
20260
}
20261
.alert-fill-success .alert-link {
20262
  color: #cccccc;
20263
}
20264
.alert-fill-success.alert-fill-light {
20265
  color: #7987a1;
20266
}
20267
 
20268
.alert-info {
20269
  background-color: rgba(102, 209, 209, 0.1);
20270
  color: #52cbcb;
20271
  border-color: rgba(102, 209, 209, 0.2);
20272
}
20273
.alert-info .alert-link {
20274
  color: #52cbcb;
20275
}
20276
.alert-info svg {
20277
  width: 19px;
20278
  height: 19px;
20279
  margin-right: 0.5rem;
20280
}
20281
.alert-info i {
20282
  font-size: 19px;
20283
  margin-right: 0.5rem;
20284
}
20285
 
20286
.alert-fill-info {
20287
  --bs-alert-color: #fff;
20288
  --bs-alert-bg: #66d1d1;
20289
  --bs-alert-border-color: #66d1d1;
20290
}
20291
.alert-fill-info .alert-link {
20292
  color: #cccccc;
20293
}
20294
.alert-fill-info.alert-fill-light {
20295
  color: #7987a1;
20296
}
20297
 
20298
.alert-warning {
20299
  background-color: rgba(251, 188, 6, 0.1);
20300
  color: #e4aa04;
20301
  border-color: rgba(251, 188, 6, 0.2);
20302
}
20303
.alert-warning .alert-link {
20304
  color: #e4aa04;
20305
}
20306
.alert-warning svg {
20307
  width: 19px;
20308
  height: 19px;
20309
  margin-right: 0.5rem;
20310
}
20311
.alert-warning i {
20312
  font-size: 19px;
20313
  margin-right: 0.5rem;
20314
}
20315
 
20316
.alert-fill-warning {
20317
  --bs-alert-color: #fff;
20318
  --bs-alert-bg: #fbbc06;
20319
  --bs-alert-border-color: #fbbc06;
20320
}
20321
.alert-fill-warning .alert-link {
20322
  color: #cccccc;
20323
}
20324
.alert-fill-warning.alert-fill-light {
20325
  color: #7987a1;
20326
}
20327
 
20328
.alert-danger {
20329
  background-color: rgba(255, 51, 102, 0.1);
20330
  color: #ff1a53;
20331
  border-color: rgba(255, 51, 102, 0.2);
20332
}
20333
.alert-danger .alert-link {
20334
  color: #ff1a53;
20335
}
20336
.alert-danger svg {
20337
  width: 19px;
20338
  height: 19px;
20339
  margin-right: 0.5rem;
20340
}
20341
.alert-danger i {
20342
  font-size: 19px;
20343
  margin-right: 0.5rem;
20344
}
20345
 
20346
.alert-fill-danger {
20347
  --bs-alert-color: #fff;
20348
  --bs-alert-bg: #ff3366;
20349
  --bs-alert-border-color: #ff3366;
20350
}
20351
.alert-fill-danger .alert-link {
20352
  color: #cccccc;
20353
}
20354
.alert-fill-danger.alert-fill-light {
20355
  color: #7987a1;
20356
}
20357
 
20358
.alert-light {
20359
  background-color: rgba(233, 236, 239, 0.1);
20360
  color: #dadfe4;
20361
  border-color: rgba(233, 236, 239, 0.2);
20362
}
20363
.alert-light .alert-link {
20364
  color: #dadfe4;
20365
}
20366
.alert-light svg {
20367
  width: 19px;
20368
  height: 19px;
20369
  margin-right: 0.5rem;
20370
}
20371
.alert-light i {
20372
  font-size: 19px;
20373
  margin-right: 0.5rem;
20374
}
20375
 
20376
.alert-fill-light {
20377
  --bs-alert-color: #fff;
20378
  --bs-alert-bg: #e9ecef;
20379
  --bs-alert-border-color: #e9ecef;
20380
}
20381
.alert-fill-light .alert-link {
20382
  color: #cccccc;
20383
}
20384
.alert-fill-light.alert-fill-light {
20385
  color: #7987a1;
20386
}
20387
 
20388
.alert-dark {
20389
  background-color: rgba(6, 12, 23, 0.1);
20390
  color: #010103;
20391
  border-color: rgba(6, 12, 23, 0.2);
20392
}
20393
.alert-dark .alert-link {
20394
  color: #010103;
20395
}
20396
.alert-dark svg {
20397
  width: 19px;
20398
  height: 19px;
20399
  margin-right: 0.5rem;
20400
}
20401
.alert-dark i {
20402
  font-size: 19px;
20403
  margin-right: 0.5rem;
20404
}
20405
 
20406
.alert-fill-dark {
20407
  --bs-alert-color: #fff;
20408
  --bs-alert-bg: #060c17;
20409
  --bs-alert-border-color: #060c17;
20410
}
20411
.alert-fill-dark .alert-link {
20412
  color: #cccccc;
20413
}
20414
.alert-fill-dark.alert-fill-light {
20415
  color: #7987a1;
20416
}
20417
 
20418
.breadcrumb.breadcrumb-line .breadcrumb-item + .breadcrumb-item::before {
20419
  content: "-" !important;
20420
}
20421
.breadcrumb.breadcrumb-dot .breadcrumb-item + .breadcrumb-item::before {
20422
  content: "•" !important;
20423
}
20424
.breadcrumb.breadcrumb-arrow .breadcrumb-item + .breadcrumb-item::before {
20425
  content: ">" !important;
20426
}
20427
 
20428
/* Buttons */
20429
.btn i, .wizard > .actions a i,
20430
.wizard > .actions a:active i,
20431
.wizard > .actions a:hover i, div.tox .tox-button i, .swal2-popup .swal2-actions button i, .fc .fc-button-primary i {
20432
  font-size: 1rem;
20433
}
20434
.btn.btn-rounded, .wizard > .actions a.btn-rounded, div.tox .btn-rounded.tox-button, .swal2-popup .swal2-actions button.btn-rounded, .fc .btn-rounded.fc-button-primary {
20435
  border-radius: 50px;
20436
}
20437
.btn.btn-xs, .wizard > .actions a.btn-xs, div.tox .btn-xs.tox-button, .swal2-popup .swal2-actions button.btn-xs, .fc .btn-xs.fc-button-primary {
20438
  padding: 0.313rem 0.8rem;
20439
  font-size: 0.75rem;
20440
}
20441
.btn.btn-icon, .wizard > .actions a.btn-icon, div.tox .btn-icon.tox-button, .swal2-popup .swal2-actions button.btn-icon, .fc .btn-icon.fc-button-primary {
20442
  width: 38px;
20443
  height: 38px;
20444
  padding: 0;
20445
  display: inline-flex;
20446
  align-items: center;
20447
  justify-content: center;
20448
}
20449
.btn.btn-icon svg, .wizard > .actions a.btn-icon svg, div.tox .btn-icon.tox-button svg, .swal2-popup .swal2-actions button.btn-icon svg, .fc .btn-icon.fc-button-primary svg {
20450
  height: 18px;
20451
}
20452
.btn.btn-icon.btn-xs, .wizard > .actions a.btn-icon.btn-xs, div.tox .btn-icon.btn-xs.tox-button, .swal2-popup .swal2-actions button.btn-icon.btn-xs, .fc .btn-icon.btn-xs.fc-button-primary {
20453
  width: 30px;
20454
  height: 30px;
20455
}
20456
.btn.btn-icon.btn-xs svg, .wizard > .actions a.btn-icon.btn-xs svg, div.tox .btn-icon.btn-xs.tox-button svg, .swal2-popup .swal2-actions button.btn-icon.btn-xs svg, .fc .btn-icon.btn-xs.fc-button-primary svg {
20457
  height: 14px;
20458
}
20459
.btn.btn-icon.btn-sm, .wizard > .actions a.btn-icon.btn-sm, div.tox .btn-icon.btn-sm.tox-button, .swal2-popup .swal2-actions button.btn-icon.btn-sm, .fc .btn-icon.fc-button-primary, .btn-group-sm > .btn.btn-icon, .wizard > .actions .btn-group-sm > a.btn-icon, div.tox .btn-group-sm > .btn-icon.tox-button, .swal2-popup .swal2-actions .btn-group-sm > button.btn-icon {
20460
  width: 36px;
20461
  height: 36px;
20462
}
20463
.btn.btn-icon.btn-sm svg, .wizard > .actions a.btn-icon.btn-sm svg, div.tox .btn-icon.btn-sm.tox-button svg, .swal2-popup .swal2-actions button.btn-icon.btn-sm svg, .fc .btn-icon.fc-button-primary svg, .btn-group-sm > .btn.btn-icon svg, .wizard > .actions .btn-group-sm > a.btn-icon svg, div.tox .btn-group-sm > .btn-icon.tox-button svg, .swal2-popup .swal2-actions .btn-group-sm > button.btn-icon svg {
20464
  height: 15px;
20465
}
20466
.btn.btn-icon.btn-lg, .wizard > .actions a.btn-icon.btn-lg, div.tox .btn-icon.btn-lg.tox-button, .swal2-popup .swal2-actions button.btn-icon.btn-lg, .fc .btn-icon.btn-lg.fc-button-primary, .btn-group-lg > .btn.btn-icon, .wizard > .actions .btn-group-lg > a.btn-icon, div.tox .btn-group-lg > .btn-icon.tox-button, .swal2-popup .swal2-actions .btn-group-lg > button.btn-icon, .fc .btn-group-lg > .btn-icon.fc-button-primary {
20467
  width: 42px;
20468
  height: 42px;
20469
}
20470
.btn.btn-icon.btn-lg svg, .wizard > .actions a.btn-icon.btn-lg svg, div.tox .btn-icon.btn-lg.tox-button svg, .swal2-popup .swal2-actions button.btn-icon.btn-lg svg, .fc .btn-icon.btn-lg.fc-button-primary svg, .btn-group-lg > .btn.btn-icon svg, .wizard > .actions .btn-group-lg > a.btn-icon svg, div.tox .btn-group-lg > .btn-icon.tox-button svg, .swal2-popup .swal2-actions .btn-group-lg > button.btn-icon svg, .fc .btn-group-lg > .btn-icon.fc-button-primary svg {
20471
  height: 18px;
20472
}
20473
.btn.btn-icon-text .btn-icon-prepend, .wizard > .actions a.btn-icon-text .btn-icon-prepend, div.tox .btn-icon-text.tox-button .btn-icon-prepend, .swal2-popup .swal2-actions button.btn-icon-text .btn-icon-prepend, .fc .btn-icon-text.fc-button-primary .btn-icon-prepend {
20474
  margin-right: 0.5rem;
20475
}
20476
.btn.btn-icon-text .btn-icon-append, .wizard > .actions a.btn-icon-text .btn-icon-append, div.tox .btn-icon-text.tox-button .btn-icon-append, .swal2-popup .swal2-actions button.btn-icon-text .btn-icon-append, .fc .btn-icon-text.fc-button-primary .btn-icon-append {
20477
  margin-left: 0.5rem;
20478
}
20479
.btn.btn-icon-text .btn-icon-prepend, .wizard > .actions a.btn-icon-text .btn-icon-prepend, div.tox .btn-icon-text.tox-button .btn-icon-prepend, .swal2-popup .swal2-actions button.btn-icon-text .btn-icon-prepend, .fc .btn-icon-text.fc-button-primary .btn-icon-prepend,
20480
.btn.btn-icon-text .btn-icon-append,
20481
.wizard > .actions a.btn-icon-text .btn-icon-append,
20482
div.tox .btn-icon-text.tox-button .btn-icon-append,
20483
.swal2-popup .swal2-actions button.btn-icon-text .btn-icon-append,
20484
.fc .btn-icon-text.fc-button-primary .btn-icon-append {
20485
  width: 18px;
20486
  height: 18px;
20487
}
20488
.btn.btn-icon-text.btn-xs .btn-icon-prepend, .wizard > .actions a.btn-icon-text.btn-xs .btn-icon-prepend, div.tox .btn-icon-text.btn-xs.tox-button .btn-icon-prepend, .swal2-popup .swal2-actions button.btn-icon-text.btn-xs .btn-icon-prepend, .fc .btn-icon-text.btn-xs.fc-button-primary .btn-icon-prepend,
20489
.btn.btn-icon-text.btn-xs .btn-icon-append,
20490
.wizard > .actions a.btn-icon-text.btn-xs .btn-icon-append,
20491
div.tox .btn-icon-text.btn-xs.tox-button .btn-icon-append,
20492
.swal2-popup .swal2-actions button.btn-icon-text.btn-xs .btn-icon-append,
20493
.fc .btn-icon-text.btn-xs.fc-button-primary .btn-icon-append {
20494
  width: 14px;
20495
  height: 14px;
20496
}
20497
.btn.btn-icon-text.btn-sm .btn-icon-prepend, .wizard > .actions a.btn-icon-text.btn-sm .btn-icon-prepend, div.tox .btn-icon-text.btn-sm.tox-button .btn-icon-prepend, .swal2-popup .swal2-actions button.btn-icon-text.btn-sm .btn-icon-prepend, .fc .btn-icon-text.fc-button-primary .btn-icon-prepend, .btn-group-sm > .btn.btn-icon-text .btn-icon-prepend, .wizard > .actions .btn-group-sm > a.btn-icon-text .btn-icon-prepend, div.tox .btn-group-sm > .btn-icon-text.tox-button .btn-icon-prepend, .swal2-popup .swal2-actions .btn-group-sm > button.btn-icon-text .btn-icon-prepend,
20498
.btn.btn-icon-text.btn-sm .btn-icon-append,
20499
.wizard > .actions a.btn-icon-text.btn-sm .btn-icon-append,
20500
div.tox .btn-icon-text.btn-sm.tox-button .btn-icon-append,
20501
.swal2-popup .swal2-actions button.btn-icon-text.btn-sm .btn-icon-append,
20502
.fc .btn-icon-text.fc-button-primary .btn-icon-append,
20503
.btn-group-sm > .btn.btn-icon-text .btn-icon-append,
20504
.wizard > .actions .btn-group-sm > a.btn-icon-text .btn-icon-append,
20505
div.tox .btn-group-sm > .btn-icon-text.tox-button .btn-icon-append,
20506
.swal2-popup .swal2-actions .btn-group-sm > button.btn-icon-text .btn-icon-append {
20507
  width: 15px;
20508
  height: 15px;
20509
}
20510
.btn.btn-icon-text.btn-lg .btn-icon-prepend, .wizard > .actions a.btn-icon-text.btn-lg .btn-icon-prepend, div.tox .btn-icon-text.btn-lg.tox-button .btn-icon-prepend, .swal2-popup .swal2-actions button.btn-icon-text.btn-lg .btn-icon-prepend, .fc .btn-icon-text.btn-lg.fc-button-primary .btn-icon-prepend, .btn-group-lg > .btn.btn-icon-text .btn-icon-prepend, .wizard > .actions .btn-group-lg > a.btn-icon-text .btn-icon-prepend, div.tox .btn-group-lg > .btn-icon-text.tox-button .btn-icon-prepend, .swal2-popup .swal2-actions .btn-group-lg > button.btn-icon-text .btn-icon-prepend, .fc .btn-group-lg > .btn-icon-text.fc-button-primary .btn-icon-prepend,
20511
.btn.btn-icon-text.btn-lg .btn-icon-append,
20512
.wizard > .actions a.btn-icon-text.btn-lg .btn-icon-append,
20513
div.tox .btn-icon-text.btn-lg.tox-button .btn-icon-append,
20514
.swal2-popup .swal2-actions button.btn-icon-text.btn-lg .btn-icon-append,
20515
.fc .btn-icon-text.btn-lg.fc-button-primary .btn-icon-append,
20516
.btn-group-lg > .btn.btn-icon-text .btn-icon-append,
20517
.wizard > .actions .btn-group-lg > a.btn-icon-text .btn-icon-append,
20518
div.tox .btn-group-lg > .btn-icon-text.tox-button .btn-icon-append,
20519
.swal2-popup .swal2-actions .btn-group-lg > button.btn-icon-text .btn-icon-append,
20520
.fc .btn-group-lg > .btn-icon-text.fc-button-primary .btn-icon-append {
20521
  width: 18px;
20522
  height: 18px;
20523
}
20524
 
20525
.btn-facebook {
20526
  background: #3b5998;
20527
  color: #fff;
20528
}
20529
.btn-facebook:hover, .btn-facebook:focus {
20530
  background: #2d4373;
20531
  color: #fff;
20532
}
20533
.btn-facebook.btn-social-icon-text {
20534
  padding: 0 1.5rem 0 0;
20535
  background: #4c70ba;
20536
}
20537
.btn-facebook.btn-social-icon-text i {
20538
  background: #3b5998;
20539
  padding: 0.75rem;
20540
  display: inline-block;
20541
  margin-right: 1.5rem;
20542
}
20543
 
20544
.btn-outline-facebook {
20545
  border: 1px solid #3b5998;
20546
  color: #3b5998;
20547
}
20548
.btn-outline-facebook:hover {
20549
  background: #3b5998;
20550
  color: #fff;
20551
}
20552
 
20553
.btn-twitter {
20554
  background: #1da1f2;
20555
  color: #fff;
20556
}
20557
.btn-twitter:hover, .btn-twitter:focus {
20558
  background: #0c85d0;
20559
  color: #fff;
20560
}
20561
.btn-twitter.btn-social-icon-text {
20562
  padding: 0 1.5rem 0 0;
20563
  background: #4db5f5;
20564
}
20565
.btn-twitter.btn-social-icon-text i {
20566
  background: #1da1f2;
20567
  padding: 0.75rem;
20568
  display: inline-block;
20569
  margin-right: 1.5rem;
20570
}
20571
 
20572
.btn-outline-twitter {
20573
  border: 1px solid #1da1f2;
20574
  color: #1da1f2;
20575
}
20576
.btn-outline-twitter:hover {
20577
  background: #1da1f2;
20578
  color: #fff;
20579
}
20580
 
20581
.btn-google {
20582
  background: #dc4e41;
20583
  color: #fff;
20584
}
20585
.btn-google:hover, .btn-google:focus {
20586
  background: #c63224;
20587
  color: #fff;
20588
}
20589
.btn-google.btn-social-icon-text {
20590
  padding: 0 1.5rem 0 0;
20591
  background: #e4766c;
20592
}
20593
.btn-google.btn-social-icon-text i {
20594
  background: #dc4e41;
20595
  padding: 0.75rem;
20596
  display: inline-block;
20597
  margin-right: 1.5rem;
20598
}
20599
 
20600
.btn-outline-google {
20601
  border: 1px solid #dc4e41;
20602
  color: #dc4e41;
20603
}
20604
.btn-outline-google:hover {
20605
  background: #dc4e41;
20606
  color: #fff;
20607
}
20608
 
20609
.btn-youtube {
20610
  background: #f00;
20611
  color: #fff;
20612
}
20613
.btn-youtube:hover, .btn-youtube:focus {
20614
  background: #cc0000;
20615
  color: #fff;
20616
}
20617
.btn-youtube.btn-social-icon-text {
20618
  padding: 0 1.5rem 0 0;
20619
  background: #ff3333;
20620
}
20621
.btn-youtube.btn-social-icon-text i {
20622
  background: #f00;
20623
  padding: 0.75rem;
20624
  display: inline-block;
20625
  margin-right: 1.5rem;
20626
}
20627
 
20628
.btn-outline-youtube {
20629
  border: 1px solid #f00;
20630
  color: #f00;
20631
}
20632
.btn-outline-youtube:hover {
20633
  background: #f00;
20634
  color: #fff;
20635
}
20636
 
20637
.btn-vimeo {
20638
  background: #1ab7ea;
20639
  color: #fff;
20640
}
20641
.btn-vimeo:hover, .btn-vimeo:focus {
20642
  background: #1295bf;
20643
  color: #fff;
20644
}
20645
.btn-vimeo.btn-social-icon-text {
20646
  padding: 0 1.5rem 0 0;
20647
  background: #49c6ee;
20648
}
20649
.btn-vimeo.btn-social-icon-text i {
20650
  background: #1ab7ea;
20651
  padding: 0.75rem;
20652
  display: inline-block;
20653
  margin-right: 1.5rem;
20654
}
20655
 
20656
.btn-outline-vimeo {
20657
  border: 1px solid #1ab7ea;
20658
  color: #1ab7ea;
20659
}
20660
.btn-outline-vimeo:hover {
20661
  background: #1ab7ea;
20662
  color: #fff;
20663
}
20664
 
20665
.btn-dribbble {
20666
  background: #ea4c89;
20667
  color: #fff;
20668
}
20669
.btn-dribbble:hover, .btn-dribbble:focus {
20670
  background: #e51e6b;
20671
  color: #fff;
20672
}
20673
.btn-dribbble.btn-social-icon-text {
20674
  padding: 0 1.5rem 0 0;
20675
  background: #ef7aa7;
20676
}
20677
.btn-dribbble.btn-social-icon-text i {
20678
  background: #ea4c89;
20679
  padding: 0.75rem;
20680
  display: inline-block;
20681
  margin-right: 1.5rem;
20682
}
20683
 
20684
.btn-outline-dribbble {
20685
  border: 1px solid #ea4c89;
20686
  color: #ea4c89;
20687
}
20688
.btn-outline-dribbble:hover {
20689
  background: #ea4c89;
20690
  color: #fff;
20691
}
20692
 
20693
.btn-github {
20694
  background: #181717;
20695
  color: #fff;
20696
}
20697
.btn-github:hover, .btn-github:focus {
20698
  background: black;
20699
  color: #fff;
20700
}
20701
.btn-github.btn-social-icon-text {
20702
  padding: 0 1.5rem 0 0;
20703
  background: #323030;
20704
}
20705
.btn-github.btn-social-icon-text i {
20706
  background: #181717;
20707
  padding: 0.75rem;
20708
  display: inline-block;
20709
  margin-right: 1.5rem;
20710
}
20711
 
20712
.btn-outline-github {
20713
  border: 1px solid #181717;
20714
  color: #181717;
20715
}
20716
.btn-outline-github:hover {
20717
  background: #181717;
20718
  color: #fff;
20719
}
20720
 
20721
.btn-instagram {
20722
  background: #e4405f;
20723
  color: #fff;
20724
}
20725
.btn-instagram:hover, .btn-instagram:focus {
20726
  background: #d31e40;
20727
  color: #fff;
20728
}
20729
.btn-instagram.btn-social-icon-text {
20730
  padding: 0 1.5rem 0 0;
20731
  background: #ea6d84;
20732
}
20733
.btn-instagram.btn-social-icon-text i {
20734
  background: #e4405f;
20735
  padding: 0.75rem;
20736
  display: inline-block;
20737
  margin-right: 1.5rem;
20738
}
20739
 
20740
.btn-outline-instagram {
20741
  border: 1px solid #e4405f;
20742
  color: #e4405f;
20743
}
20744
.btn-outline-instagram:hover {
20745
  background: #e4405f;
20746
  color: #fff;
20747
}
20748
 
20749
.btn-pinterest {
20750
  background: #bd081c;
20751
  color: #fff;
20752
}
20753
.btn-pinterest:hover, .btn-pinterest:focus {
20754
  background: #8c0615;
20755
  color: #fff;
20756
}
20757
.btn-pinterest.btn-social-icon-text {
20758
  padding: 0 1.5rem 0 0;
20759
  background: #ee0a23;
20760
}
20761
.btn-pinterest.btn-social-icon-text i {
20762
  background: #bd081c;
20763
  padding: 0.75rem;
20764
  display: inline-block;
20765
  margin-right: 1.5rem;
20766
}
20767
 
20768
.btn-outline-pinterest {
20769
  border: 1px solid #bd081c;
20770
  color: #bd081c;
20771
}
20772
.btn-outline-pinterest:hover {
20773
  background: #bd081c;
20774
  color: #fff;
20775
}
20776
 
20777
.btn-flickr {
20778
  background: #0063dc;
20779
  color: #fff;
20780
}
20781
.btn-flickr:hover, .btn-flickr:focus {
20782
  background: #004ca9;
20783
  color: #fff;
20784
}
20785
.btn-flickr.btn-social-icon-text {
20786
  padding: 0 1.5rem 0 0;
20787
  background: #107cff;
20788
}
20789
.btn-flickr.btn-social-icon-text i {
20790
  background: #0063dc;
20791
  padding: 0.75rem;
20792
  display: inline-block;
20793
  margin-right: 1.5rem;
20794
}
20795
 
20796
.btn-outline-flickr {
20797
  border: 1px solid #0063dc;
20798
  color: #0063dc;
20799
}
20800
.btn-outline-flickr:hover {
20801
  background: #0063dc;
20802
  color: #fff;
20803
}
20804
 
20805
.btn-bitbucket {
20806
  background: #0052cc;
20807
  color: #fff;
20808
}
20809
.btn-bitbucket:hover, .btn-bitbucket:focus {
20810
  background: #003e99;
20811
  color: #fff;
20812
}
20813
.btn-bitbucket.btn-social-icon-text {
20814
  padding: 0 1.5rem 0 0;
20815
  background: #0067ff;
20816
}
20817
.btn-bitbucket.btn-social-icon-text i {
20818
  background: #0052cc;
20819
  padding: 0.75rem;
20820
  display: inline-block;
20821
  margin-right: 1.5rem;
20822
}
20823
 
20824
.btn-outline-bitbucket {
20825
  border: 1px solid #0052cc;
20826
  color: #0052cc;
20827
}
20828
.btn-outline-bitbucket:hover {
20829
  background: #0052cc;
20830
  color: #fff;
20831
}
20832
 
20833
.btn-linkedin {
20834
  background: #0077b5;
20835
  color: #fff;
20836
}
20837
.btn-linkedin:hover, .btn-linkedin:focus {
20838
  background: #005582;
20839
  color: #fff;
20840
}
20841
.btn-linkedin.btn-social-icon-text {
20842
  padding: 0 1.5rem 0 0;
20843
  background: #0099e8;
20844
}
20845
.btn-linkedin.btn-social-icon-text i {
20846
  background: #0077b5;
20847
  padding: 0.75rem;
20848
  display: inline-block;
20849
  margin-right: 1.5rem;
20850
}
20851
 
20852
.btn-outline-linkedin {
20853
  border: 1px solid #0077b5;
20854
  color: #0077b5;
20855
}
20856
.btn-outline-linkedin:hover {
20857
  background: #0077b5;
20858
  color: #fff;
20859
}
20860
 
20861
.btn-inverse-primary {
20862
  background-color: rgba(101, 113, 255, 0.2);
20863
  background-image: none;
20864
  border-color: rgba(101, 113, 255, 0);
20865
}
20866
.btn-inverse-primary:not(.btn-inverse-light) {
20867
  color: #6571ff;
20868
}
20869
.btn-inverse-primary:hover, .btn-inverse-primary.active, .btn-inverse-primary:active, .show > .btn-inverse-primary.dropdown-toggle {
20870
  background-color: rgba(101, 113, 255, 0.3);
20871
  border-color: rgba(101, 113, 255, 0);
20872
}
20873
.btn-inverse-primary.focus, .btn-inverse-primary:focus {
20874
  background-color: rgba(101, 113, 255, 0.3);
20875
  border-color: transparent;
20876
}
20877
.btn-inverse-primary.disabled, .btn-inverse-primary:disabled {
20878
  color: #6571ff;
20879
  background-color: transparent;
20880
}
20881
 
20882
.btn-inverse-secondary {
20883
  background-color: rgba(121, 135, 161, 0.2);
20884
  background-image: none;
20885
  border-color: rgba(121, 135, 161, 0);
20886
}
20887
.btn-inverse-secondary:not(.btn-inverse-light) {
20888
  color: #7987a1;
20889
}
20890
.btn-inverse-secondary:hover, .btn-inverse-secondary.active, .btn-inverse-secondary:active, .show > .btn-inverse-secondary.dropdown-toggle {
20891
  background-color: rgba(121, 135, 161, 0.3);
20892
  border-color: rgba(121, 135, 161, 0);
20893
}
20894
.btn-inverse-secondary.focus, .btn-inverse-secondary:focus {
20895
  background-color: rgba(121, 135, 161, 0.3);
20896
  border-color: transparent;
20897
}
20898
.btn-inverse-secondary.disabled, .btn-inverse-secondary:disabled {
20899
  color: #7987a1;
20900
  background-color: transparent;
20901
}
20902
 
20903
.btn-inverse-success {
20904
  background-color: rgba(5, 163, 74, 0.2);
20905
  background-image: none;
20906
  border-color: rgba(5, 163, 74, 0);
20907
}
20908
.btn-inverse-success:not(.btn-inverse-light) {
20909
  color: #05a34a;
20910
}
20911
.btn-inverse-success:hover, .btn-inverse-success.active, .btn-inverse-success:active, .show > .btn-inverse-success.dropdown-toggle {
20912
  background-color: rgba(5, 163, 74, 0.3);
20913
  border-color: rgba(5, 163, 74, 0);
20914
}
20915
.btn-inverse-success.focus, .btn-inverse-success:focus {
20916
  background-color: rgba(5, 163, 74, 0.3);
20917
  border-color: transparent;
20918
}
20919
.btn-inverse-success.disabled, .btn-inverse-success:disabled {
20920
  color: #05a34a;
20921
  background-color: transparent;
20922
}
20923
 
20924
.btn-inverse-info {
20925
  background-color: rgba(102, 209, 209, 0.2);
20926
  background-image: none;
20927
  border-color: rgba(102, 209, 209, 0);
20928
}
20929
.btn-inverse-info:not(.btn-inverse-light) {
20930
  color: #66d1d1;
20931
}
20932
.btn-inverse-info:hover, .btn-inverse-info.active, .btn-inverse-info:active, .show > .btn-inverse-info.dropdown-toggle {
20933
  background-color: rgba(102, 209, 209, 0.3);
20934
  border-color: rgba(102, 209, 209, 0);
20935
}
20936
.btn-inverse-info.focus, .btn-inverse-info:focus {
20937
  background-color: rgba(102, 209, 209, 0.3);
20938
  border-color: transparent;
20939
}
20940
.btn-inverse-info.disabled, .btn-inverse-info:disabled {
20941
  color: #66d1d1;
20942
  background-color: transparent;
20943
}
20944
 
20945
.btn-inverse-warning {
20946
  background-color: rgba(251, 188, 6, 0.2);
20947
  background-image: none;
20948
  border-color: rgba(251, 188, 6, 0);
20949
}
20950
.btn-inverse-warning:not(.btn-inverse-light) {
20951
  color: #fbbc06;
20952
}
20953
.btn-inverse-warning:hover, .btn-inverse-warning.active, .btn-inverse-warning:active, .show > .btn-inverse-warning.dropdown-toggle {
20954
  background-color: rgba(251, 188, 6, 0.3);
20955
  border-color: rgba(251, 188, 6, 0);
20956
}
20957
.btn-inverse-warning.focus, .btn-inverse-warning:focus {
20958
  background-color: rgba(251, 188, 6, 0.3);
20959
  border-color: transparent;
20960
}
20961
.btn-inverse-warning.disabled, .btn-inverse-warning:disabled {
20962
  color: #fbbc06;
20963
  background-color: transparent;
20964
}
20965
 
20966
.btn-inverse-danger {
20967
  background-color: rgba(255, 51, 102, 0.2);
20968
  background-image: none;
20969
  border-color: rgba(255, 51, 102, 0);
20970
}
20971
.btn-inverse-danger:not(.btn-inverse-light) {
20972
  color: #ff3366;
20973
}
20974
.btn-inverse-danger:hover, .btn-inverse-danger.active, .btn-inverse-danger:active, .show > .btn-inverse-danger.dropdown-toggle {
20975
  background-color: rgba(255, 51, 102, 0.3);
20976
  border-color: rgba(255, 51, 102, 0);
20977
}
20978
.btn-inverse-danger.focus, .btn-inverse-danger:focus {
20979
  background-color: rgba(255, 51, 102, 0.3);
20980
  border-color: transparent;
20981
}
20982
.btn-inverse-danger.disabled, .btn-inverse-danger:disabled {
20983
  color: #ff3366;
20984
  background-color: transparent;
20985
}
20986
 
20987
.btn-inverse-light {
20988
  background-color: rgba(233, 236, 239, 0.2);
20989
  background-image: none;
20990
  border-color: rgba(233, 236, 239, 0);
20991
}
20992
.btn-inverse-light:not(.btn-inverse-light) {
20993
  color: #e9ecef;
20994
}
20995
.btn-inverse-light:hover, .btn-inverse-light.active, .btn-inverse-light:active, .show > .btn-inverse-light.dropdown-toggle {
20996
  background-color: rgba(233, 236, 239, 0.3);
20997
  border-color: rgba(233, 236, 239, 0);
20998
}
20999
.btn-inverse-light.focus, .btn-inverse-light:focus {
21000
  background-color: rgba(233, 236, 239, 0.3);
21001
  border-color: transparent;
21002
}
21003
.btn-inverse-light.disabled, .btn-inverse-light:disabled {
21004
  color: #e9ecef;
21005
  background-color: transparent;
21006
}
21007
 
21008
.btn-inverse-dark {
21009
  background-color: rgba(6, 12, 23, 0.2);
21010
  background-image: none;
21011
  border-color: rgba(6, 12, 23, 0);
21012
}
21013
.btn-inverse-dark:not(.btn-inverse-light) {
21014
  color: #060c17;
21015
}
21016
.btn-inverse-dark:hover, .btn-inverse-dark.active, .btn-inverse-dark:active, .show > .btn-inverse-dark.dropdown-toggle {
21017
  background-color: rgba(6, 12, 23, 0.3);
21018
  border-color: rgba(6, 12, 23, 0);
21019
}
21020
.btn-inverse-dark.focus, .btn-inverse-dark:focus {
21021
  background-color: rgba(6, 12, 23, 0.3);
21022
  border-color: transparent;
21023
}
21024
.btn-inverse-dark.disabled, .btn-inverse-dark:disabled {
21025
  color: #060c17;
21026
  background-color: transparent;
21027
}
21028
 
21029
.card {
21030
  box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
21031
  -webkit-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
21032
  -moz-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
21033
  -ms-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
21034
}
21035
.card .card-body + .card-body {
21036
  padding-top: 1rem;
21037
}
21038
.card .card-title {
21039
  text-transform: uppercase;
21040
  font-size: 0.875rem;
21041
  font-weight: 500;
21042
}
21043
 
21044
.card-group {
21045
  box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
21046
}
21047
.card-group .card {
21048
  box-shadow: none;
21049
}
21050
 
21051
.dropdown .dropdown-toggle:after,
21052
.btn-group .dropdown-toggle:after {
21053
  border-top: 0;
21054
  border-right: 0;
21055
  border-left: 0;
21056
  border-bottom: 0;
21057
  font: normal normal normal 24px/1 "feather";
21058
  content: "\e842";
21059
  width: auto;
21060
  height: auto;
21061
  vertical-align: middle;
21062
  line-height: 0.625rem;
21063
  font-size: 0.875rem;
21064
}
21065
.dropdown.dropup .dropdown-toggle::after,
21066
.btn-group.dropup .dropdown-toggle::after {
21067
  content: "\e845";
21068
}
21069
.dropdown.dropstart .dropdown-toggle::before,
21070
.btn-group.dropstart .dropdown-toggle::before {
21071
  border: 0;
21072
  font: normal normal normal 24px/1 "feather";
21073
  content: "\e843";
21074
  width: auto;
21075
  height: auto;
21076
  vertical-align: middle;
21077
  line-height: 0.625rem;
21078
  font-size: 0.875rem;
21079
}
21080
.dropdown.dropend .dropdown-toggle::after,
21081
.btn-group.dropend .dropdown-toggle::after {
21082
  content: "\e844";
21083
}
21084
 
21085
.dropdown-menu, .tt-menu {
21086
  padding: 0.35rem;
21087
  margin-top: 0;
21088
  box-shadow: 0 5px 10px 0 rgba(183, 192, 206, 0.2);
21089
}
21090
 
21091
.dropdown-item, .tt-menu .tt-suggestion {
21092
  font-size: 0.812rem;
21093
  padding: 0.25rem 0.875rem;
21094
  border-radius: 2px;
21095
}
21096
.dropdown-item i, .tt-menu .tt-suggestion i, .dropdown-item svg, .tt-menu .tt-suggestion svg {
21097
  color: #7987a1;
21098
}
21099
.dropdown-item:not(.dropdown-item:active, .dropdown-item.active):hover, .tt-menu .tt-suggestion:not(.dropdown-item:active, .dropdown-item.active):hover {
21100
  background-color: rgba(101, 113, 255, 0.1);
21101
}
21102
.dropdown-item:not(.dropdown-item:active, .dropdown-item.active):hover, .tt-menu .tt-suggestion:not(.dropdown-item:active, .dropdown-item.active):hover, .dropdown-item:not(.dropdown-item:active, .dropdown-item.active):hover i, .tt-menu .tt-suggestion:not(.dropdown-item:active, .dropdown-item.active):hover i, .dropdown-item:not(.dropdown-item:active, .dropdown-item.active):hover svg, .tt-menu .tt-suggestion:not(.dropdown-item:active, .dropdown-item.active):hover svg {
21103
  color: #6571ff;
21104
}
21105
.dropdown-item:active i, .tt-menu .tt-suggestion:active i, .dropdown-item:active svg, .tt-menu .tt-suggestion:active svg, .dropdown-item.active i, .tt-menu .active.tt-suggestion i, .dropdown-item.active svg, .tt-menu .active.tt-suggestion svg {
21106
  color: #fff;
21107
}
21108
 
21109
.form-control-xs,
21110
.form-select-xs {
21111
  padding: 0.313rem 0.8rem;
21112
  font-size: 0.75rem;
21113
}
21114
 
21115
.form-control-xs + .input-group-text {
21116
  padding-top: 0.313rem;
21117
  padding-bottom: 0.313rem;
21118
}
21119
 
21120
.form-check-input {
21121
  margin-top: 0.13em;
21122
}
21123
 
21124
.input-group-text svg {
21125
  width: 18px;
21126
  height: 18px;
21127
}
21128
 
21129
[type=tel],
21130
[type=url],
21131
[type=email],
21132
[type=number] {
21133
  direction: ltr;
21134
}
21135
 
21136
.icons-list {
21137
  border-left: 1px solid #e9ecef;
21138
  border-top: 1px solid #e9ecef;
21139
}
21140
.icons-list > div {
21141
  border-bottom: 1px solid #e9ecef;
21142
  border-right: 1px solid #e9ecef;
21143
  background: #f9fafb;
21144
  display: flex;
21145
  align-items: center;
21146
  padding: 15px 20px;
21147
  font-weight: 400;
21148
  transition: all 0.3s ease-in-out;
21149
}
21150
.icons-list > div i {
21151
  display: inline-block;
21152
  font-size: 20px;
21153
  text-align: left;
21154
  margin-right: 12px;
21155
  color: #7987a1;
21156
  transition: all 0.3s ease-in-out;
21157
}
21158
.icons-list > div svg {
21159
  width: 20px;
21160
  margin-right: 12px;
21161
  color: #7987a1;
21162
  transition: all 0.3s ease-in-out;
21163
}
21164
.icons-list > div:hover {
21165
  cursor: text;
21166
}
21167
.icons-list > div:hover i,
21168
.icons-list > div:hover svg {
21169
  transform: scale(1.3);
21170
  color: #6571ff;
21171
}
21172
 
21173
.nav.nav-tabs .nav-item .nav-link {
21174
  border-color: #e9ecef #e9ecef #dee2e6;
21175
  color: #000;
21176
  background-color: #f8f9fa;
21177
  cursor: pointer;
21178
}
21179
.nav.nav-tabs .nav-item .nav-link.active {
21180
  border-color: #dee2e6 #dee2e6 #fff;
21181
  color: #6571ff;
21182
  background: #fff;
21183
}
21184
.nav.nav-tabs .nav-item .nav-link.disabled {
21185
  background-color: transparent;
21186
  color: #7987a1;
21187
  border-color: rgba(233, 236, 239, 0.7) rgba(233, 236, 239, 0.7) transparent;
21188
}
21189
.nav.nav-tabs.nav-tabs-vertical {
21190
  border-bottom: 0;
21191
}
21192
.nav.nav-tabs.nav-tabs-vertical .nav-link {
21193
  width: 100%;
21194
  border: 1px solid transparent;
21195
  border-radius: 0;
21196
  border-color: #e9ecef #e9ecef #dee2e6;
21197
  color: #000;
21198
  background-color: #f8f9fa;
21199
}
21200
.nav.nav-tabs.nav-tabs-vertical .nav-link:first-child {
21201
  border-radius: 0.25rem 0 0 0;
21202
}
21203
.nav.nav-tabs.nav-tabs-vertical .nav-link:last-child {
21204
  border-radius: 0 0 0 0.25rem;
21205
}
21206
.nav.nav-tabs.nav-tabs-vertical .nav-link.active {
21207
  background-color: #fff;
21208
  color: #6571ff;
21209
  border-right-color: transparent;
21210
}
21211
.nav.nav-tabs.nav-tabs-line .nav-link {
21212
  border: 0;
21213
  background-color: transparent;
21214
}
21215
.nav.nav-tabs.nav-tabs-line .nav-link.active {
21216
  border-bottom: 2px solid #6571ff;
21217
}
21218
 
21219
.tab-content.tab-content-vertical {
21220
  height: 100%;
21221
}
21222
 
21223
.pagination .page-item .page-link svg {
21224
  width: 18px;
21225
  height: 18px;
21226
}
21227
.pagination.pagination-separated .page-item {
21228
  margin-left: 2px;
21229
  margin-right: 2px;
21230
}
21231
.pagination.pagination-separated .page-item:first-child {
21232
  margin-left: 0;
21233
}
21234
.pagination.pagination-separated .page-item:last-child {
21235
  margin-right: 0;
21236
}
21237
.pagination.pagination-rounded .page-item {
21238
  margin-right: 2px;
21239
  margin-left: 2px;
21240
}
21241
.pagination.pagination-rounded .page-item .page-link {
21242
  border-radius: 50px;
21243
}
21244
 
21245
.table {
21246
  margin-bottom: 0;
21247
}
21248
.table > :not(:last-child) > :last-child > * {
21249
  border-bottom-color: inherit;
21250
}
21251
.table thead th {
21252
  border-top: 0;
21253
  font-weight: 500;
21254
  font-size: 12px;
21255
  text-transform: uppercase;
21256
  color: #7987a1;
21257
}
21258
.table thead th i {
21259
  margin-left: 0.325rem;
21260
}
21261
.table th,
21262
.table td {
21263
  white-space: nowrap;
21264
}
21265
.table td img {
21266
  width: 36px;
21267
  height: 36px;
21268
  border-radius: 100%;
21269
}
21270
 
21271
.timeline {
21272
  border-left: 3px solid #6571ff;
21273
  border-bottom-right-radius: 0.25rem;
21274
  border-top-right-radius: 0.25rem;
21275
  background: rgba(101, 113, 255, 0.2);
21276
  margin: 0 auto;
21277
  position: relative;
21278
  padding: 50px;
21279
  list-style: none;
21280
  max-width: 40%;
21281
}
21282
@media (max-width: 767px) {
21283
  .timeline {
21284
    max-width: 98%;
21285
    padding: 25px;
21286
  }
21287
}
21288
.timeline .event {
21289
  border-bottom: 1px dashed #e9ecef;
21290
  padding-bottom: 25px;
21291
  margin-bottom: 25px;
21292
  position: relative;
21293
}
21294
@media (max-width: 767px) {
21295
  .timeline .event {
21296
    padding-top: 30px;
21297
  }
21298
}
21299
.timeline .event .title {
21300
  font-weight: 500;
21301
  font-size: 1rem;
21302
  margin-bottom: 10px;
21303
}
21304
.timeline .event:last-of-type {
21305
  padding-bottom: 0;
21306
  margin-bottom: 0;
21307
  border: none;
21308
}
21309
.timeline .event:before, .timeline .event:after {
21310
  position: absolute;
21311
  display: block;
21312
  top: 0;
21313
}
21314
.timeline .event:before {
21315
  left: -207px;
21316
  content: attr(data-date);
21317
  text-align: right;
21318
  font-weight: 500;
21319
  font-size: 0.9em;
21320
  min-width: 120px;
21321
}
21322
@media (max-width: 767px) {
21323
  .timeline .event:before {
21324
    left: 0px;
21325
    text-align: left;
21326
  }
21327
}
21328
.timeline .event:after {
21329
  -webkit-box-shadow: 0 0 0 3px #6571ff;
21330
  box-shadow: 0 0 0 3px #6571ff;
21331
  left: -55.8px;
21332
  background: #fff;
21333
  border-radius: 50%;
21334
  height: 9px;
21335
  width: 9px;
21336
  content: "";
21337
  top: 5px;
21338
}
21339
@media (max-width: 767px) {
21340
  .timeline .event:after {
21341
    left: -31.8px;
21342
  }
21343
}
21344
 
21345
.chat-wrapper {
21346
  height: calc(100vh - 60px - 102px);
21347
}
21348
@media (max-width: 991px) {
21349
  .chat-wrapper {
21350
    min-height: 100%;
21351
  }
21352
}
21353
@media (max-width: 991px) {
21354
  .chat-wrapper {
21355
    height: 100%;
21356
  }
21357
}
21358
@media (min-width: 992px) {
21359
  .chat-wrapper .chat-aside {
21360
    padding-right: 23px;
21361
  }
21362
}
21363
.chat-wrapper .chat-aside .aside-body .tab-content .tab-pane {
21364
  position: relative;
21365
  max-height: calc(100vh - 385px);
21366
}
21367
.chat-wrapper .chat-aside .aside-body .tab-content .tab-pane .chat-list .chat-item a > div {
21368
  padding-top: 11px;
21369
  padding-bottom: 11px;
21370
}
21371
@media (max-width: 991px) {
21372
  .chat-wrapper .chat-content {
21373
    position: absolute;
21374
    background: #fff;
21375
    left: 0;
21376
    bottom: -1px;
21377
    top: 0;
21378
    right: 0;
21379
    display: none;
21380
  }
21381
  .chat-wrapper .chat-content.show {
21382
    display: block;
21383
  }
21384
}
21385
.chat-wrapper .chat-content .chat-header {
21386
  padding: 0 10px;
21387
}
21388
.chat-wrapper .chat-content .chat-body {
21389
  position: relative;
21390
  max-height: calc(100vh - 340px);
21391
  margin-top: 20px;
21392
  margin-bottom: 20px;
21393
}
21394
@media (max-width: 767px) {
21395
  .chat-wrapper .chat-content .chat-body {
21396
    max-height: calc(100vh - 315px);
21397
  }
21398
}
21399
@media (max-width: 991px) {
21400
  .chat-wrapper .chat-content .chat-body {
21401
    max-height: calc(100vh - 342px);
21402
  }
21403
}
21404
.chat-wrapper .chat-content .chat-body .messages {
21405
  padding: 0 10px;
21406
  list-style-type: none;
21407
}
21408
.chat-wrapper .chat-content .chat-body .messages .message-item {
21409
  display: flex;
21410
  max-width: 80%;
21411
  margin-bottom: 20px;
21412
}
21413
@media (max-width: 767px) {
21414
  .chat-wrapper .chat-content .chat-body .messages .message-item {
21415
    max-width: 95%;
21416
  }
21417
}
21418
.chat-wrapper .chat-content .chat-body .messages .message-item .content .bubble {
21419
  position: relative;
21420
  padding: 7px 15px;
21421
  margin-bottom: 4px;
21422
  width: -webkit-fit-content;
21423
  width: -moz-fit-content;
21424
  width: fit-content;
21425
}
21426
.chat-wrapper .chat-content .chat-body .messages .message-item .content span {
21427
  font-size: 12px;
21428
  color: #7987a1;
21429
}
21430
.chat-wrapper .chat-content .chat-body .messages .message-item.friend img {
21431
  order: 1;
21432
  margin-right: 15px;
21433
}
21434
.chat-wrapper .chat-content .chat-body .messages .message-item.friend .content {
21435
  order: 2;
21436
}
21437
.chat-wrapper .chat-content .chat-body .messages .message-item.friend .content .bubble {
21438
  background: rgba(101, 113, 255, 0.1);
21439
  border-radius: 0 5px 5px;
21440
}
21441
.chat-wrapper .chat-content .chat-body .messages .message-item.friend .content .bubble::before {
21442
  content: "";
21443
  width: 0;
21444
  height: 0;
21445
  position: absolute;
21446
  left: -10px;
21447
  top: 0;
21448
  border-top: 5px solid rgba(101, 113, 255, 0.1);
21449
  border-bottom: 5px solid transparent;
21450
  border-left: 5px solid transparent;
21451
  border-right: 5px solid rgba(101, 113, 255, 0.1);
21452
}
21453
.chat-wrapper .chat-content .chat-body .messages .message-item.me {
21454
  margin-left: auto;
21455
}
21456
.chat-wrapper .chat-content .chat-body .messages .message-item.me img {
21457
  order: 2;
21458
  margin-left: 15px;
21459
}
21460
.chat-wrapper .chat-content .chat-body .messages .message-item.me .content {
21461
  order: 1;
21462
  margin-left: auto;
21463
}
21464
.chat-wrapper .chat-content .chat-body .messages .message-item.me .content .bubble {
21465
  background: rgba(102, 209, 209, 0.1);
21466
  border-radius: 5px 0 5px 5px;
21467
  margin-left: auto;
21468
}
21469
.chat-wrapper .chat-content .chat-body .messages .message-item.me .content .bubble::before {
21470
  content: "";
21471
  width: 0;
21472
  height: 0;
21473
  position: absolute;
21474
  right: -10px;
21475
  top: 0;
21476
  border-top: 5px solid rgba(102, 209, 209, 0.1);
21477
  border-bottom: 5px solid transparent;
21478
  border-left: 5px solid rgba(102, 209, 209, 0.1);
21479
  border-right: 5px solid transparent;
21480
}
21481
.chat-wrapper .chat-content .chat-body .messages .message-item.me .content span {
21482
  text-align: right;
21483
  display: block;
21484
}
21485
.chat-wrapper figure {
21486
  position: relative;
21487
}
21488
.chat-wrapper figure .status {
21489
  width: 11px;
21490
  height: 11px;
21491
  background: #7987a1;
21492
  position: absolute;
21493
  bottom: 0px;
21494
  right: -2px;
21495
  border-radius: 50%;
21496
  border: 2px solid #fff;
21497
}
21498
.chat-wrapper figure .status.online {
21499
  background: #05a34a;
21500
}
21501
.chat-wrapper figure .status.offline {
21502
  background: #7987a1;
21503
}
21504
 
21505
.auth-page .auth-side-wrapper {
21506
  width: 100%;
21507
  height: 100%;
21508
  background-image: url(https://via.placeholder.com/219x452);
21509
  background-size: cover;
21510
}
21511
 
21512
.email-aside-nav.collapse {
21513
  display: block;
21514
}
21515
@media (max-width: 991px) {
21516
  .email-aside-nav.collapse {
21517
    display: none;
21518
  }
21519
}
21520
@media (max-width: 991px) {
21521
  .email-aside-nav.collapse.show {
21522
    display: block;
21523
  }
21524
}
21525
.email-aside-nav .nav-item {
21526
  border-radius: 0.2rem;
21527
}
21528
.email-aside-nav .nav-item .nav-link {
21529
  color: #000;
21530
}
21531
.email-aside-nav .nav-item .nav-link svg {
21532
  color: #7987a1;
21533
}
21534
.email-aside-nav .nav-item.active, .email-aside-nav .nav-item:hover {
21535
  background: rgba(101, 113, 255, 0.1);
21536
}
21537
.email-aside-nav .nav-item.active .nav-link, .email-aside-nav .nav-item.active .nav-link svg, .email-aside-nav .nav-item:hover .nav-link, .email-aside-nav .nav-item:hover .nav-link svg {
21538
  color: #6571ff;
21539
}
21540
 
21541
.email-list-item {
21542
  display: flex;
21543
  align-items: center;
21544
  border-bottom: 1px solid #e9ecef;
21545
  padding: 10px 20px;
21546
  cursor: pointer;
21547
}
21548
.email-list-item:hover {
21549
  background: rgba(101, 113, 255, 0.08);
21550
}
21551
.email-list-item:last-child {
21552
  margin-bottom: 5px;
21553
}
21554
.email-list-item .email-list-actions {
21555
  width: 40px;
21556
  vertical-align: top;
21557
  display: table-cell;
21558
}
21559
.email-list-item .email-list-actions .form-check {
21560
  margin-bottom: 0;
21561
}
21562
.email-list-item .email-list-actions .favorite {
21563
  display: block;
21564
  padding-left: 1px;
21565
  line-height: 15px;
21566
}
21567
.email-list-item .email-list-actions .favorite span svg {
21568
  width: 14px;
21569
  color: #7987a1;
21570
}
21571
.email-list-item .email-list-actions .favorite:hover span {
21572
  color: #8d8d8d;
21573
}
21574
.email-list-item .email-list-actions .favorite.active span svg {
21575
  color: #fbbc06;
21576
}
21577
.email-list-item .email-list-detail {
21578
  width: calc(100% - 40px);
21579
  display: flex;
21580
  justify-content: space-between;
21581
  align-items: center;
21582
  flex-grow: 1;
21583
}
21584
.email-list-item .email-list-detail .content {
21585
  overflow: hidden;
21586
}
21587
.email-list-item .email-list-detail .content .from {
21588
  display: block;
21589
  margin: 0 0 1px 0;
21590
  color: #000;
21591
}
21592
.email-list-item .email-list-detail .content .msg {
21593
  width: 97%;
21594
  color: #7987a1;
21595
  font-size: 0.8rem;
21596
  overflow: hidden;
21597
  text-overflow: ellipsis;
21598
  white-space: nowrap;
21599
}
21600
.email-list-item .email-list-detail .date {
21601
  color: #000;
21602
  white-space: nowrap;
21603
}
21604
.email-list-item .email-list-detail .date .icon svg {
21605
  width: 14px;
21606
  margin-right: 7px;
21607
  color: #3d405c;
21608
}
21609
.email-list-item.email-list-item--unread {
21610
  background-color: rgba(101, 113, 255, 0.09);
21611
}
21612
.email-list-item.email-list-item--unread .content .from {
21613
  font-weight: 500;
21614
}
21615
.email-list-item.email-list-item--unread .content .msg {
21616
  font-weight: 700;
21617
}
21618
 
21619
.ace_editor {
21620
  border-radius: 0.25rem;
21621
  margin: auto;
21622
  height: 300px;
21623
  width: 100%;
21624
  font: 14px/normal SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
21625
}
21626
.ace_editor .ace_content {
21627
  font-size: 0.875rem;
21628
}
21629
 
21630
div.apexcharts-canvas .apexcharts-menu {
21631
  background: #fff !important;
21632
  color: #000;
21633
  border-color: #e9ecef;
21634
}
21635
div.apexcharts-canvas .apexcharts-zoom-icon svg,
21636
div.apexcharts-canvas .apexcharts-zoomin-icon svg,
21637
div.apexcharts-canvas .apexcharts-zoomout-icon svg,
21638
div.apexcharts-canvas .apexcharts-reset-icon svg,
21639
div.apexcharts-canvas .apexcharts-pan-icon svg,
21640
div.apexcharts-canvas .apexcharts-selection-icon svg,
21641
div.apexcharts-canvas .apexcharts-menu-icon svg,
21642
div.apexcharts-canvas .apexcharts-toolbar-custom-icon svg {
21643
  fill: #7987a1;
21644
}
21645
div.apexcharts-canvas .apexcharts-legend.apexcharts-align-right .apexcharts-legend-series,
21646
div.apexcharts-canvas .apexcharts-legend.apexcharts-align-left .apexcharts-legend-series {
21647
  display: flex;
21648
  align-items: center;
21649
}
21650
div.apexcharts-canvas .apexcharts-legend-marker {
21651
  margin-right: 3px;
21652
}
21653
div.apexcharts-canvas .apexcharts-tooltip {
21654
  background: rgba(255, 255, 255, 0.8);
21655
  color: #000;
21656
  box-shadow: 0 5px 10px 0 rgba(183, 192, 206, 0.2);
21657
  border-radius: 0.25rem;
21658
  border: 1px solid #f2f4f9;
21659
}
21660
div.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-title {
21661
  border-color: #e9ecef;
21662
  background-color: #fff;
21663
}
21664
div.apexcharts-canvas .apexcharts-tooltip * {
21665
  font-family: "Roboto", Helvetica, sans-serif !important;
21666
}
21667
div.apexcharts-canvas .apexcharts-tooltip-series-group.apexcharts-active,
21668
div.apexcharts-canvas .apexcharts-tooltip-series-group:last-child {
21669
  padding: 0 10px;
21670
}
21671
div.apexcharts-canvas .apexcharts-tooltip-text-y-value,
21672
div.apexcharts-canvas .apexcharts-tooltip-text-goals-value,
21673
div.apexcharts-canvas .apexcharts-tooltip-text-z-value {
21674
  margin-left: 0;
21675
}
21676
div.apexcharts-canvas .apexcharts-tooltip-title {
21677
  margin-bottom: 0;
21678
}
21679
div.apexcharts-canvas .apexcharts-xaxistooltip,
21680
div.apexcharts-canvas .apexcharts-yaxistooltip {
21681
  background: #fff;
21682
  color: #000;
21683
  border-color: #f2f4f9;
21684
}
21685
div.apexcharts-canvas .apexcharts-xaxistooltip-bottom::before {
21686
  border-bottom-color: #f2f4f9;
21687
}
21688
div.apexcharts-canvas .apexcharts-xaxistooltip-bottom::after {
21689
  border-bottom-color: rgba(255, 255, 255, 0.8);
21690
}
21691
div.apexcharts-canvas .apexcharts-yaxistooltip-left:before,
21692
div.apexcharts-canvas .apexcharts-yaxistooltip-right:before {
21693
  border-left-color: #f2f4f9;
21694
}
21695
div.apexcharts-canvas .apexcharts-yaxistooltip-left:after,
21696
div.apexcharts-canvas .apexcharts-yaxistooltip-right:after {
21697
  border-left-color: rgba(255, 255, 255, 0.8);
21698
}
21699
div.apexcharts-canvas .apexcharts-tooltip-marker {
21700
  /*rtl:raw:
21701
  margin-right: 0;
21702
  margin-left: 10px;
21703
  */
21704
}
21705
 
21706
@media (max-width: 767px) {
21707
  .dataTables_wrapper.dt-bootstrap5 .dataTables_length {
21708
    text-align: left;
21709
  }
21710
}
21711
.dataTables_wrapper.dt-bootstrap5 .dataTables_length select {
21712
  margin-left: 10px;
21713
  margin-right: 10px;
21714
}
21715
@media (max-width: 767px) {
21716
  .dataTables_wrapper.dt-bootstrap5 .dataTables_filter {
21717
    text-align: left;
21718
    margin-left: -19px;
21719
  }
21720
}
21721
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
21722
  /*rtl:raw:
21723
    padding-right: 0;
21724
    padding-left: 12px;
21725
  */
21726
}
21727
 
21728
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
21729
  /*rtl:raw:
21730
    padding-left: 0;
21731
    padding-right: 12px;
21732
  */
21733
}
21734
 
21735
.dropify-wrapper {
21736
  border: 1px solid #e9ecef;
21737
  border-radius: 0.25rem;
21738
}
21739
.dropify-wrapper .dropify-message span.file-icon {
21740
  font-size: 0.875rem;
21741
  color: #7987a1;
21742
}
21743
.dropify-wrapper .dropify-message span.file-icon::before {
21744
  font-family: feather;
21745
  content: "\e8e3";
21746
  font-size: 24px;
21747
}
21748
 
21749
.dropzone {
21750
  overflow: auto;
21751
  border: 1px solid #e9ecef;
21752
  border-radius: 0.25rem;
21753
  max-height: 200px;
21754
  padding: 0;
21755
}
21756
@media (min-width: 1400px) {
21757
  .dropzone {
21758
    min-height: 200px;
21759
  }
21760
}
21761
.dropzone.dz-clickable .dz-message {
21762
  margin-top: 65px;
21763
}
21764
.dropzone .dz-preview.dz-image-preview .dz-image, .dropzone .dz-preview.dz-file-preview .dz-image {
21765
  border-radius: 0.25rem;
21766
}
21767
 
21768
.form-control.flatpickr-input, .flatpickr-input.typeahead.tt-input,
21769
.flatpickr-input.typeahead.tt-hint, .select2-container--default .select2-search--dropdown .flatpickr-input.select2-search__field {
21770
  background-color: #fff;
21771
}
21772
 
21773
.flatpickr-day.selected,
21774
.flatpickr-day.startRange,
21775
.flatpickr-day.endRange,
21776
.flatpickr-day.selected.inRange,
21777
.flatpickr-day.startRange.inRange,
21778
.flatpickr-day.endRange.inRange,
21779
.flatpickr-day.selected:focus,
21780
.flatpickr-day.startRange:focus,
21781
.flatpickr-day.endRange:focus,
21782
.flatpickr-day.selected:hover,
21783
.flatpickr-day.startRange:hover,
21784
.flatpickr-day.endRange:hover,
21785
.flatpickr-day.selected.prevMonthDay,
21786
.flatpickr-day.startRange.prevMonthDay,
21787
.flatpickr-day.endRange.prevMonthDay,
21788
.flatpickr-day.selected.nextMonthDay,
21789
.flatpickr-day.startRange.nextMonthDay,
21790
.flatpickr-day.endRange.nextMonthDay {
21791
  background: #6571ff;
21792
  border-color: #6571ff;
21793
}
21794
 
21795
.flatpickr-months {
21796
  padding: 0 1rem;
21797
  padding-top: 0.5rem;
21798
}
21799
 
21800
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
21801
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
21802
  left: 11px;
21803
  right: auto !important;
21804
  top: 8px;
21805
}
21806
 
21807
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
21808
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
21809
  right: 11px;
21810
  left: auto !important;
21811
  top: 8px;
21812
}
21813
 
21814
.flatpickr-months .flatpickr-prev-month:hover svg,
21815
.flatpickr-months .flatpickr-next-month:hover svg {
21816
  fill: #6571ff;
21817
}
21818
 
21819
.flatpickr-months .flatpickr-month {
21820
  height: 42px;
21821
}
21822
 
21823
.flatpickr-current-month .flatpickr-monthDropdown-months {
21824
  font-size: 1rem;
21825
  border-radius: 0.25rem;
21826
  padding: 0.3rem 0.5rem;
21827
}
21828
 
21829
.flatpickr-weekdays {
21830
  padding: 0 10px;
21831
}
21832
 
21833
.dayContainer {
21834
  padding: 0 10px 10px;
21835
}
21836
 
21837
.fc {
21838
  --fc-button-active-bg-color: #6571ff;
21839
  --fc-button-active-border-color: #6571ff;
21840
}
21841
.fc .fc-button .fc-icon {
21842
  font-size: 1.2 em;
21843
}
21844
.fc .fc-button-primary:focus,
21845
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
21846
.fc .fc-button-primary:not(:disabled):active:focus {
21847
  box-shadow: none;
21848
}
21849
.fc .fc-button-primary:disabled {
21850
  border-color: #6571ff;
21851
}
21852
@media (max-width: 767px) {
21853
  .fc .fc-toolbar {
21854
    flex-direction: column;
21855
  }
21856
  .fc .fc-toolbar .fc-toolbar-chunk {
21857
    margin-bottom: 12px;
21858
  }
21859
}
21860
.fc .fc-daygrid-day-number,
21861
.fc .fc-col-header-cell-cushion {
21862
  color: #000;
21863
}
21864
.fc .fc-daygrid-event {
21865
  padding: 4px;
21866
}
21867
.fc .fc-daygrid-day.fc-day-today {
21868
  background-color: rgba(101, 113, 255, 0.2);
21869
}
21870
.fc .fc-list-event:hover td {
21871
  background-color: rgba(101, 113, 255, 0.2);
21872
}
21873
.fc .fc-list-day-text,
21874
.fc .fc-list-day-side-text {
21875
  color: #000;
21876
}
21877
 
21878
.fc-theme-standard td,
21879
.fc-theme-standard th,
21880
.fc-theme-standard .fc-scrollgrid {
21881
  border-color: #e9ecef;
21882
}
21883
 
21884
.fc-timegrid-event-harness-inset .fc-timegrid-event,
21885
.fc-timegrid-event.fc-event-mirror,
21886
.fc-timegrid-more-link {
21887
  box-shadow: none;
21888
}
21889
 
21890
.fc-theme-standard .fc-popover {
21891
  background-color: #fff;
21892
  border-color: #f2f4f9;
21893
  box-shadow: 0 5px 10px 0 rgba(183, 192, 206, 0.2);
21894
}
21895
.fc-theme-standard .fc-popover .fc-popover-header {
21896
  background-color: #7987a1;
21897
}
21898
 
21899
.fc-theme-standard .fc-list-day-cushion {
21900
  background-color: #fff;
21901
}
21902
 
21903
.fc-theme-standard .fc-list {
21904
  border-color: #e9ecef;
21905
}
21906
 
21907
.fc-event {
21908
  margin-bottom: 10px;
21909
  padding: 8px;
21910
  border-radius: 2px;
21911
  background: rgba(101, 113, 255, 0.2);
21912
  border: 0;
21913
  border-left: 3px solid #6571ff;
21914
  color: #000;
21915
  font-weight: 500;
21916
}
21917
 
21918
.fc-h-event .fc-event-main {
21919
  color: #000;
21920
}
21921
 
21922
.flot-chart-wrapper .flot-chart {
21923
  width: 100%;
21924
  position: relative;
21925
  max-width: none;
21926
  height: 400px;
21927
}
21928
@media (max-width: 767px) {
21929
  .flot-chart-wrapper {
21930
    height: 200px;
21931
    min-height: 200px;
21932
  }
21933
  .flot-chart-wrapper .flot-chart {
21934
    height: 100%;
21935
  }
21936
}
21937
 
21938
.flot-text .flot-x-axis > div,
21939
.flot-text .flot-x-axis .flot-tick-label,
21940
.flot-text .flot-y-axis > div,
21941
.flot-text .flot-y-axis .flot-tick-label {
21942
  color: #000;
21943
}
21944
 
21945
.peity-custom svg {
21946
  margin-right: 10px;
21947
}
21948
 
21949
.ps__thumb-x {
21950
  background-color: #d9d9d9;
21951
  height: 4px;
21952
}
21953
 
21954
.ps__rail-x.ps--clicking .ps__thumb-x,
21955
.ps__rail-x:focus > .ps__thumb-x,
21956
.ps__rail-x:hover > .ps__thumb-x {
21957
  background-color: #b3b3b3;
21958
  height: 6px;
21959
}
21960
 
21961
.ps__rail-x {
21962
  height: 10px;
21963
}
21964
 
21965
.ps__thumb-y {
21966
  background-color: #d9d9d9;
21967
  width: 4px;
21968
  /*rtl:raw:
21969
   left: 2px !important;
21970
  right: auto !important;
21971
   */
21972
}
21973
 
21974
.ps__rail-y.ps--clicking .ps__thumb-y,
21975
.ps__rail-y:focus > .ps__thumb-y,
21976
.ps__rail-y:hover > .ps__thumb-y {
21977
  background-color: #b3b3b3;
21978
  width: 6px;
21979
}
21980
 
21981
.ps__rail-y {
21982
  width: 10px;
21983
  /*rtl:raw:
21984
   left: 0 !important;
21985
  right: auto !important;
21986
   */
21987
}
21988
 
21989
.ps .ps__rail-x.ps--clicking,
21990
.ps .ps__rail-x:focus,
21991
.ps .ps__rail-x:hover,
21992
.ps .ps__rail-y.ps--clicking,
21993
.ps .ps__rail-y:focus,
21994
.ps .ps__rail-y:hover {
21995
  background-color: #e9ecef;
21996
}
21997
 
21998
.swal2-popup {
21999
  font-size: 0.875rem;
22000
}
22001
.swal2-popup .swal2-title {
22002
  font-size: 25px;
22003
  line-height: 1;
22004
  font-weight: 500;
22005
  color: #000;
22006
  margin-bottom: 0;
22007
}
22008
.swal2-popup .swal2-html-container {
22009
  font-size: 0.875rem;
22010
  color: #7987a1;
22011
  font-weight: initial;
22012
  margin-top: 11px;
22013
  text-decoration: none;
22014
}
22015
.swal2-popup .swal2-actions button svg {
22016
  width: 16px;
22017
  height: 16px;
22018
}
22019
.swal2-popup .swal2-close {
22020
  font-size: 22px;
22021
}
22022
.swal2-popup .swal2-close:focus {
22023
  box-shadow: none;
22024
}
22025
.swal2-popup .swal2-timer-progress-bar {
22026
  background: #7987a1;
22027
}
22028
 
22029
.select2-container--default .select2-selection--single,
22030
.select2-container--default .select2-selection--multiple {
22031
  border: 1px solid #e9ecef;
22032
  border-radius: 0.25rem;
22033
}
22034
.select2-container--focus.select2-container--default .select2-selection--single, .select2-container--focus.select2-container--default .select2-selection--multiple {
22035
  border: 1px solid #cbd1db;
22036
}
22037
 
22038
.select2-dropdown {
22039
  border: 1px solid #cbd1db;
22040
  border-radius: 0.25rem;
22041
}
22042
 
22043
.select2-container--default .select2-results__option--highlighted[aria-selected] {
22044
  background-color: #6571ff;
22045
}
22046
 
22047
.select2-container .select2-selection--single,
22048
.select2-container .select2-selection--multiple {
22049
  height: auto;
22050
}
22051
 
22052
.select2-container--default .select2-selection--single .select2-selection__rendered {
22053
  line-height: 1.5;
22054
  padding: 0.469rem 0.8rem;
22055
}
22056
.select2-container--default .select2-selection--single .select2-selection__arrow {
22057
  height: 100%;
22058
}
22059
.select2-container--default .select2-selection--single .select2-selection__arrow b {
22060
  left: 0;
22061
}
22062
 
22063
.select2-container--default .select2-selection--multiple {
22064
  min-height: 38px;
22065
}
22066
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
22067
  padding: 0 6px;
22068
}
22069
.select2-container--default .select2-selection--multiple .select2-selection__choice {
22070
  background-color: #6571ff;
22071
  color: #fff;
22072
  border-color: #6571ff;
22073
  padding: 1px 8px;
22074
  border-radius: 0.15rem;
22075
  margin-top: 5px;
22076
}
22077
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
22078
  color: #fff;
22079
  opacity: 0.5;
22080
}
22081
 
22082
.select2-container .select2-search--inline {
22083
  margin-top: 3px;
22084
}
22085
 
22086
.EasyMDEContainer .CodeMirror {
22087
  background: #fff;
22088
  border: 1px solid #e9ecef;
22089
  color: #000;
22090
  border-bottom-left-radius: 0;
22091
  border-bottom-right-radius: 0;
22092
}
22093
 
22094
.editor-toolbar {
22095
  border: 1px solid #e9ecef;
22096
  border-bottom: 0;
22097
  border-radius: 0.25rem 0.25rem 0 0;
22098
}
22099
.editor-toolbar, .editor-toolbar:hover {
22100
  opacity: 1;
22101
}
22102
.editor-toolbar button {
22103
  color: rgba(0, 0, 0, 0.7) !important;
22104
}
22105
.editor-toolbar button:hover {
22106
  background: #e9ecef;
22107
  border: none;
22108
}
22109
.editor-toolbar i.separator {
22110
  border-left: 1px solid #e9ecef;
22111
  border-right: 1px solid #e9ecef;
22112
}
22113
 
22114
.CodeMirror-fullscreen,
22115
.editor-toolbar.fullscreen,
22116
.editor-preview-side {
22117
  z-index: 999;
22118
}
22119
 
22120
.editor-preview-side {
22121
  border-color: #e9ecef;
22122
}
22123
 
22124
.editor-toolbar button.active, .editor-toolbar button:hover {
22125
  background: #e9ecef;
22126
  border-color: transparent;
22127
}
22128
 
22129
.editor-statusbar {
22130
  padding: 0 10px;
22131
  border: 1px solid #e9ecef;
22132
  border-top-color: transparent;
22133
  border-bottom-left-radius: 0.25rem;
22134
  border-bottom-right-radius: 0.25rem;
22135
}
22136
 
22137
div.tagsinput {
22138
  padding: 6px 6px 1px;
22139
  border-color: #e9ecef;
22140
  border-radius: 0.25rem;
22141
}
22142
div.tagsinput span.tag {
22143
  background: #6571ff;
22144
  color: #fff;
22145
  border: 0;
22146
  padding: 3px 7px;
22147
  font-family: inherit;
22148
  border-radius: 0.15rem;
22149
  margin-bottom: 4px;
22150
  float: left;
22151
  /*rtl:raw:
22152
  margin-left: 0;
22153
  margin-right: 5px;
22154
  */
22155
}
22156
div.tagsinput span.tag a {
22157
  font-size: 13px;
22158
  font-weight: 500;
22159
  color: #fff;
22160
  opacity: 0.5;
22161
}
22162
div.tagsinput #tags_addTag {
22163
  float: left;
22164
  /*rtl:raw:
22165
  margin-right: 5px;
22166
  */
22167
}
22168
div.tagsinput input {
22169
  margin: 0;
22170
  padding: 1px;
22171
  border-radius: 0.25rem;
22172
}
22173
 
22174
.tox.tox-tinymce {
22175
  border: 1px solid #e9ecef;
22176
  border-radius: 0.25rem;
22177
}
22178
.tox.tox-tinymce .tox-menubar,
22179
.tox.tox-tinymce .tox-toolbar-overlord,
22180
.tox.tox-tinymce .tox-toolbar,
22181
.tox.tox-tinymce .tox-toolbar__overflow,
22182
.tox.tox-tinymce .tox-toolbar__primary {
22183
  background-color: #fff;
22184
  background-image: none;
22185
  border-bottom: 1px solid #e9ecef;
22186
}
22187
.tox.tox-tinymce .tox-toolbar-overlord {
22188
  border-bottom: none;
22189
}
22190
.tox.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header {
22191
  padding: 0;
22192
  box-shadow: none;
22193
}
22194
.tox.tox-tinymce .tox-edit-area__iframe {
22195
  background-color: #fff;
22196
}
22197
.tox.tox-tinymce.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
22198
  border-right-color: #e9ecef;
22199
  border-left-color: #e9ecef;
22200
}
22201
.tox.tox-tinymce .tox-statusbar {
22202
  background-color: #fff;
22203
  border-color: #e9ecef;
22204
  color: #7987a1;
22205
}
22206
.tox.tox-tinymce .tox-statusbar a,
22207
.tox.tox-tinymce .tox-statusbar__path-item,
22208
.tox.tox-tinymce .tox-statusbar__wordcount {
22209
  color: #7987a1;
22210
}
22211
.tox.tox-tinymce .tox-mbtn {
22212
  color: #000;
22213
}
22214
.tox.tox-tinymce .tox-tbtn {
22215
  color: rgba(0, 0, 0, 0.7);
22216
}
22217
.tox.tox-tinymce .tox-tbtn:hover {
22218
  background: #e9ecef;
22219
  color: #000;
22220
}
22221
.tox.tox-tinymce .tox-tbtn:hover svg {
22222
  fill: #000;
22223
}
22224
.tox.tox-tinymce .tox-tbtn:focus:not(.tox-tbtn--disabled) {
22225
  color: #000;
22226
}
22227
.tox.tox-tinymce .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
22228
  background: #e9ecef;
22229
  color: #000;
22230
}
22231
.tox.tox-tinymce .tox-mbtn:focus:not(:disabled),
22232
.tox.tox-tinymce .tox-mbtn--active {
22233
  background: #e9ecef;
22234
  color: #000;
22235
}
22236
.tox.tox-tinymce .tox-tbtn svg {
22237
  fill: rgba(0, 0, 0, 0.7);
22238
}
22239
.tox.tox-tinymce .tox-tbtn--disabled svg,
22240
.tox.tox-tinymce .tox-tbtn--disabled:hover svg,
22241
.tox.tox-tinymce .tox-tbtn:disabled svg,
22242
.tox.tox-tinymce .tox-tbtn:disabled:hover svg {
22243
  fill: #e9ecef;
22244
}
22245
.tox.tox-tinymce .tox-split-button:hover {
22246
  box-shadow: 0 0 0 1px #e9ecef inset;
22247
}
22248
.tox.tox-tinymce .tox-split-button:focus {
22249
  background: #e9ecef;
22250
}
22251
.tox.tox-tinymce .tox-tbtn--enabled,
22252
.tox.tox-tinymce .tox-tbtn--enabled:hover,
22253
.tox.tox-tinymce .tox-tbtn:focus {
22254
  background: #e9ecef;
22255
}
22256
 
22257
div.tox .tox-menu {
22258
  background-color: #fff;
22259
  border-color: #f2f4f9;
22260
}
22261
div.tox .tox-collection__item {
22262
  color: #000;
22263
}
22264
div.tox .tox-collection--list .tox-collection__item--enabled {
22265
  background-color: #6571ff;
22266
  color: #fff;
22267
}
22268
div.tox .tox-collection--list .tox-collection__group {
22269
  border-color: #e9ecef;
22270
}
22271
div.tox .tox-collection--toolbar .tox-collection__item--active {
22272
  background-color: #e9ecef;
22273
}
22274
div.tox .tox-collection--list .tox-collection__item--active {
22275
  background-color: #e9ecef;
22276
}
22277
div.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
22278
  color: #000;
22279
}
22280
div.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
22281
  color: #000;
22282
}
22283
div.tox .tox-dialog-wrap__backdrop {
22284
  background-color: rgba(0, 0, 0, 0.75);
22285
}
22286
div.tox .tox-dialog,
22287
div.tox .tox-dialog__header,
22288
div.tox .tox-dialog__footer {
22289
  background-color: #fff;
22290
  border-color: #e9ecef;
22291
  color: #000;
22292
}
22293
div.tox .tox-button--secondary:hover:not(:disabled) {
22294
  background-color: #7987a1;
22295
  border-color: #7987a1;
22296
  color: #fff;
22297
}
22298
div.tox .tox-button--naked:hover:not(:disabled) {
22299
  background-color: transparent;
22300
  border-color: transparent;
22301
}
22302
div.tox .tox-button--naked.tox-button--icon:hover:not(:disabled) {
22303
  color: #333333;
22304
}
22305
div.tox .tox-listboxfield .tox-listbox--select,
22306
div.tox .tox-textarea,
22307
div.tox .tox-textfield,
22308
div.tox .tox-toolbar-textfield {
22309
  background-color: #fff;
22310
  border-color: #e9ecef;
22311
  color: #000;
22312
}
22313
div.tox .tox-listboxfield .tox-listbox--select:focus,
22314
div.tox .tox-textarea:focus,
22315
div.tox .tox-textfield:focus {
22316
  background-color: #fff;
22317
  border-color: #cbd1db;
22318
}
22319
div.tox .tox-dialog__table tbody tr {
22320
  border-color: #e9ecef;
22321
}
22322
div.tox .tox-dialog__body {
22323
  color: #000;
22324
}
22325
 
22326
.typeahead.tt-input,
22327
.typeahead.tt-hint {
22328
  background-color: #fff !important;
22329
  /*rtl:raw:
22330
  direction: rtl;
22331
  */
22332
}
22333
 
22334
.tt-menu .tt-suggestion {
22335
  cursor: pointer;
22336
}
22337
 
22338
.tabcontrol ul, .wizard ul {
22339
  display: flex;
22340
}
22341
@media (max-width: 676px) {
22342
  .tabcontrol ul, .wizard ul {
22343
    flex-wrap: wrap;
22344
  }
22345
}
22346
 
22347
.wizard > .steps > ul > li {
22348
  width: auto;
22349
  display: flex;
22350
  flex-grow: 1;
22351
}
22352
 
22353
.wizard > .steps .disabled a,
22354
.wizard > .steps .disabled a:active,
22355
.wizard > .steps .disabled a:hover {
22356
  background-color: #e9ecef;
22357
  color: #000;
22358
  border: 1px solid transparent;
22359
}
22360
 
22361
.wizard > .steps .current a,
22362
.wizard > .steps .current a:active,
22363
.wizard > .steps .current a:hover {
22364
  background-color: #6571ff;
22365
  border: 1px solid transparent;
22366
}
22367
 
22368
.wizard > .steps a,
22369
.wizard > .steps a:active,
22370
.wizard > .steps a:hover {
22371
  padding: 0.469rem 0.8rem;
22372
  border-radius: 0.25rem;
22373
  width: 100%;
22374
}
22375
 
22376
.wizard > .steps .done a,
22377
.wizard > .steps .done a:active,
22378
.wizard > .steps .done a:hover {
22379
  background-color: rgba(101, 113, 255, 0.2);
22380
  color: #6571ff;
22381
  border: 1px solid #6571ff;
22382
}
22383
 
22384
.wizard > .steps ul li a, .wizard > .steps ul li a:active, .wizard > .steps ul li a:hover {
22385
  margin: 0 0.5em 0.5em 0;
22386
}
22387
.wizard > .steps ul li:last-child a, .wizard > .steps ul li:last-child a:active, .wizard > .steps ul li:last-child a:hover {
22388
  margin: 0 0 0.5em 0;
22389
}
22390
 
22391
.wizard > .steps .number {
22392
  font-size: inherit;
22393
}
22394
 
22395
.wizard > .content {
22396
  background: #fff;
22397
  border: 1px solid #e9ecef;
22398
  min-height: 23em;
22399
  overflow: auto;
22400
  margin: 0.5em 0;
22401
}
22402
 
22403
@media (max-width: 767px) {
22404
  .wizard > .content > .body {
22405
    width: 90%;
22406
    height: 90%;
22407
    padding: 5%;
22408
  }
22409
}
22410
 
22411
.wizard > .actions {
22412
  /*rtl:raw:
22413
    text-align: left;
22414
  */
22415
}
22416
 
22417
.wizard > .actions > ul > li,
22418
.wizard > .steps > ul > li {
22419
  /*rtl:raw:
22420
    float: right;
22421
  */
22422
}
22423
 
22424
.wizard.vertical > .steps {
22425
  /*rtl:raw:
22426
    float: right;
22427
  */
22428
}
22429
 
22430
.wizard > .actions .disabled a,
22431
.wizard > .actions .disabled a:active,
22432
.wizard > .actions .disabled a:hover {
22433
  background: #e9ecef;
22434
  border-color: #e9ecef;
22435
  cursor: not-allowed;
22436
  color: #aeb7c5;
22437
}
22438
 
22439
.wizard > .actions .disabled a:focus {
22440
  box-shadow: none;
22441
  color: #aeb7c5;
22442
}
22443
 
22444
.wizard > .actions > ul li {
22445
  margin-right: 0;
22446
  margin-left: 0.7em;
22447
}
22448
 
22449
.wizard.vertical > .steps ul {
22450
  flex-direction: column;
22451
}
22452
 
22453
.wizard.vertical > .content {
22454
  margin: 0 0 0.5em 2%;
22455
  width: 68%;
22456
}
22457
 
22458
.wizard.vertical > .steps a,
22459
.wizard.vertical > .steps a:active,
22460
.wizard.vertical > .steps a:hover {
22461
  margin: 0 0 0.5em 0;
22462
}
22463
 
22464
.wizard.vertical > .actions {
22465
  margin: 0;
22466
  width: 100%;
22467
}
22468
 
22469
.wizard.vertical > .actions > ul > li {
22470
  margin: 0 0 0 0.7em;
22471
}
22472
/*# sourceMappingURL=../maps/demo1/style.css.map */