Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16825 | Rev 16849 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16825 Rev 16848
Línea 1... Línea 1...
1
@charset "UTF-8";
1
@charset "UTF-8";
-
 
2
 
2
/*
3
/*
3
* NobleUI - HTML Bootstrap 5 Admin Dashboard Template v2.0.3 (https://nobleui.com/)
4
* NobleUI - HTML Bootstrap 5 Admin Dashboard Template v2.0.3 (https://nobleui.com/)
4
* Copyright © 2022 NobleUI
5
* Copyright © 2022 NobleUI
5
* Licensed under ThemeForest License
6
* Licensed under ThemeForest License
6
*/
7
*/
Línea 104... Línea 105...
104
  border: 0;
105
  border: 0;
105
  border-top: 1px solid;
106
  border-top: 1px solid;
106
  opacity: 0.1;
107
  opacity: 0.1;
107
}
108
}
Línea -... Línea 109...
-
 
109
 
-
 
110
h6,
-
 
111
.h6,
-
 
112
h5,
-
 
113
.h5,
-
 
114
h4,
-
 
115
.h4,
-
 
116
h3,
-
 
117
.h3,
-
 
118
h2,
-
 
119
.h2,
108
 
120
h1,
109
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
121
.h1 {
110
  margin-top: 0;
122
  margin-top: 0;
111
  margin-bottom: 0;
123
  margin-bottom: 0;
112
  font-weight: 500;
124
  font-weight: 500;
113
  line-height: 1.2;
125
  line-height: 1.2;
Línea -... Línea 126...
-
 
126
}
114
}
127
 
115
 
128
h1,
116
h1, .h1 {
129
.h1 {
-
 
130
  font-size: calc(1.375rem + 1.5vw);
117
  font-size: calc(1.375rem + 1.5vw);
131
}
-
 
132
 
-
 
133
@media (min-width: 1200px) {
118
}
134
 
119
@media (min-width: 1200px) {
135
  h1,
120
  h1, .h1 {
136
  .h1 {
121
    font-size: 2.5rem;
137
    font-size: 2.5rem;
Línea -... Línea 138...
-
 
138
  }
122
  }
139
}
123
}
140
 
124
 
141
h2,
-
 
142
.h2 {
125
h2, .h2 {
143
  font-size: calc(1.325rem + 0.9vw);
-
 
144
}
-
 
145
 
126
  font-size: calc(1.325rem + 0.9vw);
146
@media (min-width: 1200px) {
127
}
147
 
128
@media (min-width: 1200px) {
148
  h2,
129
  h2, .h2 {
149
  .h2 {
Línea -... Línea 150...
-
 
150
    font-size: 2rem;
130
    font-size: 2rem;
151
  }
131
  }
152
}
132
}
153
 
-
 
154
h3,
133
 
155
.h3 {
-
 
156
  font-size: calc(1.275rem + 0.3vw);
-
 
157
}
134
h3, .h3 {
158
 
135
  font-size: calc(1.275rem + 0.3vw);
159
@media (min-width: 1200px) {
136
}
160
 
137
@media (min-width: 1200px) {
161
  h3,
Línea -... Línea 162...
-
 
162
  .h3 {
138
  h3, .h3 {
163
    font-size: 1.5rem;
139
    font-size: 1.5rem;
164
  }
140
  }
165
}
Línea -... Línea 166...
-
 
166
 
141
}
167
h4,
142
 
168
.h4 {
143
h4, .h4 {
169
  font-size: 1.25rem;
Línea -... Línea 170...
-
 
170
}
144
  font-size: 1.25rem;
171
 
145
}
172
h5,
146
 
173
.h5 {
Línea 147... Línea 174...
147
h5, .h5 {
174
  font-size: 1rem;
148
  font-size: 1rem;
175
}
Línea 204... Línea 231...
204
b,
231
b,
205
strong {
232
strong {
206
  font-weight: 700;
233
  font-weight: 700;
207
}
234
}
Línea -... Línea 235...
-
 
235
 
208
 
236
small,
209
small, .small {
237
.small {
210
  font-size: 0.875em;
238
  font-size: 0.875em;
Línea -... Línea 239...
-
 
239
}
211
}
240
 
212
 
241
mark,
213
mark, .mark {
242
.mark {
214
  padding: 0.1875em;
243
  padding: 0.1875em;
Línea 215... Línea 244...
215
  background-color: var(--bs-highlight-bg);
244
  background-color: var(--bs-highlight-bg);
Línea 233... Línea 262...
233
 
262
 
234
a {
263
a {
235
  color: var(--bs-link-color);
264
  color: var(--bs-link-color);
236
  text-decoration: none;
265
  text-decoration: none;
-
 
266
}
237
}
267
 
238
a:hover {
268
a:hover {
239
  color: var(--bs-link-hover-color);
269
  color: var(--bs-link-hover-color);
Línea -... Línea 270...
-
 
270
}
240
}
271
 
241
 
272
a:not([href]):not([class]),
242
a:not([href]):not([class]), a:not([href]):not([class]):hover {
273
a:not([href]):not([class]):hover {
243
  color: inherit;
274
  color: inherit;
Línea 244... Línea 275...
244
  text-decoration: none;
275
  text-decoration: none;
Línea 257... Línea 288...
257
  margin-top: 0;
288
  margin-top: 0;
258
  margin-bottom: 1rem;
289
  margin-bottom: 1rem;
259
  overflow: auto;
290
  overflow: auto;
260
  font-size: 0.875em;
291
  font-size: 0.875em;
261
}
292
}
-
 
293
 
262
pre code {
294
pre code {
263
  font-size: inherit;
295
  font-size: inherit;
264
  color: inherit;
296
  color: inherit;
265
  word-break: normal;
297
  word-break: normal;
266
}
298
}
Línea 268... Línea 300...
268
code {
300
code {
269
  font-size: 0.875em;
301
  font-size: 0.875em;
270
  color: var(--bs-code-color);
302
  color: var(--bs-code-color);
271
  word-wrap: break-word;
303
  word-wrap: break-word;
272
}
304
}
-
 
305
 
273
a > code {
306
a>code {
274
  color: inherit;
307
  color: inherit;
275
}
308
}
Línea 276... Línea 309...
276
 
309
 
277
kbd {
310
kbd {
278
  padding: 0.1875rem 0.375rem;
311
  padding: 0.1875rem 0.375rem;
279
  font-size: 0.875em;
312
  font-size: 0.875em;
280
  color: var(--bs-body-bg);
313
  color: var(--bs-body-bg);
281
  background-color: var(--bs-body-color);
314
  background-color: var(--bs-body-color);
282
  border-radius: 0.25rem;
315
  border-radius: 0.25rem;
-
 
316
}
283
}
317
 
284
kbd kbd {
318
kbd kbd {
285
  padding: 0;
319
  padding: 0;
286
  font-size: 1em;
320
  font-size: 1em;
Línea 356... Línea 390...
356
}
390
}
Línea 357... Línea 391...
357
 
391
 
358
select {
392
select {
359
  word-wrap: normal;
393
  word-wrap: normal;
-
 
394
}
360
}
395
 
361
select:disabled {
396
select:disabled {
362
  opacity: 1;
397
  opacity: 1;
Línea 363... Línea 398...
363
}
398
}
Línea 368... Línea 403...
368
 
403
 
369
button,
404
button,
370
[type=button],
405
[type=button],
371
[type=reset],
406
[type=reset],
372
[type=submit] {
407
[type=submit] {
373
  -webkit-appearance: button;
408
  appearance: button;
-
 
409
}
374
}
410
 
375
button:not(:disabled),
411
button:not(:disabled),
376
[type=button]:not(:disabled),
412
[type=button]:not(:disabled),
377
[type=reset]:not(:disabled),
413
[type=reset]:not(:disabled),
378
[type=submit]:not(:disabled) {
414
[type=submit]:not(:disabled) {
Línea 401... Línea 437...
401
  padding: 0;
437
  padding: 0;
402
  margin-bottom: 0.5rem;
438
  margin-bottom: 0.5rem;
403
  font-size: calc(1.275rem + 0.3vw);
439
  font-size: calc(1.275rem + 0.3vw);
404
  line-height: inherit;
440
  line-height: inherit;
405
}
441
}
-
 
442
 
406
@media (min-width: 1200px) {
443
@media (min-width: 1200px) {
407
  legend {
444
  legend {
408
    font-size: 1.5rem;
445
    font-size: 1.5rem;
409
  }
446
  }
410
}
447
}
-
 
448
 
411
legend + * {
449
legend+* {
412
  clear: left;
450
  clear: left;
413
}
451
}
Línea 414... Línea 452...
414
 
452
 
415
::-webkit-datetime-edit-fields-wrapper,
453
::-webkit-datetime-edit-fields-wrapper,
Línea 426... Línea 464...
426
  height: auto;
464
  height: auto;
427
}
465
}
Línea 428... Línea 466...
428
 
466
 
429
[type=search] {
467
[type=search] {
430
  outline-offset: -2px;
468
  outline-offset: -2px;
431
  -webkit-appearance: textfield;
469
  appearance: textfield;
Línea 432... Línea 470...
432
}
470
}
433
 
471
 
434
/* rtl:raw:
472
/* rtl:raw:
Línea 447... Línea 485...
447
  padding: 0;
485
  padding: 0;
448
}
486
}
Línea 449... Línea 487...
449
 
487
 
450
::file-selector-button {
488
::file-selector-button {
451
  font: inherit;
489
  font: inherit;
452
  -webkit-appearance: button;
490
  appearance: button;
Línea 453... Línea 491...
453
}
491
}
454
 
492
 
455
output {
493
output {
Línea 481... Línea 519...
481
.display-1 {
519
.display-1 {
482
  font-size: calc(1.625rem + 4.5vw);
520
  font-size: calc(1.625rem + 4.5vw);
483
  font-weight: 300;
521
  font-weight: 300;
484
  line-height: 1.2;
522
  line-height: 1.2;
485
}
523
}
-
 
524
 
486
@media (min-width: 1200px) {
525
@media (min-width: 1200px) {
487
  .display-1 {
526
  .display-1 {
488
    font-size: 5rem;
527
    font-size: 5rem;
489
  }
528
  }
490
}
529
}
Línea 492... Línea 531...
492
.display-2 {
531
.display-2 {
493
  font-size: calc(1.575rem + 3.9vw);
532
  font-size: calc(1.575rem + 3.9vw);
494
  font-weight: 300;
533
  font-weight: 300;
495
  line-height: 1.2;
534
  line-height: 1.2;
496
}
535
}
-
 
536
 
497
@media (min-width: 1200px) {
537
@media (min-width: 1200px) {
498
  .display-2 {
538
  .display-2 {
499
    font-size: 4.5rem;
539
    font-size: 4.5rem;
500
  }
540
  }
501
}
541
}
Línea 503... Línea 543...
503
.display-3 {
543
.display-3 {
504
  font-size: calc(1.525rem + 3.3vw);
544
  font-size: calc(1.525rem + 3.3vw);
505
  font-weight: 300;
545
  font-weight: 300;
506
  line-height: 1.2;
546
  line-height: 1.2;
507
}
547
}
-
 
548
 
508
@media (min-width: 1200px) {
549
@media (min-width: 1200px) {
509
  .display-3 {
550
  .display-3 {
510
    font-size: 4rem;
551
    font-size: 4rem;
511
  }
552
  }
512
}
553
}
Línea 514... Línea 555...
514
.display-4 {
555
.display-4 {
515
  font-size: calc(1.475rem + 2.7vw);
556
  font-size: calc(1.475rem + 2.7vw);
516
  font-weight: 300;
557
  font-weight: 300;
517
  line-height: 1.2;
558
  line-height: 1.2;
518
}
559
}
-
 
560
 
519
@media (min-width: 1200px) {
561
@media (min-width: 1200px) {
520
  .display-4 {
562
  .display-4 {
521
    font-size: 3.5rem;
563
    font-size: 3.5rem;
522
  }
564
  }
523
}
565
}
Línea 525... Línea 567...
525
.display-5 {
567
.display-5 {
526
  font-size: calc(1.425rem + 2.1vw);
568
  font-size: calc(1.425rem + 2.1vw);
527
  font-weight: 300;
569
  font-weight: 300;
528
  line-height: 1.2;
570
  line-height: 1.2;
529
}
571
}
-
 
572
 
530
@media (min-width: 1200px) {
573
@media (min-width: 1200px) {
531
  .display-5 {
574
  .display-5 {
532
    font-size: 3rem;
575
    font-size: 3rem;
533
  }
576
  }
534
}
577
}
Línea 536... Línea 579...
536
.display-6 {
579
.display-6 {
537
  font-size: calc(1.375rem + 1.5vw);
580
  font-size: calc(1.375rem + 1.5vw);
538
  font-weight: 300;
581
  font-weight: 300;
539
  line-height: 1.2;
582
  line-height: 1.2;
540
}
583
}
-
 
584
 
541
@media (min-width: 1200px) {
585
@media (min-width: 1200px) {
542
  .display-6 {
586
  .display-6 {
543
    font-size: 2.5rem;
587
    font-size: 2.5rem;
544
  }
588
  }
545
}
589
}
Línea 555... Línea 599...
555
}
599
}
Línea 556... Línea 600...
556
 
600
 
557
.list-inline-item {
601
.list-inline-item {
558
  display: inline-block;
602
  display: inline-block;
-
 
603
}
559
}
604
 
560
.list-inline-item:not(:last-child) {
605
.list-inline-item:not(:last-child) {
561
  margin-right: 0.5rem;
606
  margin-right: 0.5rem;
Línea 562... Línea 607...
562
}
607
}
Línea 568... Línea 613...
568
 
613
 
569
.blockquote {
614
.blockquote {
570
  margin-bottom: 1rem;
615
  margin-bottom: 1rem;
571
  font-size: 1.09375rem;
616
  font-size: 1.09375rem;
-
 
617
}
572
}
618
 
573
.blockquote > :last-child {
619
.blockquote> :last-child {
574
  margin-bottom: 0;
620
  margin-bottom: 0;
Línea 575... Línea 621...
575
}
621
}
576
 
622
 
577
.blockquote-footer {
623
.blockquote-footer {
578
  margin-top: -1rem;
624
  margin-top: -1rem;
579
  margin-bottom: 1rem;
625
  margin-bottom: 1rem;
580
  font-size: 0.875em;
626
  font-size: 0.875em;
-
 
627
  color: #7987a1;
581
  color: #7987a1;
628
}
582
}
629
 
583
.blockquote-footer::before {
630
.blockquote-footer::before {
Línea 584... Línea 631...
584
  content: "— ";
631
  content: "— ";
Línea 627... Línea 674...
627
  margin-right: auto;
674
  margin-right: auto;
628
  margin-left: auto;
675
  margin-left: auto;
629
}
676
}
Línea 630... Línea 677...
630
 
677
 
-
 
678
@media (min-width: 576px) {
631
@media (min-width: 576px) {
679
 
-
 
680
  .container-sm,
632
  .container-sm, .container {
681
  .container {
633
    max-width: 540px;
682
    max-width: 540px;
634
  }
683
  }
-
 
684
}
635
}
685
 
-
 
686
@media (min-width: 768px) {
-
 
687
 
636
@media (min-width: 768px) {
688
  .container-md,
-
 
689
  .container-sm,
637
  .container-md, .container-sm, .container {
690
  .container {
638
    max-width: 720px;
691
    max-width: 720px;
639
  }
692
  }
-
 
693
}
640
}
694
 
-
 
695
@media (min-width: 992px) {
-
 
696
 
-
 
697
  .container-lg,
641
@media (min-width: 992px) {
698
  .container-md,
-
 
699
  .container-sm,
642
  .container-lg, .container-md, .container-sm, .container {
700
  .container {
643
    max-width: 960px;
701
    max-width: 960px;
644
  }
702
  }
-
 
703
}
645
}
704
 
-
 
705
@media (min-width: 1200px) {
-
 
706
 
-
 
707
  .container-xl,
-
 
708
  .container-lg,
646
@media (min-width: 1200px) {
709
  .container-md,
-
 
710
  .container-sm,
647
  .container-xl, .container-lg, .container-md, .container-sm, .container {
711
  .container {
648
    max-width: 1140px;
712
    max-width: 1140px;
649
  }
713
  }
-
 
714
}
650
}
715
 
-
 
716
@media (min-width: 1400px) {
651
@media (min-width: 1400px) {
717
 
-
 
718
  .container-xxl,
-
 
719
  .container-xl,
-
 
720
  .container-lg,
-
 
721
  .container-md,
-
 
722
  .container-sm,
652
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
723
  .container {
653
    max-width: 1320px;
724
    max-width: 1320px;
654
  }
725
  }
-
 
726
}
655
}
727
 
656
.row {
728
.row {
657
  --bs-gutter-x: 1.5rem;
729
  --bs-gutter-x: 1.5rem;
658
  --bs-gutter-y: 0;
730
  --bs-gutter-y: 0;
659
  display: flex;
731
  display: flex;
660
  flex-wrap: wrap;
732
  flex-wrap: wrap;
661
  margin-top: calc(-1 * var(--bs-gutter-y));
733
  margin-top: calc(-1 * var(--bs-gutter-y));
662
  margin-right: calc(-0.5 * var(--bs-gutter-x));
734
  margin-right: calc(-0.5 * var(--bs-gutter-x));
663
  margin-left: calc(-0.5 * var(--bs-gutter-x));
735
  margin-left: calc(-0.5 * var(--bs-gutter-x));
-
 
736
}
664
}
737
 
665
.row > * {
738
.row>* {
666
  flex-shrink: 0;
739
  flex-shrink: 0;
667
  width: 100%;
740
  width: 100%;
668
  max-width: 100%;
741
  max-width: 100%;
669
  padding-right: calc(var(--bs-gutter-x) * 0.5);
742
  padding-right: calc(var(--bs-gutter-x) * 0.5);
Línea 673... Línea 746...
673
 
746
 
674
.col {
747
.col {
675
  flex: 1 0 0%;
748
  flex: 1 0 0%;
Línea 676... Línea 749...
676
}
749
}
677
 
750
 
678
.row-cols-auto > * {
751
.row-cols-auto>* {
679
  flex: 0 0 auto;
752
  flex: 0 0 auto;
Línea 680... Línea 753...
680
  width: auto;
753
  width: auto;
681
}
754
}
682
 
755
 
683
.row-cols-1 > * {
756
.row-cols-1>* {
Línea 684... Línea 757...
684
  flex: 0 0 auto;
757
  flex: 0 0 auto;
685
  width: 100%;
758
  width: 100%;
686
}
759
}
687
 
760
 
Línea 688... Línea 761...
688
.row-cols-2 > * {
761
.row-cols-2>* {
689
  flex: 0 0 auto;
762
  flex: 0 0 auto;
690
  width: 50%;
763
  width: 50%;
691
}
764
}
Línea 692... Línea 765...
692
 
765
 
693
.row-cols-3 > * {
766
.row-cols-3>* {
694
  flex: 0 0 auto;
767
  flex: 0 0 auto;
695
  width: 33.3333333333%;
768
  width: 33.3333333333%;
Línea 696... Línea 769...
696
}
769
}
697
 
770
 
698
.row-cols-4 > * {
771
.row-cols-4>* {
699
  flex: 0 0 auto;
772
  flex: 0 0 auto;
Línea 700... Línea 773...
700
  width: 25%;
773
  width: 25%;
701
}
774
}
702
 
775
 
703
.row-cols-5 > * {
776
.row-cols-5>* {
Línea 704... Línea 777...
704
  flex: 0 0 auto;
777
  flex: 0 0 auto;
Línea 901... Línea 974...
901
 
974
 
902
@media (min-width: 576px) {
975
@media (min-width: 576px) {
903
  .col-sm {
976
  .col-sm {
904
    flex: 1 0 0%;
977
    flex: 1 0 0%;
-
 
978
  }
905
  }
979
 
906
  .row-cols-sm-auto > * {
980
  .row-cols-sm-auto>* {
907
    flex: 0 0 auto;
981
    flex: 0 0 auto;
908
    width: auto;
982
    width: auto;
-
 
983
  }
909
  }
984
 
910
  .row-cols-sm-1 > * {
985
  .row-cols-sm-1>* {
911
    flex: 0 0 auto;
986
    flex: 0 0 auto;
912
    width: 100%;
987
    width: 100%;
-
 
988
  }
913
  }
989
 
914
  .row-cols-sm-2 > * {
990
  .row-cols-sm-2>* {
915
    flex: 0 0 auto;
991
    flex: 0 0 auto;
916
    width: 50%;
992
    width: 50%;
-
 
993
  }
917
  }
994
 
918
  .row-cols-sm-3 > * {
995
  .row-cols-sm-3>* {
919
    flex: 0 0 auto;
996
    flex: 0 0 auto;
920
    width: 33.3333333333%;
997
    width: 33.3333333333%;
-
 
998
  }
921
  }
999
 
922
  .row-cols-sm-4 > * {
1000
  .row-cols-sm-4>* {
923
    flex: 0 0 auto;
1001
    flex: 0 0 auto;
924
    width: 25%;
1002
    width: 25%;
-
 
1003
  }
925
  }
1004
 
926
  .row-cols-sm-5 > * {
1005
  .row-cols-sm-5>* {
927
    flex: 0 0 auto;
1006
    flex: 0 0 auto;
928
    width: 20%;
1007
    width: 20%;
-
 
1008
  }
929
  }
1009
 
930
  .row-cols-sm-6 > * {
1010
  .row-cols-sm-6>* {
931
    flex: 0 0 auto;
1011
    flex: 0 0 auto;
932
    width: 16.6666666667%;
1012
    width: 16.6666666667%;
-
 
1013
  }
933
  }
1014
 
934
  .col-sm-auto {
1015
  .col-sm-auto {
935
    flex: 0 0 auto;
1016
    flex: 0 0 auto;
936
    width: auto;
1017
    width: auto;
-
 
1018
  }
937
  }
1019
 
938
  .col-sm-1 {
1020
  .col-sm-1 {
939
    flex: 0 0 auto;
1021
    flex: 0 0 auto;
940
    width: 8.33333333%;
1022
    width: 8.33333333%;
-
 
1023
  }
941
  }
1024
 
942
  .col-sm-2 {
1025
  .col-sm-2 {
943
    flex: 0 0 auto;
1026
    flex: 0 0 auto;
944
    width: 16.66666667%;
1027
    width: 16.66666667%;
-
 
1028
  }
945
  }
1029
 
946
  .col-sm-3 {
1030
  .col-sm-3 {
947
    flex: 0 0 auto;
1031
    flex: 0 0 auto;
948
    width: 25%;
1032
    width: 25%;
-
 
1033
  }
949
  }
1034
 
950
  .col-sm-4 {
1035
  .col-sm-4 {
951
    flex: 0 0 auto;
1036
    flex: 0 0 auto;
952
    width: 33.33333333%;
1037
    width: 33.33333333%;
-
 
1038
  }
953
  }
1039
 
954
  .col-sm-5 {
1040
  .col-sm-5 {
955
    flex: 0 0 auto;
1041
    flex: 0 0 auto;
956
    width: 41.66666667%;
1042
    width: 41.66666667%;
-
 
1043
  }
957
  }
1044
 
958
  .col-sm-6 {
1045
  .col-sm-6 {
959
    flex: 0 0 auto;
1046
    flex: 0 0 auto;
960
    width: 50%;
1047
    width: 50%;
-
 
1048
  }
961
  }
1049
 
962
  .col-sm-7 {
1050
  .col-sm-7 {
963
    flex: 0 0 auto;
1051
    flex: 0 0 auto;
964
    width: 58.33333333%;
1052
    width: 58.33333333%;
-
 
1053
  }
965
  }
1054
 
966
  .col-sm-8 {
1055
  .col-sm-8 {
967
    flex: 0 0 auto;
1056
    flex: 0 0 auto;
968
    width: 66.66666667%;
1057
    width: 66.66666667%;
-
 
1058
  }
969
  }
1059
 
970
  .col-sm-9 {
1060
  .col-sm-9 {
971
    flex: 0 0 auto;
1061
    flex: 0 0 auto;
972
    width: 75%;
1062
    width: 75%;
-
 
1063
  }
973
  }
1064
 
974
  .col-sm-10 {
1065
  .col-sm-10 {
975
    flex: 0 0 auto;
1066
    flex: 0 0 auto;
976
    width: 83.33333333%;
1067
    width: 83.33333333%;
-
 
1068
  }
977
  }
1069
 
978
  .col-sm-11 {
1070
  .col-sm-11 {
979
    flex: 0 0 auto;
1071
    flex: 0 0 auto;
980
    width: 91.66666667%;
1072
    width: 91.66666667%;
-
 
1073
  }
981
  }
1074
 
982
  .col-sm-12 {
1075
  .col-sm-12 {
983
    flex: 0 0 auto;
1076
    flex: 0 0 auto;
984
    width: 100%;
1077
    width: 100%;
-
 
1078
  }
985
  }
1079
 
986
  .offset-sm-0 {
1080
  .offset-sm-0 {
987
    margin-left: 0;
1081
    margin-left: 0;
-
 
1082
  }
988
  }
1083
 
989
  .offset-sm-1 {
1084
  .offset-sm-1 {
990
    margin-left: 8.33333333%;
1085
    margin-left: 8.33333333%;
-
 
1086
  }
991
  }
1087
 
992
  .offset-sm-2 {
1088
  .offset-sm-2 {
993
    margin-left: 16.66666667%;
1089
    margin-left: 16.66666667%;
-
 
1090
  }
994
  }
1091
 
995
  .offset-sm-3 {
1092
  .offset-sm-3 {
996
    margin-left: 25%;
1093
    margin-left: 25%;
-
 
1094
  }
997
  }
1095
 
998
  .offset-sm-4 {
1096
  .offset-sm-4 {
999
    margin-left: 33.33333333%;
1097
    margin-left: 33.33333333%;
-
 
1098
  }
1000
  }
1099
 
1001
  .offset-sm-5 {
1100
  .offset-sm-5 {
1002
    margin-left: 41.66666667%;
1101
    margin-left: 41.66666667%;
-
 
1102
  }
1003
  }
1103
 
1004
  .offset-sm-6 {
1104
  .offset-sm-6 {
1005
    margin-left: 50%;
1105
    margin-left: 50%;
-
 
1106
  }
1006
  }
1107
 
1007
  .offset-sm-7 {
1108
  .offset-sm-7 {
1008
    margin-left: 58.33333333%;
1109
    margin-left: 58.33333333%;
-
 
1110
  }
1009
  }
1111
 
1010
  .offset-sm-8 {
1112
  .offset-sm-8 {
1011
    margin-left: 66.66666667%;
1113
    margin-left: 66.66666667%;
-
 
1114
  }
1012
  }
1115
 
1013
  .offset-sm-9 {
1116
  .offset-sm-9 {
1014
    margin-left: 75%;
1117
    margin-left: 75%;
-
 
1118
  }
1015
  }
1119
 
1016
  .offset-sm-10 {
1120
  .offset-sm-10 {
1017
    margin-left: 83.33333333%;
1121
    margin-left: 83.33333333%;
-
 
1122
  }
1018
  }
1123
 
1019
  .offset-sm-11 {
1124
  .offset-sm-11 {
1020
    margin-left: 91.66666667%;
1125
    margin-left: 91.66666667%;
-
 
1126
  }
1021
  }
1127
 
1022
  .g-sm-0,
1128
  .g-sm-0,
1023
  .gx-sm-0 {
1129
  .gx-sm-0 {
1024
    --bs-gutter-x: 0;
1130
    --bs-gutter-x: 0;
-
 
1131
  }
1025
  }
1132
 
1026
  .g-sm-0,
1133
  .g-sm-0,
1027
  .gy-sm-0 {
1134
  .gy-sm-0 {
1028
    --bs-gutter-y: 0;
1135
    --bs-gutter-y: 0;
-
 
1136
  }
1029
  }
1137
 
1030
  .g-sm-1,
1138
  .g-sm-1,
1031
  .gx-sm-1 {
1139
  .gx-sm-1 {
1032
    --bs-gutter-x: 0.25rem;
1140
    --bs-gutter-x: 0.25rem;
-
 
1141
  }
1033
  }
1142
 
1034
  .g-sm-1,
1143
  .g-sm-1,
1035
  .gy-sm-1 {
1144
  .gy-sm-1 {
1036
    --bs-gutter-y: 0.25rem;
1145
    --bs-gutter-y: 0.25rem;
-
 
1146
  }
1037
  }
1147
 
1038
  .g-sm-2,
1148
  .g-sm-2,
1039
  .gx-sm-2 {
1149
  .gx-sm-2 {
1040
    --bs-gutter-x: 0.5rem;
1150
    --bs-gutter-x: 0.5rem;
-
 
1151
  }
1041
  }
1152
 
1042
  .g-sm-2,
1153
  .g-sm-2,
1043
  .gy-sm-2 {
1154
  .gy-sm-2 {
1044
    --bs-gutter-y: 0.5rem;
1155
    --bs-gutter-y: 0.5rem;
-
 
1156
  }
1045
  }
1157
 
1046
  .g-sm-3,
1158
  .g-sm-3,
1047
  .gx-sm-3 {
1159
  .gx-sm-3 {
1048
    --bs-gutter-x: 1rem;
1160
    --bs-gutter-x: 1rem;
-
 
1161
  }
1049
  }
1162
 
1050
  .g-sm-3,
1163
  .g-sm-3,
1051
  .gy-sm-3 {
1164
  .gy-sm-3 {
1052
    --bs-gutter-y: 1rem;
1165
    --bs-gutter-y: 1rem;
-
 
1166
  }
1053
  }
1167
 
1054
  .g-sm-4,
1168
  .g-sm-4,
1055
  .gx-sm-4 {
1169
  .gx-sm-4 {
1056
    --bs-gutter-x: 1.5rem;
1170
    --bs-gutter-x: 1.5rem;
-
 
1171
  }
1057
  }
1172
 
1058
  .g-sm-4,
1173
  .g-sm-4,
1059
  .gy-sm-4 {
1174
  .gy-sm-4 {
1060
    --bs-gutter-y: 1.5rem;
1175
    --bs-gutter-y: 1.5rem;
-
 
1176
  }
1061
  }
1177
 
1062
  .g-sm-5,
1178
  .g-sm-5,
1063
  .gx-sm-5 {
1179
  .gx-sm-5 {
1064
    --bs-gutter-x: 3rem;
1180
    --bs-gutter-x: 3rem;
-
 
1181
  }
1065
  }
1182
 
1066
  .g-sm-5,
1183
  .g-sm-5,
1067
  .gy-sm-5 {
1184
  .gy-sm-5 {
1068
    --bs-gutter-y: 3rem;
1185
    --bs-gutter-y: 3rem;
-
 
1186
  }
1069
  }
1187
 
1070
  .g-sm-6,
1188
  .g-sm-6,
1071
  .gx-sm-6 {
1189
  .gx-sm-6 {
1072
    --bs-gutter-x: 4.5rem;
1190
    --bs-gutter-x: 4.5rem;
-
 
1191
  }
1073
  }
1192
 
1074
  .g-sm-6,
1193
  .g-sm-6,
1075
  .gy-sm-6 {
1194
  .gy-sm-6 {
1076
    --bs-gutter-y: 4.5rem;
1195
    --bs-gutter-y: 4.5rem;
-
 
1196
  }
1077
  }
1197
 
1078
  .g-sm-7,
1198
  .g-sm-7,
1079
  .gx-sm-7 {
1199
  .gx-sm-7 {
1080
    --bs-gutter-x: 6rem;
1200
    --bs-gutter-x: 6rem;
-
 
1201
  }
1081
  }
1202
 
1082
  .g-sm-7,
1203
  .g-sm-7,
1083
  .gy-sm-7 {
1204
  .gy-sm-7 {
1084
    --bs-gutter-y: 6rem;
1205
    --bs-gutter-y: 6rem;
1085
  }
1206
  }
-
 
1207
}
1086
}
1208
 
1087
@media (min-width: 768px) {
1209
@media (min-width: 768px) {
1088
  .col-md {
1210
  .col-md {
1089
    flex: 1 0 0%;
1211
    flex: 1 0 0%;
-
 
1212
  }
1090
  }
1213
 
1091
  .row-cols-md-auto > * {
1214
  .row-cols-md-auto>* {
1092
    flex: 0 0 auto;
1215
    flex: 0 0 auto;
1093
    width: auto;
1216
    width: auto;
-
 
1217
  }
1094
  }
1218
 
1095
  .row-cols-md-1 > * {
1219
  .row-cols-md-1>* {
1096
    flex: 0 0 auto;
1220
    flex: 0 0 auto;
1097
    width: 100%;
1221
    width: 100%;
-
 
1222
  }
1098
  }
1223
 
1099
  .row-cols-md-2 > * {
1224
  .row-cols-md-2>* {
1100
    flex: 0 0 auto;
1225
    flex: 0 0 auto;
1101
    width: 50%;
1226
    width: 50%;
-
 
1227
  }
1102
  }
1228
 
1103
  .row-cols-md-3 > * {
1229
  .row-cols-md-3>* {
1104
    flex: 0 0 auto;
1230
    flex: 0 0 auto;
1105
    width: 33.3333333333%;
1231
    width: 33.3333333333%;
-
 
1232
  }
1106
  }
1233
 
1107
  .row-cols-md-4 > * {
1234
  .row-cols-md-4>* {
1108
    flex: 0 0 auto;
1235
    flex: 0 0 auto;
1109
    width: 25%;
1236
    width: 25%;
-
 
1237
  }
1110
  }
1238
 
1111
  .row-cols-md-5 > * {
1239
  .row-cols-md-5>* {
1112
    flex: 0 0 auto;
1240
    flex: 0 0 auto;
1113
    width: 20%;
1241
    width: 20%;
-
 
1242
  }
1114
  }
1243
 
1115
  .row-cols-md-6 > * {
1244
  .row-cols-md-6>* {
1116
    flex: 0 0 auto;
1245
    flex: 0 0 auto;
1117
    width: 16.6666666667%;
1246
    width: 16.6666666667%;
-
 
1247
  }
1118
  }
1248
 
1119
  .col-md-auto {
1249
  .col-md-auto {
1120
    flex: 0 0 auto;
1250
    flex: 0 0 auto;
1121
    width: auto;
1251
    width: auto;
-
 
1252
  }
1122
  }
1253
 
1123
  .col-md-1 {
1254
  .col-md-1 {
1124
    flex: 0 0 auto;
1255
    flex: 0 0 auto;
1125
    width: 8.33333333%;
1256
    width: 8.33333333%;
-
 
1257
  }
1126
  }
1258
 
1127
  .col-md-2 {
1259
  .col-md-2 {
1128
    flex: 0 0 auto;
1260
    flex: 0 0 auto;
1129
    width: 16.66666667%;
1261
    width: 16.66666667%;
-
 
1262
  }
1130
  }
1263
 
1131
  .col-md-3 {
1264
  .col-md-3 {
1132
    flex: 0 0 auto;
1265
    flex: 0 0 auto;
1133
    width: 25%;
1266
    width: 25%;
-
 
1267
  }
1134
  }
1268
 
1135
  .col-md-4 {
1269
  .col-md-4 {
1136
    flex: 0 0 auto;
1270
    flex: 0 0 auto;
1137
    width: 33.33333333%;
1271
    width: 33.33333333%;
-
 
1272
  }
1138
  }
1273
 
1139
  .col-md-5 {
1274
  .col-md-5 {
1140
    flex: 0 0 auto;
1275
    flex: 0 0 auto;
1141
    width: 41.66666667%;
1276
    width: 41.66666667%;
-
 
1277
  }
1142
  }
1278
 
1143
  .col-md-6 {
1279
  .col-md-6 {
1144
    flex: 0 0 auto;
1280
    flex: 0 0 auto;
1145
    width: 50%;
1281
    width: 50%;
-
 
1282
  }
1146
  }
1283
 
1147
  .col-md-7 {
1284
  .col-md-7 {
1148
    flex: 0 0 auto;
1285
    flex: 0 0 auto;
1149
    width: 58.33333333%;
1286
    width: 58.33333333%;
-
 
1287
  }
1150
  }
1288
 
1151
  .col-md-8 {
1289
  .col-md-8 {
1152
    flex: 0 0 auto;
1290
    flex: 0 0 auto;
1153
    width: 66.66666667%;
1291
    width: 66.66666667%;
-
 
1292
  }
1154
  }
1293
 
1155
  .col-md-9 {
1294
  .col-md-9 {
1156
    flex: 0 0 auto;
1295
    flex: 0 0 auto;
1157
    width: 75%;
1296
    width: 75%;
-
 
1297
  }
1158
  }
1298
 
1159
  .col-md-10 {
1299
  .col-md-10 {
1160
    flex: 0 0 auto;
1300
    flex: 0 0 auto;
1161
    width: 83.33333333%;
1301
    width: 83.33333333%;
-
 
1302
  }
1162
  }
1303
 
1163
  .col-md-11 {
1304
  .col-md-11 {
1164
    flex: 0 0 auto;
1305
    flex: 0 0 auto;
1165
    width: 91.66666667%;
1306
    width: 91.66666667%;
-
 
1307
  }
1166
  }
1308
 
1167
  .col-md-12 {
1309
  .col-md-12 {
1168
    flex: 0 0 auto;
1310
    flex: 0 0 auto;
1169
    width: 100%;
1311
    width: 100%;
-
 
1312
  }
1170
  }
1313
 
1171
  .offset-md-0 {
1314
  .offset-md-0 {
1172
    margin-left: 0;
1315
    margin-left: 0;
-
 
1316
  }
1173
  }
1317
 
1174
  .offset-md-1 {
1318
  .offset-md-1 {
1175
    margin-left: 8.33333333%;
1319
    margin-left: 8.33333333%;
-
 
1320
  }
1176
  }
1321
 
1177
  .offset-md-2 {
1322
  .offset-md-2 {
1178
    margin-left: 16.66666667%;
1323
    margin-left: 16.66666667%;
-
 
1324
  }
1179
  }
1325
 
1180
  .offset-md-3 {
1326
  .offset-md-3 {
1181
    margin-left: 25%;
1327
    margin-left: 25%;
-
 
1328
  }
1182
  }
1329
 
1183
  .offset-md-4 {
1330
  .offset-md-4 {
1184
    margin-left: 33.33333333%;
1331
    margin-left: 33.33333333%;
-
 
1332
  }
1185
  }
1333
 
1186
  .offset-md-5 {
1334
  .offset-md-5 {
1187
    margin-left: 41.66666667%;
1335
    margin-left: 41.66666667%;
-
 
1336
  }
1188
  }
1337
 
1189
  .offset-md-6 {
1338
  .offset-md-6 {
1190
    margin-left: 50%;
1339
    margin-left: 50%;
-
 
1340
  }
1191
  }
1341
 
1192
  .offset-md-7 {
1342
  .offset-md-7 {
1193
    margin-left: 58.33333333%;
1343
    margin-left: 58.33333333%;
-
 
1344
  }
1194
  }
1345
 
1195
  .offset-md-8 {
1346
  .offset-md-8 {
1196
    margin-left: 66.66666667%;
1347
    margin-left: 66.66666667%;
-
 
1348
  }
1197
  }
1349
 
1198
  .offset-md-9 {
1350
  .offset-md-9 {
1199
    margin-left: 75%;
1351
    margin-left: 75%;
-
 
1352
  }
1200
  }
1353
 
1201
  .offset-md-10 {
1354
  .offset-md-10 {
1202
    margin-left: 83.33333333%;
1355
    margin-left: 83.33333333%;
-
 
1356
  }
1203
  }
1357
 
1204
  .offset-md-11 {
1358
  .offset-md-11 {
1205
    margin-left: 91.66666667%;
1359
    margin-left: 91.66666667%;
-
 
1360
  }
1206
  }
1361
 
1207
  .g-md-0,
1362
  .g-md-0,
1208
  .gx-md-0 {
1363
  .gx-md-0 {
1209
    --bs-gutter-x: 0;
1364
    --bs-gutter-x: 0;
-
 
1365
  }
1210
  }
1366
 
1211
  .g-md-0,
1367
  .g-md-0,
1212
  .gy-md-0 {
1368
  .gy-md-0 {
1213
    --bs-gutter-y: 0;
1369
    --bs-gutter-y: 0;
-
 
1370
  }
1214
  }
1371
 
1215
  .g-md-1,
1372
  .g-md-1,
1216
  .gx-md-1 {
1373
  .gx-md-1 {
1217
    --bs-gutter-x: 0.25rem;
1374
    --bs-gutter-x: 0.25rem;
-
 
1375
  }
1218
  }
1376
 
1219
  .g-md-1,
1377
  .g-md-1,
1220
  .gy-md-1 {
1378
  .gy-md-1 {
1221
    --bs-gutter-y: 0.25rem;
1379
    --bs-gutter-y: 0.25rem;
-
 
1380
  }
1222
  }
1381
 
1223
  .g-md-2,
1382
  .g-md-2,
1224
  .gx-md-2 {
1383
  .gx-md-2 {
1225
    --bs-gutter-x: 0.5rem;
1384
    --bs-gutter-x: 0.5rem;
-
 
1385
  }
1226
  }
1386
 
1227
  .g-md-2,
1387
  .g-md-2,
1228
  .gy-md-2 {
1388
  .gy-md-2 {
1229
    --bs-gutter-y: 0.5rem;
1389
    --bs-gutter-y: 0.5rem;
-
 
1390
  }
1230
  }
1391
 
1231
  .g-md-3,
1392
  .g-md-3,
1232
  .gx-md-3 {
1393
  .gx-md-3 {
1233
    --bs-gutter-x: 1rem;
1394
    --bs-gutter-x: 1rem;
-
 
1395
  }
1234
  }
1396
 
1235
  .g-md-3,
1397
  .g-md-3,
1236
  .gy-md-3 {
1398
  .gy-md-3 {
1237
    --bs-gutter-y: 1rem;
1399
    --bs-gutter-y: 1rem;
-
 
1400
  }
1238
  }
1401
 
1239
  .g-md-4,
1402
  .g-md-4,
1240
  .gx-md-4 {
1403
  .gx-md-4 {
1241
    --bs-gutter-x: 1.5rem;
1404
    --bs-gutter-x: 1.5rem;
-
 
1405
  }
1242
  }
1406
 
1243
  .g-md-4,
1407
  .g-md-4,
1244
  .gy-md-4 {
1408
  .gy-md-4 {
1245
    --bs-gutter-y: 1.5rem;
1409
    --bs-gutter-y: 1.5rem;
-
 
1410
  }
1246
  }
1411
 
1247
  .g-md-5,
1412
  .g-md-5,
1248
  .gx-md-5 {
1413
  .gx-md-5 {
1249
    --bs-gutter-x: 3rem;
1414
    --bs-gutter-x: 3rem;
-
 
1415
  }
1250
  }
1416
 
1251
  .g-md-5,
1417
  .g-md-5,
1252
  .gy-md-5 {
1418
  .gy-md-5 {
1253
    --bs-gutter-y: 3rem;
1419
    --bs-gutter-y: 3rem;
-
 
1420
  }
1254
  }
1421
 
1255
  .g-md-6,
1422
  .g-md-6,
1256
  .gx-md-6 {
1423
  .gx-md-6 {
1257
    --bs-gutter-x: 4.5rem;
1424
    --bs-gutter-x: 4.5rem;
-
 
1425
  }
1258
  }
1426
 
1259
  .g-md-6,
1427
  .g-md-6,
1260
  .gy-md-6 {
1428
  .gy-md-6 {
1261
    --bs-gutter-y: 4.5rem;
1429
    --bs-gutter-y: 4.5rem;
-
 
1430
  }
1262
  }
1431
 
1263
  .g-md-7,
1432
  .g-md-7,
1264
  .gx-md-7 {
1433
  .gx-md-7 {
1265
    --bs-gutter-x: 6rem;
1434
    --bs-gutter-x: 6rem;
-
 
1435
  }
1266
  }
1436
 
1267
  .g-md-7,
1437
  .g-md-7,
1268
  .gy-md-7 {
1438
  .gy-md-7 {
1269
    --bs-gutter-y: 6rem;
1439
    --bs-gutter-y: 6rem;
1270
  }
1440
  }
-
 
1441
}
1271
}
1442
 
1272
@media (min-width: 992px) {
1443
@media (min-width: 992px) {
1273
  .col-lg {
1444
  .col-lg {
1274
    flex: 1 0 0%;
1445
    flex: 1 0 0%;
-
 
1446
  }
1275
  }
1447
 
1276
  .row-cols-lg-auto > * {
1448
  .row-cols-lg-auto>* {
1277
    flex: 0 0 auto;
1449
    flex: 0 0 auto;
1278
    width: auto;
1450
    width: auto;
-
 
1451
  }
1279
  }
1452
 
1280
  .row-cols-lg-1 > * {
1453
  .row-cols-lg-1>* {
1281
    flex: 0 0 auto;
1454
    flex: 0 0 auto;
1282
    width: 100%;
1455
    width: 100%;
-
 
1456
  }
1283
  }
1457
 
1284
  .row-cols-lg-2 > * {
1458
  .row-cols-lg-2>* {
1285
    flex: 0 0 auto;
1459
    flex: 0 0 auto;
1286
    width: 50%;
1460
    width: 50%;
-
 
1461
  }
1287
  }
1462
 
1288
  .row-cols-lg-3 > * {
1463
  .row-cols-lg-3>* {
1289
    flex: 0 0 auto;
1464
    flex: 0 0 auto;
1290
    width: 33.3333333333%;
1465
    width: 33.3333333333%;
-
 
1466
  }
1291
  }
1467
 
1292
  .row-cols-lg-4 > * {
1468
  .row-cols-lg-4>* {
1293
    flex: 0 0 auto;
1469
    flex: 0 0 auto;
1294
    width: 25%;
1470
    width: 25%;
-
 
1471
  }
1295
  }
1472
 
1296
  .row-cols-lg-5 > * {
1473
  .row-cols-lg-5>* {
1297
    flex: 0 0 auto;
1474
    flex: 0 0 auto;
1298
    width: 20%;
1475
    width: 20%;
-
 
1476
  }
1299
  }
1477
 
1300
  .row-cols-lg-6 > * {
1478
  .row-cols-lg-6>* {
1301
    flex: 0 0 auto;
1479
    flex: 0 0 auto;
1302
    width: 16.6666666667%;
1480
    width: 16.6666666667%;
-
 
1481
  }
1303
  }
1482
 
1304
  .col-lg-auto {
1483
  .col-lg-auto {
1305
    flex: 0 0 auto;
1484
    flex: 0 0 auto;
1306
    width: auto;
1485
    width: auto;
-
 
1486
  }
1307
  }
1487
 
1308
  .col-lg-1 {
1488
  .col-lg-1 {
1309
    flex: 0 0 auto;
1489
    flex: 0 0 auto;
1310
    width: 8.33333333%;
1490
    width: 8.33333333%;
-
 
1491
  }
1311
  }
1492
 
1312
  .col-lg-2 {
1493
  .col-lg-2 {
1313
    flex: 0 0 auto;
1494
    flex: 0 0 auto;
1314
    width: 16.66666667%;
1495
    width: 16.66666667%;
-
 
1496
  }
1315
  }
1497
 
1316
  .col-lg-3 {
1498
  .col-lg-3 {
1317
    flex: 0 0 auto;
1499
    flex: 0 0 auto;
1318
    width: 25%;
1500
    width: 25%;
-
 
1501
  }
1319
  }
1502
 
1320
  .col-lg-4 {
1503
  .col-lg-4 {
1321
    flex: 0 0 auto;
1504
    flex: 0 0 auto;
1322
    width: 33.33333333%;
1505
    width: 33.33333333%;
-
 
1506
  }
1323
  }
1507
 
1324
  .col-lg-5 {
1508
  .col-lg-5 {
1325
    flex: 0 0 auto;
1509
    flex: 0 0 auto;
1326
    width: 41.66666667%;
1510
    width: 41.66666667%;
-
 
1511
  }
1327
  }
1512
 
1328
  .col-lg-6 {
1513
  .col-lg-6 {
1329
    flex: 0 0 auto;
1514
    flex: 0 0 auto;
1330
    width: 50%;
1515
    width: 50%;
-
 
1516
  }
1331
  }
1517
 
1332
  .col-lg-7 {
1518
  .col-lg-7 {
1333
    flex: 0 0 auto;
1519
    flex: 0 0 auto;
1334
    width: 58.33333333%;
1520
    width: 58.33333333%;
-
 
1521
  }
1335
  }
1522
 
1336
  .col-lg-8 {
1523
  .col-lg-8 {
1337
    flex: 0 0 auto;
1524
    flex: 0 0 auto;
1338
    width: 66.66666667%;
1525
    width: 66.66666667%;
-
 
1526
  }
1339
  }
1527
 
1340
  .col-lg-9 {
1528
  .col-lg-9 {
1341
    flex: 0 0 auto;
1529
    flex: 0 0 auto;
1342
    width: 75%;
1530
    width: 75%;
-
 
1531
  }
1343
  }
1532
 
1344
  .col-lg-10 {
1533
  .col-lg-10 {
1345
    flex: 0 0 auto;
1534
    flex: 0 0 auto;
1346
    width: 83.33333333%;
1535
    width: 83.33333333%;
-
 
1536
  }
1347
  }
1537
 
1348
  .col-lg-11 {
1538
  .col-lg-11 {
1349
    flex: 0 0 auto;
1539
    flex: 0 0 auto;
1350
    width: 91.66666667%;
1540
    width: 91.66666667%;
-
 
1541
  }
1351
  }
1542
 
1352
  .col-lg-12 {
1543
  .col-lg-12 {
1353
    flex: 0 0 auto;
1544
    flex: 0 0 auto;
1354
    width: 100%;
1545
    width: 100%;
-
 
1546
  }
1355
  }
1547
 
1356
  .offset-lg-0 {
1548
  .offset-lg-0 {
1357
    margin-left: 0;
1549
    margin-left: 0;
-
 
1550
  }
1358
  }
1551
 
1359
  .offset-lg-1 {
1552
  .offset-lg-1 {
1360
    margin-left: 8.33333333%;
1553
    margin-left: 8.33333333%;
-
 
1554
  }
1361
  }
1555
 
1362
  .offset-lg-2 {
1556
  .offset-lg-2 {
1363
    margin-left: 16.66666667%;
1557
    margin-left: 16.66666667%;
-
 
1558
  }
1364
  }
1559
 
1365
  .offset-lg-3 {
1560
  .offset-lg-3 {
1366
    margin-left: 25%;
1561
    margin-left: 25%;
-
 
1562
  }
1367
  }
1563
 
1368
  .offset-lg-4 {
1564
  .offset-lg-4 {
1369
    margin-left: 33.33333333%;
1565
    margin-left: 33.33333333%;
-
 
1566
  }
1370
  }
1567
 
1371
  .offset-lg-5 {
1568
  .offset-lg-5 {
1372
    margin-left: 41.66666667%;
1569
    margin-left: 41.66666667%;
-
 
1570
  }
1373
  }
1571
 
1374
  .offset-lg-6 {
1572
  .offset-lg-6 {
1375
    margin-left: 50%;
1573
    margin-left: 50%;
-
 
1574
  }
1376
  }
1575
 
1377
  .offset-lg-7 {
1576
  .offset-lg-7 {
1378
    margin-left: 58.33333333%;
1577
    margin-left: 58.33333333%;
-
 
1578
  }
1379
  }
1579
 
1380
  .offset-lg-8 {
1580
  .offset-lg-8 {
1381
    margin-left: 66.66666667%;
1581
    margin-left: 66.66666667%;
-
 
1582
  }
1382
  }
1583
 
1383
  .offset-lg-9 {
1584
  .offset-lg-9 {
1384
    margin-left: 75%;
1585
    margin-left: 75%;
-
 
1586
  }
1385
  }
1587
 
1386
  .offset-lg-10 {
1588
  .offset-lg-10 {
1387
    margin-left: 83.33333333%;
1589
    margin-left: 83.33333333%;
-
 
1590
  }
1388
  }
1591
 
1389
  .offset-lg-11 {
1592
  .offset-lg-11 {
1390
    margin-left: 91.66666667%;
1593
    margin-left: 91.66666667%;
-
 
1594
  }
1391
  }
1595
 
1392
  .g-lg-0,
1596
  .g-lg-0,
1393
  .gx-lg-0 {
1597
  .gx-lg-0 {
1394
    --bs-gutter-x: 0;
1598
    --bs-gutter-x: 0;
-
 
1599
  }
1395
  }
1600
 
1396
  .g-lg-0,
1601
  .g-lg-0,
1397
  .gy-lg-0 {
1602
  .gy-lg-0 {
1398
    --bs-gutter-y: 0;
1603
    --bs-gutter-y: 0;
-
 
1604
  }
1399
  }
1605
 
1400
  .g-lg-1,
1606
  .g-lg-1,
1401
  .gx-lg-1 {
1607
  .gx-lg-1 {
1402
    --bs-gutter-x: 0.25rem;
1608
    --bs-gutter-x: 0.25rem;
-
 
1609
  }
1403
  }
1610
 
1404
  .g-lg-1,
1611
  .g-lg-1,
1405
  .gy-lg-1 {
1612
  .gy-lg-1 {
1406
    --bs-gutter-y: 0.25rem;
1613
    --bs-gutter-y: 0.25rem;
-
 
1614
  }
1407
  }
1615
 
1408
  .g-lg-2,
1616
  .g-lg-2,
1409
  .gx-lg-2 {
1617
  .gx-lg-2 {
1410
    --bs-gutter-x: 0.5rem;
1618
    --bs-gutter-x: 0.5rem;
-
 
1619
  }
1411
  }
1620
 
1412
  .g-lg-2,
1621
  .g-lg-2,
1413
  .gy-lg-2 {
1622
  .gy-lg-2 {
1414
    --bs-gutter-y: 0.5rem;
1623
    --bs-gutter-y: 0.5rem;
-
 
1624
  }
1415
  }
1625
 
1416
  .g-lg-3,
1626
  .g-lg-3,
1417
  .gx-lg-3 {
1627
  .gx-lg-3 {
1418
    --bs-gutter-x: 1rem;
1628
    --bs-gutter-x: 1rem;
-
 
1629
  }
1419
  }
1630
 
1420
  .g-lg-3,
1631
  .g-lg-3,
1421
  .gy-lg-3 {
1632
  .gy-lg-3 {
1422
    --bs-gutter-y: 1rem;
1633
    --bs-gutter-y: 1rem;
-
 
1634
  }
1423
  }
1635
 
1424
  .g-lg-4,
1636
  .g-lg-4,
1425
  .gx-lg-4 {
1637
  .gx-lg-4 {
1426
    --bs-gutter-x: 1.5rem;
1638
    --bs-gutter-x: 1.5rem;
-
 
1639
  }
1427
  }
1640
 
1428
  .g-lg-4,
1641
  .g-lg-4,
1429
  .gy-lg-4 {
1642
  .gy-lg-4 {
1430
    --bs-gutter-y: 1.5rem;
1643
    --bs-gutter-y: 1.5rem;
-
 
1644
  }
1431
  }
1645
 
1432
  .g-lg-5,
1646
  .g-lg-5,
1433
  .gx-lg-5 {
1647
  .gx-lg-5 {
1434
    --bs-gutter-x: 3rem;
1648
    --bs-gutter-x: 3rem;
-
 
1649
  }
1435
  }
1650
 
1436
  .g-lg-5,
1651
  .g-lg-5,
1437
  .gy-lg-5 {
1652
  .gy-lg-5 {
1438
    --bs-gutter-y: 3rem;
1653
    --bs-gutter-y: 3rem;
-
 
1654
  }
1439
  }
1655
 
1440
  .g-lg-6,
1656
  .g-lg-6,
1441
  .gx-lg-6 {
1657
  .gx-lg-6 {
1442
    --bs-gutter-x: 4.5rem;
1658
    --bs-gutter-x: 4.5rem;
-
 
1659
  }
1443
  }
1660
 
1444
  .g-lg-6,
1661
  .g-lg-6,
1445
  .gy-lg-6 {
1662
  .gy-lg-6 {
1446
    --bs-gutter-y: 4.5rem;
1663
    --bs-gutter-y: 4.5rem;
-
 
1664
  }
1447
  }
1665
 
1448
  .g-lg-7,
1666
  .g-lg-7,
1449
  .gx-lg-7 {
1667
  .gx-lg-7 {
1450
    --bs-gutter-x: 6rem;
1668
    --bs-gutter-x: 6rem;
-
 
1669
  }
1451
  }
1670
 
1452
  .g-lg-7,
1671
  .g-lg-7,
1453
  .gy-lg-7 {
1672
  .gy-lg-7 {
1454
    --bs-gutter-y: 6rem;
1673
    --bs-gutter-y: 6rem;
1455
  }
1674
  }
-
 
1675
}
1456
}
1676
 
1457
@media (min-width: 1200px) {
1677
@media (min-width: 1200px) {
1458
  .col-xl {
1678
  .col-xl {
1459
    flex: 1 0 0%;
1679
    flex: 1 0 0%;
-
 
1680
  }
1460
  }
1681
 
1461
  .row-cols-xl-auto > * {
1682
  .row-cols-xl-auto>* {
1462
    flex: 0 0 auto;
1683
    flex: 0 0 auto;
1463
    width: auto;
1684
    width: auto;
-
 
1685
  }
1464
  }
1686
 
1465
  .row-cols-xl-1 > * {
1687
  .row-cols-xl-1>* {
1466
    flex: 0 0 auto;
1688
    flex: 0 0 auto;
1467
    width: 100%;
1689
    width: 100%;
-
 
1690
  }
1468
  }
1691
 
1469
  .row-cols-xl-2 > * {
1692
  .row-cols-xl-2>* {
1470
    flex: 0 0 auto;
1693
    flex: 0 0 auto;
1471
    width: 50%;
1694
    width: 50%;
-
 
1695
  }
1472
  }
1696
 
1473
  .row-cols-xl-3 > * {
1697
  .row-cols-xl-3>* {
1474
    flex: 0 0 auto;
1698
    flex: 0 0 auto;
1475
    width: 33.3333333333%;
1699
    width: 33.3333333333%;
-
 
1700
  }
1476
  }
1701
 
1477
  .row-cols-xl-4 > * {
1702
  .row-cols-xl-4>* {
1478
    flex: 0 0 auto;
1703
    flex: 0 0 auto;
1479
    width: 25%;
1704
    width: 25%;
-
 
1705
  }
1480
  }
1706
 
1481
  .row-cols-xl-5 > * {
1707
  .row-cols-xl-5>* {
1482
    flex: 0 0 auto;
1708
    flex: 0 0 auto;
1483
    width: 20%;
1709
    width: 20%;
-
 
1710
  }
1484
  }
1711
 
1485
  .row-cols-xl-6 > * {
1712
  .row-cols-xl-6>* {
1486
    flex: 0 0 auto;
1713
    flex: 0 0 auto;
1487
    width: 16.6666666667%;
1714
    width: 16.6666666667%;
-
 
1715
  }
1488
  }
1716
 
1489
  .col-xl-auto {
1717
  .col-xl-auto {
1490
    flex: 0 0 auto;
1718
    flex: 0 0 auto;
1491
    width: auto;
1719
    width: auto;
-
 
1720
  }
1492
  }
1721
 
1493
  .col-xl-1 {
1722
  .col-xl-1 {
1494
    flex: 0 0 auto;
1723
    flex: 0 0 auto;
1495
    width: 8.33333333%;
1724
    width: 8.33333333%;
-
 
1725
  }
1496
  }
1726
 
1497
  .col-xl-2 {
1727
  .col-xl-2 {
1498
    flex: 0 0 auto;
1728
    flex: 0 0 auto;
1499
    width: 16.66666667%;
1729
    width: 16.66666667%;
-
 
1730
  }
1500
  }
1731
 
1501
  .col-xl-3 {
1732
  .col-xl-3 {
1502
    flex: 0 0 auto;
1733
    flex: 0 0 auto;
1503
    width: 25%;
1734
    width: 25%;
-
 
1735
  }
1504
  }
1736
 
1505
  .col-xl-4 {
1737
  .col-xl-4 {
1506
    flex: 0 0 auto;
1738
    flex: 0 0 auto;
1507
    width: 33.33333333%;
1739
    width: 33.33333333%;
-
 
1740
  }
1508
  }
1741
 
1509
  .col-xl-5 {
1742
  .col-xl-5 {
1510
    flex: 0 0 auto;
1743
    flex: 0 0 auto;
1511
    width: 41.66666667%;
1744
    width: 41.66666667%;
-
 
1745
  }
1512
  }
1746
 
1513
  .col-xl-6 {
1747
  .col-xl-6 {
1514
    flex: 0 0 auto;
1748
    flex: 0 0 auto;
1515
    width: 50%;
1749
    width: 50%;
-
 
1750
  }
1516
  }
1751
 
1517
  .col-xl-7 {
1752
  .col-xl-7 {
1518
    flex: 0 0 auto;
1753
    flex: 0 0 auto;
1519
    width: 58.33333333%;
1754
    width: 58.33333333%;
-
 
1755
  }
1520
  }
1756
 
1521
  .col-xl-8 {
1757
  .col-xl-8 {
1522
    flex: 0 0 auto;
1758
    flex: 0 0 auto;
1523
    width: 66.66666667%;
1759
    width: 66.66666667%;
-
 
1760
  }
1524
  }
1761
 
1525
  .col-xl-9 {
1762
  .col-xl-9 {
1526
    flex: 0 0 auto;
1763
    flex: 0 0 auto;
1527
    width: 75%;
1764
    width: 75%;
-
 
1765
  }
1528
  }
1766
 
1529
  .col-xl-10 {
1767
  .col-xl-10 {
1530
    flex: 0 0 auto;
1768
    flex: 0 0 auto;
1531
    width: 83.33333333%;
1769
    width: 83.33333333%;
-
 
1770
  }
1532
  }
1771
 
1533
  .col-xl-11 {
1772
  .col-xl-11 {
1534
    flex: 0 0 auto;
1773
    flex: 0 0 auto;
1535
    width: 91.66666667%;
1774
    width: 91.66666667%;
-
 
1775
  }
1536
  }
1776
 
1537
  .col-xl-12 {
1777
  .col-xl-12 {
1538
    flex: 0 0 auto;
1778
    flex: 0 0 auto;
1539
    width: 100%;
1779
    width: 100%;
-
 
1780
  }
1540
  }
1781
 
1541
  .offset-xl-0 {
1782
  .offset-xl-0 {
1542
    margin-left: 0;
1783
    margin-left: 0;
-
 
1784
  }
1543
  }
1785
 
1544
  .offset-xl-1 {
1786
  .offset-xl-1 {
1545
    margin-left: 8.33333333%;
1787
    margin-left: 8.33333333%;
-
 
1788
  }
1546
  }
1789
 
1547
  .offset-xl-2 {
1790
  .offset-xl-2 {
1548
    margin-left: 16.66666667%;
1791
    margin-left: 16.66666667%;
-
 
1792
  }
1549
  }
1793
 
1550
  .offset-xl-3 {
1794
  .offset-xl-3 {
1551
    margin-left: 25%;
1795
    margin-left: 25%;
-
 
1796
  }
1552
  }
1797
 
1553
  .offset-xl-4 {
1798
  .offset-xl-4 {
1554
    margin-left: 33.33333333%;
1799
    margin-left: 33.33333333%;
-
 
1800
  }
1555
  }
1801
 
1556
  .offset-xl-5 {
1802
  .offset-xl-5 {
1557
    margin-left: 41.66666667%;
1803
    margin-left: 41.66666667%;
-
 
1804
  }
1558
  }
1805
 
1559
  .offset-xl-6 {
1806
  .offset-xl-6 {
1560
    margin-left: 50%;
1807
    margin-left: 50%;
-
 
1808
  }
1561
  }
1809
 
1562
  .offset-xl-7 {
1810
  .offset-xl-7 {
1563
    margin-left: 58.33333333%;
1811
    margin-left: 58.33333333%;
-
 
1812
  }
1564
  }
1813
 
1565
  .offset-xl-8 {
1814
  .offset-xl-8 {
1566
    margin-left: 66.66666667%;
1815
    margin-left: 66.66666667%;
-
 
1816
  }
1567
  }
1817
 
1568
  .offset-xl-9 {
1818
  .offset-xl-9 {
1569
    margin-left: 75%;
1819
    margin-left: 75%;
-
 
1820
  }
1570
  }
1821
 
1571
  .offset-xl-10 {
1822
  .offset-xl-10 {
1572
    margin-left: 83.33333333%;
1823
    margin-left: 83.33333333%;
-
 
1824
  }
1573
  }
1825
 
1574
  .offset-xl-11 {
1826
  .offset-xl-11 {
1575
    margin-left: 91.66666667%;
1827
    margin-left: 91.66666667%;
-
 
1828
  }
1576
  }
1829
 
1577
  .g-xl-0,
1830
  .g-xl-0,
1578
  .gx-xl-0 {
1831
  .gx-xl-0 {
1579
    --bs-gutter-x: 0;
1832
    --bs-gutter-x: 0;
-
 
1833
  }
1580
  }
1834
 
1581
  .g-xl-0,
1835
  .g-xl-0,
1582
  .gy-xl-0 {
1836
  .gy-xl-0 {
1583
    --bs-gutter-y: 0;
1837
    --bs-gutter-y: 0;
-
 
1838
  }
1584
  }
1839
 
1585
  .g-xl-1,
1840
  .g-xl-1,
1586
  .gx-xl-1 {
1841
  .gx-xl-1 {
1587
    --bs-gutter-x: 0.25rem;
1842
    --bs-gutter-x: 0.25rem;
-
 
1843
  }
1588
  }
1844
 
1589
  .g-xl-1,
1845
  .g-xl-1,
1590
  .gy-xl-1 {
1846
  .gy-xl-1 {
1591
    --bs-gutter-y: 0.25rem;
1847
    --bs-gutter-y: 0.25rem;
-
 
1848
  }
1592
  }
1849
 
1593
  .g-xl-2,
1850
  .g-xl-2,
1594
  .gx-xl-2 {
1851
  .gx-xl-2 {
1595
    --bs-gutter-x: 0.5rem;
1852
    --bs-gutter-x: 0.5rem;
-
 
1853
  }
1596
  }
1854
 
1597
  .g-xl-2,
1855
  .g-xl-2,
1598
  .gy-xl-2 {
1856
  .gy-xl-2 {
1599
    --bs-gutter-y: 0.5rem;
1857
    --bs-gutter-y: 0.5rem;
-
 
1858
  }
1600
  }
1859
 
1601
  .g-xl-3,
1860
  .g-xl-3,
1602
  .gx-xl-3 {
1861
  .gx-xl-3 {
1603
    --bs-gutter-x: 1rem;
1862
    --bs-gutter-x: 1rem;
-
 
1863
  }
1604
  }
1864
 
1605
  .g-xl-3,
1865
  .g-xl-3,
1606
  .gy-xl-3 {
1866
  .gy-xl-3 {
1607
    --bs-gutter-y: 1rem;
1867
    --bs-gutter-y: 1rem;
-
 
1868
  }
1608
  }
1869
 
1609
  .g-xl-4,
1870
  .g-xl-4,
1610
  .gx-xl-4 {
1871
  .gx-xl-4 {
1611
    --bs-gutter-x: 1.5rem;
1872
    --bs-gutter-x: 1.5rem;
-
 
1873
  }
1612
  }
1874
 
1613
  .g-xl-4,
1875
  .g-xl-4,
1614
  .gy-xl-4 {
1876
  .gy-xl-4 {
1615
    --bs-gutter-y: 1.5rem;
1877
    --bs-gutter-y: 1.5rem;
-
 
1878
  }
1616
  }
1879
 
1617
  .g-xl-5,
1880
  .g-xl-5,
1618
  .gx-xl-5 {
1881
  .gx-xl-5 {
1619
    --bs-gutter-x: 3rem;
1882
    --bs-gutter-x: 3rem;
-
 
1883
  }
1620
  }
1884
 
1621
  .g-xl-5,
1885
  .g-xl-5,
1622
  .gy-xl-5 {
1886
  .gy-xl-5 {
1623
    --bs-gutter-y: 3rem;
1887
    --bs-gutter-y: 3rem;
-
 
1888
  }
1624
  }
1889
 
1625
  .g-xl-6,
1890
  .g-xl-6,
1626
  .gx-xl-6 {
1891
  .gx-xl-6 {
1627
    --bs-gutter-x: 4.5rem;
1892
    --bs-gutter-x: 4.5rem;
-
 
1893
  }
1628
  }
1894
 
1629
  .g-xl-6,
1895
  .g-xl-6,
1630
  .gy-xl-6 {
1896
  .gy-xl-6 {
1631
    --bs-gutter-y: 4.5rem;
1897
    --bs-gutter-y: 4.5rem;
-
 
1898
  }
1632
  }
1899
 
1633
  .g-xl-7,
1900
  .g-xl-7,
1634
  .gx-xl-7 {
1901
  .gx-xl-7 {
1635
    --bs-gutter-x: 6rem;
1902
    --bs-gutter-x: 6rem;
-
 
1903
  }
1636
  }
1904
 
1637
  .g-xl-7,
1905
  .g-xl-7,
1638
  .gy-xl-7 {
1906
  .gy-xl-7 {
1639
    --bs-gutter-y: 6rem;
1907
    --bs-gutter-y: 6rem;
1640
  }
1908
  }
-
 
1909
}
1641
}
1910
 
1642
@media (min-width: 1400px) {
1911
@media (min-width: 1400px) {
1643
  .col-xxl {
1912
  .col-xxl {
1644
    flex: 1 0 0%;
1913
    flex: 1 0 0%;
-
 
1914
  }
1645
  }
1915
 
1646
  .row-cols-xxl-auto > * {
1916
  .row-cols-xxl-auto>* {
1647
    flex: 0 0 auto;
1917
    flex: 0 0 auto;
1648
    width: auto;
1918
    width: auto;
-
 
1919
  }
1649
  }
1920
 
1650
  .row-cols-xxl-1 > * {
1921
  .row-cols-xxl-1>* {
1651
    flex: 0 0 auto;
1922
    flex: 0 0 auto;
1652
    width: 100%;
1923
    width: 100%;
-
 
1924
  }
1653
  }
1925
 
1654
  .row-cols-xxl-2 > * {
1926
  .row-cols-xxl-2>* {
1655
    flex: 0 0 auto;
1927
    flex: 0 0 auto;
1656
    width: 50%;
1928
    width: 50%;
-
 
1929
  }
1657
  }
1930
 
1658
  .row-cols-xxl-3 > * {
1931
  .row-cols-xxl-3>* {
1659
    flex: 0 0 auto;
1932
    flex: 0 0 auto;
1660
    width: 33.3333333333%;
1933
    width: 33.3333333333%;
-
 
1934
  }
1661
  }
1935
 
1662
  .row-cols-xxl-4 > * {
1936
  .row-cols-xxl-4>* {
1663
    flex: 0 0 auto;
1937
    flex: 0 0 auto;
1664
    width: 25%;
1938
    width: 25%;
-
 
1939
  }
1665
  }
1940
 
1666
  .row-cols-xxl-5 > * {
1941
  .row-cols-xxl-5>* {
1667
    flex: 0 0 auto;
1942
    flex: 0 0 auto;
1668
    width: 20%;
1943
    width: 20%;
-
 
1944
  }
1669
  }
1945
 
1670
  .row-cols-xxl-6 > * {
1946
  .row-cols-xxl-6>* {
1671
    flex: 0 0 auto;
1947
    flex: 0 0 auto;
1672
    width: 16.6666666667%;
1948
    width: 16.6666666667%;
-
 
1949
  }
1673
  }
1950
 
1674
  .col-xxl-auto {
1951
  .col-xxl-auto {
1675
    flex: 0 0 auto;
1952
    flex: 0 0 auto;
1676
    width: auto;
1953
    width: auto;
-
 
1954
  }
1677
  }
1955
 
1678
  .col-xxl-1 {
1956
  .col-xxl-1 {
1679
    flex: 0 0 auto;
1957
    flex: 0 0 auto;
1680
    width: 8.33333333%;
1958
    width: 8.33333333%;
-
 
1959
  }
1681
  }
1960
 
1682
  .col-xxl-2 {
1961
  .col-xxl-2 {
1683
    flex: 0 0 auto;
1962
    flex: 0 0 auto;
1684
    width: 16.66666667%;
1963
    width: 16.66666667%;
-
 
1964
  }
1685
  }
1965
 
1686
  .col-xxl-3 {
1966
  .col-xxl-3 {
1687
    flex: 0 0 auto;
1967
    flex: 0 0 auto;
1688
    width: 25%;
1968
    width: 25%;
-
 
1969
  }
1689
  }
1970
 
1690
  .col-xxl-4 {
1971
  .col-xxl-4 {
1691
    flex: 0 0 auto;
1972
    flex: 0 0 auto;
1692
    width: 33.33333333%;
1973
    width: 33.33333333%;
-
 
1974
  }
1693
  }
1975
 
1694
  .col-xxl-5 {
1976
  .col-xxl-5 {
1695
    flex: 0 0 auto;
1977
    flex: 0 0 auto;
1696
    width: 41.66666667%;
1978
    width: 41.66666667%;
-
 
1979
  }
1697
  }
1980
 
1698
  .col-xxl-6 {
1981
  .col-xxl-6 {
1699
    flex: 0 0 auto;
1982
    flex: 0 0 auto;
1700
    width: 50%;
1983
    width: 50%;
-
 
1984
  }
1701
  }
1985
 
1702
  .col-xxl-7 {
1986
  .col-xxl-7 {
1703
    flex: 0 0 auto;
1987
    flex: 0 0 auto;
1704
    width: 58.33333333%;
1988
    width: 58.33333333%;
-
 
1989
  }
1705
  }
1990
 
1706
  .col-xxl-8 {
1991
  .col-xxl-8 {
1707
    flex: 0 0 auto;
1992
    flex: 0 0 auto;
1708
    width: 66.66666667%;
1993
    width: 66.66666667%;
-
 
1994
  }
1709
  }
1995
 
1710
  .col-xxl-9 {
1996
  .col-xxl-9 {
1711
    flex: 0 0 auto;
1997
    flex: 0 0 auto;
1712
    width: 75%;
1998
    width: 75%;
-
 
1999
  }
1713
  }
2000
 
1714
  .col-xxl-10 {
2001
  .col-xxl-10 {
1715
    flex: 0 0 auto;
2002
    flex: 0 0 auto;
1716
    width: 83.33333333%;
2003
    width: 83.33333333%;
-
 
2004
  }
1717
  }
2005
 
1718
  .col-xxl-11 {
2006
  .col-xxl-11 {
1719
    flex: 0 0 auto;
2007
    flex: 0 0 auto;
1720
    width: 91.66666667%;
2008
    width: 91.66666667%;
-
 
2009
  }
1721
  }
2010
 
1722
  .col-xxl-12 {
2011
  .col-xxl-12 {
1723
    flex: 0 0 auto;
2012
    flex: 0 0 auto;
1724
    width: 100%;
2013
    width: 100%;
-
 
2014
  }
1725
  }
2015
 
1726
  .offset-xxl-0 {
2016
  .offset-xxl-0 {
1727
    margin-left: 0;
2017
    margin-left: 0;
-
 
2018
  }
1728
  }
2019
 
1729
  .offset-xxl-1 {
2020
  .offset-xxl-1 {
1730
    margin-left: 8.33333333%;
2021
    margin-left: 8.33333333%;
-
 
2022
  }
1731
  }
2023
 
1732
  .offset-xxl-2 {
2024
  .offset-xxl-2 {
1733
    margin-left: 16.66666667%;
2025
    margin-left: 16.66666667%;
-
 
2026
  }
1734
  }
2027
 
1735
  .offset-xxl-3 {
2028
  .offset-xxl-3 {
1736
    margin-left: 25%;
2029
    margin-left: 25%;
-
 
2030
  }
1737
  }
2031
 
1738
  .offset-xxl-4 {
2032
  .offset-xxl-4 {
1739
    margin-left: 33.33333333%;
2033
    margin-left: 33.33333333%;
-
 
2034
  }
1740
  }
2035
 
1741
  .offset-xxl-5 {
2036
  .offset-xxl-5 {
1742
    margin-left: 41.66666667%;
2037
    margin-left: 41.66666667%;
-
 
2038
  }
1743
  }
2039
 
1744
  .offset-xxl-6 {
2040
  .offset-xxl-6 {
1745
    margin-left: 50%;
2041
    margin-left: 50%;
-
 
2042
  }
1746
  }
2043
 
1747
  .offset-xxl-7 {
2044
  .offset-xxl-7 {
1748
    margin-left: 58.33333333%;
2045
    margin-left: 58.33333333%;
-
 
2046
  }
1749
  }
2047
 
1750
  .offset-xxl-8 {
2048
  .offset-xxl-8 {
1751
    margin-left: 66.66666667%;
2049
    margin-left: 66.66666667%;
-
 
2050
  }
1752
  }
2051
 
1753
  .offset-xxl-9 {
2052
  .offset-xxl-9 {
1754
    margin-left: 75%;
2053
    margin-left: 75%;
-
 
2054
  }
1755
  }
2055
 
1756
  .offset-xxl-10 {
2056
  .offset-xxl-10 {
1757
    margin-left: 83.33333333%;
2057
    margin-left: 83.33333333%;
-
 
2058
  }
1758
  }
2059
 
1759
  .offset-xxl-11 {
2060
  .offset-xxl-11 {
1760
    margin-left: 91.66666667%;
2061
    margin-left: 91.66666667%;
-
 
2062
  }
1761
  }
2063
 
1762
  .g-xxl-0,
2064
  .g-xxl-0,
1763
  .gx-xxl-0 {
2065
  .gx-xxl-0 {
1764
    --bs-gutter-x: 0;
2066
    --bs-gutter-x: 0;
-
 
2067
  }
1765
  }
2068
 
1766
  .g-xxl-0,
2069
  .g-xxl-0,
1767
  .gy-xxl-0 {
2070
  .gy-xxl-0 {
1768
    --bs-gutter-y: 0;
2071
    --bs-gutter-y: 0;
-
 
2072
  }
1769
  }
2073
 
1770
  .g-xxl-1,
2074
  .g-xxl-1,
1771
  .gx-xxl-1 {
2075
  .gx-xxl-1 {
1772
    --bs-gutter-x: 0.25rem;
2076
    --bs-gutter-x: 0.25rem;
-
 
2077
  }
1773
  }
2078
 
1774
  .g-xxl-1,
2079
  .g-xxl-1,
1775
  .gy-xxl-1 {
2080
  .gy-xxl-1 {
1776
    --bs-gutter-y: 0.25rem;
2081
    --bs-gutter-y: 0.25rem;
-
 
2082
  }
1777
  }
2083
 
1778
  .g-xxl-2,
2084
  .g-xxl-2,
1779
  .gx-xxl-2 {
2085
  .gx-xxl-2 {
1780
    --bs-gutter-x: 0.5rem;
2086
    --bs-gutter-x: 0.5rem;
-
 
2087
  }
1781
  }
2088
 
1782
  .g-xxl-2,
2089
  .g-xxl-2,
1783
  .gy-xxl-2 {
2090
  .gy-xxl-2 {
1784
    --bs-gutter-y: 0.5rem;
2091
    --bs-gutter-y: 0.5rem;
-
 
2092
  }
1785
  }
2093
 
1786
  .g-xxl-3,
2094
  .g-xxl-3,
1787
  .gx-xxl-3 {
2095
  .gx-xxl-3 {
1788
    --bs-gutter-x: 1rem;
2096
    --bs-gutter-x: 1rem;
-
 
2097
  }
1789
  }
2098
 
1790
  .g-xxl-3,
2099
  .g-xxl-3,
1791
  .gy-xxl-3 {
2100
  .gy-xxl-3 {
1792
    --bs-gutter-y: 1rem;
2101
    --bs-gutter-y: 1rem;
-
 
2102
  }
1793
  }
2103
 
1794
  .g-xxl-4,
2104
  .g-xxl-4,
1795
  .gx-xxl-4 {
2105
  .gx-xxl-4 {
1796
    --bs-gutter-x: 1.5rem;
2106
    --bs-gutter-x: 1.5rem;
-
 
2107
  }
1797
  }
2108
 
1798
  .g-xxl-4,
2109
  .g-xxl-4,
1799
  .gy-xxl-4 {
2110
  .gy-xxl-4 {
1800
    --bs-gutter-y: 1.5rem;
2111
    --bs-gutter-y: 1.5rem;
-
 
2112
  }
1801
  }
2113
 
1802
  .g-xxl-5,
2114
  .g-xxl-5,
1803
  .gx-xxl-5 {
2115
  .gx-xxl-5 {
1804
    --bs-gutter-x: 3rem;
2116
    --bs-gutter-x: 3rem;
-
 
2117
  }
1805
  }
2118
 
1806
  .g-xxl-5,
2119
  .g-xxl-5,
1807
  .gy-xxl-5 {
2120
  .gy-xxl-5 {
1808
    --bs-gutter-y: 3rem;
2121
    --bs-gutter-y: 3rem;
-
 
2122
  }
1809
  }
2123
 
1810
  .g-xxl-6,
2124
  .g-xxl-6,
1811
  .gx-xxl-6 {
2125
  .gx-xxl-6 {
1812
    --bs-gutter-x: 4.5rem;
2126
    --bs-gutter-x: 4.5rem;
-
 
2127
  }
1813
  }
2128
 
1814
  .g-xxl-6,
2129
  .g-xxl-6,
1815
  .gy-xxl-6 {
2130
  .gy-xxl-6 {
1816
    --bs-gutter-y: 4.5rem;
2131
    --bs-gutter-y: 4.5rem;
-
 
2132
  }
1817
  }
2133
 
1818
  .g-xxl-7,
2134
  .g-xxl-7,
1819
  .gx-xxl-7 {
2135
  .gx-xxl-7 {
1820
    --bs-gutter-x: 6rem;
2136
    --bs-gutter-x: 6rem;
-
 
2137
  }
1821
  }
2138
 
1822
  .g-xxl-7,
2139
  .g-xxl-7,
1823
  .gy-xxl-7 {
2140
  .gy-xxl-7 {
1824
    --bs-gutter-y: 6rem;
2141
    --bs-gutter-y: 6rem;
1825
  }
2142
  }
-
 
2143
}
1826
}
2144
 
1827
.table {
2145
.table {
1828
  --bs-table-color: var(--bs-body-color);
2146
  --bs-table-color: var(--bs-body-color);
1829
  --bs-table-bg: transparent;
2147
  --bs-table-bg: transparent;
1830
  --bs-table-border-color: var(--bs-border-color);
2148
  --bs-table-border-color: var(--bs-border-color);
Línea 1839... Línea 2157...
1839
  margin-bottom: 1rem;
2157
  margin-bottom: 1rem;
1840
  color: var(--bs-table-color);
2158
  color: var(--bs-table-color);
1841
  vertical-align: top;
2159
  vertical-align: top;
1842
  border-color: var(--bs-table-border-color);
2160
  border-color: var(--bs-table-border-color);
1843
}
2161
}
-
 
2162
 
1844
.table > :not(caption) > * > * {
2163
.table> :not(caption)>*>* {
1845
  padding: 0.85rem 0.85rem;
2164
  padding: 0.85rem 0.85rem;
1846
  background-color: var(--bs-table-bg);
2165
  background-color: var(--bs-table-bg);
1847
  border-bottom-width: 1px;
2166
  border-bottom-width: 1px;
1848
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
2167
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
1849
}
2168
}
-
 
2169
 
1850
.table > tbody {
2170
.table>tbody {
1851
  vertical-align: inherit;
2171
  vertical-align: inherit;
1852
}
2172
}
-
 
2173
 
1853
.table > thead {
2174
.table>thead {
1854
  vertical-align: bottom;
2175
  vertical-align: bottom;
1855
}
2176
}
Línea 1856... Línea 2177...
1856
 
2177
 
1857
.table-group-divider {
2178
.table-group-divider {
Línea 1860... Línea 2181...
1860
 
2181
 
1861
.caption-top {
2182
.caption-top {
1862
  caption-side: top;
2183
  caption-side: top;
Línea 1863... Línea 2184...
1863
}
2184
}
1864
 
2185
 
1865
.table-sm > :not(caption) > * > * {
2186
.table-sm> :not(caption)>*>* {
Línea 1866... Línea 2187...
1866
  padding: 0.55rem 0.55rem;
2187
  padding: 0.55rem 0.55rem;
1867
}
2188
}
1868
 
2189
 
-
 
2190
.table-bordered> :not(caption)>* {
1869
.table-bordered > :not(caption) > * {
2191
  border-width: 1px 0;
1870
  border-width: 1px 0;
2192
}
1871
}
2193
 
Línea 1872... Línea 2194...
1872
.table-bordered > :not(caption) > * > * {
2194
.table-bordered> :not(caption)>*>* {
1873
  border-width: 0 1px;
2195
  border-width: 0 1px;
1874
}
2196
}
-
 
2197
 
1875
 
2198
.table-borderless> :not(caption)>*>* {
1876
.table-borderless > :not(caption) > * > * {
2199
  border-bottom-width: 0;
1877
  border-bottom-width: 0;
2200
}
Línea 1878... Línea 2201...
1878
}
2201
 
1879
.table-borderless > :not(:first-child) {
2202
.table-borderless> :not(:first-child) {
1880
  border-top-width: 0;
2203
  border-top-width: 0;
1881
}
2204
}
Línea 1882... Línea 2205...
1882
 
2205
 
1883
.table-striped > tbody > tr:nth-of-type(odd) > * {
2206
.table-striped>tbody>tr:nth-of-type(odd)>* {
1884
  --bs-table-accent-bg: var(--bs-table-striped-bg);
2207
  --bs-table-accent-bg: var(--bs-table-striped-bg);
1885
  color: var(--bs-table-striped-color);
2208
  color: var(--bs-table-striped-color);
Línea 1886... Línea 2209...
1886
}
2209
}
1887
 
2210
 
1888
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
2211
.table-striped-columns> :not(caption)>tr> :nth-child(even) {
1889
  --bs-table-accent-bg: var(--bs-table-striped-bg);
2212
  --bs-table-accent-bg: var(--bs-table-striped-bg);
Línea 1890... Línea 2213...
1890
  color: var(--bs-table-striped-color);
2213
  color: var(--bs-table-striped-color);
1891
}
2214
}
1892
 
2215
 
1893
.table-active {
2216
.table-active {
Línea 1894... Línea 2217...
1894
  --bs-table-accent-bg: var(--bs-table-active-bg);
2217
  --bs-table-accent-bg: var(--bs-table-active-bg);
Línea 2021... Línea 2344...
2021
  .table-responsive-sm {
2344
  .table-responsive-sm {
2022
    overflow-x: auto;
2345
    overflow-x: auto;
2023
    -webkit-overflow-scrolling: touch;
2346
    -webkit-overflow-scrolling: touch;
2024
  }
2347
  }
2025
}
2348
}
-
 
2349
 
2026
@media (max-width: 767.98px) {
2350
@media (max-width: 767.98px) {
2027
  .table-responsive-md {
2351
  .table-responsive-md {
2028
    overflow-x: auto;
2352
    overflow-x: auto;
2029
    -webkit-overflow-scrolling: touch;
2353
    -webkit-overflow-scrolling: touch;
2030
  }
2354
  }
2031
}
2355
}
-
 
2356
 
2032
@media (max-width: 991.98px) {
2357
@media (max-width: 991.98px) {
2033
  .table-responsive-lg {
2358
  .table-responsive-lg {
2034
    overflow-x: auto;
2359
    overflow-x: auto;
2035
    -webkit-overflow-scrolling: touch;
2360
    -webkit-overflow-scrolling: touch;
2036
  }
2361
  }
2037
}
2362
}
-
 
2363
 
2038
@media (max-width: 1199.98px) {
2364
@media (max-width: 1199.98px) {
2039
  .table-responsive-xl {
2365
  .table-responsive-xl {
2040
    overflow-x: auto;
2366
    overflow-x: auto;
2041
    -webkit-overflow-scrolling: touch;
2367
    -webkit-overflow-scrolling: touch;
2042
  }
2368
  }
2043
}
2369
}
-
 
2370
 
2044
@media (max-width: 1399.98px) {
2371
@media (max-width: 1399.98px) {
2045
  .table-responsive-xxl {
2372
  .table-responsive-xxl {
2046
    overflow-x: auto;
2373
    overflow-x: auto;
2047
    -webkit-overflow-scrolling: touch;
2374
    -webkit-overflow-scrolling: touch;
2048
  }
2375
  }
2049
}
2376
}
-
 
2377
 
2050
.form-label {
2378
.form-label {
2051
  margin-bottom: 0.5rem;
2379
  margin-bottom: 0.5rem;
2052
}
2380
}
Línea 2053... Línea 2381...
2053
 
2381
 
Línea 2075... Línea 2403...
2075
  margin-top: 0.25rem;
2403
  margin-top: 0.25rem;
2076
  font-size: 0.875em;
2404
  font-size: 0.875em;
2077
  color: #7987a1;
2405
  color: #7987a1;
2078
}
2406
}
Línea -... Línea 2407...
-
 
2407
 
2079
 
2408
.form-control,
-
 
2409
.typeahead.tt-input,
2080
.form-control, .typeahead.tt-input,
2410
.typeahead.tt-hint,
2081
.typeahead.tt-hint, .select2-container--default .select2-search--dropdown .select2-search__field {
2411
.select2-container--default .select2-search--dropdown .select2-search__field {
2082
  display: block;
2412
  display: block;
2083
  width: 100%;
2413
  width: 100%;
2084
  padding: 0.469rem 0.8rem;
2414
  padding: 0.469rem 0.8rem;
2085
  font-size: 0.875rem;
2415
  font-size: 0.875rem;
Línea 2091... Línea 2421...
2091
  border: 1px solid #e9ecef;
2421
  border: 1px solid #e9ecef;
2092
  appearance: none;
2422
  appearance: none;
2093
  border-radius: 0.25rem;
2423
  border-radius: 0.25rem;
2094
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2424
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2095
}
2425
}
-
 
2426
 
2096
@media (prefers-reduced-motion: reduce) {
2427
@media (prefers-reduced-motion: reduce) {
-
 
2428
 
-
 
2429
  .form-control,
2097
  .form-control, .typeahead.tt-input,
2430
  .typeahead.tt-input,
-
 
2431
  .typeahead.tt-hint,
2098
  .typeahead.tt-hint, .select2-container--default .select2-search--dropdown .select2-search__field {
2432
  .select2-container--default .select2-search--dropdown .select2-search__field {
2099
    transition: none;
2433
    transition: none;
2100
  }
2434
  }
2101
}
2435
}
-
 
2436
 
-
 
2437
.form-control[type=file],
2102
.form-control[type=file], [type=file].typeahead.tt-input,
2438
[type=file].typeahead.tt-input,
-
 
2439
[type=file].typeahead.tt-hint,
2103
[type=file].typeahead.tt-hint, .select2-container--default .select2-search--dropdown [type=file].select2-search__field {
2440
.select2-container--default .select2-search--dropdown [type=file].select2-search__field {
2104
  overflow: hidden;
2441
  overflow: hidden;
2105
}
2442
}
-
 
2443
 
-
 
2444
.form-control[type=file]:not(:disabled):not([readonly]),
2106
.form-control[type=file]:not(:disabled):not([readonly]), [type=file].typeahead.tt-input:not(:disabled):not([readonly]),
2445
[type=file].typeahead.tt-input:not(:disabled):not([readonly]),
-
 
2446
[type=file].typeahead.tt-hint: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]) {
2447
.select2-container--default .select2-search--dropdown [type=file].select2-search__field:not(:disabled):not([readonly]) {
2108
  cursor: pointer;
2448
  cursor: pointer;
2109
}
2449
}
-
 
2450
 
-
 
2451
.form-control:focus,
2110
.form-control:focus, .typeahead.tt-input:focus,
2452
.typeahead.tt-input:focus,
-
 
2453
.typeahead.tt-hint:focus,
2111
.typeahead.tt-hint:focus, .select2-container--default .select2-search--dropdown .select2-search__field:focus {
2454
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
2112
  color: #000;
2455
  color: #000;
2113
  background-color: #fff;
2456
  background-color: #fff;
2114
  border-color: #cbd1db;
2457
  border-color: #cbd1db;
2115
  outline: 0;
2458
  outline: 0;
2116
  box-shadow: none;
2459
  box-shadow: none;
2117
}
2460
}
-
 
2461
 
-
 
2462
.form-control::-webkit-date-and-time-value,
2118
.form-control::-webkit-date-and-time-value, .typeahead.tt-input::-webkit-date-and-time-value,
2463
.typeahead.tt-input::-webkit-date-and-time-value,
-
 
2464
.typeahead.tt-hint::-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 {
2465
.select2-container--default .select2-search--dropdown .select2-search__field::-webkit-date-and-time-value {
2120
  height: 1.5em;
2466
  height: 1.5em;
2121
}
2467
}
-
 
2468
 
-
 
2469
.form-control::placeholder,
2122
.form-control::placeholder, .typeahead.tt-input::placeholder,
2470
.typeahead.tt-input::placeholder,
-
 
2471
.typeahead.tt-hint::placeholder,
2123
.typeahead.tt-hint::placeholder, .select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
2472
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
2124
  color: #aeb7c5;
2473
  color: #aeb7c5;
2125
  opacity: 1;
2474
  opacity: 1;
2126
}
2475
}
-
 
2476
 
-
 
2477
.form-control:disabled,
2127
.form-control:disabled, .typeahead.tt-input:disabled,
2478
.typeahead.tt-input:disabled,
-
 
2479
.typeahead.tt-hint:disabled,
2128
.typeahead.tt-hint:disabled, .select2-container--default .select2-search--dropdown .select2-search__field:disabled {
2480
.select2-container--default .select2-search--dropdown .select2-search__field:disabled {
2129
  background-color: #e9ecef;
2481
  background-color: #e9ecef;
2130
  opacity: 1;
2482
  opacity: 1;
2131
}
2483
}
-
 
2484
 
-
 
2485
.form-control::file-selector-button,
2132
.form-control::file-selector-button, .typeahead.tt-input::file-selector-button,
2486
.typeahead.tt-input::file-selector-button,
-
 
2487
.typeahead.tt-hint::file-selector-button,
2133
.typeahead.tt-hint::file-selector-button, .select2-container--default .select2-search--dropdown .select2-search__field::file-selector-button {
2488
.select2-container--default .select2-search--dropdown .select2-search__field::file-selector-button {
2134
  padding: 0.469rem 0.8rem;
2489
  padding: 0.469rem 0.8rem;
2135
  margin: -0.469rem -0.8rem;
2490
  margin: -0.469rem -0.8rem;
2136
  margin-inline-end: 0.8rem;
2491
  margin-inline-end: 0.8rem;
2137
  color: #000;
2492
  color: #000;
2138
  background-color: #f8f9fa;
2493
  background-color: #f8f9fa;
Línea 2142... Línea 2497...
2142
  border-width: 0;
2497
  border-width: 0;
2143
  border-inline-end-width: 1px;
2498
  border-inline-end-width: 1px;
2144
  border-radius: 0;
2499
  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;
2500
  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
}
2501
}
-
 
2502
 
2147
@media (prefers-reduced-motion: reduce) {
2503
@media (prefers-reduced-motion: reduce) {
-
 
2504
 
-
 
2505
  .form-control::file-selector-button,
2148
  .form-control::file-selector-button, .typeahead.tt-input::file-selector-button,
2506
  .typeahead.tt-input::file-selector-button,
-
 
2507
  .typeahead.tt-hint::file-selector-button,
2149
  .typeahead.tt-hint::file-selector-button, .select2-container--default .select2-search--dropdown .select2-search__field::file-selector-button {
2508
  .select2-container--default .select2-search--dropdown .select2-search__field::file-selector-button {
2150
    transition: none;
2509
    transition: none;
2151
  }
2510
  }
2152
}
2511
}
-
 
2512
 
-
 
2513
.form-control:hover:not(:disabled):not([readonly])::file-selector-button,
2153
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .typeahead.tt-input:hover:not(:disabled):not([readonly])::file-selector-button,
2514
.typeahead.tt-input:hover:not(:disabled):not([readonly])::file-selector-button,
-
 
2515
.typeahead.tt-hint: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 {
2516
.select2-container--default .select2-search--dropdown .select2-search__field:hover:not(:disabled):not([readonly])::file-selector-button {
2155
  background-color: #ecedee;
2517
  background-color: #ecedee;
2156
}
2518
}
Línea 2157... Línea 2519...
2157
 
2519
 
2158
.form-control-plaintext {
2520
.form-control-plaintext {
Línea 2164... Línea 2526...
2164
  color: #000;
2526
  color: #000;
2165
  background-color: transparent;
2527
  background-color: transparent;
2166
  border: solid transparent;
2528
  border: solid transparent;
2167
  border-width: 1px 0;
2529
  border-width: 1px 0;
2168
}
2530
}
-
 
2531
 
2169
.form-control-plaintext:focus {
2532
.form-control-plaintext:focus {
2170
  outline: 0;
2533
  outline: 0;
2171
}
2534
}
-
 
2535
 
-
 
2536
.form-control-plaintext.form-control-sm,
2172
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
2537
.form-control-plaintext.form-control-lg {
2173
  padding-right: 0;
2538
  padding-right: 0;
2174
  padding-left: 0;
2539
  padding-left: 0;
2175
}
2540
}
Línea 2176... Línea 2541...
2176
 
2541
 
2177
.form-control-sm {
2542
.form-control-sm {
2178
  min-height: calc(1.5em + 0.782rem + 2px);
2543
  min-height: calc(1.5em + 0.782rem + 2px);
2179
  padding: 0.391rem 0.8rem;
2544
  padding: 0.391rem 0.8rem;
2180
  font-size: 0.812rem;
2545
  font-size: 0.812rem;
2181
  border-radius: 0.25rem;
2546
  border-radius: 0.25rem;
-
 
2547
}
2182
}
2548
 
2183
.form-control-sm::file-selector-button {
2549
.form-control-sm::file-selector-button {
2184
  padding: 0.391rem 0.8rem;
2550
  padding: 0.391rem 0.8rem;
2185
  margin: -0.391rem -0.8rem;
2551
  margin: -0.391rem -0.8rem;
2186
  margin-inline-end: 0.8rem;
2552
  margin-inline-end: 0.8rem;
Línea 2190... Línea 2556...
2190
  min-height: calc(1.5em + 1rem + 2px);
2556
  min-height: calc(1.5em + 1rem + 2px);
2191
  padding: 0.5rem 0.8rem;
2557
  padding: 0.5rem 0.8rem;
2192
  font-size: 1rem;
2558
  font-size: 1rem;
2193
  border-radius: 0.25rem;
2559
  border-radius: 0.25rem;
2194
}
2560
}
-
 
2561
 
2195
.form-control-lg::file-selector-button {
2562
.form-control-lg::file-selector-button {
2196
  padding: 0.5rem 0.8rem;
2563
  padding: 0.5rem 0.8rem;
2197
  margin: -0.5rem -0.8rem;
2564
  margin: -0.5rem -0.8rem;
2198
  margin-inline-end: 0.8rem;
2565
  margin-inline-end: 0.8rem;
2199
}
2566
}
Línea -... Línea 2567...
-
 
2567
 
2200
 
2568
textarea.form-control,
-
 
2569
textarea.typeahead.tt-input,
2201
textarea.form-control, textarea.typeahead.tt-input,
2570
textarea.typeahead.tt-hint,
2202
textarea.typeahead.tt-hint, .select2-container--default .select2-search--dropdown textarea.select2-search__field {
2571
.select2-container--default .select2-search--dropdown textarea.select2-search__field {
2203
  min-height: calc(1.5em + 0.938rem + 2px);
2572
  min-height: calc(1.5em + 0.938rem + 2px);
-
 
2573
}
2204
}
2574
 
2205
textarea.form-control-sm {
2575
textarea.form-control-sm {
2206
  min-height: calc(1.5em + 0.782rem + 2px);
2576
  min-height: calc(1.5em + 0.782rem + 2px);
-
 
2577
}
2207
}
2578
 
2208
textarea.form-control-lg {
2579
textarea.form-control-lg {
2209
  min-height: calc(1.5em + 1rem + 2px);
2580
  min-height: calc(1.5em + 1rem + 2px);
Línea 2210... Línea 2581...
2210
}
2581
}
2211
 
2582
 
2212
.form-control-color {
2583
.form-control-color {
2213
  width: 3rem;
2584
  width: 3rem;
2214
  height: calc(1.5em + 0.938rem + 2px);
2585
  height: calc(1.5em + 0.938rem + 2px);
-
 
2586
  padding: 0.469rem;
2215
  padding: 0.469rem;
2587
}
2216
}
2588
 
2217
.form-control-color:not(:disabled):not([readonly]) {
2589
.form-control-color:not(:disabled):not([readonly]) {
-
 
2590
  cursor: pointer;
2218
  cursor: pointer;
2591
}
2219
}
2592
 
2220
.form-control-color::-moz-color-swatch {
2593
.form-control-color::-moz-color-swatch {
2221
  border: 0 !important;
2594
  border: 0 !important;
-
 
2595
  border-radius: 0.25rem;
2222
  border-radius: 0.25rem;
2596
}
2223
}
2597
 
2224
.form-control-color::-webkit-color-swatch {
2598
.form-control-color::-webkit-color-swatch {
-
 
2599
  border-radius: 0.25rem;
2225
  border-radius: 0.25rem;
2600
}
2226
}
2601
 
2227
.form-control-color.form-control-sm {
2602
.form-control-color.form-control-sm {
-
 
2603
  height: calc(1.5em + 0.782rem + 2px);
2228
  height: calc(1.5em + 0.782rem + 2px);
2604
}
2229
}
2605
 
2230
.form-control-color.form-control-lg {
2606
.form-control-color.form-control-lg {
Línea 2231... Línea 2607...
2231
  height: calc(1.5em + 1rem + 2px);
2607
  height: calc(1.5em + 1rem + 2px);
Línea 2248... Línea 2624...
2248
  border: 1px solid #e9ecef;
2624
  border: 1px solid #e9ecef;
2249
  border-radius: 0.25rem;
2625
  border-radius: 0.25rem;
2250
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2626
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2251
  appearance: none;
2627
  appearance: none;
2252
}
2628
}
-
 
2629
 
2253
@media (prefers-reduced-motion: reduce) {
2630
@media (prefers-reduced-motion: reduce) {
2254
  .form-select {
2631
  .form-select {
2255
    transition: none;
2632
    transition: none;
2256
  }
2633
  }
2257
}
2634
}
-
 
2635
 
2258
.form-select:focus {
2636
.form-select:focus {
2259
  border-color: #cbd1db;
2637
  border-color: #cbd1db;
2260
  outline: 0;
2638
  outline: 0;
2261
  box-shadow: 0 0 0 0 rgba(101, 113, 255, 0.25);
2639
  box-shadow: 0 0 0 0 rgba(101, 113, 255, 0.25);
2262
}
2640
}
-
 
2641
 
-
 
2642
.form-select[multiple],
2263
.form-select[multiple], .form-select[size]:not([size="1"]) {
2643
.form-select[size]:not([size="1"]) {
2264
  padding-right: 0.8rem;
2644
  padding-right: 0.8rem;
2265
  background-image: none;
2645
  background-image: none;
2266
}
2646
}
-
 
2647
 
2267
.form-select:disabled {
2648
.form-select:disabled {
2268
  background-color: #e9ecef;
2649
  background-color: #e9ecef;
2269
}
2650
}
-
 
2651
 
2270
.form-select:-moz-focusring {
2652
.form-select:-moz-focusring {
2271
  color: transparent;
2653
  color: transparent;
2272
  text-shadow: 0 0 0 #000;
2654
  text-shadow: 0 0 0 #000;
2273
}
2655
}
Línea 2292... Línea 2674...
2292
  display: block;
2674
  display: block;
2293
  min-height: 1.3125rem;
2675
  min-height: 1.3125rem;
2294
  padding-left: 1.8em;
2676
  padding-left: 1.8em;
2295
  margin-bottom: 0.125rem;
2677
  margin-bottom: 0.125rem;
2296
}
2678
}
-
 
2679
 
2297
.form-check .form-check-input {
2680
.form-check .form-check-input {
2298
  float: left;
2681
  float: left;
2299
  margin-left: -1.8em;
2682
  margin-left: -1.8em;
2300
}
2683
}
Línea 2301... Línea 2684...
2301
 
2684
 
2302
.form-check-reverse {
2685
.form-check-reverse {
2303
  padding-right: 1.8em;
2686
  padding-right: 1.8em;
2304
  padding-left: 0;
2687
  padding-left: 0;
2305
  text-align: right;
2688
  text-align: right;
-
 
2689
}
2306
}
2690
 
2307
.form-check-reverse .form-check-input {
2691
.form-check-reverse .form-check-input {
2308
  float: right;
2692
  float: right;
2309
  margin-right: -1.8em;
2693
  margin-right: -1.8em;
2310
  margin-left: 0;
2694
  margin-left: 0;
Línea 2321... Línea 2705...
2321
  background-size: contain;
2705
  background-size: contain;
2322
  border: 1px solid rgba(0, 0, 0, 0.25);
2706
  border: 1px solid rgba(0, 0, 0, 0.25);
2323
  appearance: none;
2707
  appearance: none;
2324
  print-color-adjust: exact;
2708
  print-color-adjust: exact;
2325
}
2709
}
-
 
2710
 
2326
.form-check-input[type=checkbox] {
2711
.form-check-input[type=checkbox] {
2327
  border-radius: 0.15em;
2712
  border-radius: 0.15em;
2328
}
2713
}
-
 
2714
 
2329
.form-check-input[type=radio] {
2715
.form-check-input[type=radio] {
2330
  border-radius: 50%;
2716
  border-radius: 50%;
2331
}
2717
}
-
 
2718
 
2332
.form-check-input:active {
2719
.form-check-input:active {
2333
  filter: brightness(90%);
2720
  filter: brightness(90%);
2334
}
2721
}
-
 
2722
 
2335
.form-check-input:focus {
2723
.form-check-input:focus {
2336
  border-color: #cbd1db;
2724
  border-color: #cbd1db;
2337
  outline: 0;
2725
  outline: 0;
2338
  box-shadow: none;
2726
  box-shadow: none;
2339
}
2727
}
-
 
2728
 
2340
.form-check-input:checked {
2729
.form-check-input:checked {
2341
  background-color: #6571ff;
2730
  background-color: #6571ff;
2342
  border-color: #6571ff;
2731
  border-color: #6571ff;
2343
}
2732
}
-
 
2733
 
2344
.form-check-input:checked[type=checkbox] {
2734
.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");
2735
  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
}
2736
}
-
 
2737
 
2347
.form-check-input:checked[type=radio] {
2738
.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");
2739
  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
}
2740
}
-
 
2741
 
2350
.form-check-input[type=checkbox]:indeterminate {
2742
.form-check-input[type=checkbox]:indeterminate {
2351
  background-color: #6571ff;
2743
  background-color: #6571ff;
2352
  border-color: #6571ff;
2744
  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");
2745
  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
}
2746
}
-
 
2747
 
2355
.form-check-input:disabled {
2748
.form-check-input:disabled {
2356
  pointer-events: none;
2749
  pointer-events: none;
2357
  filter: none;
2750
  filter: none;
2358
  opacity: 0.5;
2751
  opacity: 0.5;
2359
}
2752
}
-
 
2753
 
-
 
2754
.form-check-input[disabled]~.form-check-label,
2360
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
2755
.form-check-input:disabled~.form-check-label {
2361
  cursor: default;
2756
  cursor: default;
2362
  opacity: 0.5;
2757
  opacity: 0.5;
2363
}
2758
}
Línea 2364... Línea 2759...
2364
 
2759
 
2365
.form-switch {
2760
.form-switch {
2366
  padding-left: 2.5em;
2761
  padding-left: 2.5em;
-
 
2762
}
2367
}
2763
 
2368
.form-switch .form-check-input {
2764
.form-switch .form-check-input {
2369
  width: 2em;
2765
  width: 2em;
2370
  margin-left: -2.5em;
2766
  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");
2767
  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;
2768
  background-position: left center;
2373
  border-radius: 2em;
2769
  border-radius: 2em;
2374
  transition: background-position 0.15s ease-in-out;
2770
  transition: background-position 0.15s ease-in-out;
-
 
2771
}
2375
}
2772
 
2376
@media (prefers-reduced-motion: reduce) {
2773
@media (prefers-reduced-motion: reduce) {
2377
  .form-switch .form-check-input {
2774
  .form-switch .form-check-input {
2378
    transition: none;
2775
    transition: none;
2379
  }
2776
  }
-
 
2777
}
2380
}
2778
 
2381
.form-switch .form-check-input:focus {
2779
.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");
2780
  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");
-
 
2781
}
2383
}
2782
 
2384
.form-switch .form-check-input:checked {
2783
.form-switch .form-check-input:checked {
2385
  background-position: right center;
2784
  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");
2785
  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");
-
 
2786
}
2387
}
2787
 
2388
.form-switch.form-check-reverse {
2788
.form-switch.form-check-reverse {
2389
  padding-right: 2.5em;
2789
  padding-right: 2.5em;
2390
  padding-left: 0;
2790
  padding-left: 0;
-
 
2791
}
2391
}
2792
 
2392
.form-switch.form-check-reverse .form-check-input {
2793
.form-switch.form-check-reverse .form-check-input {
2393
  margin-right: -2.5em;
2794
  margin-right: -2.5em;
2394
  margin-left: 0;
2795
  margin-left: 0;
Línea 2402... Línea 2803...
2402
.btn-check {
2803
.btn-check {
2403
  position: absolute;
2804
  position: absolute;
2404
  clip: rect(0, 0, 0, 0);
2805
  clip: rect(0, 0, 0, 0);
2405
  pointer-events: none;
2806
  pointer-events: none;
2406
}
2807
}
-
 
2808
 
-
 
2809
.btn-check[disabled]+.btn,
-
 
2810
.wizard>.actions .btn-check[disabled]+a,
-
 
2811
div.tox .btn-check[disabled]+.tox-button,
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 {
2812
.swal2-popup .swal2-actions .btn-check[disabled]+button,
-
 
2813
.fc .btn-check[disabled]+.fc-button-primary,
-
 
2814
.btn-check:disabled+.btn,
-
 
2815
.wizard>.actions .btn-check:disabled+a,
-
 
2816
div.tox .btn-check:disabled+.tox-button,
-
 
2817
.swal2-popup .swal2-actions .btn-check:disabled+button,
-
 
2818
.fc .btn-check:disabled+.fc-button-primary {
2408
  pointer-events: none;
2819
  pointer-events: none;
2409
  filter: none;
2820
  filter: none;
2410
  opacity: 0.65;
2821
  opacity: 0.65;
2411
}
2822
}
Línea 2415... Línea 2826...
2415
  height: 1rem;
2826
  height: 1rem;
2416
  padding: 0;
2827
  padding: 0;
2417
  background-color: transparent;
2828
  background-color: transparent;
2418
  appearance: none;
2829
  appearance: none;
2419
}
2830
}
-
 
2831
 
2420
.form-range:focus {
2832
.form-range:focus {
2421
  outline: 0;
2833
  outline: 0;
2422
}
2834
}
-
 
2835
 
2423
.form-range:focus::-webkit-slider-thumb {
2836
.form-range:focus::-webkit-slider-thumb {
2424
  box-shadow: 0 0 0 1px #f9fafb, none;
2837
  box-shadow: 0 0 0 1px #f9fafb, none;
2425
}
2838
}
-
 
2839
 
2426
.form-range:focus::-moz-range-thumb {
2840
.form-range:focus::-moz-range-thumb {
2427
  box-shadow: 0 0 0 1px #f9fafb, none;
2841
  box-shadow: 0 0 0 1px #f9fafb, none;
2428
}
2842
}
-
 
2843
 
2429
.form-range::-moz-focus-outer {
2844
.form-range::-moz-focus-outer {
2430
  border: 0;
2845
  border: 0;
2431
}
2846
}
-
 
2847
 
2432
.form-range::-webkit-slider-thumb {
2848
.form-range::-webkit-slider-thumb {
2433
  width: 1rem;
2849
  width: 1rem;
2434
  height: 1rem;
2850
  height: 1rem;
2435
  margin-top: -0.25rem;
2851
  margin-top: -0.25rem;
2436
  background-color: #6571ff;
2852
  background-color: #6571ff;
2437
  border: 0;
2853
  border: 0;
2438
  border-radius: 1rem;
2854
  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;
2855
  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;
2856
  appearance: none;
2441
}
2857
}
-
 
2858
 
2442
@media (prefers-reduced-motion: reduce) {
2859
@media (prefers-reduced-motion: reduce) {
2443
  .form-range::-webkit-slider-thumb {
2860
  .form-range::-webkit-slider-thumb {
2444
    transition: none;
2861
    transition: none;
2445
  }
2862
  }
2446
}
2863
}
-
 
2864
 
2447
.form-range::-webkit-slider-thumb:active {
2865
.form-range::-webkit-slider-thumb:active {
2448
  background-color: #d1d4ff;
2866
  background-color: #d1d4ff;
2449
}
2867
}
-
 
2868
 
2450
.form-range::-webkit-slider-runnable-track {
2869
.form-range::-webkit-slider-runnable-track {
2451
  width: 100%;
2870
  width: 100%;
2452
  height: 0.5rem;
2871
  height: 0.5rem;
2453
  color: transparent;
2872
  color: transparent;
2454
  cursor: pointer;
2873
  cursor: pointer;
2455
  background-color: #dee2e6;
2874
  background-color: #dee2e6;
2456
  border-color: transparent;
2875
  border-color: transparent;
2457
  border-radius: 1rem;
2876
  border-radius: 1rem;
2458
}
2877
}
-
 
2878
 
2459
.form-range::-moz-range-thumb {
2879
.form-range::-moz-range-thumb {
2460
  width: 1rem;
2880
  width: 1rem;
2461
  height: 1rem;
2881
  height: 1rem;
2462
  background-color: #6571ff;
2882
  background-color: #6571ff;
2463
  border: 0;
2883
  border: 0;
2464
  border-radius: 1rem;
2884
  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;
2885
  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;
2886
  appearance: none;
2467
}
2887
}
-
 
2888
 
2468
@media (prefers-reduced-motion: reduce) {
2889
@media (prefers-reduced-motion: reduce) {
2469
  .form-range::-moz-range-thumb {
2890
  .form-range::-moz-range-thumb {
2470
    transition: none;
2891
    transition: none;
2471
  }
2892
  }
2472
}
2893
}
-
 
2894
 
2473
.form-range::-moz-range-thumb:active {
2895
.form-range::-moz-range-thumb:active {
2474
  background-color: #d1d4ff;
2896
  background-color: #d1d4ff;
2475
}
2897
}
-
 
2898
 
2476
.form-range::-moz-range-track {
2899
.form-range::-moz-range-track {
2477
  width: 100%;
2900
  width: 100%;
2478
  height: 0.5rem;
2901
  height: 0.5rem;
2479
  color: transparent;
2902
  color: transparent;
2480
  cursor: pointer;
2903
  cursor: pointer;
2481
  background-color: #dee2e6;
2904
  background-color: #dee2e6;
2482
  border-color: transparent;
2905
  border-color: transparent;
2483
  border-radius: 1rem;
2906
  border-radius: 1rem;
2484
}
2907
}
-
 
2908
 
2485
.form-range:disabled {
2909
.form-range:disabled {
2486
  pointer-events: none;
2910
  pointer-events: none;
2487
}
2911
}
-
 
2912
 
2488
.form-range:disabled::-webkit-slider-thumb {
2913
.form-range:disabled::-webkit-slider-thumb {
2489
  background-color: #aeb7c5;
2914
  background-color: #aeb7c5;
2490
}
2915
}
-
 
2916
 
2491
.form-range:disabled::-moz-range-thumb {
2917
.form-range:disabled::-moz-range-thumb {
2492
  background-color: #aeb7c5;
2918
  background-color: #aeb7c5;
2493
}
2919
}
Línea 2494... Línea 2920...
2494
 
2920
 
2495
.form-floating {
2921
.form-floating {
2496
  position: relative;
2922
  position: relative;
-
 
2923
}
-
 
2924
 
2497
}
2925
.form-floating>.form-control,
-
 
2926
.form-floating>.typeahead.tt-input,
2498
.form-floating > .form-control, .form-floating > .typeahead.tt-input,
2927
.form-floating>.typeahead.tt-hint,
2499
.form-floating > .typeahead.tt-hint, .select2-container--default .select2-search--dropdown .form-floating > .select2-search__field,
2928
.select2-container--default .select2-search--dropdown .form-floating>.select2-search__field,
2500
.form-floating > .form-control-plaintext,
2929
.form-floating>.form-control-plaintext,
2501
.form-floating > .form-select {
2930
.form-floating>.form-select {
2502
  height: calc(3.5rem + 2px);
2931
  height: calc(3.5rem + 2px);
2503
  line-height: 1.25;
2932
  line-height: 1.25;
-
 
2933
}
2504
}
2934
 
2505
.form-floating > label {
2935
.form-floating>label {
2506
  position: absolute;
2936
  position: absolute;
2507
  top: 0;
2937
  top: 0;
2508
  left: 0;
2938
  left: 0;
2509
  width: 100%;
2939
  width: 100%;
Línea 2516... Línea 2946...
2516
  pointer-events: none;
2946
  pointer-events: none;
2517
  border: 1px solid transparent;
2947
  border: 1px solid transparent;
2518
  transform-origin: 0 0;
2948
  transform-origin: 0 0;
2519
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
2949
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
2520
}
2950
}
-
 
2951
 
2521
@media (prefers-reduced-motion: reduce) {
2952
@media (prefers-reduced-motion: reduce) {
2522
  .form-floating > label {
2953
  .form-floating>label {
2523
    transition: none;
2954
    transition: none;
2524
  }
2955
  }
2525
}
2956
}
-
 
2957
 
-
 
2958
.form-floating>.form-control,
2526
.form-floating > .form-control, .form-floating > .typeahead.tt-input,
2959
.form-floating>.typeahead.tt-input,
-
 
2960
.form-floating>.typeahead.tt-hint,
2527
.form-floating > .typeahead.tt-hint, .select2-container--default .select2-search--dropdown .form-floating > .select2-search__field,
2961
.select2-container--default .select2-search--dropdown .form-floating>.select2-search__field,
2528
.form-floating > .form-control-plaintext {
2962
.form-floating>.form-control-plaintext {
2529
  padding: 1rem 0.8rem;
2963
  padding: 1rem 0.8rem;
2530
}
2964
}
-
 
2965
 
-
 
2966
.form-floating>.form-control::placeholder,
2531
.form-floating > .form-control::placeholder, .form-floating > .typeahead.tt-input::placeholder,
2967
.form-floating>.typeahead.tt-input::placeholder,
-
 
2968
.form-floating>.typeahead.tt-hint::placeholder,
2532
.form-floating > .typeahead.tt-hint::placeholder, .select2-container--default .select2-search--dropdown .form-floating > .select2-search__field::placeholder,
2969
.select2-container--default .select2-search--dropdown .form-floating>.select2-search__field::placeholder,
2533
.form-floating > .form-control-plaintext::placeholder {
2970
.form-floating>.form-control-plaintext::placeholder {
2534
  color: transparent;
2971
  color: transparent;
2535
}
2972
}
-
 
2973
 
-
 
2974
.form-floating>.form-control:focus,
2536
.form-floating > .form-control:focus, .form-floating > .typeahead.tt-input:focus,
2975
.form-floating>.typeahead.tt-input:focus,
-
 
2976
.form-floating>.typeahead.tt-hint: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),
2977
.select2-container--default .select2-search--dropdown .form-floating>.select2-search__field:focus,
-
 
2978
.form-floating>.form-control:not(:placeholder-shown),
-
 
2979
.form-floating>.typeahead.tt-input:not(:placeholder-shown),
-
 
2980
.form-floating>.typeahead.tt-hint: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),
2981
.select2-container--default .select2-search--dropdown .form-floating>.select2-search__field:not(:placeholder-shown),
2539
.form-floating > .form-control-plaintext:focus,
2982
.form-floating>.form-control-plaintext:focus,
2540
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
2983
.form-floating>.form-control-plaintext:not(:placeholder-shown) {
2541
  padding-top: 1.625rem;
2984
  padding-top: 1.625rem;
2542
  padding-bottom: 0.625rem;
2985
  padding-bottom: 0.625rem;
2543
}
2986
}
-
 
2987
 
-
 
2988
.form-floating>.form-control:-webkit-autofill,
2544
.form-floating > .form-control:-webkit-autofill, .form-floating > .typeahead.tt-input:-webkit-autofill,
2989
.form-floating>.typeahead.tt-input:-webkit-autofill,
-
 
2990
.form-floating>.typeahead.tt-hint:-webkit-autofill,
2545
.form-floating > .typeahead.tt-hint:-webkit-autofill, .select2-container--default .select2-search--dropdown .form-floating > .select2-search__field:-webkit-autofill,
2991
.select2-container--default .select2-search--dropdown .form-floating>.select2-search__field:-webkit-autofill,
2546
.form-floating > .form-control-plaintext:-webkit-autofill {
2992
.form-floating>.form-control-plaintext:-webkit-autofill {
2547
  padding-top: 1.625rem;
2993
  padding-top: 1.625rem;
2548
  padding-bottom: 0.625rem;
2994
  padding-bottom: 0.625rem;
2549
}
2995
}
-
 
2996
 
2550
.form-floating > .form-select {
2997
.form-floating>.form-select {
2551
  padding-top: 1.625rem;
2998
  padding-top: 1.625rem;
2552
  padding-bottom: 0.625rem;
2999
  padding-bottom: 0.625rem;
2553
}
3000
}
-
 
3001
 
-
 
3002
.form-floating>.form-control:focus~label,
2554
.form-floating > .form-control:focus ~ label, .form-floating > .typeahead.tt-input:focus ~ label,
3003
.form-floating>.typeahead.tt-input:focus~label,
-
 
3004
.form-floating>.typeahead.tt-hint:focus~label,
2555
.form-floating > .typeahead.tt-hint:focus ~ label, .select2-container--default .select2-search--dropdown .form-floating > .select2-search__field:focus ~ label,
3005
.select2-container--default .select2-search--dropdown .form-floating>.select2-search__field:focus~label,
2556
.form-floating > .form-control:not(:placeholder-shown) ~ label,
3006
.form-floating>.form-control:not(:placeholder-shown)~label,
2557
.form-floating > .typeahead.tt-input:not(:placeholder-shown) ~ label,
3007
.form-floating>.typeahead.tt-input:not(:placeholder-shown)~label,
2558
.form-floating > .typeahead.tt-hint:not(:placeholder-shown) ~ label,
3008
.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,
3009
.select2-container--default .select2-search--dropdown .form-floating>.select2-search__field:not(:placeholder-shown)~label,
2560
.form-floating > .form-control-plaintext ~ label,
3010
.form-floating>.form-control-plaintext~label,
2561
.form-floating > .form-select ~ label {
3011
.form-floating>.form-select~label {
2562
  opacity: 0.65;
3012
  opacity: 0.65;
2563
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
3013
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
2564
}
3014
}
-
 
3015
 
-
 
3016
.form-floating>.form-control:-webkit-autofill~label,
2565
.form-floating > .form-control:-webkit-autofill ~ label, .form-floating > .typeahead.tt-input:-webkit-autofill ~ label,
3017
.form-floating>.typeahead.tt-input:-webkit-autofill~label,
-
 
3018
.form-floating>.typeahead.tt-hint:-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 {
3019
.select2-container--default .select2-search--dropdown .form-floating>.select2-search__field:-webkit-autofill~label {
2567
  opacity: 0.65;
3020
  opacity: 0.65;
2568
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
3021
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
2569
}
3022
}
-
 
3023
 
2570
.form-floating > .form-control-plaintext ~ label {
3024
.form-floating>.form-control-plaintext~label {
2571
  border-width: 1px 0;
3025
  border-width: 1px 0;
2572
}
3026
}
Línea 2573... Línea 3027...
2573
 
3027
 
2574
.input-group {
3028
.input-group {
2575
  position: relative;
3029
  position: relative;
2576
  display: flex;
3030
  display: flex;
2577
  flex-wrap: wrap;
3031
  flex-wrap: wrap;
2578
  align-items: stretch;
3032
  align-items: stretch;
2579
  width: 100%;
3033
  width: 100%;
-
 
3034
}
-
 
3035
 
2580
}
3036
.input-group>.form-control,
-
 
3037
.input-group>.typeahead.tt-input,
2581
.input-group > .form-control, .input-group > .typeahead.tt-input,
3038
.input-group>.typeahead.tt-hint,
2582
.input-group > .typeahead.tt-hint, .select2-container--default .select2-search--dropdown .input-group > .select2-search__field,
3039
.select2-container--default .select2-search--dropdown .input-group>.select2-search__field,
2583
.input-group > .form-select,
3040
.input-group>.form-select,
2584
.input-group > .form-floating {
3041
.input-group>.form-floating {
2585
  position: relative;
3042
  position: relative;
2586
  flex: 1 1 auto;
3043
  flex: 1 1 auto;
2587
  width: 1%;
3044
  width: 1%;
2588
  min-width: 0;
3045
  min-width: 0;
-
 
3046
}
-
 
3047
 
2589
}
3048
.input-group>.form-control:focus,
-
 
3049
.input-group>.typeahead.tt-input:focus,
2590
.input-group > .form-control:focus, .input-group > .typeahead.tt-input:focus,
3050
.input-group>.typeahead.tt-hint:focus,
2591
.input-group > .typeahead.tt-hint:focus, .select2-container--default .select2-search--dropdown .input-group > .select2-search__field:focus,
3051
.select2-container--default .select2-search--dropdown .input-group>.select2-search__field:focus,
2592
.input-group > .form-select:focus,
3052
.input-group>.form-select:focus,
2593
.input-group > .form-floating:focus-within {
3053
.input-group>.form-floating:focus-within {
2594
  z-index: 5;
3054
  z-index: 5;
-
 
3055
}
-
 
3056
 
-
 
3057
.input-group .btn,
-
 
3058
.input-group .wizard>.actions a,
-
 
3059
.wizard>.actions .input-group a,
-
 
3060
.input-group div.tox .tox-button,
-
 
3061
div.tox .input-group .tox-button,
2595
}
3062
.input-group .swal2-popup .swal2-actions button,
-
 
3063
.swal2-popup .swal2-actions .input-group button,
-
 
3064
.input-group .fc .fc-button-primary,
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 {
3065
.fc .input-group .fc-button-primary {
2597
  position: relative;
3066
  position: relative;
2598
  z-index: 2;
3067
  z-index: 2;
-
 
3068
}
-
 
3069
 
-
 
3070
.input-group .btn:focus,
-
 
3071
.input-group .wizard>.actions a:focus,
-
 
3072
.wizard>.actions .input-group a:focus,
-
 
3073
.input-group div.tox .tox-button:focus,
-
 
3074
div.tox .input-group .tox-button:focus,
2599
}
3075
.input-group .swal2-popup .swal2-actions button:focus,
-
 
3076
.swal2-popup .swal2-actions .input-group button:focus,
-
 
3077
.input-group .fc .fc-button-primary:focus,
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 {
3078
.fc .input-group .fc-button-primary:focus {
2601
  z-index: 5;
3079
  z-index: 5;
Línea 2602... Línea 3080...
2602
}
3080
}
2603
 
3081
 
Línea 2614... Línea 3092...
2614
  background-color: #f8f9fa;
3092
  background-color: #f8f9fa;
2615
  border: 1px solid #e9ecef;
3093
  border: 1px solid #e9ecef;
2616
  border-radius: 0.25rem;
3094
  border-radius: 0.25rem;
2617
}
3095
}
Línea -... Línea 3096...
-
 
3096
 
2618
 
3097
.input-group-lg>.form-control,
-
 
3098
.input-group-lg>.typeahead.tt-input,
2619
.input-group-lg > .form-control, .input-group-lg > .typeahead.tt-input,
3099
.input-group-lg>.typeahead.tt-hint,
2620
.input-group-lg > .typeahead.tt-hint, .select2-container--default .select2-search--dropdown .input-group-lg > .select2-search__field,
3100
.select2-container--default .select2-search--dropdown .input-group-lg>.select2-search__field,
2621
.input-group-lg > .form-select,
3101
.input-group-lg>.form-select,
2622
.input-group-lg > .input-group-text,
3102
.input-group-lg>.input-group-text,
2623
.input-group-lg > .btn,
3103
.input-group-lg>.btn,
2624
.wizard > .actions .input-group-lg > a,
3104
.wizard>.actions .input-group-lg>a,
2625
div.tox .input-group-lg > .tox-button,
3105
div.tox .input-group-lg>.tox-button,
2626
.swal2-popup .swal2-actions .input-group-lg > button,
3106
.swal2-popup .swal2-actions .input-group-lg>button,
2627
.fc .input-group-lg > .fc-button-primary {
3107
.fc .input-group-lg>.fc-button-primary {
2628
  padding: 0.5rem 0.8rem;
3108
  padding: 0.5rem 0.8rem;
2629
  font-size: 1rem;
3109
  font-size: 1rem;
2630
  border-radius: 0.25rem;
3110
  border-radius: 0.25rem;
Línea -... Línea 3111...
-
 
3111
}
2631
}
3112
 
-
 
3113
.input-group-sm>.form-control,
2632
 
3114
.input-group-sm>.typeahead.tt-input,
2633
.input-group-sm > .form-control, .input-group-sm > .typeahead.tt-input,
3115
.input-group-sm>.typeahead.tt-hint,
2634
.input-group-sm > .typeahead.tt-hint, .select2-container--default .select2-search--dropdown .input-group-sm > .select2-search__field,
3116
.select2-container--default .select2-search--dropdown .input-group-sm>.select2-search__field,
2635
.input-group-sm > .form-select,
3117
.input-group-sm>.form-select,
2636
.input-group-sm > .input-group-text,
3118
.input-group-sm>.input-group-text,
2637
.input-group-sm > .btn,
3119
.input-group-sm>.btn,
2638
.wizard > .actions .input-group-sm > a,
3120
.wizard>.actions .input-group-sm>a,
2639
div.tox .input-group-sm > .tox-button,
3121
div.tox .input-group-sm>.tox-button,
2640
.swal2-popup .swal2-actions .input-group-sm > button,
3122
.swal2-popup .swal2-actions .input-group-sm>button,
2641
.fc .input-group-sm > .fc-button-primary {
3123
.fc .input-group-sm>.fc-button-primary {
2642
  padding: 0.391rem 0.8rem;
3124
  padding: 0.391rem 0.8rem;
2643
  font-size: 0.812rem;
3125
  font-size: 0.812rem;
Línea 2644... Línea 3126...
2644
  border-radius: 0.25rem;
3126
  border-radius: 0.25rem;
2645
}
3127
}
2646
 
3128
 
2647
.input-group-lg > .form-select,
3129
.input-group-lg>.form-select,
Línea 2648... Línea 3130...
2648
.input-group-sm > .form-select {
3130
.input-group-sm>.form-select {
2649
  padding-right: 3.2rem;
3131
  padding-right: 3.2rem;
2650
}
3132
}
2651
 
3133
 
2652
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.tt-menu):not(.form-floating),
3134
.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),
3135
.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,
3136
.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,
3137
.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,
3138
.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,
3139
.select2-container--default .select2-search--dropdown .input-group:not(.has-validation)>.form-floating:not(:last-child)>.select2-search__field,
-
 
3140
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
2658
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
3141
  border-top-right-radius: 0;
2659
  border-top-right-radius: 0;
3142
  border-bottom-right-radius: 0;
2660
  border-bottom-right-radius: 0;
3143
}
2661
}
3144
 
2662
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.tt-menu):not(.form-floating),
3145
.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),
3146
.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,
3147
.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,
3148
.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,
3149
.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,
3150
.select2-container--default .select2-search--dropdown .input-group.has-validation>.form-floating:nth-last-child(n+3)>.select2-search__field,
-
 
3151
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select {
2668
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
3152
  border-top-right-radius: 0;
2669
  border-top-right-radius: 0;
3153
  border-bottom-right-radius: 0;
2670
  border-bottom-right-radius: 0;
3154
}
2671
}
3155
 
2672
.input-group > :not(:first-child):not(.dropdown-menu):not(.tt-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
3156
.input-group> :not(:first-child):not(.dropdown-menu):not(.tt-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
-
 
3157
  margin-left: -1px;
-
 
3158
  border-top-left-radius: 0;
2673
  margin-left: -1px;
3159
  border-bottom-left-radius: 0;
-
 
3160
}
2674
  border-top-left-radius: 0;
3161
 
2675
  border-bottom-left-radius: 0;
3162
.input-group>.form-floating:not(:first-child)>.form-control,
2676
}
3163
.input-group>.form-floating:not(:first-child)>.typeahead.tt-input,
2677
.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .typeahead.tt-input,
3164
.input-group>.form-floating:not(:first-child)>.typeahead.tt-hint,
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,
3165
.select2-container--default .select2-search--dropdown .input-group>.form-floating:not(:first-child)>.select2-search__field,
Línea 2679... Línea 3166...
2679
.input-group > .form-floating:not(:first-child) > .form-select {
3166
.input-group>.form-floating:not(:first-child)>.form-select {
Línea 2701... Línea 3188...
2701
  color: #fff;
3188
  color: #fff;
2702
  background-color: rgba(5, 163, 74, 0.9);
3189
  background-color: rgba(5, 163, 74, 0.9);
2703
  border-radius: 0.25rem;
3190
  border-radius: 0.25rem;
2704
}
3191
}
Línea 2705... Línea 3192...
2705
 
3192
 
2706
.was-validated :valid ~ .valid-feedback,
3193
.was-validated :valid~.valid-feedback,
2707
.was-validated :valid ~ .valid-tooltip,
3194
.was-validated :valid~.valid-tooltip,
2708
.is-valid ~ .valid-feedback,
3195
.is-valid~.valid-feedback,
2709
.is-valid ~ .valid-tooltip {
3196
.is-valid~.valid-tooltip {
2710
  display: block;
3197
  display: block;
Línea -... Línea 3198...
-
 
3198
}
2711
}
3199
 
-
 
3200
.was-validated .form-control:valid,
2712
 
3201
.was-validated .typeahead.tt-input:valid,
-
 
3202
.was-validated .typeahead.tt-hint:valid,
-
 
3203
.was-validated .select2-container--default .select2-search--dropdown .select2-search__field:valid,
-
 
3204
.select2-container--default .select2-search--dropdown .was-validated .select2-search__field:valid,
-
 
3205
.form-control.is-valid,
2713
.was-validated .form-control:valid, .was-validated .typeahead.tt-input:valid,
3206
.is-valid.typeahead.tt-input,
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,
3207
.is-valid.typeahead.tt-hint,
2715
.is-valid.typeahead.tt-hint, .select2-container--default .select2-search--dropdown .is-valid.select2-search__field {
3208
.select2-container--default .select2-search--dropdown .is-valid.select2-search__field {
2716
  border-color: #05a34a;
3209
  border-color: #05a34a;
2717
  padding-right: calc(1.5em + 0.938rem);
3210
  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");
3211
  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;
3212
  background-repeat: no-repeat;
2720
  background-position: right calc(0.375em + 0.2345rem) center;
3213
  background-position: right calc(0.375em + 0.2345rem) center;
-
 
3214
  background-size: calc(0.75em + 0.469rem) calc(0.75em + 0.469rem);
-
 
3215
}
-
 
3216
 
-
 
3217
.was-validated .form-control:valid:focus,
2721
  background-size: calc(0.75em + 0.469rem) calc(0.75em + 0.469rem);
3218
.was-validated .typeahead.tt-input:valid:focus,
2722
}
3219
.was-validated .typeahead.tt-hint:valid:focus,
-
 
3220
.was-validated .select2-container--default .select2-search--dropdown .select2-search__field:valid:focus,
-
 
3221
.select2-container--default .select2-search--dropdown .was-validated .select2-search__field:valid:focus,
-
 
3222
.form-control.is-valid:focus,
2723
.was-validated .form-control:valid:focus, .was-validated .typeahead.tt-input:valid:focus,
3223
.is-valid.typeahead.tt-input: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,
3224
.is-valid.typeahead.tt-hint:focus,
2725
.is-valid.typeahead.tt-hint:focus, .select2-container--default .select2-search--dropdown .is-valid.select2-search__field:focus {
3225
.select2-container--default .select2-search--dropdown .is-valid.select2-search__field:focus {
2726
  border-color: #05a34a;
3226
  border-color: #05a34a;
Línea -... Línea 3227...
-
 
3227
  box-shadow: 0 0 0 0 rgba(5, 163, 74, 0.25);
2727
  box-shadow: 0 0 0 0 rgba(5, 163, 74, 0.25);
3228
}
-
 
3229
 
-
 
3230
.was-validated textarea.form-control:valid,
2728
}
3231
.was-validated textarea.typeahead.tt-input:valid,
-
 
3232
.was-validated textarea.typeahead.tt-hint:valid,
-
 
3233
.was-validated .select2-container--default .select2-search--dropdown textarea.select2-search__field:valid,
-
 
3234
.select2-container--default .select2-search--dropdown .was-validated textarea.select2-search__field:valid,
2729
 
3235
textarea.form-control.is-valid,
2730
.was-validated textarea.form-control:valid, .was-validated textarea.typeahead.tt-input:valid,
3236
textarea.is-valid.typeahead.tt-input,
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,
3237
textarea.is-valid.typeahead.tt-hint,
2732
textarea.is-valid.typeahead.tt-hint, .select2-container--default .select2-search--dropdown textarea.is-valid.select2-search__field {
3238
.select2-container--default .select2-search--dropdown textarea.is-valid.select2-search__field {
Línea 2733... Línea 3239...
2733
  padding-right: calc(1.5em + 0.938rem);
3239
  padding-right: calc(1.5em + 0.938rem);
-
 
3240
  background-position: top calc(0.375em + 0.2345rem) right calc(0.375em + 0.2345rem);
2734
  background-position: top calc(0.375em + 0.2345rem) right calc(0.375em + 0.2345rem);
3241
}
2735
}
3242
 
-
 
3243
.was-validated .form-select:valid,
2736
 
3244
.form-select.is-valid {
-
 
3245
  border-color: #05a34a;
-
 
3246
}
-
 
3247
 
2737
.was-validated .form-select:valid, .form-select.is-valid {
3248
.was-validated .form-select:valid:not([multiple]):not([size]),
2738
  border-color: #05a34a;
3249
.was-validated .form-select:valid:not([multiple])[size="1"],
2739
}
3250
.form-select.is-valid:not([multiple]):not([size]),
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"] {
3251
.form-select.is-valid:not([multiple])[size="1"] {
2741
  padding-right: 4.4rem;
3252
  padding-right: 4.4rem;
-
 
3253
  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");
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");
3254
  background-position: right 0.8rem center, center right 2.4rem;
-
 
3255
  background-size: 16px 12px, calc(0.75em + 0.469rem) calc(0.75em + 0.469rem);
2743
  background-position: right 0.8rem center, center right 2.4rem;
3256
}
2744
  background-size: 16px 12px, calc(0.75em + 0.469rem) calc(0.75em + 0.469rem);
3257
 
2745
}
3258
.was-validated .form-select:valid:focus,
Línea 2746... Línea 3259...
2746
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
3259
.form-select.is-valid:focus {
-
 
3260
  border-color: #05a34a;
2747
  border-color: #05a34a;
3261
  box-shadow: 0 0 0 0 rgba(5, 163, 74, 0.25);
2748
  box-shadow: 0 0 0 0 rgba(5, 163, 74, 0.25);
3262
}
Línea 2749... Línea 3263...
2749
}
3263
 
-
 
3264
.was-validated .form-control-color:valid,
2750
 
3265
.form-control-color.is-valid {
2751
.was-validated .form-control-color:valid, .form-control-color.is-valid {
3266
  width: calc(3rem + calc(1.5em + 0.938rem));
-
 
3267
}
2752
  width: calc(3rem + calc(1.5em + 0.938rem));
3268
 
-
 
3269
.was-validated .form-check-input:valid,
2753
}
3270
.form-check-input.is-valid {
2754
 
3271
  border-color: #05a34a;
-
 
3272
}
2755
.was-validated .form-check-input:valid, .form-check-input.is-valid {
3273
 
-
 
3274
.was-validated .form-check-input:valid:checked,
2756
  border-color: #05a34a;
3275
.form-check-input.is-valid:checked {
2757
}
3276
  background-color: #05a34a;
-
 
3277
}
2758
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
3278
 
-
 
3279
.was-validated .form-check-input:valid:focus,
2759
  background-color: #05a34a;
3280
.form-check-input.is-valid:focus {
2760
}
3281
  box-shadow: 0 0 0 0 rgba(5, 163, 74, 0.25);
Línea 2761... Línea 3282...
2761
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
3282
}
2762
  box-shadow: 0 0 0 0 rgba(5, 163, 74, 0.25);
3283
 
2763
}
3284
.was-validated .form-check-input:valid~.form-check-label,
Línea -... Línea 3285...
-
 
3285
.form-check-input.is-valid~.form-check-label {
-
 
3286
  color: #05a34a;
-
 
3287
}
2764
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
3288
 
2765
  color: #05a34a;
3289
.form-check-inline .form-check-input~.valid-feedback {
-
 
3290
  margin-left: 0.5em;
-
 
3291
}
-
 
3292
 
2766
}
3293
.was-validated .input-group>.form-control:not(:focus):valid,
2767
 
3294
.was-validated .input-group>.typeahead.tt-input:not(:focus):valid,
2768
.form-check-inline .form-check-input ~ .valid-feedback {
3295
.was-validated .input-group>.typeahead.tt-hint:not(:focus):valid,
2769
  margin-left: 0.5em;
3296
.was-validated .select2-container--default .select2-search--dropdown .input-group>.select2-search__field:not(:focus):valid,
2770
}
3297
.select2-container--default .select2-search--dropdown .was-validated .input-group>.select2-search__field:not(:focus):valid,
2771
 
3298
.input-group>.form-control:not(:focus).is-valid,
2772
.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .input-group > .typeahead.tt-input:not(:focus):valid,
3299
.input-group>.typeahead.tt-input:not(:focus).is-valid,
Línea 2773... Línea 3300...
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,
3300
.input-group>.typeahead.tt-hint: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,
3301
.select2-container--default .select2-search--dropdown .input-group>.select2-search__field:not(:focus).is-valid,
Línea 2799... Línea 3326...
2799
  color: #fff;
3326
  color: #fff;
2800
  background-color: rgba(255, 51, 102, 0.9);
3327
  background-color: rgba(255, 51, 102, 0.9);
2801
  border-radius: 0.25rem;
3328
  border-radius: 0.25rem;
2802
}
3329
}
Línea 2803... Línea 3330...
2803
 
3330
 
2804
.was-validated :invalid ~ .invalid-feedback,
3331
.was-validated :invalid~.invalid-feedback,
2805
.was-validated :invalid ~ .invalid-tooltip,
3332
.was-validated :invalid~.invalid-tooltip,
2806
.is-invalid ~ .invalid-feedback,
3333
.is-invalid~.invalid-feedback,
2807
.is-invalid ~ .invalid-tooltip {
3334
.is-invalid~.invalid-tooltip {
2808
  display: block;
3335
  display: block;
Línea -... Línea 3336...
-
 
3336
}
2809
}
3337
 
-
 
3338
.was-validated .form-control:invalid,
-
 
3339
.was-validated .typeahead.tt-input:invalid,
2810
 
3340
.was-validated .typeahead.tt-hint:invalid,
-
 
3341
.was-validated .select2-container--default .select2-search--dropdown .select2-search__field:invalid,
-
 
3342
.select2-container--default .select2-search--dropdown .was-validated .select2-search__field:invalid,
-
 
3343
.form-control.is-invalid,
2811
.was-validated .form-control:invalid, .was-validated .typeahead.tt-input:invalid,
3344
.is-invalid.typeahead.tt-input,
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,
3345
.is-invalid.typeahead.tt-hint,
2813
.is-invalid.typeahead.tt-hint, .select2-container--default .select2-search--dropdown .is-invalid.select2-search__field {
3346
.select2-container--default .select2-search--dropdown .is-invalid.select2-search__field {
2814
  border-color: #ff3366;
3347
  border-color: #ff3366;
2815
  padding-right: calc(1.5em + 0.938rem);
3348
  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");
3349
  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;
3350
  background-repeat: no-repeat;
2818
  background-position: right calc(0.375em + 0.2345rem) center;
3351
  background-position: right calc(0.375em + 0.2345rem) center;
-
 
3352
  background-size: calc(0.75em + 0.469rem) calc(0.75em + 0.469rem);
-
 
3353
}
-
 
3354
 
-
 
3355
.was-validated .form-control:invalid:focus,
2819
  background-size: calc(0.75em + 0.469rem) calc(0.75em + 0.469rem);
3356
.was-validated .typeahead.tt-input:invalid:focus,
2820
}
3357
.was-validated .typeahead.tt-hint:invalid:focus,
-
 
3358
.was-validated .select2-container--default .select2-search--dropdown .select2-search__field:invalid:focus,
-
 
3359
.select2-container--default .select2-search--dropdown .was-validated .select2-search__field:invalid:focus,
-
 
3360
.form-control.is-invalid:focus,
2821
.was-validated .form-control:invalid:focus, .was-validated .typeahead.tt-input:invalid:focus,
3361
.is-invalid.typeahead.tt-input: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,
3362
.is-invalid.typeahead.tt-hint:focus,
2823
.is-invalid.typeahead.tt-hint:focus, .select2-container--default .select2-search--dropdown .is-invalid.select2-search__field:focus {
3363
.select2-container--default .select2-search--dropdown .is-invalid.select2-search__field:focus {
2824
  border-color: #ff3366;
3364
  border-color: #ff3366;
Línea -... Línea 3365...
-
 
3365
  box-shadow: 0 0 0 0 rgba(255, 51, 102, 0.25);
-
 
3366
}
-
 
3367
 
2825
  box-shadow: 0 0 0 0 rgba(255, 51, 102, 0.25);
3368
.was-validated textarea.form-control:invalid,
2826
}
3369
.was-validated textarea.typeahead.tt-input:invalid,
-
 
3370
.was-validated textarea.typeahead.tt-hint:invalid,
-
 
3371
.was-validated .select2-container--default .select2-search--dropdown textarea.select2-search__field:invalid,
-
 
3372
.select2-container--default .select2-search--dropdown .was-validated textarea.select2-search__field:invalid,
2827
 
3373
textarea.form-control.is-invalid,
2828
.was-validated textarea.form-control:invalid, .was-validated textarea.typeahead.tt-input:invalid,
3374
textarea.is-invalid.typeahead.tt-input,
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,
3375
textarea.is-invalid.typeahead.tt-hint,
2830
textarea.is-invalid.typeahead.tt-hint, .select2-container--default .select2-search--dropdown textarea.is-invalid.select2-search__field {
3376
.select2-container--default .select2-search--dropdown textarea.is-invalid.select2-search__field {
Línea 2831... Línea 3377...
2831
  padding-right: calc(1.5em + 0.938rem);
3377
  padding-right: calc(1.5em + 0.938rem);
-
 
3378
  background-position: top calc(0.375em + 0.2345rem) right calc(0.375em + 0.2345rem);
2832
  background-position: top calc(0.375em + 0.2345rem) right calc(0.375em + 0.2345rem);
3379
}
2833
}
3380
 
-
 
3381
.was-validated .form-select:invalid,
2834
 
3382
.form-select.is-invalid {
-
 
3383
  border-color: #ff3366;
-
 
3384
}
-
 
3385
 
2835
.was-validated .form-select:invalid, .form-select.is-invalid {
3386
.was-validated .form-select:invalid:not([multiple]):not([size]),
2836
  border-color: #ff3366;
3387
.was-validated .form-select:invalid:not([multiple])[size="1"],
2837
}
3388
.form-select.is-invalid:not([multiple]):not([size]),
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"] {
3389
.form-select.is-invalid:not([multiple])[size="1"] {
2839
  padding-right: 4.4rem;
3390
  padding-right: 4.4rem;
-
 
3391
  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");
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");
3392
  background-position: right 0.8rem center, center right 2.4rem;
-
 
3393
  background-size: 16px 12px, calc(0.75em + 0.469rem) calc(0.75em + 0.469rem);
2841
  background-position: right 0.8rem center, center right 2.4rem;
3394
}
2842
  background-size: 16px 12px, calc(0.75em + 0.469rem) calc(0.75em + 0.469rem);
3395
 
2843
}
3396
.was-validated .form-select:invalid:focus,
Línea 2844... Línea 3397...
2844
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
3397
.form-select.is-invalid:focus {
-
 
3398
  border-color: #ff3366;
2845
  border-color: #ff3366;
3399
  box-shadow: 0 0 0 0 rgba(255, 51, 102, 0.25);
2846
  box-shadow: 0 0 0 0 rgba(255, 51, 102, 0.25);
3400
}
Línea 2847... Línea 3401...
2847
}
3401
 
-
 
3402
.was-validated .form-control-color:invalid,
2848
 
3403
.form-control-color.is-invalid {
2849
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
3404
  width: calc(3rem + calc(1.5em + 0.938rem));
-
 
3405
}
2850
  width: calc(3rem + calc(1.5em + 0.938rem));
3406
 
-
 
3407
.was-validated .form-check-input:invalid,
2851
}
3408
.form-check-input.is-invalid {
2852
 
3409
  border-color: #ff3366;
-
 
3410
}
2853
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
3411
 
-
 
3412
.was-validated .form-check-input:invalid:checked,
2854
  border-color: #ff3366;
3413
.form-check-input.is-invalid:checked {
2855
}
3414
  background-color: #ff3366;
-
 
3415
}
2856
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
3416
 
-
 
3417
.was-validated .form-check-input:invalid:focus,
2857
  background-color: #ff3366;
3418
.form-check-input.is-invalid:focus {
2858
}
3419
  box-shadow: 0 0 0 0 rgba(255, 51, 102, 0.25);
Línea 2859... Línea 3420...
2859
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
3420
}
2860
  box-shadow: 0 0 0 0 rgba(255, 51, 102, 0.25);
3421
 
2861
}
3422
.was-validated .form-check-input:invalid~.form-check-label,
Línea -... Línea 3423...
-
 
3423
.form-check-input.is-invalid~.form-check-label {
-
 
3424
  color: #ff3366;
-
 
3425
}
2862
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
3426
 
2863
  color: #ff3366;
3427
.form-check-inline .form-check-input~.invalid-feedback {
-
 
3428
  margin-left: 0.5em;
-
 
3429
}
-
 
3430
 
2864
}
3431
.was-validated .input-group>.form-control:not(:focus):invalid,
2865
 
3432
.was-validated .input-group>.typeahead.tt-input:not(:focus):invalid,
2866
.form-check-inline .form-check-input ~ .invalid-feedback {
3433
.was-validated .input-group>.typeahead.tt-hint:not(:focus):invalid,
2867
  margin-left: 0.5em;
3434
.was-validated .select2-container--default .select2-search--dropdown .input-group>.select2-search__field:not(:focus):invalid,
2868
}
3435
.select2-container--default .select2-search--dropdown .was-validated .input-group>.select2-search__field:not(:focus):invalid,
2869
 
3436
.input-group>.form-control:not(:focus).is-invalid,
2870
.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .input-group > .typeahead.tt-input:not(:focus):invalid,
3437
.input-group>.typeahead.tt-input:not(:focus).is-invalid,
Línea -... Línea 3438...
-
 
3438
.input-group>.typeahead.tt-hint:not(:focus).is-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,
3439
.select2-container--default .select2-search--dropdown .input-group>.select2-search__field: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,
3440
.was-validated .input-group>.form-select:not(:focus):invalid,
-
 
3441
.input-group>.form-select:not(:focus).is-invalid,
-
 
3442
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
2873
.was-validated .input-group > .form-select:not(:focus):invalid,
3443
.input-group>.form-floating:not(:focus-within).is-invalid {
-
 
3444
  z-index: 4;
2874
.input-group > .form-select:not(:focus).is-invalid,
3445
}
2875
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
3446
 
2876
.input-group > .form-floating:not(:focus-within).is-invalid {
3447
.btn,
2877
  z-index: 4;
3448
.wizard>.actions a,
2878
}
3449
.wizard>.actions a:active,
Línea 2909... Línea 3480...
2909
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
3480
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
2910
  border-radius: var(--bs-btn-border-radius);
3481
  border-radius: var(--bs-btn-border-radius);
2911
  background-color: var(--bs-btn-bg);
3482
  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;
3483
  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
}
3484
}
-
 
3485
 
2914
@media (prefers-reduced-motion: reduce) {
3486
@media (prefers-reduced-motion: reduce) {
-
 
3487
 
-
 
3488
  .btn,
2915
  .btn, .wizard > .actions a,
3489
  .wizard>.actions a,
2916
  .wizard > .actions a:active,
3490
  .wizard>.actions a:active,
-
 
3491
  .wizard>.actions a:hover,
-
 
3492
  div.tox .tox-button,
2917
  .wizard > .actions a:hover, div.tox .tox-button, .swal2-popup .swal2-actions button, .fc .fc-button-primary {
3493
  .swal2-popup .swal2-actions button,
-
 
3494
  .fc .fc-button-primary {
2918
    transition: none;
3495
    transition: none;
2919
  }
3496
  }
2920
}
3497
}
-
 
3498
 
-
 
3499
.btn:hover,
-
 
3500
.wizard>.actions a:hover,
-
 
3501
div.tox .tox-button:hover,
2921
.btn:hover, .wizard > .actions a:hover, div.tox .tox-button:hover, .swal2-popup .swal2-actions button:hover, .fc .fc-button-primary:hover {
3502
.swal2-popup .swal2-actions button:hover,
-
 
3503
.fc .fc-button-primary:hover {
2922
  color: var(--bs-btn-hover-color);
3504
  color: var(--bs-btn-hover-color);
2923
  background-color: var(--bs-btn-hover-bg);
3505
  background-color: var(--bs-btn-hover-bg);
2924
  border-color: var(--bs-btn-hover-border-color);
3506
  border-color: var(--bs-btn-hover-border-color);
2925
}
3507
}
-
 
3508
 
-
 
3509
.btn-check+.btn:hover,
-
 
3510
.wizard>.actions .btn-check+a:hover,
-
 
3511
div.tox .btn-check+.tox-button:hover,
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 {
3512
.swal2-popup .swal2-actions .btn-check+button:hover,
-
 
3513
.fc .btn-check+.fc-button-primary:hover {
2927
  color: var(--bs-btn-color);
3514
  color: var(--bs-btn-color);
2928
  background-color: var(--bs-btn-bg);
3515
  background-color: var(--bs-btn-bg);
2929
  border-color: var(--bs-btn-border-color);
3516
  border-color: var(--bs-btn-border-color);
2930
}
3517
}
-
 
3518
 
-
 
3519
.btn:focus-visible,
-
 
3520
.wizard>.actions a:focus-visible,
-
 
3521
div.tox .tox-button:focus-visible,
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 {
3522
.swal2-popup .swal2-actions button:focus-visible,
-
 
3523
.fc .fc-button-primary:focus-visible {
2932
  color: var(--bs-btn-hover-color);
3524
  color: var(--bs-btn-hover-color);
2933
  background-color: var(--bs-btn-hover-bg);
3525
  background-color: var(--bs-btn-hover-bg);
2934
  border-color: var(--bs-btn-hover-border-color);
3526
  border-color: var(--bs-btn-hover-border-color);
2935
  outline: 0;
3527
  outline: 0;
2936
  box-shadow: var(--bs-btn-focus-box-shadow);
3528
  box-shadow: var(--bs-btn-focus-box-shadow);
2937
}
3529
}
-
 
3530
 
-
 
3531
.btn-check:focus-visible+.btn,
-
 
3532
.wizard>.actions .btn-check:focus-visible+a,
-
 
3533
div.tox .btn-check:focus-visible+.tox-button,
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 {
3534
.swal2-popup .swal2-actions .btn-check:focus-visible+button,
-
 
3535
.fc .btn-check:focus-visible+.fc-button-primary {
2939
  border-color: var(--bs-btn-hover-border-color);
3536
  border-color: var(--bs-btn-hover-border-color);
2940
  outline: 0;
3537
  outline: 0;
2941
  box-shadow: var(--bs-btn-focus-box-shadow);
3538
  box-shadow: var(--bs-btn-focus-box-shadow);
2942
}
3539
}
-
 
3540
 
-
 
3541
.btn-check:checked+.btn,
-
 
3542
.wizard>.actions .btn-check:checked+a,
-
 
3543
div.tox .btn-check:checked+.tox-button,
-
 
3544
.swal2-popup .swal2-actions .btn-check:checked+button,
-
 
3545
.fc .btn-check:checked+.fc-button-primary,
-
 
3546
:not(.btn-check)+.btn:active,
-
 
3547
.wizard>.actions :not(.btn-check)+a:active,
-
 
3548
div.tox :not(.btn-check)+.tox-button:active,
-
 
3549
.swal2-popup .swal2-actions :not(.btn-check)+button:active,
-
 
3550
.fc :not(.btn-check)+.fc-button-primary:active,
-
 
3551
.btn:first-child:active,
-
 
3552
.wizard>.actions a:first-child:active,
-
 
3553
div.tox .tox-button:first-child:active,
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 {
3554
.swal2-popup .swal2-actions button:first-child:active,
-
 
3555
.fc .fc-button-primary:first-child:active,
-
 
3556
.btn.active,
-
 
3557
.wizard>.actions a.active,
-
 
3558
div.tox .active.tox-button,
-
 
3559
.swal2-popup .swal2-actions button.active,
-
 
3560
.fc .active.fc-button-primary,
-
 
3561
.btn.show,
-
 
3562
.wizard>.actions a.show,
-
 
3563
div.tox .show.tox-button,
-
 
3564
.swal2-popup .swal2-actions button.show,
-
 
3565
.fc .show.fc-button-primary {
2944
  color: var(--bs-btn-active-color);
3566
  color: var(--bs-btn-active-color);
2945
  background-color: var(--bs-btn-active-bg);
3567
  background-color: var(--bs-btn-active-bg);
2946
  border-color: var(--bs-btn-active-border-color);
3568
  border-color: var(--bs-btn-active-border-color);
2947
}
3569
}
-
 
3570
 
-
 
3571
.btn-check:checked+.btn:focus-visible,
-
 
3572
.wizard>.actions .btn-check:checked+a:focus-visible,
-
 
3573
div.tox .btn-check:checked+.tox-button:focus-visible,
-
 
3574
.swal2-popup .swal2-actions .btn-check:checked+button:focus-visible,
-
 
3575
.fc .btn-check:checked+.fc-button-primary:focus-visible,
-
 
3576
:not(.btn-check)+.btn:active:focus-visible,
-
 
3577
.wizard>.actions :not(.btn-check)+a:active:focus-visible,
-
 
3578
div.tox :not(.btn-check)+.tox-button:active:focus-visible,
-
 
3579
.swal2-popup .swal2-actions :not(.btn-check)+button:active:focus-visible,
-
 
3580
.fc :not(.btn-check)+.fc-button-primary:active:focus-visible,
-
 
3581
.btn:first-child:active:focus-visible,
-
 
3582
.wizard>.actions a:first-child:active:focus-visible,
-
 
3583
div.tox .tox-button:first-child:active:focus-visible,
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 {
3584
.swal2-popup .swal2-actions button:first-child:active:focus-visible,
-
 
3585
.fc .fc-button-primary:first-child:active:focus-visible,
-
 
3586
.btn.active:focus-visible,
-
 
3587
.wizard>.actions a.active:focus-visible,
-
 
3588
div.tox .active.tox-button:focus-visible,
-
 
3589
.swal2-popup .swal2-actions button.active:focus-visible,
-
 
3590
.fc .active.fc-button-primary:focus-visible,
-
 
3591
.btn.show:focus-visible,
-
 
3592
.wizard>.actions a.show:focus-visible,
-
 
3593
div.tox .show.tox-button:focus-visible,
-
 
3594
.swal2-popup .swal2-actions button.show:focus-visible,
-
 
3595
.fc .show.fc-button-primary:focus-visible {
2949
  box-shadow: var(--bs-btn-focus-box-shadow);
3596
  box-shadow: var(--bs-btn-focus-box-shadow);
2950
}
3597
}
-
 
3598
 
-
 
3599
.btn:disabled,
-
 
3600
.wizard>.actions a:disabled,
-
 
3601
div.tox .tox-button:disabled,
-
 
3602
.swal2-popup .swal2-actions button:disabled,
-
 
3603
.fc .fc-button-primary:disabled,
-
 
3604
.btn.disabled,
-
 
3605
.wizard>.actions a.disabled,
-
 
3606
div.tox .disabled.tox-button,
-
 
3607
.swal2-popup .swal2-actions button.disabled,
-
 
3608
.fc .disabled.fc-button-primary,
-
 
3609
fieldset:disabled .btn,
-
 
3610
fieldset:disabled .wizard>.actions a,
-
 
3611
.wizard>.actions fieldset:disabled a,
-
 
3612
fieldset:disabled div.tox .tox-button,
-
 
3613
div.tox fieldset:disabled .tox-button,
-
 
3614
fieldset:disabled .swal2-popup .swal2-actions button,
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 {
3615
.swal2-popup .swal2-actions fieldset:disabled button,
-
 
3616
fieldset:disabled .fc .fc-button-primary,
-
 
3617
.fc fieldset:disabled .fc-button-primary {
2952
  color: var(--bs-btn-disabled-color);
3618
  color: var(--bs-btn-disabled-color);
2953
  pointer-events: none;
3619
  pointer-events: none;
2954
  background-color: var(--bs-btn-disabled-bg);
3620
  background-color: var(--bs-btn-disabled-bg);
2955
  border-color: var(--bs-btn-disabled-border-color);
3621
  border-color: var(--bs-btn-disabled-border-color);
2956
  opacity: var(--bs-btn-disabled-opacity);
3622
  opacity: var(--bs-btn-disabled-opacity);
2957
}
3623
}
Línea -... Línea 3624...
-
 
3624
 
2958
 
3625
.btn-primary,
2959
.btn-primary, .wizard > .actions a,
3626
.wizard>.actions a,
-
 
3627
.wizard>.actions a:active,
2960
.wizard > .actions a:active,
3628
.wizard>.actions a:hover,
-
 
3629
div.tox .tox-button:not(.tox-button--naked):not(.tox-button--secondary),
-
 
3630
.swal2-popup .swal2-actions button.swal2-confirm,
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,
3631
.fc .fc-button-primary:not(:disabled).fc-button-active,
2962
.fc .fc-button-primary:not(:disabled):active {
3632
.fc .fc-button-primary:not(:disabled):active {
2963
  --bs-btn-color: #fff;
3633
  --bs-btn-color: #fff;
2964
  --bs-btn-bg: #6571ff;
3634
  --bs-btn-bg: #6571ff;
2965
  --bs-btn-border-color: #6571ff;
3635
  --bs-btn-border-color: #6571ff;
Línea 2974... Línea 3644...
2974
  --bs-btn-disabled-color: #fff;
3644
  --bs-btn-disabled-color: #fff;
2975
  --bs-btn-disabled-bg: #6571ff;
3645
  --bs-btn-disabled-bg: #6571ff;
2976
  --bs-btn-disabled-border-color: #6571ff;
3646
  --bs-btn-disabled-border-color: #6571ff;
2977
}
3647
}
Línea -... Línea 3648...
-
 
3648
 
2978
 
3649
.btn-secondary,
2979
.btn-secondary, div.tox .tox-button--secondary {
3650
div.tox .tox-button--secondary {
2980
  --bs-btn-color: #fff;
3651
  --bs-btn-color: #fff;
2981
  --bs-btn-bg: #7987a1;
3652
  --bs-btn-bg: #7987a1;
2982
  --bs-btn-border-color: #7987a1;
3653
  --bs-btn-border-color: #7987a1;
2983
  --bs-btn-hover-color: #fff;
3654
  --bs-btn-hover-color: #fff;
Línea 3042... Línea 3713...
3042
  --bs-btn-disabled-color: #000;
3713
  --bs-btn-disabled-color: #000;
3043
  --bs-btn-disabled-bg: #fbbc06;
3714
  --bs-btn-disabled-bg: #fbbc06;
3044
  --bs-btn-disabled-border-color: #fbbc06;
3715
  --bs-btn-disabled-border-color: #fbbc06;
3045
}
3716
}
Línea -... Línea 3717...
-
 
3717
 
3046
 
3718
.btn-danger,
3047
.btn-danger, .swal2-popup .swal2-actions button.swal2-cancel {
3719
.swal2-popup .swal2-actions button.swal2-cancel {
3048
  --bs-btn-color: #fff;
3720
  --bs-btn-color: #fff;
3049
  --bs-btn-bg: #ff3366;
3721
  --bs-btn-bg: #ff3366;
3050
  --bs-btn-border-color: #ff3366;
3722
  --bs-btn-border-color: #ff3366;
3051
  --bs-btn-hover-color: #fff;
3723
  --bs-btn-hover-color: #fff;
Línea 3093... Línea 3765...
3093
  --bs-btn-disabled-color: #fff;
3765
  --bs-btn-disabled-color: #fff;
3094
  --bs-btn-disabled-bg: #060c17;
3766
  --bs-btn-disabled-bg: #060c17;
3095
  --bs-btn-disabled-border-color: #060c17;
3767
  --bs-btn-disabled-border-color: #060c17;
3096
}
3768
}
Línea -... Línea 3769...
-
 
3769
 
3097
 
3770
.btn-outline-primary,
3098
.btn-outline-primary, .fc .fc-button-primary {
3771
.fc .fc-button-primary {
3099
  --bs-btn-color: #6571ff;
3772
  --bs-btn-color: #6571ff;
3100
  --bs-btn-border-color: #6571ff;
3773
  --bs-btn-border-color: #6571ff;
3101
  --bs-btn-hover-color: #fff;
3774
  --bs-btn-hover-color: #fff;
3102
  --bs-btn-hover-bg: #6571ff;
3775
  --bs-btn-hover-bg: #6571ff;
Línea 3244... Línea 3917...
3244
  --bs-btn-disabled-border-color: transparent;
3917
  --bs-btn-disabled-border-color: transparent;
3245
  --bs-btn-box-shadow: none;
3918
  --bs-btn-box-shadow: none;
3246
  --bs-btn-focus-shadow-rgb: 124, 134, 255;
3919
  --bs-btn-focus-shadow-rgb: 124, 134, 255;
3247
  text-decoration: none;
3920
  text-decoration: none;
3248
}
3921
}
-
 
3922
 
3249
.btn-link:focus-visible {
3923
.btn-link:focus-visible {
3250
  color: var(--bs-btn-color);
3924
  color: var(--bs-btn-color);
3251
}
3925
}
-
 
3926
 
3252
.btn-link:hover {
3927
.btn-link:hover {
3253
  color: var(--bs-btn-hover-color);
3928
  color: var(--bs-btn-hover-color);
3254
}
3929
}
Línea -... Línea 3930...
-
 
3930
 
-
 
3931
.btn-lg,
-
 
3932
.btn-group-lg>.btn,
-
 
3933
.wizard>.actions .btn-group-lg>a,
3255
 
3934
div.tox .btn-group-lg>.tox-button,
-
 
3935
.swal2-popup .swal2-actions .btn-group-lg>button,
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 {
3936
.fc .btn-group-lg>.fc-button-primary {
3257
  --bs-btn-padding-y: 0.5rem;
3937
  --bs-btn-padding-y: 0.5rem;
3258
  --bs-btn-padding-x: 0.8rem;
3938
  --bs-btn-padding-x: 0.8rem;
3259
  --bs-btn-font-size: 1rem;
3939
  --bs-btn-font-size: 1rem;
3260
  --bs-btn-border-radius: 0.25rem;
3940
  --bs-btn-border-radius: 0.25rem;
Línea -... Línea 3941...
-
 
3941
}
-
 
3942
 
-
 
3943
.btn-sm,
-
 
3944
.fc .fc-button-primary,
-
 
3945
.btn-group-sm>.btn,
3261
}
3946
.wizard>.actions .btn-group-sm>a,
3262
 
3947
div.tox .btn-group-sm>.tox-button,
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 {
3948
.swal2-popup .swal2-actions .btn-group-sm>button {
3264
  --bs-btn-padding-y: 0.391rem;
3949
  --bs-btn-padding-y: 0.391rem;
3265
  --bs-btn-padding-x: 0.8rem;
3950
  --bs-btn-padding-x: 0.8rem;
3266
  --bs-btn-font-size: 0.812rem;
3951
  --bs-btn-font-size: 0.812rem;
Línea 3267... Línea 3952...
3267
  --bs-btn-border-radius: 0.25rem;
3952
  --bs-btn-border-radius: 0.25rem;
3268
}
3953
}
3269
 
3954
 
-
 
3955
.fade {
3270
.fade {
3956
  transition: opacity 0.15s linear;
3271
  transition: opacity 0.15s linear;
3957
}
3272
}
3958
 
3273
@media (prefers-reduced-motion: reduce) {
3959
@media (prefers-reduced-motion: reduce) {
3274
  .fade {
3960
  .fade {
-
 
3961
    transition: none;
3275
    transition: none;
3962
  }
3276
  }
3963
}
3277
}
3964
 
Línea 3278... Línea 3965...
3278
.fade:not(.show) {
3965
.fade:not(.show) {
Línea 3286... Línea 3973...
3286
.collapsing {
3973
.collapsing {
3287
  height: 0;
3974
  height: 0;
3288
  overflow: hidden;
3975
  overflow: hidden;
3289
  transition: height 0.35s ease;
3976
  transition: height 0.35s ease;
3290
}
3977
}
-
 
3978
 
3291
@media (prefers-reduced-motion: reduce) {
3979
@media (prefers-reduced-motion: reduce) {
3292
  .collapsing {
3980
  .collapsing {
3293
    transition: none;
3981
    transition: none;
3294
  }
3982
  }
3295
}
3983
}
-
 
3984
 
3296
.collapsing.collapse-horizontal {
3985
.collapsing.collapse-horizontal {
3297
  width: 0;
3986
  width: 0;
3298
  height: auto;
3987
  height: auto;
3299
  transition: width 0.35s ease;
3988
  transition: width 0.35s ease;
3300
}
3989
}
-
 
3990
 
3301
@media (prefers-reduced-motion: reduce) {
3991
@media (prefers-reduced-motion: reduce) {
3302
  .collapsing.collapse-horizontal {
3992
  .collapsing.collapse-horizontal {
3303
    transition: none;
3993
    transition: none;
3304
  }
3994
  }
3305
}
3995
}
Línea 3314... Línea 4004...
3314
}
4004
}
Línea 3315... Línea 4005...
3315
 
4005
 
3316
.dropdown-toggle {
4006
.dropdown-toggle {
3317
  white-space: nowrap;
4007
  white-space: nowrap;
-
 
4008
}
3318
}
4009
 
3319
.dropdown-toggle::after {
4010
.dropdown-toggle::after {
3320
  display: inline-block;
4011
  display: inline-block;
3321
  margin-left: 0.255em;
4012
  margin-left: 0.255em;
3322
  vertical-align: 0.255em;
4013
  vertical-align: 0.255em;
3323
  content: "";
4014
  content: "";
3324
  border-top: 0.3em solid;
4015
  border-top: 0.3em solid;
3325
  border-right: 0.3em solid transparent;
4016
  border-right: 0.3em solid transparent;
3326
  border-bottom: 0;
4017
  border-bottom: 0;
3327
  border-left: 0.3em solid transparent;
4018
  border-left: 0.3em solid transparent;
-
 
4019
}
3328
}
4020
 
3329
.dropdown-toggle:empty::after {
4021
.dropdown-toggle:empty::after {
3330
  margin-left: 0;
4022
  margin-left: 0;
Línea 3331... Línea 4023...
3331
}
4023
}
-
 
4024
 
3332
 
4025
.dropdown-menu,
3333
.dropdown-menu, .tt-menu {
4026
.tt-menu {
3334
  --bs-dropdown-zindex: 1000;
4027
  --bs-dropdown-zindex: 1000;
3335
  --bs-dropdown-min-width: 10rem;
4028
  --bs-dropdown-min-width: 10rem;
3336
  --bs-dropdown-padding-x: 0;
4029
  --bs-dropdown-padding-x: 0;
Línea 3370... Línea 4063...
3370
  background-color: var(--bs-dropdown-bg);
4063
  background-color: var(--bs-dropdown-bg);
3371
  background-clip: padding-box;
4064
  background-clip: padding-box;
3372
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
4065
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
3373
  border-radius: var(--bs-dropdown-border-radius);
4066
  border-radius: var(--bs-dropdown-border-radius);
3374
}
4067
}
-
 
4068
 
3375
.dropdown-menu[data-bs-popper], [data-bs-popper].tt-menu {
4069
.dropdown-menu[data-bs-popper],
-
 
4070
[data-bs-popper].tt-menu {
3376
  top: 100%;
4071
  top: 100%;
3377
  left: 0;
4072
  left: 0;
3378
  margin-top: var(--bs-dropdown-spacer);
4073
  margin-top: var(--bs-dropdown-spacer);
3379
}
4074
}
Línea 3380... Línea 4075...
3380
 
4075
 
3381
.dropdown-menu-start {
4076
.dropdown-menu-start {
3382
  --bs-position: start;
4077
  --bs-position: start;
-
 
4078
}
3383
}
4079
 
3384
.dropdown-menu-start[data-bs-popper] {
4080
.dropdown-menu-start[data-bs-popper] {
3385
  right: auto;
4081
  right: auto;
3386
  left: 0;
4082
  left: 0;
Línea 3387... Línea 4083...
3387
}
4083
}
3388
 
4084
 
3389
.dropdown-menu-end {
4085
.dropdown-menu-end {
-
 
4086
  --bs-position: end;
3390
  --bs-position: end;
4087
}
3391
}
4088
 
3392
.dropdown-menu-end[data-bs-popper] {
4089
.dropdown-menu-end[data-bs-popper] {
3393
  right: 0;
4090
  right: 0;
Línea 3394... Línea 4091...
3394
  left: auto;
4091
  left: auto;
3395
}
4092
}
3396
 
4093
 
3397
@media (min-width: 576px) {
4094
@media (min-width: 576px) {
-
 
4095
  .dropdown-menu-sm-start {
3398
  .dropdown-menu-sm-start {
4096
    --bs-position: start;
3399
    --bs-position: start;
4097
  }
3400
  }
4098
 
3401
  .dropdown-menu-sm-start[data-bs-popper] {
4099
  .dropdown-menu-sm-start[data-bs-popper] {
-
 
4100
    right: auto;
3402
    right: auto;
4101
    left: 0;
3403
    left: 0;
4102
  }
3404
  }
4103
 
-
 
4104
  .dropdown-menu-sm-end {
3405
  .dropdown-menu-sm-end {
4105
    --bs-position: end;
3406
    --bs-position: end;
4106
  }
3407
  }
4107
 
3408
  .dropdown-menu-sm-end[data-bs-popper] {
4108
  .dropdown-menu-sm-end[data-bs-popper] {
3409
    right: 0;
4109
    right: 0;
-
 
4110
    left: auto;
3410
    left: auto;
4111
  }
3411
  }
4112
}
3412
}
4113
 
3413
@media (min-width: 768px) {
4114
@media (min-width: 768px) {
-
 
4115
  .dropdown-menu-md-start {
3414
  .dropdown-menu-md-start {
4116
    --bs-position: start;
3415
    --bs-position: start;
4117
  }
3416
  }
4118
 
3417
  .dropdown-menu-md-start[data-bs-popper] {
4119
  .dropdown-menu-md-start[data-bs-popper] {
-
 
4120
    right: auto;
3418
    right: auto;
4121
    left: 0;
3419
    left: 0;
4122
  }
3420
  }
4123
 
-
 
4124
  .dropdown-menu-md-end {
3421
  .dropdown-menu-md-end {
4125
    --bs-position: end;
3422
    --bs-position: end;
4126
  }
3423
  }
4127
 
3424
  .dropdown-menu-md-end[data-bs-popper] {
4128
  .dropdown-menu-md-end[data-bs-popper] {
3425
    right: 0;
4129
    right: 0;
-
 
4130
    left: auto;
3426
    left: auto;
4131
  }
3427
  }
4132
}
3428
}
4133
 
3429
@media (min-width: 992px) {
4134
@media (min-width: 992px) {
-
 
4135
  .dropdown-menu-lg-start {
3430
  .dropdown-menu-lg-start {
4136
    --bs-position: start;
3431
    --bs-position: start;
4137
  }
3432
  }
4138
 
3433
  .dropdown-menu-lg-start[data-bs-popper] {
4139
  .dropdown-menu-lg-start[data-bs-popper] {
-
 
4140
    right: auto;
3434
    right: auto;
4141
    left: 0;
3435
    left: 0;
4142
  }
3436
  }
4143
 
-
 
4144
  .dropdown-menu-lg-end {
3437
  .dropdown-menu-lg-end {
4145
    --bs-position: end;
3438
    --bs-position: end;
4146
  }
3439
  }
4147
 
3440
  .dropdown-menu-lg-end[data-bs-popper] {
4148
  .dropdown-menu-lg-end[data-bs-popper] {
3441
    right: 0;
4149
    right: 0;
-
 
4150
    left: auto;
3442
    left: auto;
4151
  }
3443
  }
4152
}
3444
}
4153
 
3445
@media (min-width: 1200px) {
4154
@media (min-width: 1200px) {
-
 
4155
  .dropdown-menu-xl-start {
3446
  .dropdown-menu-xl-start {
4156
    --bs-position: start;
3447
    --bs-position: start;
4157
  }
3448
  }
4158
 
3449
  .dropdown-menu-xl-start[data-bs-popper] {
4159
  .dropdown-menu-xl-start[data-bs-popper] {
-
 
4160
    right: auto;
3450
    right: auto;
4161
    left: 0;
3451
    left: 0;
4162
  }
3452
  }
4163
 
-
 
4164
  .dropdown-menu-xl-end {
3453
  .dropdown-menu-xl-end {
4165
    --bs-position: end;
3454
    --bs-position: end;
4166
  }
3455
  }
4167
 
3456
  .dropdown-menu-xl-end[data-bs-popper] {
4168
  .dropdown-menu-xl-end[data-bs-popper] {
3457
    right: 0;
4169
    right: 0;
-
 
4170
    left: auto;
3458
    left: auto;
4171
  }
3459
  }
4172
}
3460
}
4173
 
3461
@media (min-width: 1400px) {
4174
@media (min-width: 1400px) {
-
 
4175
  .dropdown-menu-xxl-start {
3462
  .dropdown-menu-xxl-start {
4176
    --bs-position: start;
3463
    --bs-position: start;
4177
  }
3464
  }
4178
 
3465
  .dropdown-menu-xxl-start[data-bs-popper] {
4179
  .dropdown-menu-xxl-start[data-bs-popper] {
-
 
4180
    right: auto;
3466
    right: auto;
4181
    left: 0;
3467
    left: 0;
4182
  }
3468
  }
4183
 
-
 
4184
  .dropdown-menu-xxl-end {
3469
  .dropdown-menu-xxl-end {
4185
    --bs-position: end;
3470
    --bs-position: end;
4186
  }
3471
  }
4187
 
3472
  .dropdown-menu-xxl-end[data-bs-popper] {
4188
  .dropdown-menu-xxl-end[data-bs-popper] {
3473
    right: 0;
4189
    right: 0;
-
 
4190
    left: auto;
3474
    left: auto;
4191
  }
-
 
4192
}
3475
  }
4193
 
3476
}
4194
.dropup .dropdown-menu[data-bs-popper],
3477
.dropup .dropdown-menu[data-bs-popper], .dropup [data-bs-popper].tt-menu {
4195
.dropup [data-bs-popper].tt-menu {
3478
  top: auto;
4196
  top: auto;
3479
  bottom: 100%;
4197
  bottom: 100%;
-
 
4198
  margin-top: 0;
3480
  margin-top: 0;
4199
  margin-bottom: var(--bs-dropdown-spacer);
3481
  margin-bottom: var(--bs-dropdown-spacer);
4200
}
3482
}
4201
 
3483
.dropup .dropdown-toggle::after {
4202
.dropup .dropdown-toggle::after {
3484
  display: inline-block;
4203
  display: inline-block;
3485
  margin-left: 0.255em;
4204
  margin-left: 0.255em;
3486
  vertical-align: 0.255em;
4205
  vertical-align: 0.255em;
3487
  content: "";
4206
  content: "";
3488
  border-top: 0;
4207
  border-top: 0;
3489
  border-right: 0.3em solid transparent;
4208
  border-right: 0.3em solid transparent;
-
 
4209
  border-bottom: 0.3em solid;
3490
  border-bottom: 0.3em solid;
4210
  border-left: 0.3em solid transparent;
3491
  border-left: 0.3em solid transparent;
4211
}
3492
}
4212
 
Línea 3493... Línea 4213...
3493
.dropup .dropdown-toggle:empty::after {
4213
.dropup .dropdown-toggle:empty::after {
-
 
4214
  margin-left: 0;
3494
  margin-left: 0;
4215
}
3495
}
4216
 
3496
 
4217
.dropend .dropdown-menu[data-bs-popper],
3497
.dropend .dropdown-menu[data-bs-popper], .dropend [data-bs-popper].tt-menu {
4218
.dropend [data-bs-popper].tt-menu {
3498
  top: 0;
4219
  top: 0;
3499
  right: auto;
4220
  right: auto;
-
 
4221
  left: 100%;
3500
  left: 100%;
4222
  margin-top: 0;
3501
  margin-top: 0;
4223
  margin-left: var(--bs-dropdown-spacer);
3502
  margin-left: var(--bs-dropdown-spacer);
4224
}
3503
}
4225
 
3504
.dropend .dropdown-toggle::after {
4226
.dropend .dropdown-toggle::after {
3505
  display: inline-block;
4227
  display: inline-block;
3506
  margin-left: 0.255em;
4228
  margin-left: 0.255em;
3507
  vertical-align: 0.255em;
4229
  vertical-align: 0.255em;
3508
  content: "";
4230
  content: "";
3509
  border-top: 0.3em solid transparent;
4231
  border-top: 0.3em solid transparent;
-
 
4232
  border-right: 0;
3510
  border-right: 0;
4233
  border-bottom: 0.3em solid transparent;
3511
  border-bottom: 0.3em solid transparent;
4234
  border-left: 0.3em solid;
3512
  border-left: 0.3em solid;
4235
}
-
 
4236
 
3513
}
4237
.dropend .dropdown-toggle:empty::after {
3514
.dropend .dropdown-toggle:empty::after {
4238
  margin-left: 0;
3515
  margin-left: 0;
4239
}
Línea 3516... Línea 4240...
3516
}
4240
 
-
 
4241
.dropend .dropdown-toggle::after {
3517
.dropend .dropdown-toggle::after {
4242
  vertical-align: 0;
3518
  vertical-align: 0;
4243
}
3519
}
4244
 
3520
 
4245
.dropstart .dropdown-menu[data-bs-popper],
3521
.dropstart .dropdown-menu[data-bs-popper], .dropstart [data-bs-popper].tt-menu {
4246
.dropstart [data-bs-popper].tt-menu {
3522
  top: 0;
4247
  top: 0;
-
 
4248
  right: 100%;
3523
  right: 100%;
4249
  left: auto;
3524
  left: auto;
4250
  margin-top: 0;
3525
  margin-top: 0;
4251
  margin-right: var(--bs-dropdown-spacer);
3526
  margin-right: var(--bs-dropdown-spacer);
4252
}
3527
}
4253
 
3528
.dropstart .dropdown-toggle::after {
4254
.dropstart .dropdown-toggle::after {
-
 
4255
  display: inline-block;
3529
  display: inline-block;
4256
  margin-left: 0.255em;
3530
  margin-left: 0.255em;
4257
  vertical-align: 0.255em;
3531
  vertical-align: 0.255em;
4258
  content: "";
-
 
4259
}
3532
  content: "";
4260
 
3533
}
4261
.dropstart .dropdown-toggle::after {
3534
.dropstart .dropdown-toggle::after {
4262
  display: none;
3535
  display: none;
4263
}
3536
}
4264
 
3537
.dropstart .dropdown-toggle::before {
4265
.dropstart .dropdown-toggle::before {
3538
  display: inline-block;
4266
  display: inline-block;
3539
  margin-right: 0.255em;
4267
  margin-right: 0.255em;
3540
  vertical-align: 0.255em;
4268
  vertical-align: 0.255em;
-
 
4269
  content: "";
3541
  content: "";
4270
  border-top: 0.3em solid transparent;
3542
  border-top: 0.3em solid transparent;
4271
  border-right: 0.3em solid;
3543
  border-right: 0.3em solid;
4272
  border-bottom: 0.3em solid transparent;
-
 
4273
}
3544
  border-bottom: 0.3em solid transparent;
4274
 
3545
}
4275
.dropstart .dropdown-toggle:empty::after {
3546
.dropstart .dropdown-toggle:empty::after {
4276
  margin-left: 0;
Línea 3547... Línea 4277...
3547
  margin-left: 0;
4277
}
Línea 3556... Línea 4286...
3556
  overflow: hidden;
4286
  overflow: hidden;
3557
  border-top: 1px solid var(--bs-dropdown-divider-bg);
4287
  border-top: 1px solid var(--bs-dropdown-divider-bg);
3558
  opacity: 1;
4288
  opacity: 1;
3559
}
4289
}
Línea -... Línea 4290...
-
 
4290
 
3560
 
4291
.dropdown-item,
3561
.dropdown-item, .tt-menu .tt-suggestion {
4292
.tt-menu .tt-suggestion {
3562
  display: block;
4293
  display: block;
3563
  width: 100%;
4294
  width: 100%;
3564
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
4295
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
3565
  clear: both;
4296
  clear: both;
Línea 3568... Línea 4299...
3568
  text-align: inherit;
4299
  text-align: inherit;
3569
  white-space: nowrap;
4300
  white-space: nowrap;
3570
  background-color: transparent;
4301
  background-color: transparent;
3571
  border: 0;
4302
  border: 0;
3572
}
4303
}
-
 
4304
 
-
 
4305
.dropdown-item:hover,
-
 
4306
.tt-menu .tt-suggestion:hover,
-
 
4307
.dropdown-item:focus,
3573
.dropdown-item:hover, .tt-menu .tt-suggestion:hover, .dropdown-item:focus, .tt-menu .tt-suggestion:focus {
4308
.tt-menu .tt-suggestion:focus {
3574
  color: var(--bs-dropdown-link-hover-color);
4309
  color: var(--bs-dropdown-link-hover-color);
3575
  background-color: var(--bs-dropdown-link-hover-bg);
4310
  background-color: var(--bs-dropdown-link-hover-bg);
3576
}
4311
}
-
 
4312
 
-
 
4313
.dropdown-item.active,
-
 
4314
.tt-menu .active.tt-suggestion,
-
 
4315
.dropdown-item:active,
3577
.dropdown-item.active, .tt-menu .active.tt-suggestion, .dropdown-item:active, .tt-menu .tt-suggestion:active {
4316
.tt-menu .tt-suggestion:active {
3578
  color: var(--bs-dropdown-link-active-color);
4317
  color: var(--bs-dropdown-link-active-color);
3579
  text-decoration: none;
4318
  text-decoration: none;
3580
  background-color: var(--bs-dropdown-link-active-bg);
4319
  background-color: var(--bs-dropdown-link-active-bg);
3581
}
4320
}
-
 
4321
 
-
 
4322
.dropdown-item.disabled,
-
 
4323
.tt-menu .disabled.tt-suggestion,
-
 
4324
.dropdown-item:disabled,
3582
.dropdown-item.disabled, .tt-menu .disabled.tt-suggestion, .dropdown-item:disabled, .tt-menu .tt-suggestion:disabled {
4325
.tt-menu .tt-suggestion:disabled {
3583
  color: var(--bs-dropdown-link-disabled-color);
4326
  color: var(--bs-dropdown-link-disabled-color);
3584
  pointer-events: none;
4327
  pointer-events: none;
3585
  background-color: transparent;
4328
  background-color: transparent;
3586
}
4329
}
Línea 3587... Línea 4330...
3587
 
4330
 
-
 
4331
.dropdown-menu.show,
3588
.dropdown-menu.show, .show.tt-menu {
4332
.show.tt-menu {
3589
  display: block;
4333
  display: block;
Línea 3590... Línea 4334...
3590
}
4334
}
3591
 
4335
 
Línea 3623... Línea 4367...
3623
.btn-group-vertical {
4367
.btn-group-vertical {
3624
  position: relative;
4368
  position: relative;
3625
  display: inline-flex;
4369
  display: inline-flex;
3626
  vertical-align: middle;
4370
  vertical-align: middle;
3627
}
4371
}
-
 
4372
 
-
 
4373
.btn-group>.btn,
-
 
4374
.wizard>.actions .btn-group>a,
-
 
4375
div.tox .btn-group>.tox-button,
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,
4376
.swal2-popup .swal2-actions .btn-group>button,
-
 
4377
.fc .btn-group>.fc-button-primary,
3629
.btn-group-vertical > .btn,
4378
.btn-group-vertical>.btn,
3630
.wizard > .actions .btn-group-vertical > a,
4379
.wizard>.actions .btn-group-vertical>a,
3631
div.tox .btn-group-vertical > .tox-button,
4380
div.tox .btn-group-vertical>.tox-button,
3632
.swal2-popup .swal2-actions .btn-group-vertical > button,
4381
.swal2-popup .swal2-actions .btn-group-vertical>button,
3633
.fc .btn-group-vertical > .fc-button-primary {
4382
.fc .btn-group-vertical>.fc-button-primary {
3634
  position: relative;
4383
  position: relative;
3635
  flex: 1 1 auto;
4384
  flex: 1 1 auto;
3636
}
4385
}
-
 
4386
 
-
 
4387
.btn-group>.btn-check:checked+.btn,
-
 
4388
.wizard>.actions .btn-group>.btn-check:checked+a,
-
 
4389
div.tox .btn-group>.btn-check:checked+.tox-button,
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,
4390
.swal2-popup .swal2-actions .btn-group>.btn-check:checked+button,
-
 
4391
.fc .btn-group>.btn-check:checked+.fc-button-primary,
3638
.btn-group > .btn-check:focus + .btn,
4392
.btn-group>.btn-check:focus+.btn,
3639
.wizard > .actions .btn-group > .btn-check:focus + a,
4393
.wizard>.actions .btn-group>.btn-check:focus+a,
3640
div.tox .btn-group > .btn-check:focus + .tox-button,
4394
div.tox .btn-group>.btn-check:focus+.tox-button,
3641
.swal2-popup .swal2-actions .btn-group > .btn-check:focus + button,
4395
.swal2-popup .swal2-actions .btn-group>.btn-check:focus+button,
3642
.fc .btn-group > .btn-check:focus + .fc-button-primary,
4396
.fc .btn-group>.btn-check:focus+.fc-button-primary,
3643
.btn-group > .btn:hover,
4397
.btn-group>.btn:hover,
3644
.wizard > .actions .btn-group > a:hover,
4398
.wizard>.actions .btn-group>a:hover,
3645
div.tox .btn-group > .tox-button:hover,
4399
div.tox .btn-group>.tox-button:hover,
3646
.swal2-popup .swal2-actions .btn-group > button:hover,
4400
.swal2-popup .swal2-actions .btn-group>button:hover,
3647
.fc .btn-group > .fc-button-primary:hover,
4401
.fc .btn-group>.fc-button-primary:hover,
3648
.btn-group > .btn:focus,
4402
.btn-group>.btn:focus,
3649
.wizard > .actions .btn-group > a:focus,
4403
.wizard>.actions .btn-group>a:focus,
3650
div.tox .btn-group > .tox-button:focus,
4404
div.tox .btn-group>.tox-button:focus,
3651
.swal2-popup .swal2-actions .btn-group > button:focus,
4405
.swal2-popup .swal2-actions .btn-group>button:focus,
3652
.fc .btn-group > .fc-button-primary:focus,
4406
.fc .btn-group>.fc-button-primary:focus,
3653
.btn-group > .btn:active,
4407
.btn-group>.btn:active,
3654
.wizard > .actions .btn-group > a:active,
4408
.wizard>.actions .btn-group>a:active,
3655
div.tox .btn-group > .tox-button:active,
4409
div.tox .btn-group>.tox-button:active,
3656
.swal2-popup .swal2-actions .btn-group > button:active,
4410
.swal2-popup .swal2-actions .btn-group>button:active,
3657
.fc .btn-group > .fc-button-primary:active,
4411
.fc .btn-group>.fc-button-primary:active,
3658
.btn-group > .btn.active,
4412
.btn-group>.btn.active,
3659
.wizard > .actions .btn-group > a.active,
4413
.wizard>.actions .btn-group>a.active,
3660
div.tox .btn-group > .active.tox-button,
4414
div.tox .btn-group>.active.tox-button,
3661
.swal2-popup .swal2-actions .btn-group > button.active,
4415
.swal2-popup .swal2-actions .btn-group>button.active,
3662
.fc .btn-group > .active.fc-button-primary,
4416
.fc .btn-group>.active.fc-button-primary,
3663
.btn-group-vertical > .btn-check:checked + .btn,
4417
.btn-group-vertical>.btn-check:checked+.btn,
3664
.wizard > .actions .btn-group-vertical > .btn-check:checked + a,
4418
.wizard>.actions .btn-group-vertical>.btn-check:checked+a,
3665
div.tox .btn-group-vertical > .btn-check:checked + .tox-button,
4419
div.tox .btn-group-vertical>.btn-check:checked+.tox-button,
3666
.swal2-popup .swal2-actions .btn-group-vertical > .btn-check:checked + button,
4420
.swal2-popup .swal2-actions .btn-group-vertical>.btn-check:checked+button,
3667
.fc .btn-group-vertical > .btn-check:checked + .fc-button-primary,
4421
.fc .btn-group-vertical>.btn-check:checked+.fc-button-primary,
3668
.btn-group-vertical > .btn-check:focus + .btn,
4422
.btn-group-vertical>.btn-check:focus+.btn,
3669
.wizard > .actions .btn-group-vertical > .btn-check:focus + a,
4423
.wizard>.actions .btn-group-vertical>.btn-check:focus+a,
3670
div.tox .btn-group-vertical > .btn-check:focus + .tox-button,
4424
div.tox .btn-group-vertical>.btn-check:focus+.tox-button,
3671
.swal2-popup .swal2-actions .btn-group-vertical > .btn-check:focus + button,
4425
.swal2-popup .swal2-actions .btn-group-vertical>.btn-check:focus+button,
3672
.fc .btn-group-vertical > .btn-check:focus + .fc-button-primary,
4426
.fc .btn-group-vertical>.btn-check:focus+.fc-button-primary,
3673
.btn-group-vertical > .btn:hover,
4427
.btn-group-vertical>.btn:hover,
3674
.wizard > .actions .btn-group-vertical > a:hover,
4428
.wizard>.actions .btn-group-vertical>a:hover,
3675
div.tox .btn-group-vertical > .tox-button:hover,
4429
div.tox .btn-group-vertical>.tox-button:hover,
3676
.swal2-popup .swal2-actions .btn-group-vertical > button:hover,
4430
.swal2-popup .swal2-actions .btn-group-vertical>button:hover,
3677
.fc .btn-group-vertical > .fc-button-primary:hover,
4431
.fc .btn-group-vertical>.fc-button-primary:hover,
3678
.btn-group-vertical > .btn:focus,
4432
.btn-group-vertical>.btn:focus,
3679
.wizard > .actions .btn-group-vertical > a:focus,
4433
.wizard>.actions .btn-group-vertical>a:focus,
3680
div.tox .btn-group-vertical > .tox-button:focus,
4434
div.tox .btn-group-vertical>.tox-button:focus,
3681
.swal2-popup .swal2-actions .btn-group-vertical > button:focus,
4435
.swal2-popup .swal2-actions .btn-group-vertical>button:focus,
3682
.fc .btn-group-vertical > .fc-button-primary:focus,
4436
.fc .btn-group-vertical>.fc-button-primary:focus,
3683
.btn-group-vertical > .btn:active,
4437
.btn-group-vertical>.btn:active,
3684
.wizard > .actions .btn-group-vertical > a:active,
4438
.wizard>.actions .btn-group-vertical>a:active,
3685
div.tox .btn-group-vertical > .tox-button:active,
4439
div.tox .btn-group-vertical>.tox-button:active,
3686
.swal2-popup .swal2-actions .btn-group-vertical > button:active,
4440
.swal2-popup .swal2-actions .btn-group-vertical>button:active,
3687
.fc .btn-group-vertical > .fc-button-primary:active,
4441
.fc .btn-group-vertical>.fc-button-primary:active,
3688
.btn-group-vertical > .btn.active,
4442
.btn-group-vertical>.btn.active,
3689
.wizard > .actions .btn-group-vertical > a.active,
4443
.wizard>.actions .btn-group-vertical>a.active,
3690
div.tox .btn-group-vertical > .active.tox-button,
4444
div.tox .btn-group-vertical>.active.tox-button,
3691
.swal2-popup .swal2-actions .btn-group-vertical > button.active,
4445
.swal2-popup .swal2-actions .btn-group-vertical>button.active,
3692
.fc .btn-group-vertical > .active.fc-button-primary {
4446
.fc .btn-group-vertical>.active.fc-button-primary {
3693
  z-index: 1;
4447
  z-index: 1;
3694
}
4448
}
Línea 3695... Línea 4449...
3695
 
4449
 
3696
.btn-toolbar {
4450
.btn-toolbar {
3697
  display: flex;
4451
  display: flex;
3698
  flex-wrap: wrap;
4452
  flex-wrap: wrap;
3699
  justify-content: flex-start;
4453
  justify-content: flex-start;
-
 
4454
}
3700
}
4455
 
3701
.btn-toolbar .input-group {
4456
.btn-toolbar .input-group {
3702
  width: auto;
4457
  width: auto;
Línea 3703... Línea 4458...
3703
}
4458
}
3704
 
4459
 
3705
.btn-group {
4460
.btn-group {
-
 
4461
  border-radius: 0.25rem;
-
 
4462
}
-
 
4463
 
-
 
4464
.btn-group> :not(.btn-check:first-child)+.btn,
3706
  border-radius: 0.25rem;
4465
.wizard>.actions .btn-group> :not(.btn-check:first-child)+a,
-
 
4466
div.tox .btn-group> :not(.btn-check:first-child)+.tox-button,
3707
}
4467
.swal2-popup .swal2-actions .btn-group> :not(.btn-check:first-child)+button,
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,
4468
.fc .btn-group> :not(.btn-check:first-child)+.fc-button-primary,
3709
.btn-group > .btn-group:not(:first-child) {
4469
.btn-group>.btn-group:not(:first-child) {
-
 
4470
  margin-left: -1px;
-
 
4471
}
-
 
4472
 
-
 
4473
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
3710
  margin-left: -1px;
4474
.wizard>.actions .btn-group>a:not(:last-child):not(.dropdown-toggle),
-
 
4475
div.tox .btn-group>.tox-button:not(:last-child):not(.dropdown-toggle),
3711
}
4476
.swal2-popup .swal2-actions .btn-group>button:not(:last-child):not(.dropdown-toggle),
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),
4477
.fc .btn-group>.fc-button-primary:not(:last-child):not(.dropdown-toggle),
3713
.btn-group > .btn.dropdown-toggle-split:first-child,
4478
.btn-group>.btn.dropdown-toggle-split:first-child,
3714
.wizard > .actions .btn-group > a.dropdown-toggle-split:first-child,
4479
.wizard>.actions .btn-group>a.dropdown-toggle-split:first-child,
3715
div.tox .btn-group > .dropdown-toggle-split.tox-button:first-child,
4480
div.tox .btn-group>.dropdown-toggle-split.tox-button:first-child,
3716
.swal2-popup .swal2-actions .btn-group > button.dropdown-toggle-split:first-child,
4481
.swal2-popup .swal2-actions .btn-group>button.dropdown-toggle-split:first-child,
3717
.fc .btn-group > .dropdown-toggle-split.fc-button-primary:first-child,
4482
.fc .btn-group>.dropdown-toggle-split.fc-button-primary:first-child,
3718
.btn-group > .btn-group:not(:last-child) > .btn,
4483
.btn-group>.btn-group:not(:last-child)>.btn,
3719
.wizard > .actions .btn-group > .btn-group:not(:last-child) > a,
4484
.wizard>.actions .btn-group>.btn-group:not(:last-child)>a,
3720
div.tox .btn-group > .btn-group:not(:last-child) > .tox-button,
4485
div.tox .btn-group>.btn-group:not(:last-child)>.tox-button,
3721
.swal2-popup .swal2-actions .btn-group > .btn-group:not(:last-child) > button,
4486
.swal2-popup .swal2-actions .btn-group>.btn-group:not(:last-child)>button,
3722
.fc .btn-group > .btn-group:not(:last-child) > .fc-button-primary {
4487
.fc .btn-group>.btn-group:not(:last-child)>.fc-button-primary {
3723
  border-top-right-radius: 0;
4488
  border-top-right-radius: 0;
-
 
4489
  border-bottom-right-radius: 0;
-
 
4490
}
-
 
4491
 
-
 
4492
.btn-group>.btn:nth-child(n+3),
3724
  border-bottom-right-radius: 0;
4493
.wizard>.actions .btn-group>a:nth-child(n+3),
-
 
4494
div.tox .btn-group>.tox-button:nth-child(n+3),
3725
}
4495
.swal2-popup .swal2-actions .btn-group>button:nth-child(n+3),
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),
4496
.fc .btn-group>.fc-button-primary:nth-child(n+3),
3727
.btn-group > :not(.btn-check) + .btn,
4497
.btn-group> :not(.btn-check)+.btn,
3728
.wizard > .actions .btn-group > :not(.btn-check) + a,
4498
.wizard>.actions .btn-group> :not(.btn-check)+a,
3729
div.tox .btn-group > :not(.btn-check) + .tox-button,
4499
div.tox .btn-group> :not(.btn-check)+.tox-button,
3730
.swal2-popup .swal2-actions .btn-group > :not(.btn-check) + button,
4500
.swal2-popup .swal2-actions .btn-group> :not(.btn-check)+button,
3731
.fc .btn-group > :not(.btn-check) + .fc-button-primary,
4501
.fc .btn-group> :not(.btn-check)+.fc-button-primary,
3732
.btn-group > .btn-group:not(:first-child) > .btn,
4502
.btn-group>.btn-group:not(:first-child)>.btn,
3733
.wizard > .actions .btn-group > .btn-group:not(:first-child) > a,
4503
.wizard>.actions .btn-group>.btn-group:not(:first-child)>a,
3734
div.tox .btn-group > .btn-group:not(:first-child) > .tox-button,
4504
div.tox .btn-group>.btn-group:not(:first-child)>.tox-button,
3735
.swal2-popup .swal2-actions .btn-group > .btn-group:not(:first-child) > button,
4505
.swal2-popup .swal2-actions .btn-group>.btn-group:not(:first-child)>button,
3736
.fc .btn-group > .btn-group:not(:first-child) > .fc-button-primary {
4506
.fc .btn-group>.btn-group:not(:first-child)>.fc-button-primary {
3737
  border-top-left-radius: 0;
4507
  border-top-left-radius: 0;
Línea 3738... Línea 4508...
3738
  border-bottom-left-radius: 0;
4508
  border-bottom-left-radius: 0;
3739
}
4509
}
3740
 
4510
 
3741
.dropdown-toggle-split {
4511
.dropdown-toggle-split {
-
 
4512
  padding-right: 0.6rem;
-
 
4513
  padding-left: 0.6rem;
-
 
4514
}
3742
  padding-right: 0.6rem;
4515
 
3743
  padding-left: 0.6rem;
4516
.dropdown-toggle-split::after,
3744
}
4517
.dropup .dropdown-toggle-split::after,
-
 
4518
.dropend .dropdown-toggle-split::after {
3745
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
4519
  margin-left: 0;
3746
  margin-left: 0;
4520
}
3747
}
4521
 
Línea -... Línea 4522...
-
 
4522
.dropstart .dropdown-toggle-split::before {
-
 
4523
  margin-right: 0;
-
 
4524
}
-
 
4525
 
-
 
4526
.btn-sm+.dropdown-toggle-split,
3748
.dropstart .dropdown-toggle-split::before {
4527
.fc .fc-button-primary+.dropdown-toggle-split,
3749
  margin-right: 0;
4528
.btn-group-sm>.btn+.dropdown-toggle-split,
3750
}
4529
.wizard>.actions .btn-group-sm>a+.dropdown-toggle-split,
3751
 
4530
div.tox .btn-group-sm>.tox-button+.dropdown-toggle-split,
Línea -... Línea 4531...
-
 
4531
.swal2-popup .swal2-actions .btn-group-sm>button+.dropdown-toggle-split {
-
 
4532
  padding-right: 0.6rem;
-
 
4533
  padding-left: 0.6rem;
-
 
4534
}
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 {
4535
 
-
 
4536
.btn-lg+.dropdown-toggle-split,
3753
  padding-right: 0.6rem;
4537
.btn-group-lg>.btn+.dropdown-toggle-split,
3754
  padding-left: 0.6rem;
4538
.wizard>.actions .btn-group-lg>a+.dropdown-toggle-split,
3755
}
4539
div.tox .btn-group-lg>.tox-button+.dropdown-toggle-split,
Línea 3756... Línea 4540...
3756
 
4540
.swal2-popup .swal2-actions .btn-group-lg>button+.dropdown-toggle-split,
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 {
4541
.fc .btn-group-lg>.fc-button-primary+.dropdown-toggle-split {
3758
  padding-right: 0.6rem;
4542
  padding-right: 0.6rem;
3759
  padding-left: 0.6rem;
4543
  padding-left: 0.6rem;
3760
}
4544
}
-
 
4545
 
-
 
4546
.btn-group-vertical {
-
 
4547
  flex-direction: column;
-
 
4548
  align-items: flex-start;
3761
 
4549
  justify-content: center;
-
 
4550
}
3762
.btn-group-vertical {
4551
 
3763
  flex-direction: column;
4552
.btn-group-vertical>.btn,
3764
  align-items: flex-start;
4553
.wizard>.actions .btn-group-vertical>a,
-
 
4554
div.tox .btn-group-vertical>.tox-button,
-
 
4555
.swal2-popup .swal2-actions .btn-group-vertical>button,
-
 
4556
.fc .btn-group-vertical>.fc-button-primary,
-
 
4557
.btn-group-vertical>.btn-group {
3765
  justify-content: center;
4558
  width: 100%;
-
 
4559
}
3766
}
4560
 
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,
4561
.btn-group-vertical>.btn:not(:first-child),
3768
.btn-group-vertical > .btn-group {
4562
.wizard>.actions .btn-group-vertical>a:not(:first-child),
-
 
4563
div.tox .btn-group-vertical>.tox-button:not(:first-child),
-
 
4564
.swal2-popup .swal2-actions .btn-group-vertical>button:not(:first-child),
-
 
4565
.fc .btn-group-vertical>.fc-button-primary:not(:first-child),
-
 
4566
.btn-group-vertical>.btn-group:not(:first-child) {
3769
  width: 100%;
4567
  margin-top: -1px;
-
 
4568
}
3770
}
4569
 
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),
4570
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
3772
.btn-group-vertical > .btn-group:not(:first-child) {
4571
.wizard>.actions .btn-group-vertical>a:not(:last-child):not(.dropdown-toggle),
3773
  margin-top: -1px;
4572
div.tox .btn-group-vertical>.tox-button:not(:last-child):not(.dropdown-toggle),
3774
}
4573
.swal2-popup .swal2-actions .btn-group-vertical>button:not(:last-child):not(.dropdown-toggle),
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),
4574
.fc .btn-group-vertical>.fc-button-primary:not(:last-child):not(.dropdown-toggle),
3776
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
4575
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
3777
.wizard > .actions .btn-group-vertical > .btn-group:not(:last-child) > a,
4576
.wizard>.actions .btn-group-vertical>.btn-group:not(:last-child)>a,
-
 
4577
div.tox .btn-group-vertical>.btn-group:not(:last-child)>.tox-button,
-
 
4578
.swal2-popup .swal2-actions .btn-group-vertical>.btn-group:not(:last-child)>button,
-
 
4579
.fc .btn-group-vertical>.btn-group:not(:last-child)>.fc-button-primary {
-
 
4580
  border-bottom-right-radius: 0;
-
 
4581
  border-bottom-left-radius: 0;
-
 
4582
}
-
 
4583
 
-
 
4584
.btn-group-vertical>.btn~.btn,
-
 
4585
.wizard>.actions .btn-group-vertical>a~.btn,
-
 
4586
.wizard>.actions .btn-group-vertical>.btn~a,
-
 
4587
.wizard>.actions .btn-group-vertical>a~a,
-
 
4588
div.tox .btn-group-vertical>.tox-button~.btn,
-
 
4589
div.tox .wizard>.actions .btn-group-vertical>.tox-button~a,
-
 
4590
.wizard>.actions div.tox .btn-group-vertical>.tox-button~a,
-
 
4591
div.tox .btn-group-vertical>.btn~.tox-button,
-
 
4592
div.tox .wizard>.actions .btn-group-vertical>a~.tox-button,
-
 
4593
.wizard>.actions div.tox .btn-group-vertical>a~.tox-button,
-
 
4594
div.tox .btn-group-vertical>.tox-button~.tox-button,
-
 
4595
.swal2-popup .swal2-actions .btn-group-vertical>button~.btn,
-
 
4596
.swal2-popup .swal2-actions .wizard>.actions .btn-group-vertical>button~a,
-
 
4597
.wizard>.actions .swal2-popup .swal2-actions .btn-group-vertical>button~a,
-
 
4598
.swal2-popup .swal2-actions div.tox .btn-group-vertical>button~.tox-button,
-
 
4599
div.tox .swal2-popup .swal2-actions .btn-group-vertical>button~.tox-button,
-
 
4600
.swal2-popup .swal2-actions .btn-group-vertical>.btn~button,
-
 
4601
.swal2-popup .swal2-actions .wizard>.actions .btn-group-vertical>a~button,
-
 
4602
.wizard>.actions .swal2-popup .swal2-actions .btn-group-vertical>a~button,
-
 
4603
.swal2-popup .swal2-actions div.tox .btn-group-vertical>.tox-button~button,
-
 
4604
div.tox .swal2-popup .swal2-actions .btn-group-vertical>.tox-button~button,
-
 
4605
.swal2-popup .swal2-actions .btn-group-vertical>button~button,
-
 
4606
.fc .btn-group-vertical>.fc-button-primary~.btn,
-
 
4607
.fc .wizard>.actions .btn-group-vertical>.fc-button-primary~a,
-
 
4608
.wizard>.actions .fc .btn-group-vertical>.fc-button-primary~a,
-
 
4609
.fc div.tox .btn-group-vertical>.fc-button-primary~.tox-button,
-
 
4610
div.tox .fc .btn-group-vertical>.fc-button-primary~.tox-button,
-
 
4611
.fc .swal2-popup .swal2-actions .btn-group-vertical>.fc-button-primary~button,
-
 
4612
.swal2-popup .swal2-actions .fc .btn-group-vertical>.fc-button-primary~button,
3778
div.tox .btn-group-vertical > .btn-group:not(:last-child) > .tox-button,
4613
.fc .btn-group-vertical>.btn~.fc-button-primary,
-
 
4614
.fc .wizard>.actions .btn-group-vertical>a~.fc-button-primary,
3779
.swal2-popup .swal2-actions .btn-group-vertical > .btn-group:not(:last-child) > button,
4615
.wizard>.actions .fc .btn-group-vertical>a~.fc-button-primary,
3780
.fc .btn-group-vertical > .btn-group:not(:last-child) > .fc-button-primary {
4616
.fc div.tox .btn-group-vertical>.tox-button~.fc-button-primary,
3781
  border-bottom-right-radius: 0;
4617
div.tox .fc .btn-group-vertical>.tox-button~.fc-button-primary,
3782
  border-bottom-left-radius: 0;
4618
.fc .swal2-popup .swal2-actions .btn-group-vertical>button~.fc-button-primary,
3783
}
4619
.swal2-popup .swal2-actions .fc .btn-group-vertical>button~.fc-button-primary,
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,
4620
.fc .btn-group-vertical>.fc-button-primary~.fc-button-primary,
3785
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
4621
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
3786
.wizard > .actions .btn-group-vertical > .btn-group:not(:first-child) > a,
4622
.wizard>.actions .btn-group-vertical>.btn-group:not(:first-child)>a,
Línea 3787... Línea 4623...
3787
div.tox .btn-group-vertical > .btn-group:not(:first-child) > .tox-button,
4623
div.tox .btn-group-vertical>.btn-group:not(:first-child)>.tox-button,
Línea 3811... Línea 4647...
3811
  font-size: var(--bs-nav-link-font-size);
4647
  font-size: var(--bs-nav-link-font-size);
3812
  font-weight: var(--bs-nav-link-font-weight);
4648
  font-weight: var(--bs-nav-link-font-weight);
3813
  color: var(--bs-nav-link-color);
4649
  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;
4650
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
3815
}
4651
}
-
 
4652
 
3816
@media (prefers-reduced-motion: reduce) {
4653
@media (prefers-reduced-motion: reduce) {
3817
  .nav-link {
4654
  .nav-link {
3818
    transition: none;
4655
    transition: none;
3819
  }
4656
  }
3820
}
4657
}
-
 
4658
 
-
 
4659
.nav-link:hover,
3821
.nav-link:hover, .nav-link:focus {
4660
.nav-link:focus {
3822
  color: var(--bs-nav-link-hover-color);
4661
  color: var(--bs-nav-link-hover-color);
3823
}
4662
}
-
 
4663
 
3824
.nav-link.disabled {
4664
.nav-link.disabled {
3825
  color: var(--bs-nav-link-disabled-color);
4665
  color: var(--bs-nav-link-disabled-color);
3826
  pointer-events: none;
4666
  pointer-events: none;
3827
  cursor: default;
4667
  cursor: default;
3828
}
4668
}
Línea 3835... Línea 4675...
3835
  --bs-nav-tabs-link-active-color: #41516c;
4675
  --bs-nav-tabs-link-active-color: #41516c;
3836
  --bs-nav-tabs-link-active-bg: #fff;
4676
  --bs-nav-tabs-link-active-bg: #fff;
3837
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
4677
  --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);
4678
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
3839
}
4679
}
-
 
4680
 
3840
.nav-tabs .nav-link {
4681
.nav-tabs .nav-link {
3841
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
4682
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
3842
  background: none;
4683
  background: none;
3843
  border: var(--bs-nav-tabs-border-width) solid transparent;
4684
  border: var(--bs-nav-tabs-border-width) solid transparent;
3844
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
4685
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
3845
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
4686
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
3846
}
4687
}
-
 
4688
 
-
 
4689
.nav-tabs .nav-link:hover,
3847
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
4690
.nav-tabs .nav-link:focus {
3848
  isolation: isolate;
4691
  isolation: isolate;
3849
  border-color: var(--bs-nav-tabs-link-hover-border-color);
4692
  border-color: var(--bs-nav-tabs-link-hover-border-color);
3850
}
4693
}
-
 
4694
 
-
 
4695
.nav-tabs .nav-link.disabled,
3851
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
4696
.nav-tabs .nav-link:disabled {
3852
  color: var(--bs-nav-link-disabled-color);
4697
  color: var(--bs-nav-link-disabled-color);
3853
  background-color: transparent;
4698
  background-color: transparent;
3854
  border-color: transparent;
4699
  border-color: transparent;
3855
}
4700
}
-
 
4701
 
3856
.nav-tabs .nav-link.active,
4702
.nav-tabs .nav-link.active,
3857
.nav-tabs .nav-item.show .nav-link {
4703
.nav-tabs .nav-item.show .nav-link {
3858
  color: var(--bs-nav-tabs-link-active-color);
4704
  color: var(--bs-nav-tabs-link-active-color);
3859
  background-color: var(--bs-nav-tabs-link-active-bg);
4705
  background-color: var(--bs-nav-tabs-link-active-bg);
3860
  border-color: var(--bs-nav-tabs-link-active-border-color);
4706
  border-color: var(--bs-nav-tabs-link-active-border-color);
3861
}
4707
}
-
 
4708
 
3862
.nav-tabs .dropdown-menu, .nav-tabs .tt-menu {
4709
.nav-tabs .dropdown-menu,
-
 
4710
.nav-tabs .tt-menu {
3863
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
4711
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
3864
  border-top-left-radius: 0;
4712
  border-top-left-radius: 0;
3865
  border-top-right-radius: 0;
4713
  border-top-right-radius: 0;
3866
}
4714
}
Línea 3867... Línea 4715...
3867
 
4715
 
3868
.nav-pills {
4716
.nav-pills {
3869
  --bs-nav-pills-border-radius: 0.25rem;
4717
  --bs-nav-pills-border-radius: 0.25rem;
3870
  --bs-nav-pills-link-active-color: #fff;
4718
  --bs-nav-pills-link-active-color: #fff;
3871
  --bs-nav-pills-link-active-bg: #6571ff;
4719
  --bs-nav-pills-link-active-bg: #6571ff;
-
 
4720
}
3872
}
4721
 
3873
.nav-pills .nav-link {
4722
.nav-pills .nav-link {
3874
  background: none;
4723
  background: none;
3875
  border: 0;
4724
  border: 0;
3876
  border-radius: var(--bs-nav-pills-border-radius);
4725
  border-radius: var(--bs-nav-pills-border-radius);
-
 
4726
}
3877
}
4727
 
3878
.nav-pills .nav-link:disabled {
4728
.nav-pills .nav-link:disabled {
3879
  color: var(--bs-nav-link-disabled-color);
4729
  color: var(--bs-nav-link-disabled-color);
3880
  background-color: transparent;
4730
  background-color: transparent;
3881
  border-color: transparent;
4731
  border-color: transparent;
-
 
4732
}
3882
}
4733
 
3883
.nav-pills .nav-link.active,
4734
.nav-pills .nav-link.active,
3884
.nav-pills .show > .nav-link {
4735
.nav-pills .show>.nav-link {
3885
  color: var(--bs-nav-pills-link-active-color);
4736
  color: var(--bs-nav-pills-link-active-color);
3886
  background-color: var(--bs-nav-pills-link-active-bg);
4737
  background-color: var(--bs-nav-pills-link-active-bg);
Línea 3887... Línea 4738...
3887
}
4738
}
3888
 
4739
 
3889
.nav-fill > .nav-link,
4740
.nav-fill>.nav-link,
3890
.nav-fill .nav-item {
4741
.nav-fill .nav-item {
3891
  flex: 1 1 auto;
4742
  flex: 1 1 auto;
Línea 3892... Línea 4743...
3892
  text-align: center;
4743
  text-align: center;
3893
}
4744
}
3894
 
4745
 
3895
.nav-justified > .nav-link,
4746
.nav-justified>.nav-link,
3896
.nav-justified .nav-item {
4747
.nav-justified .nav-item {
3897
  flex-basis: 0;
4748
  flex-basis: 0;
Línea 3902... Línea 4753...
3902
.nav-fill .nav-item .nav-link,
4753
.nav-fill .nav-item .nav-link,
3903
.nav-justified .nav-item .nav-link {
4754
.nav-justified .nav-item .nav-link {
3904
  width: 100%;
4755
  width: 100%;
3905
}
4756
}
Línea 3906... Línea 4757...
3906
 
4757
 
3907
.tab-content > .tab-pane {
4758
.tab-content>.tab-pane {
3908
  display: none;
4759
  display: none;
-
 
4760
}
3909
}
4761
 
3910
.tab-content > .active {
4762
.tab-content>.active {
3911
  display: block;
4763
  display: block;
Línea 3912... Línea 4764...
3912
}
4764
}
3913
 
4765
 
Línea 3937... Línea 4789...
3937
  flex-wrap: wrap;
4789
  flex-wrap: wrap;
3938
  align-items: center;
4790
  align-items: center;
3939
  justify-content: space-between;
4791
  justify-content: space-between;
3940
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
4792
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
3941
}
4793
}
-
 
4794
 
3942
.navbar > .container,
4795
.navbar>.container,
3943
.navbar > .container-fluid,
4796
.navbar>.container-fluid,
3944
.navbar > .container-sm,
4797
.navbar>.container-sm,
3945
.navbar > .container-md,
4798
.navbar>.container-md,
3946
.navbar > .container-lg,
4799
.navbar>.container-lg,
3947
.navbar > .container-xl,
4800
.navbar>.container-xl,
3948
.navbar > .container-xxl {
4801
.navbar>.container-xxl {
3949
  display: flex;
4802
  display: flex;
3950
  flex-wrap: inherit;
4803
  flex-wrap: inherit;
3951
  align-items: center;
4804
  align-items: center;
3952
  justify-content: space-between;
4805
  justify-content: space-between;
3953
}
4806
}
-
 
4807
 
3954
.navbar-brand {
4808
.navbar-brand {
3955
  padding-top: var(--bs-navbar-brand-padding-y);
4809
  padding-top: var(--bs-navbar-brand-padding-y);
3956
  padding-bottom: var(--bs-navbar-brand-padding-y);
4810
  padding-bottom: var(--bs-navbar-brand-padding-y);
3957
  margin-right: var(--bs-navbar-brand-margin-end);
4811
  margin-right: var(--bs-navbar-brand-margin-end);
3958
  font-size: var(--bs-navbar-brand-font-size);
4812
  font-size: var(--bs-navbar-brand-font-size);
3959
  color: var(--bs-navbar-brand-color);
4813
  color: var(--bs-navbar-brand-color);
3960
  white-space: nowrap;
4814
  white-space: nowrap;
3961
}
4815
}
-
 
4816
 
-
 
4817
.navbar-brand:hover,
3962
.navbar-brand:hover, .navbar-brand:focus {
4818
.navbar-brand:focus {
3963
  color: var(--bs-navbar-brand-hover-color);
4819
  color: var(--bs-navbar-brand-hover-color);
3964
}
4820
}
Línea 3965... Línea 4821...
3965
 
4821
 
3966
.navbar-nav {
4822
.navbar-nav {
Línea 3974... Línea 4830...
3974
  flex-direction: column;
4830
  flex-direction: column;
3975
  padding-left: 0;
4831
  padding-left: 0;
3976
  margin-bottom: 0;
4832
  margin-bottom: 0;
3977
  list-style: none;
4833
  list-style: none;
3978
}
4834
}
-
 
4835
 
3979
.navbar-nav .show > .nav-link,
4836
.navbar-nav .show>.nav-link,
3980
.navbar-nav .nav-link.active {
4837
.navbar-nav .nav-link.active {
3981
  color: var(--bs-navbar-active-color);
4838
  color: var(--bs-navbar-active-color);
3982
}
4839
}
-
 
4840
 
3983
.navbar-nav .dropdown-menu, .navbar-nav .tt-menu {
4841
.navbar-nav .dropdown-menu,
-
 
4842
.navbar-nav .tt-menu {
3984
  position: static;
4843
  position: static;
3985
}
4844
}
Línea 3986... Línea 4845...
3986
 
4845
 
3987
.navbar-text {
4846
.navbar-text {
3988
  padding-top: 0.5rem;
4847
  padding-top: 0.5rem;
3989
  padding-bottom: 0.5rem;
4848
  padding-bottom: 0.5rem;
3990
  color: var(--bs-navbar-color);
4849
  color: var(--bs-navbar-color);
-
 
4850
}
3991
}
4851
 
3992
.navbar-text a,
4852
.navbar-text a,
3993
.navbar-text a:hover,
4853
.navbar-text a:hover,
3994
.navbar-text a:focus {
4854
.navbar-text a:focus {
3995
  color: var(--bs-navbar-active-color);
4855
  color: var(--bs-navbar-active-color);
Línea 4009... Línea 4869...
4009
  background-color: transparent;
4869
  background-color: transparent;
4010
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
4870
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
4011
  border-radius: var(--bs-navbar-toggler-border-radius);
4871
  border-radius: var(--bs-navbar-toggler-border-radius);
4012
  transition: var(--bs-navbar-toggler-transition);
4872
  transition: var(--bs-navbar-toggler-transition);
4013
}
4873
}
-
 
4874
 
4014
@media (prefers-reduced-motion: reduce) {
4875
@media (prefers-reduced-motion: reduce) {
4015
  .navbar-toggler {
4876
  .navbar-toggler {
4016
    transition: none;
4877
    transition: none;
4017
  }
4878
  }
4018
}
4879
}
-
 
4880
 
4019
.navbar-toggler:hover {
4881
.navbar-toggler:hover {
4020
  text-decoration: none;
4882
  text-decoration: none;
4021
}
4883
}
-
 
4884
 
4022
.navbar-toggler:focus {
4885
.navbar-toggler:focus {
4023
  text-decoration: none;
4886
  text-decoration: none;
4024
  outline: 0;
4887
  outline: 0;
4025
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
4888
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
4026
}
4889
}
Línea 4044... Línea 4907...
4044
@media (min-width: 576px) {
4907
@media (min-width: 576px) {
4045
  .navbar-expand-sm {
4908
  .navbar-expand-sm {
4046
    flex-wrap: nowrap;
4909
    flex-wrap: nowrap;
4047
    justify-content: flex-start;
4910
    justify-content: flex-start;
4048
  }
4911
  }
-
 
4912
 
4049
  .navbar-expand-sm .navbar-nav {
4913
  .navbar-expand-sm .navbar-nav {
4050
    flex-direction: row;
4914
    flex-direction: row;
4051
  }
4915
  }
-
 
4916
 
4052
  .navbar-expand-sm .navbar-nav .dropdown-menu, .navbar-expand-sm .navbar-nav .tt-menu {
4917
  .navbar-expand-sm .navbar-nav .dropdown-menu,
-
 
4918
  .navbar-expand-sm .navbar-nav .tt-menu {
4053
    position: absolute;
4919
    position: absolute;
4054
  }
4920
  }
-
 
4921
 
4055
  .navbar-expand-sm .navbar-nav .nav-link {
4922
  .navbar-expand-sm .navbar-nav .nav-link {
4056
    padding-right: var(--bs-navbar-nav-link-padding-x);
4923
    padding-right: var(--bs-navbar-nav-link-padding-x);
4057
    padding-left: var(--bs-navbar-nav-link-padding-x);
4924
    padding-left: var(--bs-navbar-nav-link-padding-x);
4058
  }
4925
  }
-
 
4926
 
4059
  .navbar-expand-sm .navbar-nav-scroll {
4927
  .navbar-expand-sm .navbar-nav-scroll {
4060
    overflow: visible;
4928
    overflow: visible;
4061
  }
4929
  }
-
 
4930
 
4062
  .navbar-expand-sm .navbar-collapse {
4931
  .navbar-expand-sm .navbar-collapse {
4063
    display: flex !important;
4932
    display: flex !important;
4064
    flex-basis: auto;
4933
    flex-basis: auto;
4065
  }
4934
  }
-
 
4935
 
4066
  .navbar-expand-sm .navbar-toggler {
4936
  .navbar-expand-sm .navbar-toggler {
4067
    display: none;
4937
    display: none;
4068
  }
4938
  }
-
 
4939
 
4069
  .navbar-expand-sm .offcanvas {
4940
  .navbar-expand-sm .offcanvas {
4070
    position: static;
4941
    position: static;
4071
    z-index: auto;
4942
    z-index: auto;
4072
    flex-grow: 1;
4943
    flex-grow: 1;
4073
    width: auto !important;
4944
    width: auto !important;
Línea 4076... Línea 4947...
4076
    background-color: transparent !important;
4947
    background-color: transparent !important;
4077
    border: 0 !important;
4948
    border: 0 !important;
4078
    transform: none !important;
4949
    transform: none !important;
4079
    transition: none;
4950
    transition: none;
4080
  }
4951
  }
-
 
4952
 
4081
  .navbar-expand-sm .offcanvas .offcanvas-header {
4953
  .navbar-expand-sm .offcanvas .offcanvas-header {
4082
    display: none;
4954
    display: none;
4083
  }
4955
  }
-
 
4956
 
4084
  .navbar-expand-sm .offcanvas .offcanvas-body {
4957
  .navbar-expand-sm .offcanvas .offcanvas-body {
4085
    display: flex;
4958
    display: flex;
4086
    flex-grow: 0;
4959
    flex-grow: 0;
4087
    padding: 0;
4960
    padding: 0;
4088
    overflow-y: visible;
4961
    overflow-y: visible;
4089
  }
4962
  }
4090
}
4963
}
-
 
4964
 
4091
@media (min-width: 768px) {
4965
@media (min-width: 768px) {
4092
  .navbar-expand-md {
4966
  .navbar-expand-md {
4093
    flex-wrap: nowrap;
4967
    flex-wrap: nowrap;
4094
    justify-content: flex-start;
4968
    justify-content: flex-start;
4095
  }
4969
  }
-
 
4970
 
4096
  .navbar-expand-md .navbar-nav {
4971
  .navbar-expand-md .navbar-nav {
4097
    flex-direction: row;
4972
    flex-direction: row;
4098
  }
4973
  }
-
 
4974
 
4099
  .navbar-expand-md .navbar-nav .dropdown-menu, .navbar-expand-md .navbar-nav .tt-menu {
4975
  .navbar-expand-md .navbar-nav .dropdown-menu,
-
 
4976
  .navbar-expand-md .navbar-nav .tt-menu {
4100
    position: absolute;
4977
    position: absolute;
4101
  }
4978
  }
-
 
4979
 
4102
  .navbar-expand-md .navbar-nav .nav-link {
4980
  .navbar-expand-md .navbar-nav .nav-link {
4103
    padding-right: var(--bs-navbar-nav-link-padding-x);
4981
    padding-right: var(--bs-navbar-nav-link-padding-x);
4104
    padding-left: var(--bs-navbar-nav-link-padding-x);
4982
    padding-left: var(--bs-navbar-nav-link-padding-x);
4105
  }
4983
  }
-
 
4984
 
4106
  .navbar-expand-md .navbar-nav-scroll {
4985
  .navbar-expand-md .navbar-nav-scroll {
4107
    overflow: visible;
4986
    overflow: visible;
4108
  }
4987
  }
-
 
4988
 
4109
  .navbar-expand-md .navbar-collapse {
4989
  .navbar-expand-md .navbar-collapse {
4110
    display: flex !important;
4990
    display: flex !important;
4111
    flex-basis: auto;
4991
    flex-basis: auto;
4112
  }
4992
  }
-
 
4993
 
4113
  .navbar-expand-md .navbar-toggler {
4994
  .navbar-expand-md .navbar-toggler {
4114
    display: none;
4995
    display: none;
4115
  }
4996
  }
-
 
4997
 
4116
  .navbar-expand-md .offcanvas {
4998
  .navbar-expand-md .offcanvas {
4117
    position: static;
4999
    position: static;
4118
    z-index: auto;
5000
    z-index: auto;
4119
    flex-grow: 1;
5001
    flex-grow: 1;
4120
    width: auto !important;
5002
    width: auto !important;
Línea 4123... Línea 5005...
4123
    background-color: transparent !important;
5005
    background-color: transparent !important;
4124
    border: 0 !important;
5006
    border: 0 !important;
4125
    transform: none !important;
5007
    transform: none !important;
4126
    transition: none;
5008
    transition: none;
4127
  }
5009
  }
-
 
5010
 
4128
  .navbar-expand-md .offcanvas .offcanvas-header {
5011
  .navbar-expand-md .offcanvas .offcanvas-header {
4129
    display: none;
5012
    display: none;
4130
  }
5013
  }
-
 
5014
 
4131
  .navbar-expand-md .offcanvas .offcanvas-body {
5015
  .navbar-expand-md .offcanvas .offcanvas-body {
4132
    display: flex;
5016
    display: flex;
4133
    flex-grow: 0;
5017
    flex-grow: 0;
4134
    padding: 0;
5018
    padding: 0;
4135
    overflow-y: visible;
5019
    overflow-y: visible;
4136
  }
5020
  }
4137
}
5021
}
-
 
5022
 
4138
@media (min-width: 992px) {
5023
@media (min-width: 992px) {
4139
  .navbar-expand-lg {
5024
  .navbar-expand-lg {
4140
    flex-wrap: nowrap;
5025
    flex-wrap: nowrap;
4141
    justify-content: flex-start;
5026
    justify-content: flex-start;
4142
  }
5027
  }
-
 
5028
 
4143
  .navbar-expand-lg .navbar-nav {
5029
  .navbar-expand-lg .navbar-nav {
4144
    flex-direction: row;
5030
    flex-direction: row;
4145
  }
5031
  }
-
 
5032
 
4146
  .navbar-expand-lg .navbar-nav .dropdown-menu, .navbar-expand-lg .navbar-nav .tt-menu {
5033
  .navbar-expand-lg .navbar-nav .dropdown-menu,
-
 
5034
  .navbar-expand-lg .navbar-nav .tt-menu {
4147
    position: absolute;
5035
    position: absolute;
4148
  }
5036
  }
-
 
5037
 
4149
  .navbar-expand-lg .navbar-nav .nav-link {
5038
  .navbar-expand-lg .navbar-nav .nav-link {
4150
    padding-right: var(--bs-navbar-nav-link-padding-x);
5039
    padding-right: var(--bs-navbar-nav-link-padding-x);
4151
    padding-left: var(--bs-navbar-nav-link-padding-x);
5040
    padding-left: var(--bs-navbar-nav-link-padding-x);
4152
  }
5041
  }
-
 
5042
 
4153
  .navbar-expand-lg .navbar-nav-scroll {
5043
  .navbar-expand-lg .navbar-nav-scroll {
4154
    overflow: visible;
5044
    overflow: visible;
4155
  }
5045
  }
-
 
5046
 
4156
  .navbar-expand-lg .navbar-collapse {
5047
  .navbar-expand-lg .navbar-collapse {
4157
    display: flex !important;
5048
    display: flex !important;
4158
    flex-basis: auto;
5049
    flex-basis: auto;
4159
  }
5050
  }
-
 
5051
 
4160
  .navbar-expand-lg .navbar-toggler {
5052
  .navbar-expand-lg .navbar-toggler {
4161
    display: none;
5053
    display: none;
4162
  }
5054
  }
-
 
5055
 
4163
  .navbar-expand-lg .offcanvas {
5056
  .navbar-expand-lg .offcanvas {
4164
    position: static;
5057
    position: static;
4165
    z-index: auto;
5058
    z-index: auto;
4166
    flex-grow: 1;
5059
    flex-grow: 1;
4167
    width: auto !important;
5060
    width: auto !important;
Línea 4170... Línea 5063...
4170
    background-color: transparent !important;
5063
    background-color: transparent !important;
4171
    border: 0 !important;
5064
    border: 0 !important;
4172
    transform: none !important;
5065
    transform: none !important;
4173
    transition: none;
5066
    transition: none;
4174
  }
5067
  }
-
 
5068
 
4175
  .navbar-expand-lg .offcanvas .offcanvas-header {
5069
  .navbar-expand-lg .offcanvas .offcanvas-header {
4176
    display: none;
5070
    display: none;
4177
  }
5071
  }
-
 
5072
 
4178
  .navbar-expand-lg .offcanvas .offcanvas-body {
5073
  .navbar-expand-lg .offcanvas .offcanvas-body {
4179
    display: flex;
5074
    display: flex;
4180
    flex-grow: 0;
5075
    flex-grow: 0;
4181
    padding: 0;
5076
    padding: 0;
4182
    overflow-y: visible;
5077
    overflow-y: visible;
4183
  }
5078
  }
4184
}
5079
}
-
 
5080
 
4185
@media (min-width: 1200px) {
5081
@media (min-width: 1200px) {
4186
  .navbar-expand-xl {
5082
  .navbar-expand-xl {
4187
    flex-wrap: nowrap;
5083
    flex-wrap: nowrap;
4188
    justify-content: flex-start;
5084
    justify-content: flex-start;
4189
  }
5085
  }
-
 
5086
 
4190
  .navbar-expand-xl .navbar-nav {
5087
  .navbar-expand-xl .navbar-nav {
4191
    flex-direction: row;
5088
    flex-direction: row;
4192
  }
5089
  }
-
 
5090
 
4193
  .navbar-expand-xl .navbar-nav .dropdown-menu, .navbar-expand-xl .navbar-nav .tt-menu {
5091
  .navbar-expand-xl .navbar-nav .dropdown-menu,
-
 
5092
  .navbar-expand-xl .navbar-nav .tt-menu {
4194
    position: absolute;
5093
    position: absolute;
4195
  }
5094
  }
-
 
5095
 
4196
  .navbar-expand-xl .navbar-nav .nav-link {
5096
  .navbar-expand-xl .navbar-nav .nav-link {
4197
    padding-right: var(--bs-navbar-nav-link-padding-x);
5097
    padding-right: var(--bs-navbar-nav-link-padding-x);
4198
    padding-left: var(--bs-navbar-nav-link-padding-x);
5098
    padding-left: var(--bs-navbar-nav-link-padding-x);
4199
  }
5099
  }
-
 
5100
 
4200
  .navbar-expand-xl .navbar-nav-scroll {
5101
  .navbar-expand-xl .navbar-nav-scroll {
4201
    overflow: visible;
5102
    overflow: visible;
4202
  }
5103
  }
-
 
5104
 
4203
  .navbar-expand-xl .navbar-collapse {
5105
  .navbar-expand-xl .navbar-collapse {
4204
    display: flex !important;
5106
    display: flex !important;
4205
    flex-basis: auto;
5107
    flex-basis: auto;
4206
  }
5108
  }
-
 
5109
 
4207
  .navbar-expand-xl .navbar-toggler {
5110
  .navbar-expand-xl .navbar-toggler {
4208
    display: none;
5111
    display: none;
4209
  }
5112
  }
-
 
5113
 
4210
  .navbar-expand-xl .offcanvas {
5114
  .navbar-expand-xl .offcanvas {
4211
    position: static;
5115
    position: static;
4212
    z-index: auto;
5116
    z-index: auto;
4213
    flex-grow: 1;
5117
    flex-grow: 1;
4214
    width: auto !important;
5118
    width: auto !important;
Línea 4217... Línea 5121...
4217
    background-color: transparent !important;
5121
    background-color: transparent !important;
4218
    border: 0 !important;
5122
    border: 0 !important;
4219
    transform: none !important;
5123
    transform: none !important;
4220
    transition: none;
5124
    transition: none;
4221
  }
5125
  }
-
 
5126
 
4222
  .navbar-expand-xl .offcanvas .offcanvas-header {
5127
  .navbar-expand-xl .offcanvas .offcanvas-header {
4223
    display: none;
5128
    display: none;
4224
  }
5129
  }
-
 
5130
 
4225
  .navbar-expand-xl .offcanvas .offcanvas-body {
5131
  .navbar-expand-xl .offcanvas .offcanvas-body {
4226
    display: flex;
5132
    display: flex;
4227
    flex-grow: 0;
5133
    flex-grow: 0;
4228
    padding: 0;
5134
    padding: 0;
4229
    overflow-y: visible;
5135
    overflow-y: visible;
4230
  }
5136
  }
4231
}
5137
}
-
 
5138
 
4232
@media (min-width: 1400px) {
5139
@media (min-width: 1400px) {
4233
  .navbar-expand-xxl {
5140
  .navbar-expand-xxl {
4234
    flex-wrap: nowrap;
5141
    flex-wrap: nowrap;
4235
    justify-content: flex-start;
5142
    justify-content: flex-start;
4236
  }
5143
  }
-
 
5144
 
4237
  .navbar-expand-xxl .navbar-nav {
5145
  .navbar-expand-xxl .navbar-nav {
4238
    flex-direction: row;
5146
    flex-direction: row;
4239
  }
5147
  }
-
 
5148
 
4240
  .navbar-expand-xxl .navbar-nav .dropdown-menu, .navbar-expand-xxl .navbar-nav .tt-menu {
5149
  .navbar-expand-xxl .navbar-nav .dropdown-menu,
-
 
5150
  .navbar-expand-xxl .navbar-nav .tt-menu {
4241
    position: absolute;
5151
    position: absolute;
4242
  }
5152
  }
-
 
5153
 
4243
  .navbar-expand-xxl .navbar-nav .nav-link {
5154
  .navbar-expand-xxl .navbar-nav .nav-link {
4244
    padding-right: var(--bs-navbar-nav-link-padding-x);
5155
    padding-right: var(--bs-navbar-nav-link-padding-x);
4245
    padding-left: var(--bs-navbar-nav-link-padding-x);
5156
    padding-left: var(--bs-navbar-nav-link-padding-x);
4246
  }
5157
  }
-
 
5158
 
4247
  .navbar-expand-xxl .navbar-nav-scroll {
5159
  .navbar-expand-xxl .navbar-nav-scroll {
4248
    overflow: visible;
5160
    overflow: visible;
4249
  }
5161
  }
-
 
5162
 
4250
  .navbar-expand-xxl .navbar-collapse {
5163
  .navbar-expand-xxl .navbar-collapse {
4251
    display: flex !important;
5164
    display: flex !important;
4252
    flex-basis: auto;
5165
    flex-basis: auto;
4253
  }
5166
  }
-
 
5167
 
4254
  .navbar-expand-xxl .navbar-toggler {
5168
  .navbar-expand-xxl .navbar-toggler {
4255
    display: none;
5169
    display: none;
4256
  }
5170
  }
-
 
5171
 
4257
  .navbar-expand-xxl .offcanvas {
5172
  .navbar-expand-xxl .offcanvas {
4258
    position: static;
5173
    position: static;
4259
    z-index: auto;
5174
    z-index: auto;
4260
    flex-grow: 1;
5175
    flex-grow: 1;
4261
    width: auto !important;
5176
    width: auto !important;
Línea 4264... Línea 5179...
4264
    background-color: transparent !important;
5179
    background-color: transparent !important;
4265
    border: 0 !important;
5180
    border: 0 !important;
4266
    transform: none !important;
5181
    transform: none !important;
4267
    transition: none;
5182
    transition: none;
4268
  }
5183
  }
-
 
5184
 
4269
  .navbar-expand-xxl .offcanvas .offcanvas-header {
5185
  .navbar-expand-xxl .offcanvas .offcanvas-header {
4270
    display: none;
5186
    display: none;
4271
  }
5187
  }
-
 
5188
 
4272
  .navbar-expand-xxl .offcanvas .offcanvas-body {
5189
  .navbar-expand-xxl .offcanvas .offcanvas-body {
4273
    display: flex;
5190
    display: flex;
4274
    flex-grow: 0;
5191
    flex-grow: 0;
4275
    padding: 0;
5192
    padding: 0;
4276
    overflow-y: visible;
5193
    overflow-y: visible;
4277
  }
5194
  }
4278
}
5195
}
-
 
5196
 
4279
.navbar-expand {
5197
.navbar-expand {
4280
  flex-wrap: nowrap;
5198
  flex-wrap: nowrap;
4281
  justify-content: flex-start;
5199
  justify-content: flex-start;
4282
}
5200
}
-
 
5201
 
4283
.navbar-expand .navbar-nav {
5202
.navbar-expand .navbar-nav {
4284
  flex-direction: row;
5203
  flex-direction: row;
4285
}
5204
}
-
 
5205
 
4286
.navbar-expand .navbar-nav .dropdown-menu, .navbar-expand .navbar-nav .tt-menu {
5206
.navbar-expand .navbar-nav .dropdown-menu,
-
 
5207
.navbar-expand .navbar-nav .tt-menu {
4287
  position: absolute;
5208
  position: absolute;
4288
}
5209
}
-
 
5210
 
4289
.navbar-expand .navbar-nav .nav-link {
5211
.navbar-expand .navbar-nav .nav-link {
4290
  padding-right: var(--bs-navbar-nav-link-padding-x);
5212
  padding-right: var(--bs-navbar-nav-link-padding-x);
4291
  padding-left: var(--bs-navbar-nav-link-padding-x);
5213
  padding-left: var(--bs-navbar-nav-link-padding-x);
4292
}
5214
}
-
 
5215
 
4293
.navbar-expand .navbar-nav-scroll {
5216
.navbar-expand .navbar-nav-scroll {
4294
  overflow: visible;
5217
  overflow: visible;
4295
}
5218
}
-
 
5219
 
4296
.navbar-expand .navbar-collapse {
5220
.navbar-expand .navbar-collapse {
4297
  display: flex !important;
5221
  display: flex !important;
4298
  flex-basis: auto;
5222
  flex-basis: auto;
4299
}
5223
}
-
 
5224
 
4300
.navbar-expand .navbar-toggler {
5225
.navbar-expand .navbar-toggler {
4301
  display: none;
5226
  display: none;
4302
}
5227
}
-
 
5228
 
4303
.navbar-expand .offcanvas {
5229
.navbar-expand .offcanvas {
4304
  position: static;
5230
  position: static;
4305
  z-index: auto;
5231
  z-index: auto;
4306
  flex-grow: 1;
5232
  flex-grow: 1;
4307
  width: auto !important;
5233
  width: auto !important;
Línea 4310... Línea 5236...
4310
  background-color: transparent !important;
5236
  background-color: transparent !important;
4311
  border: 0 !important;
5237
  border: 0 !important;
4312
  transform: none !important;
5238
  transform: none !important;
4313
  transition: none;
5239
  transition: none;
4314
}
5240
}
-
 
5241
 
4315
.navbar-expand .offcanvas .offcanvas-header {
5242
.navbar-expand .offcanvas .offcanvas-header {
4316
  display: none;
5243
  display: none;
4317
}
5244
}
-
 
5245
 
4318
.navbar-expand .offcanvas .offcanvas-body {
5246
.navbar-expand .offcanvas .offcanvas-body {
4319
  display: flex;
5247
  display: flex;
4320
  flex-grow: 0;
5248
  flex-grow: 0;
4321
  padding: 0;
5249
  padding: 0;
4322
  overflow-y: visible;
5250
  overflow-y: visible;
Línea 4360... Línea 5288...
4360
  background-color: var(--bs-card-bg);
5288
  background-color: var(--bs-card-bg);
4361
  background-clip: border-box;
5289
  background-clip: border-box;
4362
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
5290
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
4363
  border-radius: var(--bs-card-border-radius);
5291
  border-radius: var(--bs-card-border-radius);
4364
}
5292
}
-
 
5293
 
4365
.card > hr {
5294
.card>hr {
4366
  margin-right: 0;
5295
  margin-right: 0;
4367
  margin-left: 0;
5296
  margin-left: 0;
4368
}
5297
}
-
 
5298
 
4369
.card > .list-group {
5299
.card>.list-group {
4370
  border-top: inherit;
5300
  border-top: inherit;
4371
  border-bottom: inherit;
5301
  border-bottom: inherit;
4372
}
5302
}
-
 
5303
 
4373
.card > .list-group:first-child {
5304
.card>.list-group:first-child {
4374
  border-top-width: 0;
5305
  border-top-width: 0;
4375
  border-top-left-radius: var(--bs-card-inner-border-radius);
5306
  border-top-left-radius: var(--bs-card-inner-border-radius);
4376
  border-top-right-radius: var(--bs-card-inner-border-radius);
5307
  border-top-right-radius: var(--bs-card-inner-border-radius);
4377
}
5308
}
-
 
5309
 
4378
.card > .list-group:last-child {
5310
.card>.list-group:last-child {
4379
  border-bottom-width: 0;
5311
  border-bottom-width: 0;
4380
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
5312
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
4381
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
5313
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
4382
}
5314
}
-
 
5315
 
4383
.card > .card-header + .list-group,
5316
.card>.card-header+.list-group,
4384
.card > .list-group + .card-footer {
5317
.card>.list-group+.card-footer {
4385
  border-top: 0;
5318
  border-top: 0;
4386
}
5319
}
Línea 4387... Línea 5320...
4387
 
5320
 
4388
.card-body {
5321
.card-body {
Línea 4402... Línea 5335...
4402
 
5335
 
4403
.card-text:last-child {
5336
.card-text:last-child {
4404
  margin-bottom: 0;
5337
  margin-bottom: 0;
Línea 4405... Línea 5338...
4405
}
5338
}
4406
 
5339
 
4407
.card-link + .card-link {
5340
.card-link+.card-link {
Línea 4408... Línea 5341...
4408
  margin-left: var(--bs-card-spacer-x);
5341
  margin-left: var(--bs-card-spacer-x);
4409
}
5342
}
4410
 
5343
 
4411
.card-header {
5344
.card-header {
4412
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
5345
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
4413
  margin-bottom: 0;
5346
  margin-bottom: 0;
4414
  color: var(--bs-card-cap-color);
5347
  color: var(--bs-card-cap-color);
-
 
5348
  background-color: var(--bs-card-cap-bg);
4415
  background-color: var(--bs-card-cap-bg);
5349
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
4416
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
5350
}
4417
}
5351
 
Línea 4418... Línea 5352...
4418
.card-header:first-child {
5352
.card-header:first-child {
4419
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
5353
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
4420
}
5354
}
4421
 
5355
 
4422
.card-footer {
5356
.card-footer {
4423
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
5357
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
-
 
5358
  color: var(--bs-card-cap-color);
4424
  color: var(--bs-card-cap-color);
5359
  background-color: var(--bs-card-cap-bg);
4425
  background-color: var(--bs-card-cap-bg);
5360
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
4426
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
5361
}
Línea 4427... Línea 5362...
4427
}
5362
 
4428
.card-footer:last-child {
5363
.card-footer:last-child {
4429
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
5364
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
4430
}
5365
}
4431
 
5366
 
4432
.card-header-tabs {
5367
.card-header-tabs {
-
 
5368
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
4433
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
5369
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
4434
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
5370
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
4435
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
5371
  border-bottom: 0;
4436
  border-bottom: 0;
5372
}
Línea 4471... Línea 5407...
4471
.card-img-bottom {
5407
.card-img-bottom {
4472
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
5408
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
4473
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
5409
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
4474
}
5410
}
Línea 4475... Línea 5411...
4475
 
5411
 
4476
.card-group > .card {
5412
.card-group>.card {
4477
  margin-bottom: var(--bs-card-group-margin);
5413
  margin-bottom: var(--bs-card-group-margin);
-
 
5414
}
4478
}
5415
 
4479
@media (min-width: 576px) {
5416
@media (min-width: 576px) {
4480
  .card-group {
5417
  .card-group {
4481
    display: flex;
5418
    display: flex;
4482
    flex-flow: row wrap;
5419
    flex-flow: row wrap;
-
 
5420
  }
4483
  }
5421
 
4484
  .card-group > .card {
5422
  .card-group>.card {
4485
    flex: 1 0 0%;
5423
    flex: 1 0 0%;
4486
    margin-bottom: 0;
5424
    margin-bottom: 0;
-
 
5425
  }
4487
  }
5426
 
4488
  .card-group > .card + .card {
5427
  .card-group>.card+.card {
4489
    margin-left: 0;
5428
    margin-left: 0;
4490
    border-left: 0;
5429
    border-left: 0;
-
 
5430
  }
4491
  }
5431
 
4492
  .card-group > .card:not(:last-child) {
5432
  .card-group>.card:not(:last-child) {
4493
    border-top-right-radius: 0;
5433
    border-top-right-radius: 0;
4494
    border-bottom-right-radius: 0;
5434
    border-bottom-right-radius: 0;
-
 
5435
  }
4495
  }
5436
 
4496
  .card-group > .card:not(:last-child) .card-img-top,
5437
  .card-group>.card:not(:last-child) .card-img-top,
4497
  .card-group > .card:not(:last-child) .card-header {
5438
  .card-group>.card:not(:last-child) .card-header {
4498
    border-top-right-radius: 0;
5439
    border-top-right-radius: 0;
-
 
5440
  }
4499
  }
5441
 
4500
  .card-group > .card:not(:last-child) .card-img-bottom,
5442
  .card-group>.card:not(:last-child) .card-img-bottom,
4501
  .card-group > .card:not(:last-child) .card-footer {
5443
  .card-group>.card:not(:last-child) .card-footer {
4502
    border-bottom-right-radius: 0;
5444
    border-bottom-right-radius: 0;
-
 
5445
  }
4503
  }
5446
 
4504
  .card-group > .card:not(:first-child) {
5447
  .card-group>.card:not(:first-child) {
4505
    border-top-left-radius: 0;
5448
    border-top-left-radius: 0;
4506
    border-bottom-left-radius: 0;
5449
    border-bottom-left-radius: 0;
-
 
5450
  }
4507
  }
5451
 
4508
  .card-group > .card:not(:first-child) .card-img-top,
5452
  .card-group>.card:not(:first-child) .card-img-top,
4509
  .card-group > .card:not(:first-child) .card-header {
5453
  .card-group>.card:not(:first-child) .card-header {
4510
    border-top-left-radius: 0;
5454
    border-top-left-radius: 0;
-
 
5455
  }
4511
  }
5456
 
4512
  .card-group > .card:not(:first-child) .card-img-bottom,
5457
  .card-group>.card:not(:first-child) .card-img-bottom,
4513
  .card-group > .card:not(:first-child) .card-footer {
5458
  .card-group>.card:not(:first-child) .card-footer {
4514
    border-bottom-left-radius: 0;
5459
    border-bottom-left-radius: 0;
4515
  }
5460
  }
Línea 4516... Línea 5461...
4516
}
5461
}
Línea 4553... Línea 5498...
4553
  border: 0;
5498
  border: 0;
4554
  border-radius: 0;
5499
  border-radius: 0;
4555
  overflow-anchor: none;
5500
  overflow-anchor: none;
4556
  transition: var(--bs-accordion-transition);
5501
  transition: var(--bs-accordion-transition);
4557
}
5502
}
-
 
5503
 
4558
@media (prefers-reduced-motion: reduce) {
5504
@media (prefers-reduced-motion: reduce) {
4559
  .accordion-button {
5505
  .accordion-button {
4560
    transition: none;
5506
    transition: none;
4561
  }
5507
  }
4562
}
5508
}
-
 
5509
 
4563
.accordion-button:not(.collapsed) {
5510
.accordion-button:not(.collapsed) {
4564
  color: var(--bs-accordion-active-color);
5511
  color: var(--bs-accordion-active-color);
4565
  background-color: var(--bs-accordion-active-bg);
5512
  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);
5513
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
4567
}
5514
}
-
 
5515
 
4568
.accordion-button:not(.collapsed)::after {
5516
.accordion-button:not(.collapsed)::after {
4569
  background-image: var(--bs-accordion-btn-active-icon);
5517
  background-image: var(--bs-accordion-btn-active-icon);
4570
  transform: var(--bs-accordion-btn-icon-transform);
5518
  transform: var(--bs-accordion-btn-icon-transform);
4571
}
5519
}
-
 
5520
 
4572
.accordion-button::after {
5521
.accordion-button::after {
4573
  flex-shrink: 0;
5522
  flex-shrink: 0;
4574
  width: var(--bs-accordion-btn-icon-width);
5523
  width: var(--bs-accordion-btn-icon-width);
4575
  height: var(--bs-accordion-btn-icon-width);
5524
  height: var(--bs-accordion-btn-icon-width);
4576
  margin-left: auto;
5525
  margin-left: auto;
Línea 4578... Línea 5527...
4578
  background-image: var(--bs-accordion-btn-icon);
5527
  background-image: var(--bs-accordion-btn-icon);
4579
  background-repeat: no-repeat;
5528
  background-repeat: no-repeat;
4580
  background-size: var(--bs-accordion-btn-icon-width);
5529
  background-size: var(--bs-accordion-btn-icon-width);
4581
  transition: var(--bs-accordion-btn-icon-transition);
5530
  transition: var(--bs-accordion-btn-icon-transition);
4582
}
5531
}
-
 
5532
 
4583
@media (prefers-reduced-motion: reduce) {
5533
@media (prefers-reduced-motion: reduce) {
4584
  .accordion-button::after {
5534
  .accordion-button::after {
4585
    transition: none;
5535
    transition: none;
4586
  }
5536
  }
4587
}
5537
}
-
 
5538
 
4588
.accordion-button:hover {
5539
.accordion-button:hover {
4589
  z-index: 2;
5540
  z-index: 2;
4590
}
5541
}
-
 
5542
 
4591
.accordion-button:focus {
5543
.accordion-button:focus {
4592
  z-index: 3;
5544
  z-index: 3;
4593
  border-color: var(--bs-accordion-btn-focus-border-color);
5545
  border-color: var(--bs-accordion-btn-focus-border-color);
4594
  outline: 0;
5546
  outline: 0;
4595
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
5547
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
Línea 4602... Línea 5554...
4602
.accordion-item {
5554
.accordion-item {
4603
  color: var(--bs-accordion-color);
5555
  color: var(--bs-accordion-color);
4604
  background-color: var(--bs-accordion-bg);
5556
  background-color: var(--bs-accordion-bg);
4605
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
5557
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
4606
}
5558
}
-
 
5559
 
4607
.accordion-item:first-of-type {
5560
.accordion-item:first-of-type {
4608
  border-top-left-radius: var(--bs-accordion-border-radius);
5561
  border-top-left-radius: var(--bs-accordion-border-radius);
4609
  border-top-right-radius: var(--bs-accordion-border-radius);
5562
  border-top-right-radius: var(--bs-accordion-border-radius);
4610
}
5563
}
-
 
5564
 
4611
.accordion-item:first-of-type .accordion-button {
5565
.accordion-item:first-of-type .accordion-button {
4612
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
5566
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
4613
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
5567
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
4614
}
5568
}
-
 
5569
 
4615
.accordion-item:not(:first-of-type) {
5570
.accordion-item:not(:first-of-type) {
4616
  border-top: 0;
5571
  border-top: 0;
4617
}
5572
}
-
 
5573
 
4618
.accordion-item:last-of-type {
5574
.accordion-item:last-of-type {
4619
  border-bottom-right-radius: var(--bs-accordion-border-radius);
5575
  border-bottom-right-radius: var(--bs-accordion-border-radius);
4620
  border-bottom-left-radius: var(--bs-accordion-border-radius);
5576
  border-bottom-left-radius: var(--bs-accordion-border-radius);
4621
}
5577
}
-
 
5578
 
4622
.accordion-item:last-of-type .accordion-button.collapsed {
5579
.accordion-item:last-of-type .accordion-button.collapsed {
4623
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
5580
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
4624
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
5581
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
4625
}
5582
}
-
 
5583
 
4626
.accordion-item:last-of-type .accordion-collapse {
5584
.accordion-item:last-of-type .accordion-collapse {
4627
  border-bottom-right-radius: var(--bs-accordion-border-radius);
5585
  border-bottom-right-radius: var(--bs-accordion-border-radius);
4628
  border-bottom-left-radius: var(--bs-accordion-border-radius);
5586
  border-bottom-left-radius: var(--bs-accordion-border-radius);
4629
}
5587
}
Línea 4633... Línea 5591...
4633
}
5591
}
Línea 4634... Línea 5592...
4634
 
5592
 
4635
.accordion-flush .accordion-collapse {
5593
.accordion-flush .accordion-collapse {
4636
  border-width: 0;
5594
  border-width: 0;
-
 
5595
}
4637
}
5596
 
4638
.accordion-flush .accordion-item {
5597
.accordion-flush .accordion-item {
4639
  border-right: 0;
5598
  border-right: 0;
4640
  border-left: 0;
5599
  border-left: 0;
4641
  border-radius: 0;
5600
  border-radius: 0;
-
 
5601
}
4642
}
5602
 
4643
.accordion-flush .accordion-item:first-child {
5603
.accordion-flush .accordion-item:first-child {
4644
  border-top: 0;
5604
  border-top: 0;
-
 
5605
}
4645
}
5606
 
4646
.accordion-flush .accordion-item:last-child {
5607
.accordion-flush .accordion-item:last-child {
4647
  border-bottom: 0;
5608
  border-bottom: 0;
-
 
5609
}
-
 
5610
 
4648
}
5611
.accordion-flush .accordion-item .accordion-button,
4649
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
5612
.accordion-flush .accordion-item .accordion-button.collapsed {
4650
  border-radius: 0;
5613
  border-radius: 0;
Línea 4651... Línea 5614...
4651
}
5614
}
4652
 
5615
 
Línea 4667... Línea 5630...
4667
  list-style: none;
5630
  list-style: none;
4668
  background-color: var(--bs-breadcrumb-bg);
5631
  background-color: var(--bs-breadcrumb-bg);
4669
  border-radius: var(--bs-breadcrumb-border-radius);
5632
  border-radius: var(--bs-breadcrumb-border-radius);
4670
}
5633
}
Línea 4671... Línea 5634...
4671
 
5634
 
4672
.breadcrumb-item + .breadcrumb-item {
5635
.breadcrumb-item+.breadcrumb-item {
4673
  padding-left: var(--bs-breadcrumb-item-padding-x);
5636
  padding-left: var(--bs-breadcrumb-item-padding-x);
-
 
5637
}
4674
}
5638
 
4675
.breadcrumb-item + .breadcrumb-item::before {
5639
.breadcrumb-item+.breadcrumb-item::before {
4676
  float: left;
5640
  float: left;
4677
  padding-right: var(--bs-breadcrumb-item-padding-x);
5641
  padding-right: var(--bs-breadcrumb-item-padding-x);
-
 
5642
  color: var(--bs-breadcrumb-divider-color);
4678
  color: var(--bs-breadcrumb-divider-color);
5643
  content: var(--bs-breadcrumb-divider, "/")
-
 
5644
    /* rtl: var(--bs-breadcrumb-divider, "/") */
4679
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
5645
  ;
-
 
5646
}
4680
}
5647
 
4681
.breadcrumb-item.active {
5648
.breadcrumb-item.active {
4682
  color: var(--bs-breadcrumb-item-active-color);
5649
  color: var(--bs-breadcrumb-item-active-color);
Línea 4683... Línea 5650...
4683
}
5650
}
Línea 4716... Línea 5683...
4716
  color: var(--bs-pagination-color);
5683
  color: var(--bs-pagination-color);
4717
  background-color: var(--bs-pagination-bg);
5684
  background-color: var(--bs-pagination-bg);
4718
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
5685
  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;
5686
  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
}
5687
}
-
 
5688
 
4721
@media (prefers-reduced-motion: reduce) {
5689
@media (prefers-reduced-motion: reduce) {
4722
  .page-link {
5690
  .page-link {
4723
    transition: none;
5691
    transition: none;
4724
  }
5692
  }
4725
}
5693
}
-
 
5694
 
4726
.page-link:hover {
5695
.page-link:hover {
4727
  z-index: 2;
5696
  z-index: 2;
4728
  color: var(--bs-pagination-hover-color);
5697
  color: var(--bs-pagination-hover-color);
4729
  background-color: var(--bs-pagination-hover-bg);
5698
  background-color: var(--bs-pagination-hover-bg);
4730
  border-color: var(--bs-pagination-hover-border-color);
5699
  border-color: var(--bs-pagination-hover-border-color);
4731
}
5700
}
-
 
5701
 
4732
.page-link:focus {
5702
.page-link:focus {
4733
  z-index: 3;
5703
  z-index: 3;
4734
  color: var(--bs-pagination-focus-color);
5704
  color: var(--bs-pagination-focus-color);
4735
  background-color: var(--bs-pagination-focus-bg);
5705
  background-color: var(--bs-pagination-focus-bg);
4736
  outline: 0;
5706
  outline: 0;
4737
  box-shadow: var(--bs-pagination-focus-box-shadow);
5707
  box-shadow: var(--bs-pagination-focus-box-shadow);
4738
}
5708
}
-
 
5709
 
-
 
5710
.page-link.active,
4739
.page-link.active, .active > .page-link {
5711
.active>.page-link {
4740
  z-index: 3;
5712
  z-index: 3;
4741
  color: var(--bs-pagination-active-color);
5713
  color: var(--bs-pagination-active-color);
4742
  background-color: var(--bs-pagination-active-bg);
5714
  background-color: var(--bs-pagination-active-bg);
4743
  border-color: var(--bs-pagination-active-border-color);
5715
  border-color: var(--bs-pagination-active-border-color);
4744
}
5716
}
-
 
5717
 
-
 
5718
.page-link.disabled,
4745
.page-link.disabled, .disabled > .page-link {
5719
.disabled>.page-link {
4746
  color: var(--bs-pagination-disabled-color);
5720
  color: var(--bs-pagination-disabled-color);
4747
  pointer-events: none;
5721
  pointer-events: none;
4748
  background-color: var(--bs-pagination-disabled-bg);
5722
  background-color: var(--bs-pagination-disabled-bg);
4749
  border-color: var(--bs-pagination-disabled-border-color);
5723
  border-color: var(--bs-pagination-disabled-border-color);
4750
}
5724
}
Línea 4751... Línea 5725...
4751
 
5725
 
4752
.page-item:not(:first-child) .page-link {
5726
.page-item:not(:first-child) .page-link {
4753
  margin-left: -1px;
5727
  margin-left: -1px;
-
 
5728
}
4754
}
5729
 
4755
.page-item:first-child .page-link {
5730
.page-item:first-child .page-link {
4756
  border-top-left-radius: var(--bs-pagination-border-radius);
5731
  border-top-left-radius: var(--bs-pagination-border-radius);
4757
  border-bottom-left-radius: var(--bs-pagination-border-radius);
5732
  border-bottom-left-radius: var(--bs-pagination-border-radius);
-
 
5733
}
4758
}
5734
 
4759
.page-item:last-child .page-link {
5735
.page-item:last-child .page-link {
4760
  border-top-right-radius: var(--bs-pagination-border-radius);
5736
  border-top-right-radius: var(--bs-pagination-border-radius);
4761
  border-bottom-right-radius: var(--bs-pagination-border-radius);
5737
  border-bottom-right-radius: var(--bs-pagination-border-radius);
Línea 4791... Línea 5767...
4791
  text-align: center;
5767
  text-align: center;
4792
  white-space: nowrap;
5768
  white-space: nowrap;
4793
  vertical-align: baseline;
5769
  vertical-align: baseline;
4794
  border-radius: var(--bs-badge-border-radius);
5770
  border-radius: var(--bs-badge-border-radius);
4795
}
5771
}
-
 
5772
 
4796
.badge:empty {
5773
.badge:empty {
4797
  display: none;
5774
  display: none;
4798
}
5775
}
Línea -... Línea 5776...
-
 
5776
 
-
 
5777
.btn .badge,
-
 
5778
.wizard>.actions a .badge,
4799
 
5779
div.tox .tox-button .badge,
-
 
5780
.swal2-popup .swal2-actions button .badge,
4800
.btn .badge, .wizard > .actions a .badge, div.tox .tox-button .badge, .swal2-popup .swal2-actions button .badge, .fc .fc-button-primary .badge {
5781
.fc .fc-button-primary .badge {
4801
  position: relative;
5782
  position: relative;
4802
  top: -1px;
5783
  top: -1px;
Línea 4803... Línea 5784...
4803
}
5784
}
Línea 4829... Línea 5810...
4829
}
5810
}
Línea 4830... Línea 5811...
4830
 
5811
 
4831
.alert-dismissible {
5812
.alert-dismissible {
4832
  padding-right: 3rem;
5813
  padding-right: 3rem;
-
 
5814
}
4833
}
5815
 
4834
.alert-dismissible .btn-close {
5816
.alert-dismissible .btn-close {
4835
  position: absolute;
5817
  position: absolute;
4836
  top: 0;
5818
  top: 0;
4837
  right: 0;
5819
  right: 0;
Línea 4842... Línea 5824...
4842
.alert-primary {
5824
.alert-primary {
4843
  --bs-alert-color: #3d4499;
5825
  --bs-alert-color: #3d4499;
4844
  --bs-alert-bg: #e0e3ff;
5826
  --bs-alert-bg: #e0e3ff;
4845
  --bs-alert-border-color: #d1d4ff;
5827
  --bs-alert-border-color: #d1d4ff;
4846
}
5828
}
-
 
5829
 
4847
.alert-primary .alert-link {
5830
.alert-primary .alert-link {
4848
  color: #31367a;
5831
  color: #31367a;
4849
}
5832
}
Línea 4850... Línea 5833...
4850
 
5833
 
4851
.alert-secondary {
5834
.alert-secondary {
4852
  --bs-alert-color: #495161;
5835
  --bs-alert-color: #495161;
4853
  --bs-alert-bg: #e4e7ec;
5836
  --bs-alert-bg: #e4e7ec;
4854
  --bs-alert-border-color: #d7dbe3;
5837
  --bs-alert-border-color: #d7dbe3;
-
 
5838
}
4855
}
5839
 
4856
.alert-secondary .alert-link {
5840
.alert-secondary .alert-link {
4857
  color: #3a414e;
5841
  color: #3a414e;
Línea 4858... Línea 5842...
4858
}
5842
}
4859
 
5843
 
4860
.alert-success {
5844
.alert-success {
4861
  --bs-alert-color: #03622c;
5845
  --bs-alert-color: #03622c;
4862
  --bs-alert-bg: #cdeddb;
5846
  --bs-alert-bg: #cdeddb;
-
 
5847
  --bs-alert-border-color: #b4e3c9;
4863
  --bs-alert-border-color: #b4e3c9;
5848
}
4864
}
5849
 
4865
.alert-success .alert-link {
5850
.alert-success .alert-link {
Línea 4866... Línea 5851...
4866
  color: #024e23;
5851
  color: #024e23;
4867
}
5852
}
4868
 
5853
 
4869
.alert-info {
5854
.alert-info {
4870
  --bs-alert-color: #3d7d7d;
5855
  --bs-alert-color: #3d7d7d;
-
 
5856
  --bs-alert-bg: #e0f6f6;
4871
  --bs-alert-bg: #e0f6f6;
5857
  --bs-alert-border-color: #d1f1f1;
4872
  --bs-alert-border-color: #d1f1f1;
5858
}
4873
}
5859
 
Línea 4874... Línea 5860...
4874
.alert-info .alert-link {
5860
.alert-info .alert-link {
4875
  color: #316464;
5861
  color: #316464;
4876
}
5862
}
4877
 
5863
 
4878
.alert-warning {
5864
.alert-warning {
-
 
5865
  --bs-alert-color: #977104;
4879
  --bs-alert-color: #977104;
5866
  --bs-alert-bg: #fef2cd;
4880
  --bs-alert-bg: #fef2cd;
5867
  --bs-alert-border-color: #feebb4;
4881
  --bs-alert-border-color: #feebb4;
5868
}
Línea 4882... Línea 5869...
4882
}
5869
 
4883
.alert-warning .alert-link {
5870
.alert-warning .alert-link {
4884
  color: #795a03;
5871
  color: #795a03;
4885
}
5872
}
4886
 
5873
 
-
 
5874
.alert-danger {
4887
.alert-danger {
5875
  --bs-alert-color: #991f3d;
4888
  --bs-alert-color: #991f3d;
5876
  --bs-alert-bg: #ffd6e0;
4889
  --bs-alert-bg: #ffd6e0;
5877
  --bs-alert-border-color: #ffc2d1;
Línea 4890... Línea 5878...
4890
  --bs-alert-border-color: #ffc2d1;
5878
}
4891
}
5879
 
4892
.alert-danger .alert-link {
5880
.alert-danger .alert-link {
4893
  color: #7a1931;
5881
  color: #7a1931;
4894
}
5882
}
-
 
5883
 
4895
 
5884
.alert-light {
4896
.alert-light {
5885
  --bs-alert-color: #8c8e8f;
4897
  --bs-alert-color: #8c8e8f;
5886
  --bs-alert-bg: #fbfbfc;
Línea 4898... Línea 5887...
4898
  --bs-alert-bg: #fbfbfc;
5887
  --bs-alert-border-color: #f8f9fa;
4899
  --bs-alert-border-color: #f8f9fa;
5888
}
4900
}
5889
 
4901
.alert-light .alert-link {
5890
.alert-light .alert-link {
4902
  color: #707272;
5891
  color: #707272;
-
 
5892
}
4903
}
5893
 
4904
 
5894
.alert-dark {
4905
.alert-dark {
5895
  --bs-alert-color: #04070e;
Línea 4906... Línea 5896...
4906
  --bs-alert-color: #04070e;
5896
  --bs-alert-bg: #cdced1;
4907
  --bs-alert-bg: #cdced1;
5897
  --bs-alert-border-color: #b4b6b9;
4908
  --bs-alert-border-color: #b4b6b9;
5898
}
4909
}
5899
 
4910
.alert-dark .alert-link {
5900
.alert-dark .alert-link {
-
 
5901
  color: #03060b;
4911
  color: #03060b;
5902
}
4912
}
5903
 
4913
 
5904
@keyframes progress-bar-stripes {
4914
@keyframes progress-bar-stripes {
5905
  0% {
4915
  0% {
5906
    background-position-x: 1rem;
Línea 4942... Línea 5933...
4942
  text-align: center;
5933
  text-align: center;
4943
  white-space: nowrap;
5934
  white-space: nowrap;
4944
  background-color: var(--bs-progress-bar-bg);
5935
  background-color: var(--bs-progress-bar-bg);
4945
  transition: var(--bs-progress-bar-transition);
5936
  transition: var(--bs-progress-bar-transition);
4946
}
5937
}
-
 
5938
 
4947
@media (prefers-reduced-motion: reduce) {
5939
@media (prefers-reduced-motion: reduce) {
4948
  .progress-bar {
5940
  .progress-bar {
4949
    transition: none;
5941
    transition: none;
4950
  }
5942
  }
4951
}
5943
}
Línea 4956... Línea 5948...
4956
}
5948
}
Línea 4957... Línea 5949...
4957
 
5949
 
4958
.progress-bar-animated {
5950
.progress-bar-animated {
4959
  animation: 1s linear infinite progress-bar-stripes;
5951
  animation: 1s linear infinite progress-bar-stripes;
-
 
5952
}
4960
}
5953
 
4961
@media (prefers-reduced-motion: reduce) {
5954
@media (prefers-reduced-motion: reduce) {
4962
  .progress-bar-animated {
5955
  .progress-bar-animated {
4963
    animation: none;
5956
    animation: none;
4964
  }
5957
  }
Línea 4991... Línea 5984...
4991
 
5984
 
4992
.list-group-numbered {
5985
.list-group-numbered {
4993
  list-style-type: none;
5986
  list-style-type: none;
4994
  counter-reset: section;
5987
  counter-reset: section;
-
 
5988
}
4995
}
5989
 
4996
.list-group-numbered > .list-group-item::before {
5990
.list-group-numbered>.list-group-item::before {
4997
  content: counters(section, ".") ". ";
5991
  content: counters(section, ".") ". ";
4998
  counter-increment: section;
5992
  counter-increment: section;
Línea 4999... Línea 5993...
4999
}
5993
}
5000
 
5994
 
5001
.list-group-item-action {
5995
.list-group-item-action {
5002
  width: 100%;
5996
  width: 100%;
5003
  color: var(--bs-list-group-action-color);
5997
  color: var(--bs-list-group-action-color);
-
 
5998
  text-align: inherit;
-
 
5999
}
5004
  text-align: inherit;
6000
 
5005
}
6001
.list-group-item-action:hover,
5006
.list-group-item-action:hover, .list-group-item-action:focus {
6002
.list-group-item-action:focus {
5007
  z-index: 1;
6003
  z-index: 1;
5008
  color: var(--bs-list-group-action-hover-color);
6004
  color: var(--bs-list-group-action-hover-color);
5009
  text-decoration: none;
6005
  text-decoration: none;
-
 
6006
  background-color: var(--bs-list-group-action-hover-bg);
5010
  background-color: var(--bs-list-group-action-hover-bg);
6007
}
5011
}
6008
 
5012
.list-group-item-action:active {
6009
.list-group-item-action:active {
5013
  color: var(--bs-list-group-action-active-color);
6010
  color: var(--bs-list-group-action-active-color);
Línea 5020... Línea 6017...
5020
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
6017
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
5021
  color: var(--bs-list-group-color);
6018
  color: var(--bs-list-group-color);
5022
  background-color: var(--bs-list-group-bg);
6019
  background-color: var(--bs-list-group-bg);
5023
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
6020
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
5024
}
6021
}
-
 
6022
 
5025
.list-group-item:first-child {
6023
.list-group-item:first-child {
5026
  border-top-left-radius: inherit;
6024
  border-top-left-radius: inherit;
5027
  border-top-right-radius: inherit;
6025
  border-top-right-radius: inherit;
5028
}
6026
}
-
 
6027
 
5029
.list-group-item:last-child {
6028
.list-group-item:last-child {
5030
  border-bottom-right-radius: inherit;
6029
  border-bottom-right-radius: inherit;
5031
  border-bottom-left-radius: inherit;
6030
  border-bottom-left-radius: inherit;
5032
}
6031
}
-
 
6032
 
-
 
6033
.list-group-item.disabled,
5033
.list-group-item.disabled, .list-group-item:disabled {
6034
.list-group-item:disabled {
5034
  color: var(--bs-list-group-disabled-color);
6035
  color: var(--bs-list-group-disabled-color);
5035
  pointer-events: none;
6036
  pointer-events: none;
5036
  background-color: var(--bs-list-group-disabled-bg);
6037
  background-color: var(--bs-list-group-disabled-bg);
5037
}
6038
}
-
 
6039
 
5038
.list-group-item.active {
6040
.list-group-item.active {
5039
  z-index: 2;
6041
  z-index: 2;
5040
  color: var(--bs-list-group-active-color);
6042
  color: var(--bs-list-group-active-color);
5041
  background-color: var(--bs-list-group-active-bg);
6043
  background-color: var(--bs-list-group-active-bg);
5042
  border-color: var(--bs-list-group-active-border-color);
6044
  border-color: var(--bs-list-group-active-border-color);
5043
}
6045
}
-
 
6046
 
5044
.list-group-item + .list-group-item {
6047
.list-group-item+.list-group-item {
5045
  border-top-width: 0;
6048
  border-top-width: 0;
5046
}
6049
}
-
 
6050
 
5047
.list-group-item + .list-group-item.active {
6051
.list-group-item+.list-group-item.active {
5048
  margin-top: calc(-1 * var(--bs-list-group-border-width));
6052
  margin-top: calc(-1 * var(--bs-list-group-border-width));
5049
  border-top-width: var(--bs-list-group-border-width);
6053
  border-top-width: var(--bs-list-group-border-width);
5050
}
6054
}
Línea 5051... Línea 6055...
5051
 
6055
 
5052
.list-group-horizontal {
6056
.list-group-horizontal {
5053
  flex-direction: row;
6057
  flex-direction: row;
-
 
6058
}
5054
}
6059
 
5055
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
6060
.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
5056
  border-bottom-left-radius: var(--bs-list-group-border-radius);
6061
  border-bottom-left-radius: var(--bs-list-group-border-radius);
5057
  border-top-right-radius: 0;
6062
  border-top-right-radius: 0;
-
 
6063
}
5058
}
6064
 
5059
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
6065
.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
5060
  border-top-right-radius: var(--bs-list-group-border-radius);
6066
  border-top-right-radius: var(--bs-list-group-border-radius);
5061
  border-bottom-left-radius: 0;
6067
  border-bottom-left-radius: 0;
-
 
6068
}
5062
}
6069
 
5063
.list-group-horizontal > .list-group-item.active {
6070
.list-group-horizontal>.list-group-item.active {
5064
  margin-top: 0;
6071
  margin-top: 0;
-
 
6072
}
5065
}
6073
 
5066
.list-group-horizontal > .list-group-item + .list-group-item {
6074
.list-group-horizontal>.list-group-item+.list-group-item {
5067
  border-top-width: var(--bs-list-group-border-width);
6075
  border-top-width: var(--bs-list-group-border-width);
5068
  border-left-width: 0;
6076
  border-left-width: 0;
-
 
6077
}
5069
}
6078
 
5070
.list-group-horizontal > .list-group-item + .list-group-item.active {
6079
.list-group-horizontal>.list-group-item+.list-group-item.active {
5071
  margin-left: calc(-1 * var(--bs-list-group-border-width));
6080
  margin-left: calc(-1 * var(--bs-list-group-border-width));
5072
  border-left-width: var(--bs-list-group-border-width);
6081
  border-left-width: var(--bs-list-group-border-width);
Línea 5073... Línea 6082...
5073
}
6082
}
5074
 
6083
 
5075
@media (min-width: 576px) {
6084
@media (min-width: 576px) {
5076
  .list-group-horizontal-sm {
6085
  .list-group-horizontal-sm {
-
 
6086
    flex-direction: row;
5077
    flex-direction: row;
6087
  }
5078
  }
6088
 
5079
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
6089
  .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
5080
    border-bottom-left-radius: var(--bs-list-group-border-radius);
6090
    border-bottom-left-radius: var(--bs-list-group-border-radius);
-
 
6091
    border-top-right-radius: 0;
5081
    border-top-right-radius: 0;
6092
  }
5082
  }
6093
 
5083
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
6094
  .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
5084
    border-top-right-radius: var(--bs-list-group-border-radius);
6095
    border-top-right-radius: var(--bs-list-group-border-radius);
-
 
6096
    border-bottom-left-radius: 0;
5085
    border-bottom-left-radius: 0;
6097
  }
5086
  }
6098
 
5087
  .list-group-horizontal-sm > .list-group-item.active {
6099
  .list-group-horizontal-sm>.list-group-item.active {
-
 
6100
    margin-top: 0;
5088
    margin-top: 0;
6101
  }
5089
  }
6102
 
5090
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
6103
  .list-group-horizontal-sm>.list-group-item+.list-group-item {
5091
    border-top-width: var(--bs-list-group-border-width);
6104
    border-top-width: var(--bs-list-group-border-width);
-
 
6105
    border-left-width: 0;
5092
    border-left-width: 0;
6106
  }
5093
  }
6107
 
5094
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
6108
  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
5095
    margin-left: calc(-1 * var(--bs-list-group-border-width));
6109
    margin-left: calc(-1 * var(--bs-list-group-border-width));
5096
    border-left-width: var(--bs-list-group-border-width);
6110
    border-left-width: var(--bs-list-group-border-width);
-
 
6111
  }
5097
  }
6112
}
5098
}
6113
 
5099
@media (min-width: 768px) {
6114
@media (min-width: 768px) {
5100
  .list-group-horizontal-md {
6115
  .list-group-horizontal-md {
-
 
6116
    flex-direction: row;
5101
    flex-direction: row;
6117
  }
5102
  }
6118
 
5103
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
6119
  .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
5104
    border-bottom-left-radius: var(--bs-list-group-border-radius);
6120
    border-bottom-left-radius: var(--bs-list-group-border-radius);
-
 
6121
    border-top-right-radius: 0;
5105
    border-top-right-radius: 0;
6122
  }
5106
  }
6123
 
5107
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
6124
  .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
5108
    border-top-right-radius: var(--bs-list-group-border-radius);
6125
    border-top-right-radius: var(--bs-list-group-border-radius);
-
 
6126
    border-bottom-left-radius: 0;
5109
    border-bottom-left-radius: 0;
6127
  }
5110
  }
6128
 
5111
  .list-group-horizontal-md > .list-group-item.active {
6129
  .list-group-horizontal-md>.list-group-item.active {
-
 
6130
    margin-top: 0;
5112
    margin-top: 0;
6131
  }
5113
  }
6132
 
5114
  .list-group-horizontal-md > .list-group-item + .list-group-item {
6133
  .list-group-horizontal-md>.list-group-item+.list-group-item {
5115
    border-top-width: var(--bs-list-group-border-width);
6134
    border-top-width: var(--bs-list-group-border-width);
-
 
6135
    border-left-width: 0;
5116
    border-left-width: 0;
6136
  }
5117
  }
6137
 
5118
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
6138
  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
5119
    margin-left: calc(-1 * var(--bs-list-group-border-width));
6139
    margin-left: calc(-1 * var(--bs-list-group-border-width));
5120
    border-left-width: var(--bs-list-group-border-width);
6140
    border-left-width: var(--bs-list-group-border-width);
-
 
6141
  }
5121
  }
6142
}
5122
}
6143
 
5123
@media (min-width: 992px) {
6144
@media (min-width: 992px) {
5124
  .list-group-horizontal-lg {
6145
  .list-group-horizontal-lg {
-
 
6146
    flex-direction: row;
5125
    flex-direction: row;
6147
  }
5126
  }
6148
 
5127
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
6149
  .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
5128
    border-bottom-left-radius: var(--bs-list-group-border-radius);
6150
    border-bottom-left-radius: var(--bs-list-group-border-radius);
-
 
6151
    border-top-right-radius: 0;
5129
    border-top-right-radius: 0;
6152
  }
5130
  }
6153
 
5131
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
6154
  .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
5132
    border-top-right-radius: var(--bs-list-group-border-radius);
6155
    border-top-right-radius: var(--bs-list-group-border-radius);
-
 
6156
    border-bottom-left-radius: 0;
5133
    border-bottom-left-radius: 0;
6157
  }
5134
  }
6158
 
5135
  .list-group-horizontal-lg > .list-group-item.active {
6159
  .list-group-horizontal-lg>.list-group-item.active {
-
 
6160
    margin-top: 0;
5136
    margin-top: 0;
6161
  }
5137
  }
6162
 
5138
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
6163
  .list-group-horizontal-lg>.list-group-item+.list-group-item {
5139
    border-top-width: var(--bs-list-group-border-width);
6164
    border-top-width: var(--bs-list-group-border-width);
-
 
6165
    border-left-width: 0;
5140
    border-left-width: 0;
6166
  }
5141
  }
6167
 
5142
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
6168
  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
5143
    margin-left: calc(-1 * var(--bs-list-group-border-width));
6169
    margin-left: calc(-1 * var(--bs-list-group-border-width));
5144
    border-left-width: var(--bs-list-group-border-width);
6170
    border-left-width: var(--bs-list-group-border-width);
-
 
6171
  }
5145
  }
6172
}
5146
}
6173
 
5147
@media (min-width: 1200px) {
6174
@media (min-width: 1200px) {
5148
  .list-group-horizontal-xl {
6175
  .list-group-horizontal-xl {
-
 
6176
    flex-direction: row;
5149
    flex-direction: row;
6177
  }
5150
  }
6178
 
5151
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
6179
  .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
5152
    border-bottom-left-radius: var(--bs-list-group-border-radius);
6180
    border-bottom-left-radius: var(--bs-list-group-border-radius);
-
 
6181
    border-top-right-radius: 0;
5153
    border-top-right-radius: 0;
6182
  }
5154
  }
6183
 
5155
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
6184
  .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
5156
    border-top-right-radius: var(--bs-list-group-border-radius);
6185
    border-top-right-radius: var(--bs-list-group-border-radius);
-
 
6186
    border-bottom-left-radius: 0;
5157
    border-bottom-left-radius: 0;
6187
  }
5158
  }
6188
 
5159
  .list-group-horizontal-xl > .list-group-item.active {
6189
  .list-group-horizontal-xl>.list-group-item.active {
-
 
6190
    margin-top: 0;
5160
    margin-top: 0;
6191
  }
5161
  }
6192
 
5162
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
6193
  .list-group-horizontal-xl>.list-group-item+.list-group-item {
5163
    border-top-width: var(--bs-list-group-border-width);
6194
    border-top-width: var(--bs-list-group-border-width);
-
 
6195
    border-left-width: 0;
5164
    border-left-width: 0;
6196
  }
5165
  }
6197
 
5166
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
6198
  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
5167
    margin-left: calc(-1 * var(--bs-list-group-border-width));
6199
    margin-left: calc(-1 * var(--bs-list-group-border-width));
5168
    border-left-width: var(--bs-list-group-border-width);
6200
    border-left-width: var(--bs-list-group-border-width);
-
 
6201
  }
5169
  }
6202
}
5170
}
6203
 
5171
@media (min-width: 1400px) {
6204
@media (min-width: 1400px) {
5172
  .list-group-horizontal-xxl {
6205
  .list-group-horizontal-xxl {
-
 
6206
    flex-direction: row;
5173
    flex-direction: row;
6207
  }
5174
  }
6208
 
5175
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
6209
  .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
5176
    border-bottom-left-radius: var(--bs-list-group-border-radius);
6210
    border-bottom-left-radius: var(--bs-list-group-border-radius);
-
 
6211
    border-top-right-radius: 0;
5177
    border-top-right-radius: 0;
6212
  }
5178
  }
6213
 
5179
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
6214
  .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
5180
    border-top-right-radius: var(--bs-list-group-border-radius);
6215
    border-top-right-radius: var(--bs-list-group-border-radius);
-
 
6216
    border-bottom-left-radius: 0;
5181
    border-bottom-left-radius: 0;
6217
  }
5182
  }
6218
 
5183
  .list-group-horizontal-xxl > .list-group-item.active {
6219
  .list-group-horizontal-xxl>.list-group-item.active {
-
 
6220
    margin-top: 0;
5184
    margin-top: 0;
6221
  }
5185
  }
6222
 
5186
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
6223
  .list-group-horizontal-xxl>.list-group-item+.list-group-item {
5187
    border-top-width: var(--bs-list-group-border-width);
6224
    border-top-width: var(--bs-list-group-border-width);
-
 
6225
    border-left-width: 0;
5188
    border-left-width: 0;
6226
  }
5189
  }
6227
 
5190
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
6228
  .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
5191
    margin-left: calc(-1 * var(--bs-list-group-border-width));
6229
    margin-left: calc(-1 * var(--bs-list-group-border-width));
5192
    border-left-width: var(--bs-list-group-border-width);
6230
    border-left-width: var(--bs-list-group-border-width);
-
 
6231
  }
5193
  }
6232
}
5194
}
6233
 
5195
.list-group-flush {
6234
.list-group-flush {
-
 
6235
  border-radius: 0;
5196
  border-radius: 0;
6236
}
5197
}
6237
 
5198
.list-group-flush > .list-group-item {
6238
.list-group-flush>.list-group-item {
-
 
6239
  border-width: 0 0 var(--bs-list-group-border-width);
5199
  border-width: 0 0 var(--bs-list-group-border-width);
6240
}
5200
}
6241
 
5201
.list-group-flush > .list-group-item:last-child {
6242
.list-group-flush>.list-group-item:last-child {
Línea 5202... Línea 6243...
5202
  border-bottom-width: 0;
6243
  border-bottom-width: 0;
5203
}
6244
}
5204
 
6245
 
5205
.list-group-item-primary {
6246
.list-group-item-primary {
-
 
6247
  color: #3d4499;
-
 
6248
  background-color: #e0e3ff;
5206
  color: #3d4499;
6249
}
5207
  background-color: #e0e3ff;
6250
 
5208
}
6251
.list-group-item-primary.list-group-item-action:hover,
5209
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
6252
.list-group-item-primary.list-group-item-action:focus {
-
 
6253
  color: #3d4499;
5210
  color: #3d4499;
6254
  background-color: #cacce6;
5211
  background-color: #cacce6;
6255
}
5212
}
6256
 
5213
.list-group-item-primary.list-group-item-action.active {
6257
.list-group-item-primary.list-group-item-action.active {
5214
  color: #fff;
6258
  color: #fff;
Línea 5215... Línea 6259...
5215
  background-color: #3d4499;
6259
  background-color: #3d4499;
5216
  border-color: #3d4499;
6260
  border-color: #3d4499;
5217
}
6261
}
5218
 
6262
 
-
 
6263
.list-group-item-secondary {
-
 
6264
  color: #495161;
5219
.list-group-item-secondary {
6265
  background-color: #e4e7ec;
5220
  color: #495161;
6266
}
5221
  background-color: #e4e7ec;
6267
 
5222
}
6268
.list-group-item-secondary.list-group-item-action:hover,
-
 
6269
.list-group-item-secondary.list-group-item-action:focus {
5223
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
6270
  color: #495161;
5224
  color: #495161;
6271
  background-color: #cdd0d4;
5225
  background-color: #cdd0d4;
6272
}
5226
}
6273
 
5227
.list-group-item-secondary.list-group-item-action.active {
6274
.list-group-item-secondary.list-group-item-action.active {
Línea 5228... Línea 6275...
5228
  color: #fff;
6275
  color: #fff;
5229
  background-color: #495161;
6276
  background-color: #495161;
5230
  border-color: #495161;
6277
  border-color: #495161;
5231
}
6278
}
-
 
6279
 
-
 
6280
.list-group-item-success {
5232
 
6281
  color: #03622c;
5233
.list-group-item-success {
6282
  background-color: #cdeddb;
5234
  color: #03622c;
6283
}
5235
  background-color: #cdeddb;
6284
 
-
 
6285
.list-group-item-success.list-group-item-action:hover,
5236
}
6286
.list-group-item-success.list-group-item-action:focus {
5237
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
6287
  color: #03622c;
5238
  color: #03622c;
6288
  background-color: #b9d5c5;
5239
  background-color: #b9d5c5;
6289
}
5240
}
6290
 
Línea 5241... Línea 6291...
5241
.list-group-item-success.list-group-item-action.active {
6291
.list-group-item-success.list-group-item-action.active {
5242
  color: #fff;
6292
  color: #fff;
5243
  background-color: #03622c;
6293
  background-color: #03622c;
5244
  border-color: #03622c;
6294
  border-color: #03622c;
-
 
6295
}
-
 
6296
 
5245
}
6297
.list-group-item-info {
5246
 
6298
  color: #3d7d7d;
5247
.list-group-item-info {
6299
  background-color: #e0f6f6;
5248
  color: #3d7d7d;
6300
}
-
 
6301
 
5249
  background-color: #e0f6f6;
6302
.list-group-item-info.list-group-item-action:hover,
5250
}
6303
.list-group-item-info.list-group-item-action:focus {
5251
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
6304
  color: #3d7d7d;
5252
  color: #3d7d7d;
6305
  background-color: #cadddd;
5253
  background-color: #cadddd;
6306
}
Línea 5254... Línea 6307...
5254
}
6307
 
5255
.list-group-item-info.list-group-item-action.active {
6308
.list-group-item-info.list-group-item-action.active {
5256
  color: #fff;
6309
  color: #fff;
5257
  background-color: #3d7d7d;
6310
  background-color: #3d7d7d;
-
 
6311
  border-color: #3d7d7d;
-
 
6312
}
5258
  border-color: #3d7d7d;
6313
 
5259
}
6314
.list-group-item-warning {
5260
 
6315
  color: #977104;
5261
.list-group-item-warning {
6316
  background-color: #fef2cd;
-
 
6317
}
5262
  color: #977104;
6318
 
5263
  background-color: #fef2cd;
6319
.list-group-item-warning.list-group-item-action:hover,
5264
}
6320
.list-group-item-warning.list-group-item-action:focus {
5265
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
6321
  color: #977104;
5266
  color: #977104;
6322
  background-color: #e5dab9;
Línea 5267... Línea 6323...
5267
  background-color: #e5dab9;
6323
}
5268
}
6324
 
5269
.list-group-item-warning.list-group-item-action.active {
6325
.list-group-item-warning.list-group-item-action.active {
5270
  color: #fff;
6326
  color: #fff;
-
 
6327
  background-color: #977104;
-
 
6328
  border-color: #977104;
5271
  background-color: #977104;
6329
}
5272
  border-color: #977104;
6330
 
5273
}
6331
.list-group-item-danger {
5274
 
6332
  color: #991f3d;
-
 
6333
  background-color: #ffd6e0;
5275
.list-group-item-danger {
6334
}
5276
  color: #991f3d;
6335
 
5277
  background-color: #ffd6e0;
6336
.list-group-item-danger.list-group-item-action:hover,
5278
}
6337
.list-group-item-danger.list-group-item-action:focus {
5279
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
6338
  color: #991f3d;
Línea 5280... Línea 6339...
5280
  color: #991f3d;
6339
  background-color: #e6c1ca;
5281
  background-color: #e6c1ca;
6340
}
5282
}
6341
 
5283
.list-group-item-danger.list-group-item-action.active {
6342
.list-group-item-danger.list-group-item-action.active {
-
 
6343
  color: #fff;
-
 
6344
  background-color: #991f3d;
5284
  color: #fff;
6345
  border-color: #991f3d;
5285
  background-color: #991f3d;
6346
}
5286
  border-color: #991f3d;
6347
 
5287
}
6348
.list-group-item-light {
-
 
6349
  color: #8c8e8f;
5288
 
6350
  background-color: #fbfbfc;
5289
.list-group-item-light {
6351
}
5290
  color: #8c8e8f;
6352
 
5291
  background-color: #fbfbfc;
6353
.list-group-item-light.list-group-item-action:hover,
5292
}
6354
.list-group-item-light.list-group-item-action:focus {
Línea 5293... Línea 6355...
5293
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
6355
  color: #8c8e8f;
5294
  color: #8c8e8f;
6356
  background-color: #e2e2e3;
5295
  background-color: #e2e2e3;
6357
}
5296
}
6358
 
-
 
6359
.list-group-item-light.list-group-item-action.active {
-
 
6360
  color: #fff;
5297
.list-group-item-light.list-group-item-action.active {
6361
  background-color: #8c8e8f;
5298
  color: #fff;
6362
  border-color: #8c8e8f;
5299
  background-color: #8c8e8f;
6363
}
5300
  border-color: #8c8e8f;
6364
 
-
 
6365
.list-group-item-dark {
5301
}
6366
  color: #04070e;
5302
 
6367
  background-color: #cdced1;
5303
.list-group-item-dark {
6368
}
5304
  color: #04070e;
6369
 
5305
  background-color: #cdced1;
6370
.list-group-item-dark.list-group-item-action:hover,
Línea 5323... Línea 6388...
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;
6388
  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;
6389
  border: 0;
5325
  border-radius: 0.25rem;
6390
  border-radius: 0.25rem;
5326
  opacity: 0.5;
6391
  opacity: 0.5;
5327
}
6392
}
-
 
6393
 
5328
.btn-close:hover {
6394
.btn-close:hover {
5329
  color: #000;
6395
  color: #000;
5330
  text-decoration: none;
6396
  text-decoration: none;
5331
  opacity: 0.75;
6397
  opacity: 0.75;
5332
}
6398
}
-
 
6399
 
5333
.btn-close:focus {
6400
.btn-close:focus {
5334
  outline: 0;
6401
  outline: 0;
5335
  box-shadow: none;
6402
  box-shadow: none;
5336
  opacity: 1;
6403
  opacity: 1;
5337
}
6404
}
-
 
6405
 
-
 
6406
.btn-close:disabled,
5338
.btn-close:disabled, .btn-close.disabled {
6407
.btn-close.disabled {
5339
  pointer-events: none;
6408
  pointer-events: none;
5340
  user-select: none;
6409
  user-select: none;
5341
  opacity: 0.25;
6410
  opacity: 0.25;
5342
}
6411
}
Línea 5370... Línea 6439...
5370
  background-clip: padding-box;
6439
  background-clip: padding-box;
5371
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
6440
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
5372
  box-shadow: var(--bs-toast-box-shadow);
6441
  box-shadow: var(--bs-toast-box-shadow);
5373
  border-radius: var(--bs-toast-border-radius);
6442
  border-radius: var(--bs-toast-border-radius);
5374
}
6443
}
-
 
6444
 
5375
.toast.showing {
6445
.toast.showing {
5376
  opacity: 0;
6446
  opacity: 0;
5377
}
6447
}
-
 
6448
 
5378
.toast:not(.show) {
6449
.toast:not(.show) {
5379
  display: none;
6450
  display: none;
5380
}
6451
}
Línea 5381... Línea 6452...
5381
 
6452
 
Línea 5385... Línea 6456...
5385
  z-index: var(--bs-toast-zindex);
6456
  z-index: var(--bs-toast-zindex);
5386
  width: max-content;
6457
  width: max-content;
5387
  max-width: 100%;
6458
  max-width: 100%;
5388
  pointer-events: none;
6459
  pointer-events: none;
5389
}
6460
}
-
 
6461
 
5390
.toast-container > :not(:last-child) {
6462
.toast-container> :not(:last-child) {
5391
  margin-bottom: var(--bs-toast-spacing);
6463
  margin-bottom: var(--bs-toast-spacing);
5392
}
6464
}
Línea 5393... Línea 6465...
5393
 
6465
 
5394
.toast-header {
6466
.toast-header {
Línea 5400... Línea 6472...
5400
  background-clip: padding-box;
6472
  background-clip: padding-box;
5401
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
6473
  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));
6474
  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));
6475
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
5404
}
6476
}
-
 
6477
 
5405
.toast-header .btn-close {
6478
.toast-header .btn-close {
5406
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
6479
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
5407
  margin-left: var(--bs-toast-padding-x);
6480
  margin-left: var(--bs-toast-padding-x);
5408
}
6481
}
Línea 5450... Línea 6523...
5450
  position: relative;
6523
  position: relative;
5451
  width: auto;
6524
  width: auto;
5452
  margin: var(--bs-modal-margin);
6525
  margin: var(--bs-modal-margin);
5453
  pointer-events: none;
6526
  pointer-events: none;
5454
}
6527
}
-
 
6528
 
5455
.modal.fade .modal-dialog {
6529
.modal.fade .modal-dialog {
5456
  transition: transform 0.4s ease;
6530
  transition: transform 0.4s ease;
5457
  transform: scale(0.8);
6531
  transform: scale(0.8);
5458
}
6532
}
-
 
6533
 
5459
@media (prefers-reduced-motion: reduce) {
6534
@media (prefers-reduced-motion: reduce) {
5460
  .modal.fade .modal-dialog {
6535
  .modal.fade .modal-dialog {
5461
    transition: none;
6536
    transition: none;
5462
  }
6537
  }
5463
}
6538
}
-
 
6539
 
5464
.modal.show .modal-dialog {
6540
.modal.show .modal-dialog {
5465
  transform: none;
6541
  transform: none;
5466
}
6542
}
-
 
6543
 
5467
.modal.modal-static .modal-dialog {
6544
.modal.modal-static .modal-dialog {
5468
  transform: scale(1.02);
6545
  transform: scale(1.02);
5469
}
6546
}
Línea 5470... Línea 6547...
5470
 
6547
 
5471
.modal-dialog-scrollable {
6548
.modal-dialog-scrollable {
5472
  height: calc(100% - var(--bs-modal-margin) * 2);
6549
  height: calc(100% - var(--bs-modal-margin) * 2);
-
 
6550
}
5473
}
6551
 
5474
.modal-dialog-scrollable .modal-content {
6552
.modal-dialog-scrollable .modal-content {
5475
  max-height: 100%;
6553
  max-height: 100%;
5476
  overflow: hidden;
6554
  overflow: hidden;
-
 
6555
}
5477
}
6556
 
5478
.modal-dialog-scrollable .modal-body {
6557
.modal-dialog-scrollable .modal-body {
5479
  overflow-y: auto;
6558
  overflow-y: auto;
Línea 5480... Línea 6559...
5480
}
6559
}
Línea 5509... Línea 6588...
5509
  z-index: var(--bs-backdrop-zindex);
6588
  z-index: var(--bs-backdrop-zindex);
5510
  width: 100vw;
6589
  width: 100vw;
5511
  height: 100vh;
6590
  height: 100vh;
5512
  background-color: var(--bs-backdrop-bg);
6591
  background-color: var(--bs-backdrop-bg);
5513
}
6592
}
-
 
6593
 
5514
.modal-backdrop.fade {
6594
.modal-backdrop.fade {
5515
  opacity: 0;
6595
  opacity: 0;
5516
}
6596
}
-
 
6597
 
5517
.modal-backdrop.show {
6598
.modal-backdrop.show {
5518
  opacity: var(--bs-backdrop-opacity);
6599
  opacity: var(--bs-backdrop-opacity);
5519
}
6600
}
Línea 5520... Línea 6601...
5520
 
6601
 
Línea 5526... Línea 6607...
5526
  padding: var(--bs-modal-header-padding);
6607
  padding: var(--bs-modal-header-padding);
5527
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
6608
  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);
6609
  border-top-left-radius: var(--bs-modal-inner-border-radius);
5529
  border-top-right-radius: var(--bs-modal-inner-border-radius);
6610
  border-top-right-radius: var(--bs-modal-inner-border-radius);
5530
}
6611
}
-
 
6612
 
5531
.modal-header .btn-close {
6613
.modal-header .btn-close {
5532
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
6614
  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;
6615
  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
}
6616
}
Línea 5554... Línea 6636...
5554
  background-color: var(--bs-modal-footer-bg);
6636
  background-color: var(--bs-modal-footer-bg);
5555
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
6637
  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);
6638
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
5557
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
6639
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
5558
}
6640
}
-
 
6641
 
5559
.modal-footer > * {
6642
.modal-footer>* {
5560
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
6643
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
5561
}
6644
}
Línea 5562... Línea 6645...
5562
 
6645
 
5563
@media (min-width: 576px) {
6646
@media (min-width: 576px) {
5564
  .modal {
6647
  .modal {
5565
    --bs-modal-margin: 1.75rem;
6648
    --bs-modal-margin: 1.75rem;
5566
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
6649
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
-
 
6650
  }
5567
  }
6651
 
5568
  .modal-dialog {
6652
  .modal-dialog {
5569
    max-width: var(--bs-modal-width);
6653
    max-width: var(--bs-modal-width);
5570
    margin-right: auto;
6654
    margin-right: auto;
5571
    margin-left: auto;
6655
    margin-left: auto;
-
 
6656
  }
5572
  }
6657
 
5573
  .modal-sm {
6658
  .modal-sm {
5574
    --bs-modal-width: 300px;
6659
    --bs-modal-width: 300px;
5575
  }
6660
  }
-
 
6661
}
5576
}
6662
 
-
 
6663
@media (min-width: 992px) {
5577
@media (min-width: 992px) {
6664
 
5578
  .modal-lg,
6665
  .modal-lg,
5579
  .modal-xl {
6666
  .modal-xl {
5580
    --bs-modal-width: 800px;
6667
    --bs-modal-width: 800px;
5581
  }
6668
  }
-
 
6669
}
5582
}
6670
 
5583
@media (min-width: 1200px) {
6671
@media (min-width: 1200px) {
5584
  .modal-xl {
6672
  .modal-xl {
5585
    --bs-modal-width: 1140px;
6673
    --bs-modal-width: 1140px;
5586
  }
6674
  }
-
 
6675
}
5587
}
6676
 
5588
.modal-fullscreen {
6677
.modal-fullscreen {
5589
  width: 100vw;
6678
  width: 100vw;
5590
  max-width: none;
6679
  max-width: none;
5591
  height: 100%;
6680
  height: 100%;
5592
  margin: 0;
6681
  margin: 0;
-
 
6682
}
5593
}
6683
 
5594
.modal-fullscreen .modal-content {
6684
.modal-fullscreen .modal-content {
5595
  height: 100%;
6685
  height: 100%;
5596
  border: 0;
6686
  border: 0;
5597
  border-radius: 0;
6687
  border-radius: 0;
-
 
6688
}
5598
}
6689
 
5599
.modal-fullscreen .modal-header,
6690
.modal-fullscreen .modal-header,
5600
.modal-fullscreen .modal-footer {
6691
.modal-fullscreen .modal-footer {
5601
  border-radius: 0;
6692
  border-radius: 0;
-
 
6693
}
5602
}
6694
 
5603
.modal-fullscreen .modal-body {
6695
.modal-fullscreen .modal-body {
5604
  overflow-y: auto;
6696
  overflow-y: auto;
Línea 5605... Línea 6697...
5605
}
6697
}
Línea 5609... Línea 6701...
5609
    width: 100vw;
6701
    width: 100vw;
5610
    max-width: none;
6702
    max-width: none;
5611
    height: 100%;
6703
    height: 100%;
5612
    margin: 0;
6704
    margin: 0;
5613
  }
6705
  }
-
 
6706
 
5614
  .modal-fullscreen-sm-down .modal-content {
6707
  .modal-fullscreen-sm-down .modal-content {
5615
    height: 100%;
6708
    height: 100%;
5616
    border: 0;
6709
    border: 0;
5617
    border-radius: 0;
6710
    border-radius: 0;
5618
  }
6711
  }
-
 
6712
 
5619
  .modal-fullscreen-sm-down .modal-header,
6713
  .modal-fullscreen-sm-down .modal-header,
5620
  .modal-fullscreen-sm-down .modal-footer {
6714
  .modal-fullscreen-sm-down .modal-footer {
5621
    border-radius: 0;
6715
    border-radius: 0;
5622
  }
6716
  }
-
 
6717
 
5623
  .modal-fullscreen-sm-down .modal-body {
6718
  .modal-fullscreen-sm-down .modal-body {
5624
    overflow-y: auto;
6719
    overflow-y: auto;
5625
  }
6720
  }
5626
}
6721
}
-
 
6722
 
5627
@media (max-width: 767.98px) {
6723
@media (max-width: 767.98px) {
5628
  .modal-fullscreen-md-down {
6724
  .modal-fullscreen-md-down {
5629
    width: 100vw;
6725
    width: 100vw;
5630
    max-width: none;
6726
    max-width: none;
5631
    height: 100%;
6727
    height: 100%;
5632
    margin: 0;
6728
    margin: 0;
5633
  }
6729
  }
-
 
6730
 
5634
  .modal-fullscreen-md-down .modal-content {
6731
  .modal-fullscreen-md-down .modal-content {
5635
    height: 100%;
6732
    height: 100%;
5636
    border: 0;
6733
    border: 0;
5637
    border-radius: 0;
6734
    border-radius: 0;
5638
  }
6735
  }
-
 
6736
 
5639
  .modal-fullscreen-md-down .modal-header,
6737
  .modal-fullscreen-md-down .modal-header,
5640
  .modal-fullscreen-md-down .modal-footer {
6738
  .modal-fullscreen-md-down .modal-footer {
5641
    border-radius: 0;
6739
    border-radius: 0;
5642
  }
6740
  }
-
 
6741
 
5643
  .modal-fullscreen-md-down .modal-body {
6742
  .modal-fullscreen-md-down .modal-body {
5644
    overflow-y: auto;
6743
    overflow-y: auto;
5645
  }
6744
  }
5646
}
6745
}
-
 
6746
 
5647
@media (max-width: 991.98px) {
6747
@media (max-width: 991.98px) {
5648
  .modal-fullscreen-lg-down {
6748
  .modal-fullscreen-lg-down {
5649
    width: 100vw;
6749
    width: 100vw;
5650
    max-width: none;
6750
    max-width: none;
5651
    height: 100%;
6751
    height: 100%;
5652
    margin: 0;
6752
    margin: 0;
5653
  }
6753
  }
-
 
6754
 
5654
  .modal-fullscreen-lg-down .modal-content {
6755
  .modal-fullscreen-lg-down .modal-content {
5655
    height: 100%;
6756
    height: 100%;
5656
    border: 0;
6757
    border: 0;
5657
    border-radius: 0;
6758
    border-radius: 0;
5658
  }
6759
  }
-
 
6760
 
5659
  .modal-fullscreen-lg-down .modal-header,
6761
  .modal-fullscreen-lg-down .modal-header,
5660
  .modal-fullscreen-lg-down .modal-footer {
6762
  .modal-fullscreen-lg-down .modal-footer {
5661
    border-radius: 0;
6763
    border-radius: 0;
5662
  }
6764
  }
-
 
6765
 
5663
  .modal-fullscreen-lg-down .modal-body {
6766
  .modal-fullscreen-lg-down .modal-body {
5664
    overflow-y: auto;
6767
    overflow-y: auto;
5665
  }
6768
  }
5666
}
6769
}
-
 
6770
 
5667
@media (max-width: 1199.98px) {
6771
@media (max-width: 1199.98px) {
5668
  .modal-fullscreen-xl-down {
6772
  .modal-fullscreen-xl-down {
5669
    width: 100vw;
6773
    width: 100vw;
5670
    max-width: none;
6774
    max-width: none;
5671
    height: 100%;
6775
    height: 100%;
5672
    margin: 0;
6776
    margin: 0;
5673
  }
6777
  }
-
 
6778
 
5674
  .modal-fullscreen-xl-down .modal-content {
6779
  .modal-fullscreen-xl-down .modal-content {
5675
    height: 100%;
6780
    height: 100%;
5676
    border: 0;
6781
    border: 0;
5677
    border-radius: 0;
6782
    border-radius: 0;
5678
  }
6783
  }
-
 
6784
 
5679
  .modal-fullscreen-xl-down .modal-header,
6785
  .modal-fullscreen-xl-down .modal-header,
5680
  .modal-fullscreen-xl-down .modal-footer {
6786
  .modal-fullscreen-xl-down .modal-footer {
5681
    border-radius: 0;
6787
    border-radius: 0;
5682
  }
6788
  }
-
 
6789
 
5683
  .modal-fullscreen-xl-down .modal-body {
6790
  .modal-fullscreen-xl-down .modal-body {
5684
    overflow-y: auto;
6791
    overflow-y: auto;
5685
  }
6792
  }
5686
}
6793
}
-
 
6794
 
5687
@media (max-width: 1399.98px) {
6795
@media (max-width: 1399.98px) {
5688
  .modal-fullscreen-xxl-down {
6796
  .modal-fullscreen-xxl-down {
5689
    width: 100vw;
6797
    width: 100vw;
5690
    max-width: none;
6798
    max-width: none;
5691
    height: 100%;
6799
    height: 100%;
5692
    margin: 0;
6800
    margin: 0;
5693
  }
6801
  }
-
 
6802
 
5694
  .modal-fullscreen-xxl-down .modal-content {
6803
  .modal-fullscreen-xxl-down .modal-content {
5695
    height: 100%;
6804
    height: 100%;
5696
    border: 0;
6805
    border: 0;
5697
    border-radius: 0;
6806
    border-radius: 0;
5698
  }
6807
  }
-
 
6808
 
5699
  .modal-fullscreen-xxl-down .modal-header,
6809
  .modal-fullscreen-xxl-down .modal-header,
5700
  .modal-fullscreen-xxl-down .modal-footer {
6810
  .modal-fullscreen-xxl-down .modal-footer {
5701
    border-radius: 0;
6811
    border-radius: 0;
5702
  }
6812
  }
-
 
6813
 
5703
  .modal-fullscreen-xxl-down .modal-body {
6814
  .modal-fullscreen-xxl-down .modal-body {
5704
    overflow-y: auto;
6815
    overflow-y: auto;
5705
  }
6816
  }
5706
}
6817
}
-
 
6818
 
5707
.tooltip {
6819
.tooltip {
5708
  --bs-tooltip-zindex: 1080;
6820
  --bs-tooltip-zindex: 1080;
5709
  --bs-tooltip-max-width: 200px;
6821
  --bs-tooltip-max-width: 200px;
5710
  --bs-tooltip-padding-x: 0.5rem;
6822
  --bs-tooltip-padding-x: 0.5rem;
5711
  --bs-tooltip-padding-y: 0.25rem;
6823
  --bs-tooltip-padding-y: 0.25rem;
Línea 5737... Línea 6849...
5737
  line-break: auto;
6849
  line-break: auto;
5738
  font-size: var(--bs-tooltip-font-size);
6850
  font-size: var(--bs-tooltip-font-size);
5739
  word-wrap: break-word;
6851
  word-wrap: break-word;
5740
  opacity: 0;
6852
  opacity: 0;
5741
}
6853
}
-
 
6854
 
5742
.tooltip.show {
6855
.tooltip.show {
5743
  opacity: var(--bs-tooltip-opacity);
6856
  opacity: var(--bs-tooltip-opacity);
5744
}
6857
}
-
 
6858
 
5745
.tooltip .tooltip-arrow {
6859
.tooltip .tooltip-arrow {
5746
  display: block;
6860
  display: block;
5747
  width: var(--bs-tooltip-arrow-width);
6861
  width: var(--bs-tooltip-arrow-width);
5748
  height: var(--bs-tooltip-arrow-height);
6862
  height: var(--bs-tooltip-arrow-height);
5749
}
6863
}
-
 
6864
 
5750
.tooltip .tooltip-arrow::before {
6865
.tooltip .tooltip-arrow::before {
5751
  position: absolute;
6866
  position: absolute;
5752
  content: "";
6867
  content: "";
5753
  border-color: transparent;
6868
  border-color: transparent;
5754
  border-style: solid;
6869
  border-style: solid;
5755
}
6870
}
Línea -... Línea 6871...
-
 
6871
 
5756
 
6872
.bs-tooltip-top .tooltip-arrow,
5757
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
6873
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
5758
  bottom: 0;
6874
  bottom: 0;
-
 
6875
}
-
 
6876
 
5759
}
6877
.bs-tooltip-top .tooltip-arrow::before,
5760
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
6878
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
5761
  top: -1px;
6879
  top: -1px;
5762
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
6880
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
5763
  border-top-color: var(--bs-tooltip-bg);
6881
  border-top-color: var(--bs-tooltip-bg);
Línea 5764... Línea 6882...
5764
}
6882
}
-
 
6883
 
5765
 
6884
/* rtl:begin:ignore */
5766
/* rtl:begin:ignore */
6885
.bs-tooltip-end .tooltip-arrow,
5767
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
6886
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
5768
  left: 0;
6887
  left: 0;
5769
  width: var(--bs-tooltip-arrow-height);
6888
  width: var(--bs-tooltip-arrow-height);
-
 
6889
  height: var(--bs-tooltip-arrow-width);
-
 
6890
}
5770
  height: var(--bs-tooltip-arrow-width);
6891
 
5771
}
6892
.bs-tooltip-end .tooltip-arrow::before,
5772
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
6893
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
5773
  right: -1px;
6894
  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;
6895
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
Línea 5775... Línea 6896...
5775
  border-right-color: var(--bs-tooltip-bg);
6896
  border-right-color: var(--bs-tooltip-bg);
-
 
6897
}
5776
}
6898
 
5777
 
6899
/* rtl:end:ignore */
5778
/* rtl:end:ignore */
6900
.bs-tooltip-bottom .tooltip-arrow,
-
 
6901
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
-
 
6902
  top: 0;
5779
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
6903
}
5780
  top: 0;
6904
 
5781
}
6905
.bs-tooltip-bottom .tooltip-arrow::before,
5782
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
6906
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
5783
  bottom: -1px;
6907
  bottom: -1px;
Línea 5784... Línea 6908...
5784
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
6908
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
-
 
6909
  border-bottom-color: var(--bs-tooltip-bg);
5785
  border-bottom-color: var(--bs-tooltip-bg);
6910
}
5786
}
6911
 
5787
 
6912
/* rtl:begin:ignore */
5788
/* rtl:begin:ignore */
6913
.bs-tooltip-start .tooltip-arrow,
5789
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
6914
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
-
 
6915
  right: 0;
-
 
6916
  width: var(--bs-tooltip-arrow-height);
5790
  right: 0;
6917
  height: var(--bs-tooltip-arrow-width);
5791
  width: var(--bs-tooltip-arrow-height);
6918
}
5792
  height: var(--bs-tooltip-arrow-width);
6919
 
5793
}
6920
.bs-tooltip-start .tooltip-arrow::before,
5794
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
6921
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
Línea 5850... Línea 6977...
5850
  background-color: var(--bs-popover-bg);
6977
  background-color: var(--bs-popover-bg);
5851
  background-clip: padding-box;
6978
  background-clip: padding-box;
5852
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
6979
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
5853
  border-radius: var(--bs-popover-border-radius);
6980
  border-radius: var(--bs-popover-border-radius);
5854
}
6981
}
-
 
6982
 
5855
.popover .popover-arrow {
6983
.popover .popover-arrow {
5856
  display: block;
6984
  display: block;
5857
  width: var(--bs-popover-arrow-width);
6985
  width: var(--bs-popover-arrow-width);
5858
  height: var(--bs-popover-arrow-height);
6986
  height: var(--bs-popover-arrow-height);
5859
}
6987
}
-
 
6988
 
-
 
6989
.popover .popover-arrow::before,
5860
.popover .popover-arrow::before, .popover .popover-arrow::after {
6990
.popover .popover-arrow::after {
5861
  position: absolute;
6991
  position: absolute;
5862
  display: block;
6992
  display: block;
5863
  content: "";
6993
  content: "";
5864
  border-color: transparent;
6994
  border-color: transparent;
5865
  border-style: solid;
6995
  border-style: solid;
5866
  border-width: 0;
6996
  border-width: 0;
5867
}
6997
}
Línea -... Línea 6998...
-
 
6998
 
5868
 
6999
.bs-popover-top>.popover-arrow,
5869
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
7000
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
5870
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
7001
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
-
 
7002
}
-
 
7003
 
-
 
7004
.bs-popover-top>.popover-arrow::before,
-
 
7005
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
5871
}
7006
.bs-popover-top>.popover-arrow::after,
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 {
7007
.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;
7008
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
-
 
7009
}
-
 
7010
 
5874
}
7011
.bs-popover-top>.popover-arrow::before,
5875
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
7012
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before {
5876
  bottom: 0;
7013
  bottom: 0;
5877
  border-top-color: var(--bs-popover-arrow-border);
7014
  border-top-color: var(--bs-popover-arrow-border);
-
 
7015
}
-
 
7016
 
5878
}
7017
.bs-popover-top>.popover-arrow::after,
5879
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
7018
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
5880
  bottom: var(--bs-popover-border-width);
7019
  bottom: var(--bs-popover-border-width);
5881
  border-top-color: var(--bs-popover-bg);
7020
  border-top-color: var(--bs-popover-bg);
Línea 5882... Línea 7021...
5882
}
7021
}
-
 
7022
 
5883
 
7023
/* rtl:begin:ignore */
5884
/* rtl:begin:ignore */
7024
.bs-popover-end>.popover-arrow,
5885
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
7025
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
5886
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
7026
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
5887
  width: var(--bs-popover-arrow-height);
7027
  width: var(--bs-popover-arrow-height);
-
 
7028
  height: var(--bs-popover-arrow-width);
-
 
7029
}
-
 
7030
 
-
 
7031
.bs-popover-end>.popover-arrow::before,
5888
  height: var(--bs-popover-arrow-width);
7032
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
5889
}
7033
.bs-popover-end>.popover-arrow::after,
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 {
7034
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
-
 
7035
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
-
 
7036
}
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;
7037
 
5892
}
7038
.bs-popover-end>.popover-arrow::before,
5893
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
7039
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {
5894
  left: 0;
7040
  left: 0;
-
 
7041
  border-right-color: var(--bs-popover-arrow-border);
-
 
7042
}
5895
  border-right-color: var(--bs-popover-arrow-border);
7043
 
5896
}
7044
.bs-popover-end>.popover-arrow::after,
5897
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
7045
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
5898
  left: var(--bs-popover-border-width);
7046
  left: var(--bs-popover-border-width);
Línea 5899... Línea 7047...
5899
  border-right-color: var(--bs-popover-bg);
7047
  border-right-color: var(--bs-popover-bg);
-
 
7048
}
5900
}
7049
 
5901
 
7050
/* rtl:end:ignore */
5902
/* rtl:end:ignore */
7051
.bs-popover-bottom>.popover-arrow,
-
 
7052
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
-
 
7053
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
-
 
7054
}
-
 
7055
 
5903
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
7056
.bs-popover-bottom>.popover-arrow::before,
5904
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
7057
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
5905
}
7058
.bs-popover-bottom>.popover-arrow::after,
-
 
7059
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
-
 
7060
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
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 {
7061
}
5907
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
7062
 
5908
}
7063
.bs-popover-bottom>.popover-arrow::before,
5909
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
7064
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before {
-
 
7065
  top: 0;
-
 
7066
  border-bottom-color: var(--bs-popover-arrow-border);
5910
  top: 0;
7067
}
5911
  border-bottom-color: var(--bs-popover-arrow-border);
7068
 
5912
}
7069
.bs-popover-bottom>.popover-arrow::after,
5913
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
7070
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
-
 
7071
  top: var(--bs-popover-border-width);
-
 
7072
  border-bottom-color: var(--bs-popover-bg);
5914
  top: var(--bs-popover-border-width);
7073
}
5915
  border-bottom-color: var(--bs-popover-bg);
7074
 
5916
}
7075
.bs-popover-bottom .popover-header::before,
5917
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
7076
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
5918
  position: absolute;
7077
  position: absolute;
5919
  top: 0;
7078
  top: 0;
Línea 5924... Línea 7083...
5924
  content: "";
7083
  content: "";
5925
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
7084
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
5926
}
7085
}
Línea 5927... Línea 7086...
5927
 
7086
 
-
 
7087
/* rtl:begin:ignore */
5928
/* rtl:begin:ignore */
7088
.bs-popover-start>.popover-arrow,
5929
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
7089
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
5930
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
7090
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
5931
  width: var(--bs-popover-arrow-height);
7091
  width: var(--bs-popover-arrow-height);
5932
  height: var(--bs-popover-arrow-width);
7092
  height: var(--bs-popover-arrow-width);
-
 
7093
}
-
 
7094
 
-
 
7095
.bs-popover-start>.popover-arrow::before,
-
 
7096
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
5933
}
7097
.bs-popover-start>.popover-arrow::after,
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 {
7098
.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);
7099
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
-
 
7100
}
-
 
7101
 
5936
}
7102
.bs-popover-start>.popover-arrow::before,
5937
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
7103
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before {
5938
  right: 0;
7104
  right: 0;
5939
  border-left-color: var(--bs-popover-arrow-border);
7105
  border-left-color: var(--bs-popover-arrow-border);
-
 
7106
}
-
 
7107
 
5940
}
7108
.bs-popover-start>.popover-arrow::after,
5941
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
7109
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
5942
  right: var(--bs-popover-border-width);
7110
  right: var(--bs-popover-border-width);
5943
  border-left-color: var(--bs-popover-bg);
7111
  border-left-color: var(--bs-popover-bg);
Línea 5944... Línea 7112...
5944
}
7112
}
Línea 5952... Línea 7120...
5952
  background-color: var(--bs-popover-header-bg);
7120
  background-color: var(--bs-popover-header-bg);
5953
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
7121
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
5954
  border-top-left-radius: var(--bs-popover-inner-border-radius);
7122
  border-top-left-radius: var(--bs-popover-inner-border-radius);
5955
  border-top-right-radius: var(--bs-popover-inner-border-radius);
7123
  border-top-right-radius: var(--bs-popover-inner-border-radius);
5956
}
7124
}
-
 
7125
 
5957
.popover-header:empty {
7126
.popover-header:empty {
5958
  display: none;
7127
  display: none;
5959
}
7128
}
Línea 5960... Línea 7129...
5960
 
7129
 
Línea 5974... Línea 7143...
5974
.carousel-inner {
7143
.carousel-inner {
5975
  position: relative;
7144
  position: relative;
5976
  width: 100%;
7145
  width: 100%;
5977
  overflow: hidden;
7146
  overflow: hidden;
5978
}
7147
}
-
 
7148
 
5979
.carousel-inner::after {
7149
.carousel-inner::after {
5980
  display: block;
7150
  display: block;
5981
  clear: both;
7151
  clear: both;
5982
  content: "";
7152
  content: "";
5983
}
7153
}
Línea 5989... Línea 7159...
5989
  width: 100%;
7159
  width: 100%;
5990
  margin-right: -100%;
7160
  margin-right: -100%;
5991
  backface-visibility: hidden;
7161
  backface-visibility: hidden;
5992
  transition: transform 0.6s ease-in-out;
7162
  transition: transform 0.6s ease-in-out;
5993
}
7163
}
-
 
7164
 
5994
@media (prefers-reduced-motion: reduce) {
7165
@media (prefers-reduced-motion: reduce) {
5995
  .carousel-item {
7166
  .carousel-item {
5996
    transition: none;
7167
    transition: none;
5997
  }
7168
  }
5998
}
7169
}
Línea 6018... Línea 7189...
6018
.carousel-fade .carousel-item {
7189
.carousel-fade .carousel-item {
6019
  opacity: 0;
7190
  opacity: 0;
6020
  transition-property: opacity;
7191
  transition-property: opacity;
6021
  transform: none;
7192
  transform: none;
6022
}
7193
}
-
 
7194
 
6023
.carousel-fade .carousel-item.active,
7195
.carousel-fade .carousel-item.active,
6024
.carousel-fade .carousel-item-next.carousel-item-start,
7196
.carousel-fade .carousel-item-next.carousel-item-start,
6025
.carousel-fade .carousel-item-prev.carousel-item-end {
7197
.carousel-fade .carousel-item-prev.carousel-item-end {
6026
  z-index: 1;
7198
  z-index: 1;
6027
  opacity: 1;
7199
  opacity: 1;
6028
}
7200
}
-
 
7201
 
6029
.carousel-fade .active.carousel-item-start,
7202
.carousel-fade .active.carousel-item-start,
6030
.carousel-fade .active.carousel-item-end {
7203
.carousel-fade .active.carousel-item-end {
6031
  z-index: 0;
7204
  z-index: 0;
6032
  opacity: 0;
7205
  opacity: 0;
6033
  transition: opacity 0s 0.6s;
7206
  transition: opacity 0s 0.6s;
6034
}
7207
}
-
 
7208
 
6035
@media (prefers-reduced-motion: reduce) {
7209
@media (prefers-reduced-motion: reduce) {
-
 
7210
 
6036
  .carousel-fade .active.carousel-item-start,
7211
  .carousel-fade .active.carousel-item-start,
6037
  .carousel-fade .active.carousel-item-end {
7212
  .carousel-fade .active.carousel-item-end {
6038
    transition: none;
7213
    transition: none;
6039
  }
7214
  }
6040
}
7215
}
Línea 6055... Línea 7230...
6055
  background: none;
7230
  background: none;
6056
  border: 0;
7231
  border: 0;
6057
  opacity: 0.5;
7232
  opacity: 0.5;
6058
  transition: opacity 0.15s ease;
7233
  transition: opacity 0.15s ease;
6059
}
7234
}
-
 
7235
 
6060
@media (prefers-reduced-motion: reduce) {
7236
@media (prefers-reduced-motion: reduce) {
-
 
7237
 
6061
  .carousel-control-prev,
7238
  .carousel-control-prev,
6062
  .carousel-control-next {
7239
  .carousel-control-next {
6063
    transition: none;
7240
    transition: none;
6064
  }
7241
  }
6065
}
7242
}
-
 
7243
 
-
 
7244
.carousel-control-prev:hover,
6066
.carousel-control-prev:hover, .carousel-control-prev:focus,
7245
.carousel-control-prev:focus,
6067
.carousel-control-next:hover,
7246
.carousel-control-next:hover,
6068
.carousel-control-next:focus {
7247
.carousel-control-next:focus {
6069
  color: #fff;
7248
  color: #fff;
6070
  text-decoration: none;
7249
  text-decoration: none;
6071
  outline: 0;
7250
  outline: 0;
Línea 6118... Línea 7297...
6118
  margin-right: 15%;
7297
  margin-right: 15%;
6119
  margin-bottom: 1rem;
7298
  margin-bottom: 1rem;
6120
  margin-left: 15%;
7299
  margin-left: 15%;
6121
  list-style: none;
7300
  list-style: none;
6122
}
7301
}
-
 
7302
 
6123
.carousel-indicators [data-bs-target] {
7303
.carousel-indicators [data-bs-target] {
6124
  box-sizing: content-box;
7304
  box-sizing: content-box;
6125
  flex: 0 1 auto;
7305
  flex: 0 1 auto;
6126
  width: 30px;
7306
  width: 30px;
6127
  height: 3px;
7307
  height: 3px;
Línea 6136... Línea 7316...
6136
  border-top: 10px solid transparent;
7316
  border-top: 10px solid transparent;
6137
  border-bottom: 10px solid transparent;
7317
  border-bottom: 10px solid transparent;
6138
  opacity: 0.5;
7318
  opacity: 0.5;
6139
  transition: opacity 0.6s ease;
7319
  transition: opacity 0.6s ease;
6140
}
7320
}
-
 
7321
 
6141
@media (prefers-reduced-motion: reduce) {
7322
@media (prefers-reduced-motion: reduce) {
6142
  .carousel-indicators [data-bs-target] {
7323
  .carousel-indicators [data-bs-target] {
6143
    transition: none;
7324
    transition: none;
6144
  }
7325
  }
6145
}
7326
}
-
 
7327
 
6146
.carousel-indicators .active {
7328
.carousel-indicators .active {
6147
  opacity: 1;
7329
  opacity: 1;
6148
}
7330
}
Línea 6149... Línea 7331...
6149
 
7331
 
Línea 6160... Línea 7342...
6160
 
7342
 
6161
.carousel-dark .carousel-control-prev-icon,
7343
.carousel-dark .carousel-control-prev-icon,
6162
.carousel-dark .carousel-control-next-icon {
7344
.carousel-dark .carousel-control-next-icon {
6163
  filter: invert(1) grayscale(100);
7345
  filter: invert(1) grayscale(100);
-
 
7346
}
6164
}
7347
 
6165
.carousel-dark .carousel-indicators [data-bs-target] {
7348
.carousel-dark .carousel-indicators [data-bs-target] {
6166
  background-color: #000;
7349
  background-color: #000;
-
 
7350
}
6167
}
7351
 
6168
.carousel-dark .carousel-caption {
7352
.carousel-dark .carousel-caption {
6169
  color: #000;
7353
  color: #000;
Línea 6170... Línea 7354...
6170
}
7354
}
Línea 6179... Línea 7363...
6179
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
7363
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
6180
}
7364
}
Línea 6181... Línea 7365...
6181
 
7365
 
6182
@keyframes spinner-border {
7366
@keyframes spinner-border {
6183
  to {
7367
  to {
-
 
7368
    transform: rotate(360deg)
-
 
7369
      /* rtl:ignore */
6184
    transform: rotate(360deg) /* rtl:ignore */;
7370
    ;
6185
  }
7371
  }
-
 
7372
}
6186
}
7373
 
6187
.spinner-border {
7374
.spinner-border {
6188
  --bs-spinner-width: 2rem;
7375
  --bs-spinner-width: 2rem;
6189
  --bs-spinner-height: 2rem;
7376
  --bs-spinner-height: 2rem;
6190
  --bs-spinner-vertical-align: -0.125em;
7377
  --bs-spinner-vertical-align: -0.125em;
Línea 6203... Línea 7390...
6203
 
7390
 
6204
@keyframes spinner-grow {
7391
@keyframes spinner-grow {
6205
  0% {
7392
  0% {
6206
    transform: scale(0);
7393
    transform: scale(0);
-
 
7394
  }
6207
  }
7395
 
6208
  50% {
7396
  50% {
6209
    opacity: 1;
7397
    opacity: 1;
6210
    transform: none;
7398
    transform: none;
6211
  }
7399
  }
-
 
7400
}
6212
}
7401
 
6213
.spinner-grow {
7402
.spinner-grow {
6214
  --bs-spinner-width: 2rem;
7403
  --bs-spinner-width: 2rem;
6215
  --bs-spinner-height: 2rem;
7404
  --bs-spinner-height: 2rem;
6216
  --bs-spinner-vertical-align: -0.125em;
7405
  --bs-spinner-vertical-align: -0.125em;
Línea 6224... Línea 7413...
6224
  --bs-spinner-width: 1rem;
7413
  --bs-spinner-width: 1rem;
6225
  --bs-spinner-height: 1rem;
7414
  --bs-spinner-height: 1rem;
6226
}
7415
}
Línea 6227... Línea 7416...
6227
 
7416
 
-
 
7417
@media (prefers-reduced-motion: reduce) {
6228
@media (prefers-reduced-motion: reduce) {
7418
 
6229
  .spinner-border,
7419
  .spinner-border,
6230
  .spinner-grow {
7420
  .spinner-grow {
6231
    --bs-spinner-animation-speed: 1.5s;
7421
    --bs-spinner-animation-speed: 1.5s;
6232
  }
7422
  }
-
 
7423
}
6233
}
7424
 
6234
.clearfix::after {
7425
.clearfix::after {
6235
  display: block;
7426
  display: block;
6236
  clear: both;
7427
  clear: both;
6237
  content: "";
7428
  content: "";
Línea 6278... Línea 7469...
6278
}
7469
}
Línea 6279... Línea 7470...
6279
 
7470
 
6280
.link-primary {
7471
.link-primary {
6281
  color: #6571ff !important;
7472
  color: #6571ff !important;
-
 
7473
}
-
 
7474
 
6282
}
7475
.link-primary:hover,
6283
.link-primary:hover, .link-primary:focus {
7476
.link-primary:focus {
6284
  color: #515acc !important;
7477
  color: #515acc !important;
Línea 6285... Línea 7478...
6285
}
7478
}
6286
 
7479
 
6287
.link-secondary {
7480
.link-secondary {
-
 
7481
  color: #7987a1 !important;
-
 
7482
}
6288
  color: #7987a1 !important;
7483
 
6289
}
7484
.link-secondary:hover,
6290
.link-secondary:hover, .link-secondary:focus {
7485
.link-secondary:focus {
Línea 6291... Línea 7486...
6291
  color: #616c81 !important;
7486
  color: #616c81 !important;
6292
}
7487
}
6293
 
7488
 
-
 
7489
.link-success {
-
 
7490
  color: #05a34a !important;
6294
.link-success {
7491
}
6295
  color: #05a34a !important;
7492
 
6296
}
7493
.link-success:hover,
Línea 6297... Línea 7494...
6297
.link-success:hover, .link-success:focus {
7494
.link-success:focus {
6298
  color: #04823b !important;
7495
  color: #04823b !important;
6299
}
7496
}
-
 
7497
 
-
 
7498
.link-info {
6300
 
7499
  color: #66d1d1 !important;
6301
.link-info {
7500
}
6302
  color: #66d1d1 !important;
7501
 
Línea 6303... Línea 7502...
6303
}
7502
.link-info:hover,
6304
.link-info:hover, .link-info:focus {
7503
.link-info:focus {
6305
  color: #85dada !important;
7504
  color: #85dada !important;
-
 
7505
}
-
 
7506
 
6306
}
7507
.link-warning {
6307
 
7508
  color: #fbbc06 !important;
6308
.link-warning {
7509
}
Línea 6309... Línea 7510...
6309
  color: #fbbc06 !important;
7510
 
6310
}
7511
.link-warning:hover,
6311
.link-warning:hover, .link-warning:focus {
7512
.link-warning:focus {
-
 
7513
  color: #fcc938 !important;
-
 
7514
}
6312
  color: #fcc938 !important;
7515
 
6313
}
7516
.link-danger {
6314
 
7517
  color: #ff3366 !important;
Línea 6315... Línea 7518...
6315
.link-danger {
7518
}
6316
  color: #ff3366 !important;
7519
 
6317
}
7520
.link-danger:hover,
-
 
7521
.link-danger:focus {
-
 
7522
  color: #cc2952 !important;
6318
.link-danger:hover, .link-danger:focus {
7523
}
6319
  color: #cc2952 !important;
7524
 
6320
}
7525
.link-light {
Línea 6321... Línea 7526...
6321
 
7526
  color: #e9ecef !important;
6322
.link-light {
7527
}
6323
  color: #e9ecef !important;
7528
 
-
 
7529
.link-light:hover,
-
 
7530
.link-light:focus {
6324
}
7531
  color: #edf0f2 !important;
6325
.link-light:hover, .link-light:focus {
7532
}
6326
  color: #edf0f2 !important;
7533
 
Línea 6327... Línea 7534...
6327
}
7534
.link-dark {
6328
 
7535
  color: #060c17 !important;
6329
.link-dark {
7536
}
6330
  color: #060c17 !important;
7537
 
-
 
7538
.link-dark:hover,
6331
}
7539
.link-dark:focus {
6332
.link-dark:hover, .link-dark:focus {
7540
  color: #050a12 !important;
6333
  color: #050a12 !important;
7541
}
6334
}
7542
 
6335
 
7543
.ratio {
-
 
7544
  position: relative;
6336
.ratio {
7545
  width: 100%;
6337
  position: relative;
7546
}
6338
  width: 100%;
7547
 
6339
}
7548
.ratio::before {
6340
.ratio::before {
7549
  display: block;
6341
  display: block;
7550
  padding-top: var(--bs-aspect-ratio);
Línea 6398... Línea 7607...
6398
  .sticky-sm-top {
7607
  .sticky-sm-top {
6399
    position: sticky;
7608
    position: sticky;
6400
    top: 0;
7609
    top: 0;
6401
    z-index: 1020;
7610
    z-index: 1020;
6402
  }
7611
  }
-
 
7612
 
6403
  .sticky-sm-bottom {
7613
  .sticky-sm-bottom {
6404
    position: sticky;
7614
    position: sticky;
6405
    bottom: 0;
7615
    bottom: 0;
6406
    z-index: 1020;
7616
    z-index: 1020;
6407
  }
7617
  }
6408
}
7618
}
-
 
7619
 
6409
@media (min-width: 768px) {
7620
@media (min-width: 768px) {
6410
  .sticky-md-top {
7621
  .sticky-md-top {
6411
    position: sticky;
7622
    position: sticky;
6412
    top: 0;
7623
    top: 0;
6413
    z-index: 1020;
7624
    z-index: 1020;
6414
  }
7625
  }
-
 
7626
 
6415
  .sticky-md-bottom {
7627
  .sticky-md-bottom {
6416
    position: sticky;
7628
    position: sticky;
6417
    bottom: 0;
7629
    bottom: 0;
6418
    z-index: 1020;
7630
    z-index: 1020;
6419
  }
7631
  }
6420
}
7632
}
-
 
7633
 
6421
@media (min-width: 992px) {
7634
@media (min-width: 992px) {
6422
  .sticky-lg-top {
7635
  .sticky-lg-top {
6423
    position: sticky;
7636
    position: sticky;
6424
    top: 0;
7637
    top: 0;
6425
    z-index: 1020;
7638
    z-index: 1020;
6426
  }
7639
  }
-
 
7640
 
6427
  .sticky-lg-bottom {
7641
  .sticky-lg-bottom {
6428
    position: sticky;
7642
    position: sticky;
6429
    bottom: 0;
7643
    bottom: 0;
6430
    z-index: 1020;
7644
    z-index: 1020;
6431
  }
7645
  }
6432
}
7646
}
-
 
7647
 
6433
@media (min-width: 1200px) {
7648
@media (min-width: 1200px) {
6434
  .sticky-xl-top {
7649
  .sticky-xl-top {
6435
    position: sticky;
7650
    position: sticky;
6436
    top: 0;
7651
    top: 0;
6437
    z-index: 1020;
7652
    z-index: 1020;
6438
  }
7653
  }
-
 
7654
 
6439
  .sticky-xl-bottom {
7655
  .sticky-xl-bottom {
6440
    position: sticky;
7656
    position: sticky;
6441
    bottom: 0;
7657
    bottom: 0;
6442
    z-index: 1020;
7658
    z-index: 1020;
6443
  }
7659
  }
6444
}
7660
}
-
 
7661
 
6445
@media (min-width: 1400px) {
7662
@media (min-width: 1400px) {
6446
  .sticky-xxl-top {
7663
  .sticky-xxl-top {
6447
    position: sticky;
7664
    position: sticky;
6448
    top: 0;
7665
    top: 0;
6449
    z-index: 1020;
7666
    z-index: 1020;
6450
  }
7667
  }
-
 
7668
 
6451
  .sticky-xxl-bottom {
7669
  .sticky-xxl-bottom {
6452
    position: sticky;
7670
    position: sticky;
6453
    bottom: 0;
7671
    bottom: 0;
6454
    z-index: 1020;
7672
    z-index: 1020;
6455
  }
7673
  }
6456
}
7674
}
-
 
7675
 
6457
.hstack {
7676
.hstack {
6458
  display: flex;
7677
  display: flex;
6459
  flex-direction: row;
7678
  flex-direction: row;
6460
  align-items: center;
7679
  align-items: center;
6461
  align-self: stretch;
7680
  align-self: stretch;
Línea 6612... Línea 7831...
6612
 
7831
 
6613
.d-inline-flex {
7832
.d-inline-flex {
6614
  display: inline-flex !important;
7833
  display: inline-flex !important;
Línea -... Línea 7834...
-
 
7834
}
6615
}
7835
 
6616
 
7836
.d-none,
6617
.d-none, .navbar .search-form {
7837
.navbar .search-form {
Línea 6618... Línea 7838...
6618
  display: none !important;
7838
  display: none !important;
6619
}
7839
}
Línea 6937... Línea 8157...
6937
.border-warning {
8157
.border-warning {
6938
  --bs-border-opacity: 1;
8158
  --bs-border-opacity: 1;
6939
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
8159
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
6940
}
8160
}
Línea -... Línea 8161...
-
 
8161
 
6941
 
8162
.border-danger,
6942
.border-danger, .swal2-popup .swal2-actions button.swal2-cancel {
8163
.swal2-popup .swal2-actions button.swal2-cancel {
6943
  --bs-border-opacity: 1;
8164
  --bs-border-opacity: 1;
6944
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
8165
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
Línea 6945... Línea 8166...
6945
}
8166
}
Línea 7117... Línea 8338...
7117
 
8338
 
7118
.justify-content-end {
8339
.justify-content-end {
7119
  justify-content: flex-end !important;
8340
  justify-content: flex-end !important;
Línea -... Línea 8341...
-
 
8341
}
7120
}
8342
 
7121
 
8343
.justify-content-center,
7122
.justify-content-center, .dataTables_wrapper div.dataTables_paginate ul.pagination {
8344
.dataTables_wrapper div.dataTables_paginate ul.pagination {
Línea 7123... Línea 8345...
7123
  justify-content: center !important;
8345
  justify-content: center !important;
7124
}
8346
}
Línea 7141... Línea 8363...
7141
 
8363
 
7142
.align-items-end {
8364
.align-items-end {
7143
  align-items: flex-end !important;
8365
  align-items: flex-end !important;
Línea -... Línea 8366...
-
 
8366
}
7144
}
8367
 
7145
 
8368
.align-items-center,
7146
.align-items-center, .navbar .search-form {
8369
.navbar .search-form {
Línea 7147... Línea 8370...
7147
  align-items: center !important;
8370
  align-items: center !important;
7148
}
8371
}
Línea 7371... Línea 8594...
7371
 
8594
 
7372
.mt-2 {
8595
.mt-2 {
7373
  margin-top: 0.5rem !important;
8596
  margin-top: 0.5rem !important;
Línea -... Línea 8597...
-
 
8597
}
7374
}
8598
 
7375
 
8599
.mt-3,
7376
.mt-3, .dataTables_wrapper div.dataTables_paginate ul.pagination {
8600
.dataTables_wrapper div.dataTables_paginate ul.pagination {
Línea 7377... Línea 8601...
7377
  margin-top: 1rem !important;
8601
  margin-top: 1rem !important;
7378
}
8602
}
Línea 7435... Línea 8659...
7435
 
8659
 
7436
.mb-0 {
8660
.mb-0 {
7437
  margin-bottom: 0 !important;
8661
  margin-bottom: 0 !important;
Línea -... Línea 8662...
-
 
8662
}
7438
}
8663
 
7439
 
8664
.mb-1,
7440
.mb-1, .example .btn-group {
8665
.example .btn-group {
Línea 7441... Línea 8666...
7441
  margin-bottom: 0.25rem !important;
8666
  margin-bottom: 0.25rem !important;
7442
}
8667
}
Línea 8167... Línea 9392...
8167
.text-body {
9392
.text-body {
8168
  --bs-text-opacity: 1;
9393
  --bs-text-opacity: 1;
8169
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
9394
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
8170
}
9395
}
Línea -... Línea 9396...
-
 
9396
 
8171
 
9397
.text-muted,
8172
.text-muted, .dropzone.dz-clickable .dz-message * {
9398
.dropzone.dz-clickable .dz-message * {
8173
  --bs-text-opacity: 1;
9399
  --bs-text-opacity: 1;
8174
  color: #7987a1 !important;
9400
  color: #7987a1 !important;
Línea 8175... Línea 9401...
8175
}
9401
}
Línea 8411... Línea 9637...
8411
 
9637
 
8412
@media (min-width: 576px) {
9638
@media (min-width: 576px) {
8413
  .float-sm-start {
9639
  .float-sm-start {
8414
    float: left !important;
9640
    float: left !important;
-
 
9641
  }
8415
  }
9642
 
8416
  .float-sm-end {
9643
  .float-sm-end {
8417
    float: right !important;
9644
    float: right !important;
-
 
9645
  }
8418
  }
9646
 
8419
  .float-sm-none {
9647
  .float-sm-none {
8420
    float: none !important;
9648
    float: none !important;
-
 
9649
  }
8421
  }
9650
 
8422
  .d-sm-inline {
9651
  .d-sm-inline {
8423
    display: inline !important;
9652
    display: inline !important;
-
 
9653
  }
8424
  }
9654
 
8425
  .d-sm-inline-block {
9655
  .d-sm-inline-block {
8426
    display: inline-block !important;
9656
    display: inline-block !important;
-
 
9657
  }
8427
  }
9658
 
8428
  .d-sm-block {
9659
  .d-sm-block {
8429
    display: block !important;
9660
    display: block !important;
-
 
9661
  }
8430
  }
9662
 
8431
  .d-sm-grid {
9663
  .d-sm-grid {
8432
    display: grid !important;
9664
    display: grid !important;
-
 
9665
  }
8433
  }
9666
 
8434
  .d-sm-table {
9667
  .d-sm-table {
8435
    display: table !important;
9668
    display: table !important;
-
 
9669
  }
8436
  }
9670
 
8437
  .d-sm-table-row {
9671
  .d-sm-table-row {
8438
    display: table-row !important;
9672
    display: table-row !important;
-
 
9673
  }
8439
  }
9674
 
8440
  .d-sm-table-cell {
9675
  .d-sm-table-cell {
8441
    display: table-cell !important;
9676
    display: table-cell !important;
-
 
9677
  }
8442
  }
9678
 
8443
  .d-sm-flex {
9679
  .d-sm-flex {
8444
    display: flex !important;
9680
    display: flex !important;
-
 
9681
  }
8445
  }
9682
 
8446
  .d-sm-inline-flex {
9683
  .d-sm-inline-flex {
8447
    display: inline-flex !important;
9684
    display: inline-flex !important;
-
 
9685
  }
8448
  }
9686
 
8449
  .d-sm-none {
9687
  .d-sm-none {
8450
    display: none !important;
9688
    display: none !important;
-
 
9689
  }
8451
  }
9690
 
8452
  .border-sm {
9691
  .border-sm {
8453
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
9692
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
-
 
9693
  }
8454
  }
9694
 
8455
  .border-sm-0 {
9695
  .border-sm-0 {
8456
    border: 0 !important;
9696
    border: 0 !important;
-
 
9697
  }
8457
  }
9698
 
8458
  .border-top-sm {
9699
  .border-top-sm {
8459
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
9700
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
-
 
9701
  }
8460
  }
9702
 
8461
  .border-top-sm-0 {
9703
  .border-top-sm-0 {
8462
    border-top: 0 !important;
9704
    border-top: 0 !important;
-
 
9705
  }
8463
  }
9706
 
8464
  .border-end-sm {
9707
  .border-end-sm {
8465
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
9708
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
-
 
9709
  }
8466
  }
9710
 
8467
  .border-end-sm-0 {
9711
  .border-end-sm-0 {
8468
    border-right: 0 !important;
9712
    border-right: 0 !important;
-
 
9713
  }
8469
  }
9714
 
8470
  .border-bottom-sm {
9715
  .border-bottom-sm {
8471
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
9716
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
-
 
9717
  }
8472
  }
9718
 
8473
  .border-bottom-sm-0 {
9719
  .border-bottom-sm-0 {
8474
    border-bottom: 0 !important;
9720
    border-bottom: 0 !important;
-
 
9721
  }
8475
  }
9722
 
8476
  .border-start-sm {
9723
  .border-start-sm {
8477
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
9724
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
-
 
9725
  }
8478
  }
9726
 
8479
  .border-start-sm-0 {
9727
  .border-start-sm-0 {
8480
    border-left: 0 !important;
9728
    border-left: 0 !important;
-
 
9729
  }
8481
  }
9730
 
8482
  .flex-sm-fill {
9731
  .flex-sm-fill {
8483
    flex: 1 1 auto !important;
9732
    flex: 1 1 auto !important;
-
 
9733
  }
8484
  }
9734
 
8485
  .flex-sm-row {
9735
  .flex-sm-row {
8486
    flex-direction: row !important;
9736
    flex-direction: row !important;
-
 
9737
  }
8487
  }
9738
 
8488
  .flex-sm-column {
9739
  .flex-sm-column {
8489
    flex-direction: column !important;
9740
    flex-direction: column !important;
-
 
9741
  }
8490
  }
9742
 
8491
  .flex-sm-row-reverse {
9743
  .flex-sm-row-reverse {
8492
    flex-direction: row-reverse !important;
9744
    flex-direction: row-reverse !important;
-
 
9745
  }
8493
  }
9746
 
8494
  .flex-sm-column-reverse {
9747
  .flex-sm-column-reverse {
8495
    flex-direction: column-reverse !important;
9748
    flex-direction: column-reverse !important;
-
 
9749
  }
8496
  }
9750
 
8497
  .flex-sm-grow-0 {
9751
  .flex-sm-grow-0 {
8498
    flex-grow: 0 !important;
9752
    flex-grow: 0 !important;
-
 
9753
  }
8499
  }
9754
 
8500
  .flex-sm-grow-1 {
9755
  .flex-sm-grow-1 {
8501
    flex-grow: 1 !important;
9756
    flex-grow: 1 !important;
-
 
9757
  }
8502
  }
9758
 
8503
  .flex-sm-shrink-0 {
9759
  .flex-sm-shrink-0 {
8504
    flex-shrink: 0 !important;
9760
    flex-shrink: 0 !important;
-
 
9761
  }
8505
  }
9762
 
8506
  .flex-sm-shrink-1 {
9763
  .flex-sm-shrink-1 {
8507
    flex-shrink: 1 !important;
9764
    flex-shrink: 1 !important;
-
 
9765
  }
8508
  }
9766
 
8509
  .flex-sm-wrap {
9767
  .flex-sm-wrap {
8510
    flex-wrap: wrap !important;
9768
    flex-wrap: wrap !important;
-
 
9769
  }
8511
  }
9770
 
8512
  .flex-sm-nowrap {
9771
  .flex-sm-nowrap {
8513
    flex-wrap: nowrap !important;
9772
    flex-wrap: nowrap !important;
-
 
9773
  }
8514
  }
9774
 
8515
  .flex-sm-wrap-reverse {
9775
  .flex-sm-wrap-reverse {
8516
    flex-wrap: wrap-reverse !important;
9776
    flex-wrap: wrap-reverse !important;
-
 
9777
  }
8517
  }
9778
 
8518
  .justify-content-sm-start {
9779
  .justify-content-sm-start {
8519
    justify-content: flex-start !important;
9780
    justify-content: flex-start !important;
-
 
9781
  }
8520
  }
9782
 
8521
  .justify-content-sm-end {
9783
  .justify-content-sm-end {
8522
    justify-content: flex-end !important;
9784
    justify-content: flex-end !important;
-
 
9785
  }
8523
  }
9786
 
8524
  .justify-content-sm-center {
9787
  .justify-content-sm-center {
8525
    justify-content: center !important;
9788
    justify-content: center !important;
-
 
9789
  }
8526
  }
9790
 
8527
  .justify-content-sm-between {
9791
  .justify-content-sm-between {
8528
    justify-content: space-between !important;
9792
    justify-content: space-between !important;
-
 
9793
  }
8529
  }
9794
 
8530
  .justify-content-sm-around {
9795
  .justify-content-sm-around {
8531
    justify-content: space-around !important;
9796
    justify-content: space-around !important;
-
 
9797
  }
8532
  }
9798
 
8533
  .justify-content-sm-evenly {
9799
  .justify-content-sm-evenly {
8534
    justify-content: space-evenly !important;
9800
    justify-content: space-evenly !important;
-
 
9801
  }
8535
  }
9802
 
8536
  .align-items-sm-start {
9803
  .align-items-sm-start {
8537
    align-items: flex-start !important;
9804
    align-items: flex-start !important;
-
 
9805
  }
8538
  }
9806
 
8539
  .align-items-sm-end {
9807
  .align-items-sm-end {
8540
    align-items: flex-end !important;
9808
    align-items: flex-end !important;
-
 
9809
  }
8541
  }
9810
 
8542
  .align-items-sm-center {
9811
  .align-items-sm-center {
8543
    align-items: center !important;
9812
    align-items: center !important;
-
 
9813
  }
8544
  }
9814
 
8545
  .align-items-sm-baseline {
9815
  .align-items-sm-baseline {
8546
    align-items: baseline !important;
9816
    align-items: baseline !important;
-
 
9817
  }
8547
  }
9818
 
8548
  .align-items-sm-stretch {
9819
  .align-items-sm-stretch {
8549
    align-items: stretch !important;
9820
    align-items: stretch !important;
-
 
9821
  }
8550
  }
9822
 
8551
  .align-content-sm-start {
9823
  .align-content-sm-start {
8552
    align-content: flex-start !important;
9824
    align-content: flex-start !important;
-
 
9825
  }
8553
  }
9826
 
8554
  .align-content-sm-end {
9827
  .align-content-sm-end {
8555
    align-content: flex-end !important;
9828
    align-content: flex-end !important;
-
 
9829
  }
8556
  }
9830
 
8557
  .align-content-sm-center {
9831
  .align-content-sm-center {
8558
    align-content: center !important;
9832
    align-content: center !important;
-
 
9833
  }
8559
  }
9834
 
8560
  .align-content-sm-between {
9835
  .align-content-sm-between {
8561
    align-content: space-between !important;
9836
    align-content: space-between !important;
-
 
9837
  }
8562
  }
9838
 
8563
  .align-content-sm-around {
9839
  .align-content-sm-around {
8564
    align-content: space-around !important;
9840
    align-content: space-around !important;
-
 
9841
  }
8565
  }
9842
 
8566
  .align-content-sm-stretch {
9843
  .align-content-sm-stretch {
8567
    align-content: stretch !important;
9844
    align-content: stretch !important;
-
 
9845
  }
8568
  }
9846
 
8569
  .align-self-sm-auto {
9847
  .align-self-sm-auto {
8570
    align-self: auto !important;
9848
    align-self: auto !important;
-
 
9849
  }
8571
  }
9850
 
8572
  .align-self-sm-start {
9851
  .align-self-sm-start {
8573
    align-self: flex-start !important;
9852
    align-self: flex-start !important;
-
 
9853
  }
8574
  }
9854
 
8575
  .align-self-sm-end {
9855
  .align-self-sm-end {
8576
    align-self: flex-end !important;
9856
    align-self: flex-end !important;
-
 
9857
  }
8577
  }
9858
 
8578
  .align-self-sm-center {
9859
  .align-self-sm-center {
8579
    align-self: center !important;
9860
    align-self: center !important;
-
 
9861
  }
8580
  }
9862
 
8581
  .align-self-sm-baseline {
9863
  .align-self-sm-baseline {
8582
    align-self: baseline !important;
9864
    align-self: baseline !important;
-
 
9865
  }
8583
  }
9866
 
8584
  .align-self-sm-stretch {
9867
  .align-self-sm-stretch {
8585
    align-self: stretch !important;
9868
    align-self: stretch !important;
-
 
9869
  }
8586
  }
9870
 
8587
  .order-sm-first {
9871
  .order-sm-first {
8588
    order: -1 !important;
9872
    order: -1 !important;
-
 
9873
  }
8589
  }
9874
 
8590
  .order-sm-0 {
9875
  .order-sm-0 {
8591
    order: 0 !important;
9876
    order: 0 !important;
-
 
9877
  }
8592
  }
9878
 
8593
  .order-sm-1 {
9879
  .order-sm-1 {
8594
    order: 1 !important;
9880
    order: 1 !important;
-
 
9881
  }
8595
  }
9882
 
8596
  .order-sm-2 {
9883
  .order-sm-2 {
8597
    order: 2 !important;
9884
    order: 2 !important;
-
 
9885
  }
8598
  }
9886
 
8599
  .order-sm-3 {
9887
  .order-sm-3 {
8600
    order: 3 !important;
9888
    order: 3 !important;
-
 
9889
  }
8601
  }
9890
 
8602
  .order-sm-4 {
9891
  .order-sm-4 {
8603
    order: 4 !important;
9892
    order: 4 !important;
-
 
9893
  }
8604
  }
9894
 
8605
  .order-sm-5 {
9895
  .order-sm-5 {
8606
    order: 5 !important;
9896
    order: 5 !important;
-
 
9897
  }
8607
  }
9898
 
8608
  .order-sm-last {
9899
  .order-sm-last {
8609
    order: 6 !important;
9900
    order: 6 !important;
-
 
9901
  }
8610
  }
9902
 
8611
  .m-sm-0 {
9903
  .m-sm-0 {
8612
    margin: 0 !important;
9904
    margin: 0 !important;
-
 
9905
  }
8613
  }
9906
 
8614
  .m-sm-1 {
9907
  .m-sm-1 {
8615
    margin: 0.25rem !important;
9908
    margin: 0.25rem !important;
-
 
9909
  }
8616
  }
9910
 
8617
  .m-sm-2 {
9911
  .m-sm-2 {
8618
    margin: 0.5rem !important;
9912
    margin: 0.5rem !important;
-
 
9913
  }
8619
  }
9914
 
8620
  .m-sm-3 {
9915
  .m-sm-3 {
8621
    margin: 1rem !important;
9916
    margin: 1rem !important;
-
 
9917
  }
8622
  }
9918
 
8623
  .m-sm-4 {
9919
  .m-sm-4 {
8624
    margin: 1.5rem !important;
9920
    margin: 1.5rem !important;
-
 
9921
  }
8625
  }
9922
 
8626
  .m-sm-5 {
9923
  .m-sm-5 {
8627
    margin: 3rem !important;
9924
    margin: 3rem !important;
-
 
9925
  }
8628
  }
9926
 
8629
  .m-sm-6 {
9927
  .m-sm-6 {
8630
    margin: 4.5rem !important;
9928
    margin: 4.5rem !important;
-
 
9929
  }
8631
  }
9930
 
8632
  .m-sm-7 {
9931
  .m-sm-7 {
8633
    margin: 6rem !important;
9932
    margin: 6rem !important;
-
 
9933
  }
8634
  }
9934
 
8635
  .m-sm-auto {
9935
  .m-sm-auto {
8636
    margin: auto !important;
9936
    margin: auto !important;
-
 
9937
  }
8637
  }
9938
 
8638
  .mx-sm-0 {
9939
  .mx-sm-0 {
8639
    margin-right: 0 !important;
9940
    margin-right: 0 !important;
8640
    margin-left: 0 !important;
9941
    margin-left: 0 !important;
-
 
9942
  }
8641
  }
9943
 
8642
  .mx-sm-1 {
9944
  .mx-sm-1 {
8643
    margin-right: 0.25rem !important;
9945
    margin-right: 0.25rem !important;
8644
    margin-left: 0.25rem !important;
9946
    margin-left: 0.25rem !important;
-
 
9947
  }
8645
  }
9948
 
8646
  .mx-sm-2 {
9949
  .mx-sm-2 {
8647
    margin-right: 0.5rem !important;
9950
    margin-right: 0.5rem !important;
8648
    margin-left: 0.5rem !important;
9951
    margin-left: 0.5rem !important;
-
 
9952
  }
8649
  }
9953
 
8650
  .mx-sm-3 {
9954
  .mx-sm-3 {
8651
    margin-right: 1rem !important;
9955
    margin-right: 1rem !important;
8652
    margin-left: 1rem !important;
9956
    margin-left: 1rem !important;
-
 
9957
  }
8653
  }
9958
 
8654
  .mx-sm-4 {
9959
  .mx-sm-4 {
8655
    margin-right: 1.5rem !important;
9960
    margin-right: 1.5rem !important;
8656
    margin-left: 1.5rem !important;
9961
    margin-left: 1.5rem !important;
-
 
9962
  }
8657
  }
9963
 
8658
  .mx-sm-5 {
9964
  .mx-sm-5 {
8659
    margin-right: 3rem !important;
9965
    margin-right: 3rem !important;
8660
    margin-left: 3rem !important;
9966
    margin-left: 3rem !important;
-
 
9967
  }
8661
  }
9968
 
8662
  .mx-sm-6 {
9969
  .mx-sm-6 {
8663
    margin-right: 4.5rem !important;
9970
    margin-right: 4.5rem !important;
8664
    margin-left: 4.5rem !important;
9971
    margin-left: 4.5rem !important;
-
 
9972
  }
8665
  }
9973
 
8666
  .mx-sm-7 {
9974
  .mx-sm-7 {
8667
    margin-right: 6rem !important;
9975
    margin-right: 6rem !important;
8668
    margin-left: 6rem !important;
9976
    margin-left: 6rem !important;
-
 
9977
  }
8669
  }
9978
 
8670
  .mx-sm-auto {
9979
  .mx-sm-auto {
8671
    margin-right: auto !important;
9980
    margin-right: auto !important;
8672
    margin-left: auto !important;
9981
    margin-left: auto !important;
-
 
9982
  }
8673
  }
9983
 
8674
  .my-sm-0 {
9984
  .my-sm-0 {
8675
    margin-top: 0 !important;
9985
    margin-top: 0 !important;
8676
    margin-bottom: 0 !important;
9986
    margin-bottom: 0 !important;
-
 
9987
  }
8677
  }
9988
 
8678
  .my-sm-1 {
9989
  .my-sm-1 {
8679
    margin-top: 0.25rem !important;
9990
    margin-top: 0.25rem !important;
8680
    margin-bottom: 0.25rem !important;
9991
    margin-bottom: 0.25rem !important;
-
 
9992
  }
8681
  }
9993
 
8682
  .my-sm-2 {
9994
  .my-sm-2 {
8683
    margin-top: 0.5rem !important;
9995
    margin-top: 0.5rem !important;
8684
    margin-bottom: 0.5rem !important;
9996
    margin-bottom: 0.5rem !important;
-
 
9997
  }
8685
  }
9998
 
8686
  .my-sm-3 {
9999
  .my-sm-3 {
8687
    margin-top: 1rem !important;
10000
    margin-top: 1rem !important;
8688
    margin-bottom: 1rem !important;
10001
    margin-bottom: 1rem !important;
-
 
10002
  }
8689
  }
10003
 
8690
  .my-sm-4 {
10004
  .my-sm-4 {
8691
    margin-top: 1.5rem !important;
10005
    margin-top: 1.5rem !important;
8692
    margin-bottom: 1.5rem !important;
10006
    margin-bottom: 1.5rem !important;
-
 
10007
  }
8693
  }
10008
 
8694
  .my-sm-5 {
10009
  .my-sm-5 {
8695
    margin-top: 3rem !important;
10010
    margin-top: 3rem !important;
8696
    margin-bottom: 3rem !important;
10011
    margin-bottom: 3rem !important;
-
 
10012
  }
8697
  }
10013
 
8698
  .my-sm-6 {
10014
  .my-sm-6 {
8699
    margin-top: 4.5rem !important;
10015
    margin-top: 4.5rem !important;
8700
    margin-bottom: 4.5rem !important;
10016
    margin-bottom: 4.5rem !important;
-
 
10017
  }
8701
  }
10018
 
8702
  .my-sm-7 {
10019
  .my-sm-7 {
8703
    margin-top: 6rem !important;
10020
    margin-top: 6rem !important;
8704
    margin-bottom: 6rem !important;
10021
    margin-bottom: 6rem !important;
-
 
10022
  }
8705
  }
10023
 
8706
  .my-sm-auto {
10024
  .my-sm-auto {
8707
    margin-top: auto !important;
10025
    margin-top: auto !important;
8708
    margin-bottom: auto !important;
10026
    margin-bottom: auto !important;
-
 
10027
  }
8709
  }
10028
 
8710
  .mt-sm-0 {
10029
  .mt-sm-0 {
8711
    margin-top: 0 !important;
10030
    margin-top: 0 !important;
-
 
10031
  }
8712
  }
10032
 
8713
  .mt-sm-1 {
10033
  .mt-sm-1 {
8714
    margin-top: 0.25rem !important;
10034
    margin-top: 0.25rem !important;
-
 
10035
  }
8715
  }
10036
 
8716
  .mt-sm-2 {
10037
  .mt-sm-2 {
8717
    margin-top: 0.5rem !important;
10038
    margin-top: 0.5rem !important;
-
 
10039
  }
8718
  }
10040
 
8719
  .mt-sm-3 {
10041
  .mt-sm-3 {
8720
    margin-top: 1rem !important;
10042
    margin-top: 1rem !important;
-
 
10043
  }
8721
  }
10044
 
8722
  .mt-sm-4 {
10045
  .mt-sm-4 {
8723
    margin-top: 1.5rem !important;
10046
    margin-top: 1.5rem !important;
-
 
10047
  }
8724
  }
10048
 
8725
  .mt-sm-5 {
10049
  .mt-sm-5 {
8726
    margin-top: 3rem !important;
10050
    margin-top: 3rem !important;
-
 
10051
  }
8727
  }
10052
 
8728
  .mt-sm-6 {
10053
  .mt-sm-6 {
8729
    margin-top: 4.5rem !important;
10054
    margin-top: 4.5rem !important;
-
 
10055
  }
8730
  }
10056
 
8731
  .mt-sm-7 {
10057
  .mt-sm-7 {
8732
    margin-top: 6rem !important;
10058
    margin-top: 6rem !important;
-
 
10059
  }
8733
  }
10060
 
8734
  .mt-sm-auto {
10061
  .mt-sm-auto {
8735
    margin-top: auto !important;
10062
    margin-top: auto !important;
-
 
10063
  }
8736
  }
10064
 
8737
  .me-sm-0 {
10065
  .me-sm-0 {
8738
    margin-right: 0 !important;
10066
    margin-right: 0 !important;
-
 
10067
  }
8739
  }
10068
 
8740
  .me-sm-1 {
10069
  .me-sm-1 {
8741
    margin-right: 0.25rem !important;
10070
    margin-right: 0.25rem !important;
-
 
10071
  }
8742
  }
10072
 
8743
  .me-sm-2 {
10073
  .me-sm-2 {
8744
    margin-right: 0.5rem !important;
10074
    margin-right: 0.5rem !important;
-
 
10075
  }
8745
  }
10076
 
8746
  .me-sm-3 {
10077
  .me-sm-3 {
8747
    margin-right: 1rem !important;
10078
    margin-right: 1rem !important;
-
 
10079
  }
8748
  }
10080
 
8749
  .me-sm-4 {
10081
  .me-sm-4 {
8750
    margin-right: 1.5rem !important;
10082
    margin-right: 1.5rem !important;
-
 
10083
  }
8751
  }
10084
 
8752
  .me-sm-5 {
10085
  .me-sm-5 {
8753
    margin-right: 3rem !important;
10086
    margin-right: 3rem !important;
-
 
10087
  }
8754
  }
10088
 
8755
  .me-sm-6 {
10089
  .me-sm-6 {
8756
    margin-right: 4.5rem !important;
10090
    margin-right: 4.5rem !important;
-
 
10091
  }
8757
  }
10092
 
8758
  .me-sm-7 {
10093
  .me-sm-7 {
8759
    margin-right: 6rem !important;
10094
    margin-right: 6rem !important;
-
 
10095
  }
8760
  }
10096
 
8761
  .me-sm-auto {
10097
  .me-sm-auto {
8762
    margin-right: auto !important;
10098
    margin-right: auto !important;
-
 
10099
  }
8763
  }
10100
 
8764
  .mb-sm-0 {
10101
  .mb-sm-0 {
8765
    margin-bottom: 0 !important;
10102
    margin-bottom: 0 !important;
-
 
10103
  }
8766
  }
10104
 
8767
  .mb-sm-1 {
10105
  .mb-sm-1 {
8768
    margin-bottom: 0.25rem !important;
10106
    margin-bottom: 0.25rem !important;
-
 
10107
  }
8769
  }
10108
 
8770
  .mb-sm-2 {
10109
  .mb-sm-2 {
8771
    margin-bottom: 0.5rem !important;
10110
    margin-bottom: 0.5rem !important;
-
 
10111
  }
8772
  }
10112
 
8773
  .mb-sm-3 {
10113
  .mb-sm-3 {
8774
    margin-bottom: 1rem !important;
10114
    margin-bottom: 1rem !important;
-
 
10115
  }
8775
  }
10116
 
8776
  .mb-sm-4 {
10117
  .mb-sm-4 {
8777
    margin-bottom: 1.5rem !important;
10118
    margin-bottom: 1.5rem !important;
-
 
10119
  }
8778
  }
10120
 
8779
  .mb-sm-5 {
10121
  .mb-sm-5 {
8780
    margin-bottom: 3rem !important;
10122
    margin-bottom: 3rem !important;
-
 
10123
  }
8781
  }
10124
 
8782
  .mb-sm-6 {
10125
  .mb-sm-6 {
8783
    margin-bottom: 4.5rem !important;
10126
    margin-bottom: 4.5rem !important;
-
 
10127
  }
8784
  }
10128
 
8785
  .mb-sm-7 {
10129
  .mb-sm-7 {
8786
    margin-bottom: 6rem !important;
10130
    margin-bottom: 6rem !important;
-
 
10131
  }
8787
  }
10132
 
8788
  .mb-sm-auto {
10133
  .mb-sm-auto {
8789
    margin-bottom: auto !important;
10134
    margin-bottom: auto !important;
-
 
10135
  }
8790
  }
10136
 
8791
  .ms-sm-0 {
10137
  .ms-sm-0 {
8792
    margin-left: 0 !important;
10138
    margin-left: 0 !important;
-
 
10139
  }
8793
  }
10140
 
8794
  .ms-sm-1 {
10141
  .ms-sm-1 {
8795
    margin-left: 0.25rem !important;
10142
    margin-left: 0.25rem !important;
-
 
10143
  }
8796
  }
10144
 
8797
  .ms-sm-2 {
10145
  .ms-sm-2 {
8798
    margin-left: 0.5rem !important;
10146
    margin-left: 0.5rem !important;
-
 
10147
  }
8799
  }
10148
 
8800
  .ms-sm-3 {
10149
  .ms-sm-3 {
8801
    margin-left: 1rem !important;
10150
    margin-left: 1rem !important;
-
 
10151
  }
8802
  }
10152
 
8803
  .ms-sm-4 {
10153
  .ms-sm-4 {
8804
    margin-left: 1.5rem !important;
10154
    margin-left: 1.5rem !important;
-
 
10155
  }
8805
  }
10156
 
8806
  .ms-sm-5 {
10157
  .ms-sm-5 {
8807
    margin-left: 3rem !important;
10158
    margin-left: 3rem !important;
-
 
10159
  }
8808
  }
10160
 
8809
  .ms-sm-6 {
10161
  .ms-sm-6 {
8810
    margin-left: 4.5rem !important;
10162
    margin-left: 4.5rem !important;
-
 
10163
  }
8811
  }
10164
 
8812
  .ms-sm-7 {
10165
  .ms-sm-7 {
8813
    margin-left: 6rem !important;
10166
    margin-left: 6rem !important;
-
 
10167
  }
8814
  }
10168
 
8815
  .ms-sm-auto {
10169
  .ms-sm-auto {
8816
    margin-left: auto !important;
10170
    margin-left: auto !important;
-
 
10171
  }
8817
  }
10172
 
8818
  .m-sm-n1 {
10173
  .m-sm-n1 {
8819
    margin: -0.25rem !important;
10174
    margin: -0.25rem !important;
-
 
10175
  }
8820
  }
10176
 
8821
  .m-sm-n2 {
10177
  .m-sm-n2 {
8822
    margin: -0.5rem !important;
10178
    margin: -0.5rem !important;
-
 
10179
  }
8823
  }
10180
 
8824
  .m-sm-n3 {
10181
  .m-sm-n3 {
8825
    margin: -1rem !important;
10182
    margin: -1rem !important;
-
 
10183
  }
8826
  }
10184
 
8827
  .m-sm-n4 {
10185
  .m-sm-n4 {
8828
    margin: -1.5rem !important;
10186
    margin: -1.5rem !important;
-
 
10187
  }
8829
  }
10188
 
8830
  .m-sm-n5 {
10189
  .m-sm-n5 {
8831
    margin: -3rem !important;
10190
    margin: -3rem !important;
-
 
10191
  }
8832
  }
10192
 
8833
  .m-sm-n6 {
10193
  .m-sm-n6 {
8834
    margin: -4.5rem !important;
10194
    margin: -4.5rem !important;
-
 
10195
  }
8835
  }
10196
 
8836
  .m-sm-n7 {
10197
  .m-sm-n7 {
8837
    margin: -6rem !important;
10198
    margin: -6rem !important;
-
 
10199
  }
8838
  }
10200
 
8839
  .mx-sm-n1 {
10201
  .mx-sm-n1 {
8840
    margin-right: -0.25rem !important;
10202
    margin-right: -0.25rem !important;
8841
    margin-left: -0.25rem !important;
10203
    margin-left: -0.25rem !important;
-
 
10204
  }
8842
  }
10205
 
8843
  .mx-sm-n2 {
10206
  .mx-sm-n2 {
8844
    margin-right: -0.5rem !important;
10207
    margin-right: -0.5rem !important;
8845
    margin-left: -0.5rem !important;
10208
    margin-left: -0.5rem !important;
-
 
10209
  }
8846
  }
10210
 
8847
  .mx-sm-n3 {
10211
  .mx-sm-n3 {
8848
    margin-right: -1rem !important;
10212
    margin-right: -1rem !important;
8849
    margin-left: -1rem !important;
10213
    margin-left: -1rem !important;
-
 
10214
  }
8850
  }
10215
 
8851
  .mx-sm-n4 {
10216
  .mx-sm-n4 {
8852
    margin-right: -1.5rem !important;
10217
    margin-right: -1.5rem !important;
8853
    margin-left: -1.5rem !important;
10218
    margin-left: -1.5rem !important;
-
 
10219
  }
8854
  }
10220
 
8855
  .mx-sm-n5 {
10221
  .mx-sm-n5 {
8856
    margin-right: -3rem !important;
10222
    margin-right: -3rem !important;
8857
    margin-left: -3rem !important;
10223
    margin-left: -3rem !important;
-
 
10224
  }
8858
  }
10225
 
8859
  .mx-sm-n6 {
10226
  .mx-sm-n6 {
8860
    margin-right: -4.5rem !important;
10227
    margin-right: -4.5rem !important;
8861
    margin-left: -4.5rem !important;
10228
    margin-left: -4.5rem !important;
-
 
10229
  }
8862
  }
10230
 
8863
  .mx-sm-n7 {
10231
  .mx-sm-n7 {
8864
    margin-right: -6rem !important;
10232
    margin-right: -6rem !important;
8865
    margin-left: -6rem !important;
10233
    margin-left: -6rem !important;
-
 
10234
  }
8866
  }
10235
 
8867
  .my-sm-n1 {
10236
  .my-sm-n1 {
8868
    margin-top: -0.25rem !important;
10237
    margin-top: -0.25rem !important;
8869
    margin-bottom: -0.25rem !important;
10238
    margin-bottom: -0.25rem !important;
-
 
10239
  }
8870
  }
10240
 
8871
  .my-sm-n2 {
10241
  .my-sm-n2 {
8872
    margin-top: -0.5rem !important;
10242
    margin-top: -0.5rem !important;
8873
    margin-bottom: -0.5rem !important;
10243
    margin-bottom: -0.5rem !important;
-
 
10244
  }
8874
  }
10245
 
8875
  .my-sm-n3 {
10246
  .my-sm-n3 {
8876
    margin-top: -1rem !important;
10247
    margin-top: -1rem !important;
8877
    margin-bottom: -1rem !important;
10248
    margin-bottom: -1rem !important;
-
 
10249
  }
8878
  }
10250
 
8879
  .my-sm-n4 {
10251
  .my-sm-n4 {
8880
    margin-top: -1.5rem !important;
10252
    margin-top: -1.5rem !important;
8881
    margin-bottom: -1.5rem !important;
10253
    margin-bottom: -1.5rem !important;
-
 
10254
  }
8882
  }
10255
 
8883
  .my-sm-n5 {
10256
  .my-sm-n5 {
8884
    margin-top: -3rem !important;
10257
    margin-top: -3rem !important;
8885
    margin-bottom: -3rem !important;
10258
    margin-bottom: -3rem !important;
-
 
10259
  }
8886
  }
10260
 
8887
  .my-sm-n6 {
10261
  .my-sm-n6 {
8888
    margin-top: -4.5rem !important;
10262
    margin-top: -4.5rem !important;
8889
    margin-bottom: -4.5rem !important;
10263
    margin-bottom: -4.5rem !important;
-
 
10264
  }
8890
  }
10265
 
8891
  .my-sm-n7 {
10266
  .my-sm-n7 {
8892
    margin-top: -6rem !important;
10267
    margin-top: -6rem !important;
8893
    margin-bottom: -6rem !important;
10268
    margin-bottom: -6rem !important;
-
 
10269
  }
8894
  }
10270
 
8895
  .mt-sm-n1 {
10271
  .mt-sm-n1 {
8896
    margin-top: -0.25rem !important;
10272
    margin-top: -0.25rem !important;
-
 
10273
  }
8897
  }
10274
 
8898
  .mt-sm-n2 {
10275
  .mt-sm-n2 {
8899
    margin-top: -0.5rem !important;
10276
    margin-top: -0.5rem !important;
-
 
10277
  }
8900
  }
10278
 
8901
  .mt-sm-n3 {
10279
  .mt-sm-n3 {
8902
    margin-top: -1rem !important;
10280
    margin-top: -1rem !important;
-
 
10281
  }
8903
  }
10282
 
8904
  .mt-sm-n4 {
10283
  .mt-sm-n4 {
8905
    margin-top: -1.5rem !important;
10284
    margin-top: -1.5rem !important;
-
 
10285
  }
8906
  }
10286
 
8907
  .mt-sm-n5 {
10287
  .mt-sm-n5 {
8908
    margin-top: -3rem !important;
10288
    margin-top: -3rem !important;
-
 
10289
  }
8909
  }
10290
 
8910
  .mt-sm-n6 {
10291
  .mt-sm-n6 {
8911
    margin-top: -4.5rem !important;
10292
    margin-top: -4.5rem !important;
-
 
10293
  }
8912
  }
10294
 
8913
  .mt-sm-n7 {
10295
  .mt-sm-n7 {
8914
    margin-top: -6rem !important;
10296
    margin-top: -6rem !important;
-
 
10297
  }
8915
  }
10298
 
8916
  .me-sm-n1 {
10299
  .me-sm-n1 {
8917
    margin-right: -0.25rem !important;
10300
    margin-right: -0.25rem !important;
-
 
10301
  }
8918
  }
10302
 
8919
  .me-sm-n2 {
10303
  .me-sm-n2 {
8920
    margin-right: -0.5rem !important;
10304
    margin-right: -0.5rem !important;
-
 
10305
  }
8921
  }
10306
 
8922
  .me-sm-n3 {
10307
  .me-sm-n3 {
8923
    margin-right: -1rem !important;
10308
    margin-right: -1rem !important;
-
 
10309
  }
8924
  }
10310
 
8925
  .me-sm-n4 {
10311
  .me-sm-n4 {
8926
    margin-right: -1.5rem !important;
10312
    margin-right: -1.5rem !important;
-
 
10313
  }
8927
  }
10314
 
8928
  .me-sm-n5 {
10315
  .me-sm-n5 {
8929
    margin-right: -3rem !important;
10316
    margin-right: -3rem !important;
-
 
10317
  }
8930
  }
10318
 
8931
  .me-sm-n6 {
10319
  .me-sm-n6 {
8932
    margin-right: -4.5rem !important;
10320
    margin-right: -4.5rem !important;
-
 
10321
  }
8933
  }
10322
 
8934
  .me-sm-n7 {
10323
  .me-sm-n7 {
8935
    margin-right: -6rem !important;
10324
    margin-right: -6rem !important;
-
 
10325
  }
8936
  }
10326
 
8937
  .mb-sm-n1 {
10327
  .mb-sm-n1 {
8938
    margin-bottom: -0.25rem !important;
10328
    margin-bottom: -0.25rem !important;
-
 
10329
  }
8939
  }
10330
 
8940
  .mb-sm-n2 {
10331
  .mb-sm-n2 {
8941
    margin-bottom: -0.5rem !important;
10332
    margin-bottom: -0.5rem !important;
-
 
10333
  }
8942
  }
10334
 
8943
  .mb-sm-n3 {
10335
  .mb-sm-n3 {
8944
    margin-bottom: -1rem !important;
10336
    margin-bottom: -1rem !important;
-
 
10337
  }
8945
  }
10338
 
8946
  .mb-sm-n4 {
10339
  .mb-sm-n4 {
8947
    margin-bottom: -1.5rem !important;
10340
    margin-bottom: -1.5rem !important;
-
 
10341
  }
8948
  }
10342
 
8949
  .mb-sm-n5 {
10343
  .mb-sm-n5 {
8950
    margin-bottom: -3rem !important;
10344
    margin-bottom: -3rem !important;
-
 
10345
  }
8951
  }
10346
 
8952
  .mb-sm-n6 {
10347
  .mb-sm-n6 {
8953
    margin-bottom: -4.5rem !important;
10348
    margin-bottom: -4.5rem !important;
-
 
10349
  }
8954
  }
10350
 
8955
  .mb-sm-n7 {
10351
  .mb-sm-n7 {
8956
    margin-bottom: -6rem !important;
10352
    margin-bottom: -6rem !important;
-
 
10353
  }
8957
  }
10354
 
8958
  .ms-sm-n1 {
10355
  .ms-sm-n1 {
8959
    margin-left: -0.25rem !important;
10356
    margin-left: -0.25rem !important;
-
 
10357
  }
8960
  }
10358
 
8961
  .ms-sm-n2 {
10359
  .ms-sm-n2 {
8962
    margin-left: -0.5rem !important;
10360
    margin-left: -0.5rem !important;
-
 
10361
  }
8963
  }
10362
 
8964
  .ms-sm-n3 {
10363
  .ms-sm-n3 {
8965
    margin-left: -1rem !important;
10364
    margin-left: -1rem !important;
-
 
10365
  }
8966
  }
10366
 
8967
  .ms-sm-n4 {
10367
  .ms-sm-n4 {
8968
    margin-left: -1.5rem !important;
10368
    margin-left: -1.5rem !important;
-
 
10369
  }
8969
  }
10370
 
8970
  .ms-sm-n5 {
10371
  .ms-sm-n5 {
8971
    margin-left: -3rem !important;
10372
    margin-left: -3rem !important;
-
 
10373
  }
8972
  }
10374
 
8973
  .ms-sm-n6 {
10375
  .ms-sm-n6 {
8974
    margin-left: -4.5rem !important;
10376
    margin-left: -4.5rem !important;
-
 
10377
  }
8975
  }
10378
 
8976
  .ms-sm-n7 {
10379
  .ms-sm-n7 {
8977
    margin-left: -6rem !important;
10380
    margin-left: -6rem !important;
-
 
10381
  }
8978
  }
10382
 
8979
  .p-sm-0 {
10383
  .p-sm-0 {
8980
    padding: 0 !important;
10384
    padding: 0 !important;
-
 
10385
  }
8981
  }
10386
 
8982
  .p-sm-1 {
10387
  .p-sm-1 {
8983
    padding: 0.25rem !important;
10388
    padding: 0.25rem !important;
-
 
10389
  }
8984
  }
10390
 
8985
  .p-sm-2 {
10391
  .p-sm-2 {
8986
    padding: 0.5rem !important;
10392
    padding: 0.5rem !important;
-
 
10393
  }
8987
  }
10394
 
8988
  .p-sm-3 {
10395
  .p-sm-3 {
8989
    padding: 1rem !important;
10396
    padding: 1rem !important;
-
 
10397
  }
8990
  }
10398
 
8991
  .p-sm-4 {
10399
  .p-sm-4 {
8992
    padding: 1.5rem !important;
10400
    padding: 1.5rem !important;
-
 
10401
  }
8993
  }
10402
 
8994
  .p-sm-5 {
10403
  .p-sm-5 {
8995
    padding: 3rem !important;
10404
    padding: 3rem !important;
-
 
10405
  }
8996
  }
10406
 
8997
  .p-sm-6 {
10407
  .p-sm-6 {
8998
    padding: 4.5rem !important;
10408
    padding: 4.5rem !important;
-
 
10409
  }
8999
  }
10410
 
9000
  .p-sm-7 {
10411
  .p-sm-7 {
9001
    padding: 6rem !important;
10412
    padding: 6rem !important;
-
 
10413
  }
9002
  }
10414
 
9003
  .px-sm-0 {
10415
  .px-sm-0 {
9004
    padding-right: 0 !important;
10416
    padding-right: 0 !important;
9005
    padding-left: 0 !important;
10417
    padding-left: 0 !important;
-
 
10418
  }
9006
  }
10419
 
9007
  .px-sm-1 {
10420
  .px-sm-1 {
9008
    padding-right: 0.25rem !important;
10421
    padding-right: 0.25rem !important;
9009
    padding-left: 0.25rem !important;
10422
    padding-left: 0.25rem !important;
-
 
10423
  }
9010
  }
10424
 
9011
  .px-sm-2 {
10425
  .px-sm-2 {
9012
    padding-right: 0.5rem !important;
10426
    padding-right: 0.5rem !important;
9013
    padding-left: 0.5rem !important;
10427
    padding-left: 0.5rem !important;
-
 
10428
  }
9014
  }
10429
 
9015
  .px-sm-3 {
10430
  .px-sm-3 {
9016
    padding-right: 1rem !important;
10431
    padding-right: 1rem !important;
9017
    padding-left: 1rem !important;
10432
    padding-left: 1rem !important;
-
 
10433
  }
9018
  }
10434
 
9019
  .px-sm-4 {
10435
  .px-sm-4 {
9020
    padding-right: 1.5rem !important;
10436
    padding-right: 1.5rem !important;
9021
    padding-left: 1.5rem !important;
10437
    padding-left: 1.5rem !important;
-
 
10438
  }
9022
  }
10439
 
9023
  .px-sm-5 {
10440
  .px-sm-5 {
9024
    padding-right: 3rem !important;
10441
    padding-right: 3rem !important;
9025
    padding-left: 3rem !important;
10442
    padding-left: 3rem !important;
-
 
10443
  }
9026
  }
10444
 
9027
  .px-sm-6 {
10445
  .px-sm-6 {
9028
    padding-right: 4.5rem !important;
10446
    padding-right: 4.5rem !important;
9029
    padding-left: 4.5rem !important;
10447
    padding-left: 4.5rem !important;
-
 
10448
  }
9030
  }
10449
 
9031
  .px-sm-7 {
10450
  .px-sm-7 {
9032
    padding-right: 6rem !important;
10451
    padding-right: 6rem !important;
9033
    padding-left: 6rem !important;
10452
    padding-left: 6rem !important;
-
 
10453
  }
9034
  }
10454
 
9035
  .py-sm-0 {
10455
  .py-sm-0 {
9036
    padding-top: 0 !important;
10456
    padding-top: 0 !important;
9037
    padding-bottom: 0 !important;
10457
    padding-bottom: 0 !important;
-
 
10458
  }
9038
  }
10459
 
9039
  .py-sm-1 {
10460
  .py-sm-1 {
9040
    padding-top: 0.25rem !important;
10461
    padding-top: 0.25rem !important;
9041
    padding-bottom: 0.25rem !important;
10462
    padding-bottom: 0.25rem !important;
-
 
10463
  }
9042
  }
10464
 
9043
  .py-sm-2 {
10465
  .py-sm-2 {
9044
    padding-top: 0.5rem !important;
10466
    padding-top: 0.5rem !important;
9045
    padding-bottom: 0.5rem !important;
10467
    padding-bottom: 0.5rem !important;
-
 
10468
  }
9046
  }
10469
 
9047
  .py-sm-3 {
10470
  .py-sm-3 {
9048
    padding-top: 1rem !important;
10471
    padding-top: 1rem !important;
9049
    padding-bottom: 1rem !important;
10472
    padding-bottom: 1rem !important;
-
 
10473
  }
9050
  }
10474
 
9051
  .py-sm-4 {
10475
  .py-sm-4 {
9052
    padding-top: 1.5rem !important;
10476
    padding-top: 1.5rem !important;
9053
    padding-bottom: 1.5rem !important;
10477
    padding-bottom: 1.5rem !important;
-
 
10478
  }
9054
  }
10479
 
9055
  .py-sm-5 {
10480
  .py-sm-5 {
9056
    padding-top: 3rem !important;
10481
    padding-top: 3rem !important;
9057
    padding-bottom: 3rem !important;
10482
    padding-bottom: 3rem !important;
-
 
10483
  }
9058
  }
10484
 
9059
  .py-sm-6 {
10485
  .py-sm-6 {
9060
    padding-top: 4.5rem !important;
10486
    padding-top: 4.5rem !important;
9061
    padding-bottom: 4.5rem !important;
10487
    padding-bottom: 4.5rem !important;
-
 
10488
  }
9062
  }
10489
 
9063
  .py-sm-7 {
10490
  .py-sm-7 {
9064
    padding-top: 6rem !important;
10491
    padding-top: 6rem !important;
9065
    padding-bottom: 6rem !important;
10492
    padding-bottom: 6rem !important;
-
 
10493
  }
9066
  }
10494
 
9067
  .pt-sm-0 {
10495
  .pt-sm-0 {
9068
    padding-top: 0 !important;
10496
    padding-top: 0 !important;
-
 
10497
  }
9069
  }
10498
 
9070
  .pt-sm-1 {
10499
  .pt-sm-1 {
9071
    padding-top: 0.25rem !important;
10500
    padding-top: 0.25rem !important;
-
 
10501
  }
9072
  }
10502
 
9073
  .pt-sm-2 {
10503
  .pt-sm-2 {
9074
    padding-top: 0.5rem !important;
10504
    padding-top: 0.5rem !important;
-
 
10505
  }
9075
  }
10506
 
9076
  .pt-sm-3 {
10507
  .pt-sm-3 {
9077
    padding-top: 1rem !important;
10508
    padding-top: 1rem !important;
-
 
10509
  }
9078
  }
10510
 
9079
  .pt-sm-4 {
10511
  .pt-sm-4 {
9080
    padding-top: 1.5rem !important;
10512
    padding-top: 1.5rem !important;
-
 
10513
  }
9081
  }
10514
 
9082
  .pt-sm-5 {
10515
  .pt-sm-5 {
9083
    padding-top: 3rem !important;
10516
    padding-top: 3rem !important;
-
 
10517
  }
9084
  }
10518
 
9085
  .pt-sm-6 {
10519
  .pt-sm-6 {
9086
    padding-top: 4.5rem !important;
10520
    padding-top: 4.5rem !important;
-
 
10521
  }
9087
  }
10522
 
9088
  .pt-sm-7 {
10523
  .pt-sm-7 {
9089
    padding-top: 6rem !important;
10524
    padding-top: 6rem !important;
-
 
10525
  }
9090
  }
10526
 
9091
  .pe-sm-0 {
10527
  .pe-sm-0 {
9092
    padding-right: 0 !important;
10528
    padding-right: 0 !important;
-
 
10529
  }
9093
  }
10530
 
9094
  .pe-sm-1 {
10531
  .pe-sm-1 {
9095
    padding-right: 0.25rem !important;
10532
    padding-right: 0.25rem !important;
-
 
10533
  }
9096
  }
10534
 
9097
  .pe-sm-2 {
10535
  .pe-sm-2 {
9098
    padding-right: 0.5rem !important;
10536
    padding-right: 0.5rem !important;
-
 
10537
  }
9099
  }
10538
 
9100
  .pe-sm-3 {
10539
  .pe-sm-3 {
9101
    padding-right: 1rem !important;
10540
    padding-right: 1rem !important;
-
 
10541
  }
9102
  }
10542
 
9103
  .pe-sm-4 {
10543
  .pe-sm-4 {
9104
    padding-right: 1.5rem !important;
10544
    padding-right: 1.5rem !important;
-
 
10545
  }
9105
  }
10546
 
9106
  .pe-sm-5 {
10547
  .pe-sm-5 {
9107
    padding-right: 3rem !important;
10548
    padding-right: 3rem !important;
-
 
10549
  }
9108
  }
10550
 
9109
  .pe-sm-6 {
10551
  .pe-sm-6 {
9110
    padding-right: 4.5rem !important;
10552
    padding-right: 4.5rem !important;
-
 
10553
  }
9111
  }
10554
 
9112
  .pe-sm-7 {
10555
  .pe-sm-7 {
9113
    padding-right: 6rem !important;
10556
    padding-right: 6rem !important;
-
 
10557
  }
9114
  }
10558
 
9115
  .pb-sm-0 {
10559
  .pb-sm-0 {
9116
    padding-bottom: 0 !important;
10560
    padding-bottom: 0 !important;
-
 
10561
  }
9117
  }
10562
 
9118
  .pb-sm-1 {
10563
  .pb-sm-1 {
9119
    padding-bottom: 0.25rem !important;
10564
    padding-bottom: 0.25rem !important;
-
 
10565
  }
9120
  }
10566
 
9121
  .pb-sm-2 {
10567
  .pb-sm-2 {
9122
    padding-bottom: 0.5rem !important;
10568
    padding-bottom: 0.5rem !important;
-
 
10569
  }
9123
  }
10570
 
9124
  .pb-sm-3 {
10571
  .pb-sm-3 {
9125
    padding-bottom: 1rem !important;
10572
    padding-bottom: 1rem !important;
-
 
10573
  }
9126
  }
10574
 
9127
  .pb-sm-4 {
10575
  .pb-sm-4 {
9128
    padding-bottom: 1.5rem !important;
10576
    padding-bottom: 1.5rem !important;
-
 
10577
  }
9129
  }
10578
 
9130
  .pb-sm-5 {
10579
  .pb-sm-5 {
9131
    padding-bottom: 3rem !important;
10580
    padding-bottom: 3rem !important;
-
 
10581
  }
9132
  }
10582
 
9133
  .pb-sm-6 {
10583
  .pb-sm-6 {
9134
    padding-bottom: 4.5rem !important;
10584
    padding-bottom: 4.5rem !important;
-
 
10585
  }
9135
  }
10586
 
9136
  .pb-sm-7 {
10587
  .pb-sm-7 {
9137
    padding-bottom: 6rem !important;
10588
    padding-bottom: 6rem !important;
-
 
10589
  }
9138
  }
10590
 
9139
  .ps-sm-0 {
10591
  .ps-sm-0 {
9140
    padding-left: 0 !important;
10592
    padding-left: 0 !important;
-
 
10593
  }
9141
  }
10594
 
9142
  .ps-sm-1 {
10595
  .ps-sm-1 {
9143
    padding-left: 0.25rem !important;
10596
    padding-left: 0.25rem !important;
-
 
10597
  }
9144
  }
10598
 
9145
  .ps-sm-2 {
10599
  .ps-sm-2 {
9146
    padding-left: 0.5rem !important;
10600
    padding-left: 0.5rem !important;
-
 
10601
  }
9147
  }
10602
 
9148
  .ps-sm-3 {
10603
  .ps-sm-3 {
9149
    padding-left: 1rem !important;
10604
    padding-left: 1rem !important;
-
 
10605
  }
9150
  }
10606
 
9151
  .ps-sm-4 {
10607
  .ps-sm-4 {
9152
    padding-left: 1.5rem !important;
10608
    padding-left: 1.5rem !important;
-
 
10609
  }
9153
  }
10610
 
9154
  .ps-sm-5 {
10611
  .ps-sm-5 {
9155
    padding-left: 3rem !important;
10612
    padding-left: 3rem !important;
-
 
10613
  }
9156
  }
10614
 
9157
  .ps-sm-6 {
10615
  .ps-sm-6 {
9158
    padding-left: 4.5rem !important;
10616
    padding-left: 4.5rem !important;
-
 
10617
  }
9159
  }
10618
 
9160
  .ps-sm-7 {
10619
  .ps-sm-7 {
9161
    padding-left: 6rem !important;
10620
    padding-left: 6rem !important;
-
 
10621
  }
9162
  }
10622
 
9163
  .gap-sm-0 {
10623
  .gap-sm-0 {
9164
    gap: 0 !important;
10624
    gap: 0 !important;
-
 
10625
  }
9165
  }
10626
 
9166
  .gap-sm-1 {
10627
  .gap-sm-1 {
9167
    gap: 0.25rem !important;
10628
    gap: 0.25rem !important;
-
 
10629
  }
9168
  }
10630
 
9169
  .gap-sm-2 {
10631
  .gap-sm-2 {
9170
    gap: 0.5rem !important;
10632
    gap: 0.5rem !important;
-
 
10633
  }
9171
  }
10634
 
9172
  .gap-sm-3 {
10635
  .gap-sm-3 {
9173
    gap: 1rem !important;
10636
    gap: 1rem !important;
-
 
10637
  }
9174
  }
10638
 
9175
  .gap-sm-4 {
10639
  .gap-sm-4 {
9176
    gap: 1.5rem !important;
10640
    gap: 1.5rem !important;
-
 
10641
  }
9177
  }
10642
 
9178
  .gap-sm-5 {
10643
  .gap-sm-5 {
9179
    gap: 3rem !important;
10644
    gap: 3rem !important;
-
 
10645
  }
9180
  }
10646
 
9181
  .gap-sm-6 {
10647
  .gap-sm-6 {
9182
    gap: 4.5rem !important;
10648
    gap: 4.5rem !important;
-
 
10649
  }
9183
  }
10650
 
9184
  .gap-sm-7 {
10651
  .gap-sm-7 {
9185
    gap: 6rem !important;
10652
    gap: 6rem !important;
-
 
10653
  }
9186
  }
10654
 
9187
  .text-sm-start {
10655
  .text-sm-start {
9188
    text-align: left !important;
10656
    text-align: left !important;
-
 
10657
  }
9189
  }
10658
 
9190
  .text-sm-end {
10659
  .text-sm-end {
9191
    text-align: right !important;
10660
    text-align: right !important;
-
 
10661
  }
9192
  }
10662
 
9193
  .text-sm-center {
10663
  .text-sm-center {
9194
    text-align: center !important;
10664
    text-align: center !important;
9195
  }
10665
  }
-
 
10666
}
9196
}
10667
 
9197
@media (min-width: 768px) {
10668
@media (min-width: 768px) {
9198
  .float-md-start {
10669
  .float-md-start {
9199
    float: left !important;
10670
    float: left !important;
-
 
10671
  }
9200
  }
10672
 
9201
  .float-md-end {
10673
  .float-md-end {
9202
    float: right !important;
10674
    float: right !important;
-
 
10675
  }
9203
  }
10676
 
9204
  .float-md-none {
10677
  .float-md-none {
9205
    float: none !important;
10678
    float: none !important;
-
 
10679
  }
9206
  }
10680
 
9207
  .d-md-inline {
10681
  .d-md-inline {
9208
    display: inline !important;
10682
    display: inline !important;
-
 
10683
  }
9209
  }
10684
 
9210
  .d-md-inline-block {
10685
  .d-md-inline-block {
9211
    display: inline-block !important;
10686
    display: inline-block !important;
-
 
10687
  }
9212
  }
10688
 
9213
  .d-md-block {
10689
  .d-md-block {
9214
    display: block !important;
10690
    display: block !important;
-
 
10691
  }
9215
  }
10692
 
9216
  .d-md-grid {
10693
  .d-md-grid {
9217
    display: grid !important;
10694
    display: grid !important;
-
 
10695
  }
9218
  }
10696
 
9219
  .d-md-table {
10697
  .d-md-table {
9220
    display: table !important;
10698
    display: table !important;
-
 
10699
  }
9221
  }
10700
 
9222
  .d-md-table-row {
10701
  .d-md-table-row {
9223
    display: table-row !important;
10702
    display: table-row !important;
-
 
10703
  }
9224
  }
10704
 
9225
  .d-md-table-cell {
10705
  .d-md-table-cell {
9226
    display: table-cell !important;
10706
    display: table-cell !important;
-
 
10707
  }
-
 
10708
 
9227
  }
10709
  .d-md-flex,
9228
  .d-md-flex, .navbar .search-form {
10710
  .navbar .search-form {
9229
    display: flex !important;
10711
    display: flex !important;
-
 
10712
  }
9230
  }
10713
 
9231
  .d-md-inline-flex {
10714
  .d-md-inline-flex {
9232
    display: inline-flex !important;
10715
    display: inline-flex !important;
-
 
10716
  }
9233
  }
10717
 
9234
  .d-md-none {
10718
  .d-md-none {
9235
    display: none !important;
10719
    display: none !important;
-
 
10720
  }
9236
  }
10721
 
9237
  .border-md {
10722
  .border-md {
9238
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
10723
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
-
 
10724
  }
9239
  }
10725
 
9240
  .border-md-0 {
10726
  .border-md-0 {
9241
    border: 0 !important;
10727
    border: 0 !important;
-
 
10728
  }
9242
  }
10729
 
9243
  .border-top-md {
10730
  .border-top-md {
9244
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
10731
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
-
 
10732
  }
9245
  }
10733
 
9246
  .border-top-md-0 {
10734
  .border-top-md-0 {
9247
    border-top: 0 !important;
10735
    border-top: 0 !important;
-
 
10736
  }
9248
  }
10737
 
9249
  .border-end-md {
10738
  .border-end-md {
9250
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
10739
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
-
 
10740
  }
9251
  }
10741
 
9252
  .border-end-md-0 {
10742
  .border-end-md-0 {
9253
    border-right: 0 !important;
10743
    border-right: 0 !important;
-
 
10744
  }
9254
  }
10745
 
9255
  .border-bottom-md {
10746
  .border-bottom-md {
9256
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
10747
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
-
 
10748
  }
9257
  }
10749
 
9258
  .border-bottom-md-0 {
10750
  .border-bottom-md-0 {
9259
    border-bottom: 0 !important;
10751
    border-bottom: 0 !important;
-
 
10752
  }
9260
  }
10753
 
9261
  .border-start-md {
10754
  .border-start-md {
9262
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
10755
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
-
 
10756
  }
9263
  }
10757
 
9264
  .border-start-md-0 {
10758
  .border-start-md-0 {
9265
    border-left: 0 !important;
10759
    border-left: 0 !important;
-
 
10760
  }
9266
  }
10761
 
9267
  .flex-md-fill {
10762
  .flex-md-fill {
9268
    flex: 1 1 auto !important;
10763
    flex: 1 1 auto !important;
-
 
10764
  }
9269
  }
10765
 
9270
  .flex-md-row {
10766
  .flex-md-row {
9271
    flex-direction: row !important;
10767
    flex-direction: row !important;
-
 
10768
  }
9272
  }
10769
 
9273
  .flex-md-column {
10770
  .flex-md-column {
9274
    flex-direction: column !important;
10771
    flex-direction: column !important;
-
 
10772
  }
9275
  }
10773
 
9276
  .flex-md-row-reverse {
10774
  .flex-md-row-reverse {
9277
    flex-direction: row-reverse !important;
10775
    flex-direction: row-reverse !important;
-
 
10776
  }
9278
  }
10777
 
9279
  .flex-md-column-reverse {
10778
  .flex-md-column-reverse {
9280
    flex-direction: column-reverse !important;
10779
    flex-direction: column-reverse !important;
-
 
10780
  }
9281
  }
10781
 
9282
  .flex-md-grow-0 {
10782
  .flex-md-grow-0 {
9283
    flex-grow: 0 !important;
10783
    flex-grow: 0 !important;
-
 
10784
  }
9284
  }
10785
 
9285
  .flex-md-grow-1 {
10786
  .flex-md-grow-1 {
9286
    flex-grow: 1 !important;
10787
    flex-grow: 1 !important;
-
 
10788
  }
9287
  }
10789
 
9288
  .flex-md-shrink-0 {
10790
  .flex-md-shrink-0 {
9289
    flex-shrink: 0 !important;
10791
    flex-shrink: 0 !important;
-
 
10792
  }
9290
  }
10793
 
9291
  .flex-md-shrink-1 {
10794
  .flex-md-shrink-1 {
9292
    flex-shrink: 1 !important;
10795
    flex-shrink: 1 !important;
-
 
10796
  }
9293
  }
10797
 
9294
  .flex-md-wrap {
10798
  .flex-md-wrap {
9295
    flex-wrap: wrap !important;
10799
    flex-wrap: wrap !important;
-
 
10800
  }
9296
  }
10801
 
9297
  .flex-md-nowrap {
10802
  .flex-md-nowrap {
9298
    flex-wrap: nowrap !important;
10803
    flex-wrap: nowrap !important;
-
 
10804
  }
9299
  }
10805
 
9300
  .flex-md-wrap-reverse {
10806
  .flex-md-wrap-reverse {
9301
    flex-wrap: wrap-reverse !important;
10807
    flex-wrap: wrap-reverse !important;
-
 
10808
  }
9302
  }
10809
 
9303
  .justify-content-md-start {
10810
  .justify-content-md-start {
9304
    justify-content: flex-start !important;
10811
    justify-content: flex-start !important;
-
 
10812
  }
-
 
10813
 
9305
  }
10814
  .justify-content-md-end,
9306
  .justify-content-md-end, .dataTables_wrapper div.dataTables_paginate ul.pagination {
10815
  .dataTables_wrapper div.dataTables_paginate ul.pagination {
9307
    justify-content: flex-end !important;
10816
    justify-content: flex-end !important;
-
 
10817
  }
9308
  }
10818
 
9309
  .justify-content-md-center {
10819
  .justify-content-md-center {
9310
    justify-content: center !important;
10820
    justify-content: center !important;
-
 
10821
  }
9311
  }
10822
 
9312
  .justify-content-md-between {
10823
  .justify-content-md-between {
9313
    justify-content: space-between !important;
10824
    justify-content: space-between !important;
-
 
10825
  }
9314
  }
10826
 
9315
  .justify-content-md-around {
10827
  .justify-content-md-around {
9316
    justify-content: space-around !important;
10828
    justify-content: space-around !important;
-
 
10829
  }
9317
  }
10830
 
9318
  .justify-content-md-evenly {
10831
  .justify-content-md-evenly {
9319
    justify-content: space-evenly !important;
10832
    justify-content: space-evenly !important;
-
 
10833
  }
9320
  }
10834
 
9321
  .align-items-md-start {
10835
  .align-items-md-start {
9322
    align-items: flex-start !important;
10836
    align-items: flex-start !important;
-
 
10837
  }
9323
  }
10838
 
9324
  .align-items-md-end {
10839
  .align-items-md-end {
9325
    align-items: flex-end !important;
10840
    align-items: flex-end !important;
-
 
10841
  }
9326
  }
10842
 
9327
  .align-items-md-center {
10843
  .align-items-md-center {
9328
    align-items: center !important;
10844
    align-items: center !important;
-
 
10845
  }
9329
  }
10846
 
9330
  .align-items-md-baseline {
10847
  .align-items-md-baseline {
9331
    align-items: baseline !important;
10848
    align-items: baseline !important;
-
 
10849
  }
9332
  }
10850
 
9333
  .align-items-md-stretch {
10851
  .align-items-md-stretch {
9334
    align-items: stretch !important;
10852
    align-items: stretch !important;
-
 
10853
  }
9335
  }
10854
 
9336
  .align-content-md-start {
10855
  .align-content-md-start {
9337
    align-content: flex-start !important;
10856
    align-content: flex-start !important;
-
 
10857
  }
9338
  }
10858
 
9339
  .align-content-md-end {
10859
  .align-content-md-end {
9340
    align-content: flex-end !important;
10860
    align-content: flex-end !important;
-
 
10861
  }
9341
  }
10862
 
9342
  .align-content-md-center {
10863
  .align-content-md-center {
9343
    align-content: center !important;
10864
    align-content: center !important;
-
 
10865
  }
9344
  }
10866
 
9345
  .align-content-md-between {
10867
  .align-content-md-between {
9346
    align-content: space-between !important;
10868
    align-content: space-between !important;
-
 
10869
  }
9347
  }
10870
 
9348
  .align-content-md-around {
10871
  .align-content-md-around {
9349
    align-content: space-around !important;
10872
    align-content: space-around !important;
-
 
10873
  }
9350
  }
10874
 
9351
  .align-content-md-stretch {
10875
  .align-content-md-stretch {
9352
    align-content: stretch !important;
10876
    align-content: stretch !important;
-
 
10877
  }
9353
  }
10878
 
9354
  .align-self-md-auto {
10879
  .align-self-md-auto {
9355
    align-self: auto !important;
10880
    align-self: auto !important;
-
 
10881
  }
9356
  }
10882
 
9357
  .align-self-md-start {
10883
  .align-self-md-start {
9358
    align-self: flex-start !important;
10884
    align-self: flex-start !important;
-
 
10885
  }
9359
  }
10886
 
9360
  .align-self-md-end {
10887
  .align-self-md-end {
9361
    align-self: flex-end !important;
10888
    align-self: flex-end !important;
-
 
10889
  }
9362
  }
10890
 
9363
  .align-self-md-center {
10891
  .align-self-md-center {
9364
    align-self: center !important;
10892
    align-self: center !important;
-
 
10893
  }
9365
  }
10894
 
9366
  .align-self-md-baseline {
10895
  .align-self-md-baseline {
9367
    align-self: baseline !important;
10896
    align-self: baseline !important;
-
 
10897
  }
9368
  }
10898
 
9369
  .align-self-md-stretch {
10899
  .align-self-md-stretch {
9370
    align-self: stretch !important;
10900
    align-self: stretch !important;
-
 
10901
  }
9371
  }
10902
 
9372
  .order-md-first {
10903
  .order-md-first {
9373
    order: -1 !important;
10904
    order: -1 !important;
-
 
10905
  }
9374
  }
10906
 
9375
  .order-md-0 {
10907
  .order-md-0 {
9376
    order: 0 !important;
10908
    order: 0 !important;
-
 
10909
  }
9377
  }
10910
 
9378
  .order-md-1 {
10911
  .order-md-1 {
9379
    order: 1 !important;
10912
    order: 1 !important;
-
 
10913
  }
9380
  }
10914
 
9381
  .order-md-2 {
10915
  .order-md-2 {
9382
    order: 2 !important;
10916
    order: 2 !important;
-
 
10917
  }
9383
  }
10918
 
9384
  .order-md-3 {
10919
  .order-md-3 {
9385
    order: 3 !important;
10920
    order: 3 !important;
-
 
10921
  }
9386
  }
10922
 
9387
  .order-md-4 {
10923
  .order-md-4 {
9388
    order: 4 !important;
10924
    order: 4 !important;
-
 
10925
  }
9389
  }
10926
 
9390
  .order-md-5 {
10927
  .order-md-5 {
9391
    order: 5 !important;
10928
    order: 5 !important;
-
 
10929
  }
9392
  }
10930
 
9393
  .order-md-last {
10931
  .order-md-last {
9394
    order: 6 !important;
10932
    order: 6 !important;
-
 
10933
  }
9395
  }
10934
 
9396
  .m-md-0 {
10935
  .m-md-0 {
9397
    margin: 0 !important;
10936
    margin: 0 !important;
-
 
10937
  }
9398
  }
10938
 
9399
  .m-md-1 {
10939
  .m-md-1 {
9400
    margin: 0.25rem !important;
10940
    margin: 0.25rem !important;
-
 
10941
  }
9401
  }
10942
 
9402
  .m-md-2 {
10943
  .m-md-2 {
9403
    margin: 0.5rem !important;
10944
    margin: 0.5rem !important;
-
 
10945
  }
9404
  }
10946
 
9405
  .m-md-3 {
10947
  .m-md-3 {
9406
    margin: 1rem !important;
10948
    margin: 1rem !important;
-
 
10949
  }
9407
  }
10950
 
9408
  .m-md-4 {
10951
  .m-md-4 {
9409
    margin: 1.5rem !important;
10952
    margin: 1.5rem !important;
-
 
10953
  }
9410
  }
10954
 
9411
  .m-md-5 {
10955
  .m-md-5 {
9412
    margin: 3rem !important;
10956
    margin: 3rem !important;
-
 
10957
  }
9413
  }
10958
 
9414
  .m-md-6 {
10959
  .m-md-6 {
9415
    margin: 4.5rem !important;
10960
    margin: 4.5rem !important;
-
 
10961
  }
9416
  }
10962
 
9417
  .m-md-7 {
10963
  .m-md-7 {
9418
    margin: 6rem !important;
10964
    margin: 6rem !important;
-
 
10965
  }
9419
  }
10966
 
9420
  .m-md-auto {
10967
  .m-md-auto {
9421
    margin: auto !important;
10968
    margin: auto !important;
-
 
10969
  }
9422
  }
10970
 
9423
  .mx-md-0 {
10971
  .mx-md-0 {
9424
    margin-right: 0 !important;
10972
    margin-right: 0 !important;
9425
    margin-left: 0 !important;
10973
    margin-left: 0 !important;
-
 
10974
  }
9426
  }
10975
 
9427
  .mx-md-1 {
10976
  .mx-md-1 {
9428
    margin-right: 0.25rem !important;
10977
    margin-right: 0.25rem !important;
9429
    margin-left: 0.25rem !important;
10978
    margin-left: 0.25rem !important;
-
 
10979
  }
9430
  }
10980
 
9431
  .mx-md-2 {
10981
  .mx-md-2 {
9432
    margin-right: 0.5rem !important;
10982
    margin-right: 0.5rem !important;
9433
    margin-left: 0.5rem !important;
10983
    margin-left: 0.5rem !important;
-
 
10984
  }
9434
  }
10985
 
9435
  .mx-md-3 {
10986
  .mx-md-3 {
9436
    margin-right: 1rem !important;
10987
    margin-right: 1rem !important;
9437
    margin-left: 1rem !important;
10988
    margin-left: 1rem !important;
-
 
10989
  }
9438
  }
10990
 
9439
  .mx-md-4 {
10991
  .mx-md-4 {
9440
    margin-right: 1.5rem !important;
10992
    margin-right: 1.5rem !important;
9441
    margin-left: 1.5rem !important;
10993
    margin-left: 1.5rem !important;
-
 
10994
  }
9442
  }
10995
 
9443
  .mx-md-5 {
10996
  .mx-md-5 {
9444
    margin-right: 3rem !important;
10997
    margin-right: 3rem !important;
9445
    margin-left: 3rem !important;
10998
    margin-left: 3rem !important;
-
 
10999
  }
9446
  }
11000
 
9447
  .mx-md-6 {
11001
  .mx-md-6 {
9448
    margin-right: 4.5rem !important;
11002
    margin-right: 4.5rem !important;
9449
    margin-left: 4.5rem !important;
11003
    margin-left: 4.5rem !important;
-
 
11004
  }
9450
  }
11005
 
9451
  .mx-md-7 {
11006
  .mx-md-7 {
9452
    margin-right: 6rem !important;
11007
    margin-right: 6rem !important;
9453
    margin-left: 6rem !important;
11008
    margin-left: 6rem !important;
-
 
11009
  }
9454
  }
11010
 
9455
  .mx-md-auto {
11011
  .mx-md-auto {
9456
    margin-right: auto !important;
11012
    margin-right: auto !important;
9457
    margin-left: auto !important;
11013
    margin-left: auto !important;
-
 
11014
  }
9458
  }
11015
 
9459
  .my-md-0 {
11016
  .my-md-0 {
9460
    margin-top: 0 !important;
11017
    margin-top: 0 !important;
9461
    margin-bottom: 0 !important;
11018
    margin-bottom: 0 !important;
-
 
11019
  }
9462
  }
11020
 
9463
  .my-md-1 {
11021
  .my-md-1 {
9464
    margin-top: 0.25rem !important;
11022
    margin-top: 0.25rem !important;
9465
    margin-bottom: 0.25rem !important;
11023
    margin-bottom: 0.25rem !important;
-
 
11024
  }
9466
  }
11025
 
9467
  .my-md-2 {
11026
  .my-md-2 {
9468
    margin-top: 0.5rem !important;
11027
    margin-top: 0.5rem !important;
9469
    margin-bottom: 0.5rem !important;
11028
    margin-bottom: 0.5rem !important;
-
 
11029
  }
9470
  }
11030
 
9471
  .my-md-3 {
11031
  .my-md-3 {
9472
    margin-top: 1rem !important;
11032
    margin-top: 1rem !important;
9473
    margin-bottom: 1rem !important;
11033
    margin-bottom: 1rem !important;
-
 
11034
  }
9474
  }
11035
 
9475
  .my-md-4 {
11036
  .my-md-4 {
9476
    margin-top: 1.5rem !important;
11037
    margin-top: 1.5rem !important;
9477
    margin-bottom: 1.5rem !important;
11038
    margin-bottom: 1.5rem !important;
-
 
11039
  }
9478
  }
11040
 
9479
  .my-md-5 {
11041
  .my-md-5 {
9480
    margin-top: 3rem !important;
11042
    margin-top: 3rem !important;
9481
    margin-bottom: 3rem !important;
11043
    margin-bottom: 3rem !important;
-
 
11044
  }
9482
  }
11045
 
9483
  .my-md-6 {
11046
  .my-md-6 {
9484
    margin-top: 4.5rem !important;
11047
    margin-top: 4.5rem !important;
9485
    margin-bottom: 4.5rem !important;
11048
    margin-bottom: 4.5rem !important;
-
 
11049
  }
9486
  }
11050
 
9487
  .my-md-7 {
11051
  .my-md-7 {
9488
    margin-top: 6rem !important;
11052
    margin-top: 6rem !important;
9489
    margin-bottom: 6rem !important;
11053
    margin-bottom: 6rem !important;
-
 
11054
  }
9490
  }
11055
 
9491
  .my-md-auto {
11056
  .my-md-auto {
9492
    margin-top: auto !important;
11057
    margin-top: auto !important;
9493
    margin-bottom: auto !important;
11058
    margin-bottom: auto !important;
-
 
11059
  }
-
 
11060
 
9494
  }
11061
  .mt-md-0,
9495
  .mt-md-0, .dataTables_wrapper div.dataTables_paginate ul.pagination {
11062
  .dataTables_wrapper div.dataTables_paginate ul.pagination {
9496
    margin-top: 0 !important;
11063
    margin-top: 0 !important;
-
 
11064
  }
9497
  }
11065
 
9498
  .mt-md-1 {
11066
  .mt-md-1 {
9499
    margin-top: 0.25rem !important;
11067
    margin-top: 0.25rem !important;
-
 
11068
  }
9500
  }
11069
 
9501
  .mt-md-2 {
11070
  .mt-md-2 {
9502
    margin-top: 0.5rem !important;
11071
    margin-top: 0.5rem !important;
-
 
11072
  }
9503
  }
11073
 
9504
  .mt-md-3 {
11074
  .mt-md-3 {
9505
    margin-top: 1rem !important;
11075
    margin-top: 1rem !important;
-
 
11076
  }
9506
  }
11077
 
9507
  .mt-md-4 {
11078
  .mt-md-4 {
9508
    margin-top: 1.5rem !important;
11079
    margin-top: 1.5rem !important;
-
 
11080
  }
9509
  }
11081
 
9510
  .mt-md-5 {
11082
  .mt-md-5 {
9511
    margin-top: 3rem !important;
11083
    margin-top: 3rem !important;
-
 
11084
  }
9512
  }
11085
 
9513
  .mt-md-6 {
11086
  .mt-md-6 {
9514
    margin-top: 4.5rem !important;
11087
    margin-top: 4.5rem !important;
-
 
11088
  }
9515
  }
11089
 
9516
  .mt-md-7 {
11090
  .mt-md-7 {
9517
    margin-top: 6rem !important;
11091
    margin-top: 6rem !important;
-
 
11092
  }
9518
  }
11093
 
9519
  .mt-md-auto {
11094
  .mt-md-auto {
9520
    margin-top: auto !important;
11095
    margin-top: auto !important;
-
 
11096
  }
9521
  }
11097
 
9522
  .me-md-0 {
11098
  .me-md-0 {
9523
    margin-right: 0 !important;
11099
    margin-right: 0 !important;
-
 
11100
  }
9524
  }
11101
 
9525
  .me-md-1 {
11102
  .me-md-1 {
9526
    margin-right: 0.25rem !important;
11103
    margin-right: 0.25rem !important;
-
 
11104
  }
9527
  }
11105
 
9528
  .me-md-2 {
11106
  .me-md-2 {
9529
    margin-right: 0.5rem !important;
11107
    margin-right: 0.5rem !important;
-
 
11108
  }
9530
  }
11109
 
9531
  .me-md-3 {
11110
  .me-md-3 {
9532
    margin-right: 1rem !important;
11111
    margin-right: 1rem !important;
-
 
11112
  }
9533
  }
11113
 
9534
  .me-md-4 {
11114
  .me-md-4 {
9535
    margin-right: 1.5rem !important;
11115
    margin-right: 1.5rem !important;
-
 
11116
  }
9536
  }
11117
 
9537
  .me-md-5 {
11118
  .me-md-5 {
9538
    margin-right: 3rem !important;
11119
    margin-right: 3rem !important;
-
 
11120
  }
9539
  }
11121
 
9540
  .me-md-6 {
11122
  .me-md-6 {
9541
    margin-right: 4.5rem !important;
11123
    margin-right: 4.5rem !important;
-
 
11124
  }
9542
  }
11125
 
9543
  .me-md-7 {
11126
  .me-md-7 {
9544
    margin-right: 6rem !important;
11127
    margin-right: 6rem !important;
-
 
11128
  }
9545
  }
11129
 
9546
  .me-md-auto {
11130
  .me-md-auto {
9547
    margin-right: auto !important;
11131
    margin-right: auto !important;
-
 
11132
  }
-
 
11133
 
9548
  }
11134
  .mb-md-0,
9549
  .mb-md-0, .example .btn-group {
11135
  .example .btn-group {
9550
    margin-bottom: 0 !important;
11136
    margin-bottom: 0 !important;
-
 
11137
  }
9551
  }
11138
 
9552
  .mb-md-1 {
11139
  .mb-md-1 {
9553
    margin-bottom: 0.25rem !important;
11140
    margin-bottom: 0.25rem !important;
-
 
11141
  }
9554
  }
11142
 
9555
  .mb-md-2 {
11143
  .mb-md-2 {
9556
    margin-bottom: 0.5rem !important;
11144
    margin-bottom: 0.5rem !important;
-
 
11145
  }
9557
  }
11146
 
9558
  .mb-md-3 {
11147
  .mb-md-3 {
9559
    margin-bottom: 1rem !important;
11148
    margin-bottom: 1rem !important;
-
 
11149
  }
9560
  }
11150
 
9561
  .mb-md-4 {
11151
  .mb-md-4 {
9562
    margin-bottom: 1.5rem !important;
11152
    margin-bottom: 1.5rem !important;
-
 
11153
  }
9563
  }
11154
 
9564
  .mb-md-5 {
11155
  .mb-md-5 {
9565
    margin-bottom: 3rem !important;
11156
    margin-bottom: 3rem !important;
-
 
11157
  }
9566
  }
11158
 
9567
  .mb-md-6 {
11159
  .mb-md-6 {
9568
    margin-bottom: 4.5rem !important;
11160
    margin-bottom: 4.5rem !important;
-
 
11161
  }
9569
  }
11162
 
9570
  .mb-md-7 {
11163
  .mb-md-7 {
9571
    margin-bottom: 6rem !important;
11164
    margin-bottom: 6rem !important;
-
 
11165
  }
9572
  }
11166
 
9573
  .mb-md-auto {
11167
  .mb-md-auto {
9574
    margin-bottom: auto !important;
11168
    margin-bottom: auto !important;
-
 
11169
  }
9575
  }
11170
 
9576
  .ms-md-0 {
11171
  .ms-md-0 {
9577
    margin-left: 0 !important;
11172
    margin-left: 0 !important;
-
 
11173
  }
9578
  }
11174
 
9579
  .ms-md-1 {
11175
  .ms-md-1 {
9580
    margin-left: 0.25rem !important;
11176
    margin-left: 0.25rem !important;
-
 
11177
  }
9581
  }
11178
 
9582
  .ms-md-2 {
11179
  .ms-md-2 {
9583
    margin-left: 0.5rem !important;
11180
    margin-left: 0.5rem !important;
-
 
11181
  }
9584
  }
11182
 
9585
  .ms-md-3 {
11183
  .ms-md-3 {
9586
    margin-left: 1rem !important;
11184
    margin-left: 1rem !important;
-
 
11185
  }
9587
  }
11186
 
9588
  .ms-md-4 {
11187
  .ms-md-4 {
9589
    margin-left: 1.5rem !important;
11188
    margin-left: 1.5rem !important;
-
 
11189
  }
9590
  }
11190
 
9591
  .ms-md-5 {
11191
  .ms-md-5 {
9592
    margin-left: 3rem !important;
11192
    margin-left: 3rem !important;
-
 
11193
  }
9593
  }
11194
 
9594
  .ms-md-6 {
11195
  .ms-md-6 {
9595
    margin-left: 4.5rem !important;
11196
    margin-left: 4.5rem !important;
-
 
11197
  }
9596
  }
11198
 
9597
  .ms-md-7 {
11199
  .ms-md-7 {
9598
    margin-left: 6rem !important;
11200
    margin-left: 6rem !important;
-
 
11201
  }
9599
  }
11202
 
9600
  .ms-md-auto {
11203
  .ms-md-auto {
9601
    margin-left: auto !important;
11204
    margin-left: auto !important;
-
 
11205
  }
9602
  }
11206
 
9603
  .m-md-n1 {
11207
  .m-md-n1 {
9604
    margin: -0.25rem !important;
11208
    margin: -0.25rem !important;
-
 
11209
  }
9605
  }
11210
 
9606
  .m-md-n2 {
11211
  .m-md-n2 {
9607
    margin: -0.5rem !important;
11212
    margin: -0.5rem !important;
-
 
11213
  }
9608
  }
11214
 
9609
  .m-md-n3 {
11215
  .m-md-n3 {
9610
    margin: -1rem !important;
11216
    margin: -1rem !important;
-
 
11217
  }
9611
  }
11218
 
9612
  .m-md-n4 {
11219
  .m-md-n4 {
9613
    margin: -1.5rem !important;
11220
    margin: -1.5rem !important;
-
 
11221
  }
9614
  }
11222
 
9615
  .m-md-n5 {
11223
  .m-md-n5 {
9616
    margin: -3rem !important;
11224
    margin: -3rem !important;
-
 
11225
  }
9617
  }
11226
 
9618
  .m-md-n6 {
11227
  .m-md-n6 {
9619
    margin: -4.5rem !important;
11228
    margin: -4.5rem !important;
-
 
11229
  }
9620
  }
11230
 
9621
  .m-md-n7 {
11231
  .m-md-n7 {
9622
    margin: -6rem !important;
11232
    margin: -6rem !important;
-
 
11233
  }
9623
  }
11234
 
9624
  .mx-md-n1 {
11235
  .mx-md-n1 {
9625
    margin-right: -0.25rem !important;
11236
    margin-right: -0.25rem !important;
9626
    margin-left: -0.25rem !important;
11237
    margin-left: -0.25rem !important;
-
 
11238
  }
9627
  }
11239
 
9628
  .mx-md-n2 {
11240
  .mx-md-n2 {
9629
    margin-right: -0.5rem !important;
11241
    margin-right: -0.5rem !important;
9630
    margin-left: -0.5rem !important;
11242
    margin-left: -0.5rem !important;
-
 
11243
  }
9631
  }
11244
 
9632
  .mx-md-n3 {
11245
  .mx-md-n3 {
9633
    margin-right: -1rem !important;
11246
    margin-right: -1rem !important;
9634
    margin-left: -1rem !important;
11247
    margin-left: -1rem !important;
-
 
11248
  }
9635
  }
11249
 
9636
  .mx-md-n4 {
11250
  .mx-md-n4 {
9637
    margin-right: -1.5rem !important;
11251
    margin-right: -1.5rem !important;
9638
    margin-left: -1.5rem !important;
11252
    margin-left: -1.5rem !important;
-
 
11253
  }
9639
  }
11254
 
9640
  .mx-md-n5 {
11255
  .mx-md-n5 {
9641
    margin-right: -3rem !important;
11256
    margin-right: -3rem !important;
9642
    margin-left: -3rem !important;
11257
    margin-left: -3rem !important;
-
 
11258
  }
9643
  }
11259
 
9644
  .mx-md-n6 {
11260
  .mx-md-n6 {
9645
    margin-right: -4.5rem !important;
11261
    margin-right: -4.5rem !important;
9646
    margin-left: -4.5rem !important;
11262
    margin-left: -4.5rem !important;
-
 
11263
  }
9647
  }
11264
 
9648
  .mx-md-n7 {
11265
  .mx-md-n7 {
9649
    margin-right: -6rem !important;
11266
    margin-right: -6rem !important;
9650
    margin-left: -6rem !important;
11267
    margin-left: -6rem !important;
-
 
11268
  }
9651
  }
11269
 
9652
  .my-md-n1 {
11270
  .my-md-n1 {
9653
    margin-top: -0.25rem !important;
11271
    margin-top: -0.25rem !important;
9654
    margin-bottom: -0.25rem !important;
11272
    margin-bottom: -0.25rem !important;
-
 
11273
  }
9655
  }
11274
 
9656
  .my-md-n2 {
11275
  .my-md-n2 {
9657
    margin-top: -0.5rem !important;
11276
    margin-top: -0.5rem !important;
9658
    margin-bottom: -0.5rem !important;
11277
    margin-bottom: -0.5rem !important;
-
 
11278
  }
9659
  }
11279
 
9660
  .my-md-n3 {
11280
  .my-md-n3 {
9661
    margin-top: -1rem !important;
11281
    margin-top: -1rem !important;
9662
    margin-bottom: -1rem !important;
11282
    margin-bottom: -1rem !important;
-
 
11283
  }
9663
  }
11284
 
9664
  .my-md-n4 {
11285
  .my-md-n4 {
9665
    margin-top: -1.5rem !important;
11286
    margin-top: -1.5rem !important;
9666
    margin-bottom: -1.5rem !important;
11287
    margin-bottom: -1.5rem !important;
-
 
11288
  }
9667
  }
11289
 
9668
  .my-md-n5 {
11290
  .my-md-n5 {
9669
    margin-top: -3rem !important;
11291
    margin-top: -3rem !important;
9670
    margin-bottom: -3rem !important;
11292
    margin-bottom: -3rem !important;
-
 
11293
  }
9671
  }
11294
 
9672
  .my-md-n6 {
11295
  .my-md-n6 {
9673
    margin-top: -4.5rem !important;
11296
    margin-top: -4.5rem !important;
9674
    margin-bottom: -4.5rem !important;
11297
    margin-bottom: -4.5rem !important;
-
 
11298
  }
9675
  }
11299
 
9676
  .my-md-n7 {
11300
  .my-md-n7 {
9677
    margin-top: -6rem !important;
11301
    margin-top: -6rem !important;
9678
    margin-bottom: -6rem !important;
11302
    margin-bottom: -6rem !important;
-
 
11303
  }
9679
  }
11304
 
9680
  .mt-md-n1 {
11305
  .mt-md-n1 {
9681
    margin-top: -0.25rem !important;
11306
    margin-top: -0.25rem !important;
-
 
11307
  }
9682
  }
11308
 
9683
  .mt-md-n2 {
11309
  .mt-md-n2 {
9684
    margin-top: -0.5rem !important;
11310
    margin-top: -0.5rem !important;
-
 
11311
  }
9685
  }
11312
 
9686
  .mt-md-n3 {
11313
  .mt-md-n3 {
9687
    margin-top: -1rem !important;
11314
    margin-top: -1rem !important;
-
 
11315
  }
9688
  }
11316
 
9689
  .mt-md-n4 {
11317
  .mt-md-n4 {
9690
    margin-top: -1.5rem !important;
11318
    margin-top: -1.5rem !important;
-
 
11319
  }
9691
  }
11320
 
9692
  .mt-md-n5 {
11321
  .mt-md-n5 {
9693
    margin-top: -3rem !important;
11322
    margin-top: -3rem !important;
-
 
11323
  }
9694
  }
11324
 
9695
  .mt-md-n6 {
11325
  .mt-md-n6 {
9696
    margin-top: -4.5rem !important;
11326
    margin-top: -4.5rem !important;
-
 
11327
  }
9697
  }
11328
 
9698
  .mt-md-n7 {
11329
  .mt-md-n7 {
9699
    margin-top: -6rem !important;
11330
    margin-top: -6rem !important;
-
 
11331
  }
9700
  }
11332
 
9701
  .me-md-n1 {
11333
  .me-md-n1 {
9702
    margin-right: -0.25rem !important;
11334
    margin-right: -0.25rem !important;
-
 
11335
  }
9703
  }
11336
 
9704
  .me-md-n2 {
11337
  .me-md-n2 {
9705
    margin-right: -0.5rem !important;
11338
    margin-right: -0.5rem !important;
-
 
11339
  }
9706
  }
11340
 
9707
  .me-md-n3 {
11341
  .me-md-n3 {
9708
    margin-right: -1rem !important;
11342
    margin-right: -1rem !important;
-
 
11343
  }
9709
  }
11344
 
9710
  .me-md-n4 {
11345
  .me-md-n4 {
9711
    margin-right: -1.5rem !important;
11346
    margin-right: -1.5rem !important;
-
 
11347
  }
9712
  }
11348
 
9713
  .me-md-n5 {
11349
  .me-md-n5 {
9714
    margin-right: -3rem !important;
11350
    margin-right: -3rem !important;
-
 
11351
  }
9715
  }
11352
 
9716
  .me-md-n6 {
11353
  .me-md-n6 {
9717
    margin-right: -4.5rem !important;
11354
    margin-right: -4.5rem !important;
-
 
11355
  }
9718
  }
11356
 
9719
  .me-md-n7 {
11357
  .me-md-n7 {
9720
    margin-right: -6rem !important;
11358
    margin-right: -6rem !important;
-
 
11359
  }
9721
  }
11360
 
9722
  .mb-md-n1 {
11361
  .mb-md-n1 {
9723
    margin-bottom: -0.25rem !important;
11362
    margin-bottom: -0.25rem !important;
-
 
11363
  }
9724
  }
11364
 
9725
  .mb-md-n2 {
11365
  .mb-md-n2 {
9726
    margin-bottom: -0.5rem !important;
11366
    margin-bottom: -0.5rem !important;
-
 
11367
  }
9727
  }
11368
 
9728
  .mb-md-n3 {
11369
  .mb-md-n3 {
9729
    margin-bottom: -1rem !important;
11370
    margin-bottom: -1rem !important;
-
 
11371
  }
9730
  }
11372
 
9731
  .mb-md-n4 {
11373
  .mb-md-n4 {
9732
    margin-bottom: -1.5rem !important;
11374
    margin-bottom: -1.5rem !important;
-
 
11375
  }
9733
  }
11376
 
9734
  .mb-md-n5 {
11377
  .mb-md-n5 {
9735
    margin-bottom: -3rem !important;
11378
    margin-bottom: -3rem !important;
-
 
11379
  }
9736
  }
11380
 
9737
  .mb-md-n6 {
11381
  .mb-md-n6 {
9738
    margin-bottom: -4.5rem !important;
11382
    margin-bottom: -4.5rem !important;
-
 
11383
  }
9739
  }
11384
 
9740
  .mb-md-n7 {
11385
  .mb-md-n7 {
9741
    margin-bottom: -6rem !important;
11386
    margin-bottom: -6rem !important;
-
 
11387
  }
9742
  }
11388
 
9743
  .ms-md-n1 {
11389
  .ms-md-n1 {
9744
    margin-left: -0.25rem !important;
11390
    margin-left: -0.25rem !important;
-
 
11391
  }
9745
  }
11392
 
9746
  .ms-md-n2 {
11393
  .ms-md-n2 {
9747
    margin-left: -0.5rem !important;
11394
    margin-left: -0.5rem !important;
-
 
11395
  }
9748
  }
11396
 
9749
  .ms-md-n3 {
11397
  .ms-md-n3 {
9750
    margin-left: -1rem !important;
11398
    margin-left: -1rem !important;
-
 
11399
  }
9751
  }
11400
 
9752
  .ms-md-n4 {
11401
  .ms-md-n4 {
9753
    margin-left: -1.5rem !important;
11402
    margin-left: -1.5rem !important;
-
 
11403
  }
9754
  }
11404
 
9755
  .ms-md-n5 {
11405
  .ms-md-n5 {
9756
    margin-left: -3rem !important;
11406
    margin-left: -3rem !important;
-
 
11407
  }
9757
  }
11408
 
9758
  .ms-md-n6 {
11409
  .ms-md-n6 {
9759
    margin-left: -4.5rem !important;
11410
    margin-left: -4.5rem !important;
-
 
11411
  }
9760
  }
11412
 
9761
  .ms-md-n7 {
11413
  .ms-md-n7 {
9762
    margin-left: -6rem !important;
11414
    margin-left: -6rem !important;
-
 
11415
  }
9763
  }
11416
 
9764
  .p-md-0 {
11417
  .p-md-0 {
9765
    padding: 0 !important;
11418
    padding: 0 !important;
-
 
11419
  }
9766
  }
11420
 
9767
  .p-md-1 {
11421
  .p-md-1 {
9768
    padding: 0.25rem !important;
11422
    padding: 0.25rem !important;
-
 
11423
  }
9769
  }
11424
 
9770
  .p-md-2 {
11425
  .p-md-2 {
9771
    padding: 0.5rem !important;
11426
    padding: 0.5rem !important;
-
 
11427
  }
9772
  }
11428
 
9773
  .p-md-3 {
11429
  .p-md-3 {
9774
    padding: 1rem !important;
11430
    padding: 1rem !important;
-
 
11431
  }
9775
  }
11432
 
9776
  .p-md-4 {
11433
  .p-md-4 {
9777
    padding: 1.5rem !important;
11434
    padding: 1.5rem !important;
-
 
11435
  }
9778
  }
11436
 
9779
  .p-md-5 {
11437
  .p-md-5 {
9780
    padding: 3rem !important;
11438
    padding: 3rem !important;
-
 
11439
  }
9781
  }
11440
 
9782
  .p-md-6 {
11441
  .p-md-6 {
9783
    padding: 4.5rem !important;
11442
    padding: 4.5rem !important;
-
 
11443
  }
9784
  }
11444
 
9785
  .p-md-7 {
11445
  .p-md-7 {
9786
    padding: 6rem !important;
11446
    padding: 6rem !important;
-
 
11447
  }
9787
  }
11448
 
9788
  .px-md-0 {
11449
  .px-md-0 {
9789
    padding-right: 0 !important;
11450
    padding-right: 0 !important;
9790
    padding-left: 0 !important;
11451
    padding-left: 0 !important;
-
 
11452
  }
9791
  }
11453
 
9792
  .px-md-1 {
11454
  .px-md-1 {
9793
    padding-right: 0.25rem !important;
11455
    padding-right: 0.25rem !important;
9794
    padding-left: 0.25rem !important;
11456
    padding-left: 0.25rem !important;
-
 
11457
  }
9795
  }
11458
 
9796
  .px-md-2 {
11459
  .px-md-2 {
9797
    padding-right: 0.5rem !important;
11460
    padding-right: 0.5rem !important;
9798
    padding-left: 0.5rem !important;
11461
    padding-left: 0.5rem !important;
-
 
11462
  }
9799
  }
11463
 
9800
  .px-md-3 {
11464
  .px-md-3 {
9801
    padding-right: 1rem !important;
11465
    padding-right: 1rem !important;
9802
    padding-left: 1rem !important;
11466
    padding-left: 1rem !important;
-
 
11467
  }
9803
  }
11468
 
9804
  .px-md-4 {
11469
  .px-md-4 {
9805
    padding-right: 1.5rem !important;
11470
    padding-right: 1.5rem !important;
9806
    padding-left: 1.5rem !important;
11471
    padding-left: 1.5rem !important;
-
 
11472
  }
9807
  }
11473
 
9808
  .px-md-5 {
11474
  .px-md-5 {
9809
    padding-right: 3rem !important;
11475
    padding-right: 3rem !important;
9810
    padding-left: 3rem !important;
11476
    padding-left: 3rem !important;
-
 
11477
  }
9811
  }
11478
 
9812
  .px-md-6 {
11479
  .px-md-6 {
9813
    padding-right: 4.5rem !important;
11480
    padding-right: 4.5rem !important;
9814
    padding-left: 4.5rem !important;
11481
    padding-left: 4.5rem !important;
-
 
11482
  }
9815
  }
11483
 
9816
  .px-md-7 {
11484
  .px-md-7 {
9817
    padding-right: 6rem !important;
11485
    padding-right: 6rem !important;
9818
    padding-left: 6rem !important;
11486
    padding-left: 6rem !important;
-
 
11487
  }
9819
  }
11488
 
9820
  .py-md-0 {
11489
  .py-md-0 {
9821
    padding-top: 0 !important;
11490
    padding-top: 0 !important;
9822
    padding-bottom: 0 !important;
11491
    padding-bottom: 0 !important;
-
 
11492
  }
9823
  }
11493
 
9824
  .py-md-1 {
11494
  .py-md-1 {
9825
    padding-top: 0.25rem !important;
11495
    padding-top: 0.25rem !important;
9826
    padding-bottom: 0.25rem !important;
11496
    padding-bottom: 0.25rem !important;
-
 
11497
  }
9827
  }
11498
 
9828
  .py-md-2 {
11499
  .py-md-2 {
9829
    padding-top: 0.5rem !important;
11500
    padding-top: 0.5rem !important;
9830
    padding-bottom: 0.5rem !important;
11501
    padding-bottom: 0.5rem !important;
-
 
11502
  }
9831
  }
11503
 
9832
  .py-md-3 {
11504
  .py-md-3 {
9833
    padding-top: 1rem !important;
11505
    padding-top: 1rem !important;
9834
    padding-bottom: 1rem !important;
11506
    padding-bottom: 1rem !important;
-
 
11507
  }
9835
  }
11508
 
9836
  .py-md-4 {
11509
  .py-md-4 {
9837
    padding-top: 1.5rem !important;
11510
    padding-top: 1.5rem !important;
9838
    padding-bottom: 1.5rem !important;
11511
    padding-bottom: 1.5rem !important;
-
 
11512
  }
9839
  }
11513
 
9840
  .py-md-5 {
11514
  .py-md-5 {
9841
    padding-top: 3rem !important;
11515
    padding-top: 3rem !important;
9842
    padding-bottom: 3rem !important;
11516
    padding-bottom: 3rem !important;
-
 
11517
  }
9843
  }
11518
 
9844
  .py-md-6 {
11519
  .py-md-6 {
9845
    padding-top: 4.5rem !important;
11520
    padding-top: 4.5rem !important;
9846
    padding-bottom: 4.5rem !important;
11521
    padding-bottom: 4.5rem !important;
-
 
11522
  }
9847
  }
11523
 
9848
  .py-md-7 {
11524
  .py-md-7 {
9849
    padding-top: 6rem !important;
11525
    padding-top: 6rem !important;
9850
    padding-bottom: 6rem !important;
11526
    padding-bottom: 6rem !important;
-
 
11527
  }
9851
  }
11528
 
9852
  .pt-md-0 {
11529
  .pt-md-0 {
9853
    padding-top: 0 !important;
11530
    padding-top: 0 !important;
-
 
11531
  }
9854
  }
11532
 
9855
  .pt-md-1 {
11533
  .pt-md-1 {
9856
    padding-top: 0.25rem !important;
11534
    padding-top: 0.25rem !important;
-
 
11535
  }
9857
  }
11536
 
9858
  .pt-md-2 {
11537
  .pt-md-2 {
9859
    padding-top: 0.5rem !important;
11538
    padding-top: 0.5rem !important;
-
 
11539
  }
9860
  }
11540
 
9861
  .pt-md-3 {
11541
  .pt-md-3 {
9862
    padding-top: 1rem !important;
11542
    padding-top: 1rem !important;
-
 
11543
  }
9863
  }
11544
 
9864
  .pt-md-4 {
11545
  .pt-md-4 {
9865
    padding-top: 1.5rem !important;
11546
    padding-top: 1.5rem !important;
-
 
11547
  }
9866
  }
11548
 
9867
  .pt-md-5 {
11549
  .pt-md-5 {
9868
    padding-top: 3rem !important;
11550
    padding-top: 3rem !important;
-
 
11551
  }
9869
  }
11552
 
9870
  .pt-md-6 {
11553
  .pt-md-6 {
9871
    padding-top: 4.5rem !important;
11554
    padding-top: 4.5rem !important;
-
 
11555
  }
9872
  }
11556
 
9873
  .pt-md-7 {
11557
  .pt-md-7 {
9874
    padding-top: 6rem !important;
11558
    padding-top: 6rem !important;
-
 
11559
  }
9875
  }
11560
 
9876
  .pe-md-0 {
11561
  .pe-md-0 {
9877
    padding-right: 0 !important;
11562
    padding-right: 0 !important;
-
 
11563
  }
9878
  }
11564
 
9879
  .pe-md-1 {
11565
  .pe-md-1 {
9880
    padding-right: 0.25rem !important;
11566
    padding-right: 0.25rem !important;
-
 
11567
  }
9881
  }
11568
 
9882
  .pe-md-2 {
11569
  .pe-md-2 {
9883
    padding-right: 0.5rem !important;
11570
    padding-right: 0.5rem !important;
-
 
11571
  }
9884
  }
11572
 
9885
  .pe-md-3 {
11573
  .pe-md-3 {
9886
    padding-right: 1rem !important;
11574
    padding-right: 1rem !important;
-
 
11575
  }
9887
  }
11576
 
9888
  .pe-md-4 {
11577
  .pe-md-4 {
9889
    padding-right: 1.5rem !important;
11578
    padding-right: 1.5rem !important;
-
 
11579
  }
9890
  }
11580
 
9891
  .pe-md-5 {
11581
  .pe-md-5 {
9892
    padding-right: 3rem !important;
11582
    padding-right: 3rem !important;
-
 
11583
  }
9893
  }
11584
 
9894
  .pe-md-6 {
11585
  .pe-md-6 {
9895
    padding-right: 4.5rem !important;
11586
    padding-right: 4.5rem !important;
-
 
11587
  }
9896
  }
11588
 
9897
  .pe-md-7 {
11589
  .pe-md-7 {
9898
    padding-right: 6rem !important;
11590
    padding-right: 6rem !important;
-
 
11591
  }
9899
  }
11592
 
9900
  .pb-md-0 {
11593
  .pb-md-0 {
9901
    padding-bottom: 0 !important;
11594
    padding-bottom: 0 !important;
-
 
11595
  }
9902
  }
11596
 
9903
  .pb-md-1 {
11597
  .pb-md-1 {
9904
    padding-bottom: 0.25rem !important;
11598
    padding-bottom: 0.25rem !important;
-
 
11599
  }
9905
  }
11600
 
9906
  .pb-md-2 {
11601
  .pb-md-2 {
9907
    padding-bottom: 0.5rem !important;
11602
    padding-bottom: 0.5rem !important;
-
 
11603
  }
9908
  }
11604
 
9909
  .pb-md-3 {
11605
  .pb-md-3 {
9910
    padding-bottom: 1rem !important;
11606
    padding-bottom: 1rem !important;
-
 
11607
  }
9911
  }
11608
 
9912
  .pb-md-4 {
11609
  .pb-md-4 {
9913
    padding-bottom: 1.5rem !important;
11610
    padding-bottom: 1.5rem !important;
-
 
11611
  }
9914
  }
11612
 
9915
  .pb-md-5 {
11613
  .pb-md-5 {
9916
    padding-bottom: 3rem !important;
11614
    padding-bottom: 3rem !important;
-
 
11615
  }
9917
  }
11616
 
9918
  .pb-md-6 {
11617
  .pb-md-6 {
9919
    padding-bottom: 4.5rem !important;
11618
    padding-bottom: 4.5rem !important;
-
 
11619
  }
9920
  }
11620
 
9921
  .pb-md-7 {
11621
  .pb-md-7 {
9922
    padding-bottom: 6rem !important;
11622
    padding-bottom: 6rem !important;
-
 
11623
  }
9923
  }
11624
 
9924
  .ps-md-0 {
11625
  .ps-md-0 {
9925
    padding-left: 0 !important;
11626
    padding-left: 0 !important;
-
 
11627
  }
9926
  }
11628
 
9927
  .ps-md-1 {
11629
  .ps-md-1 {
9928
    padding-left: 0.25rem !important;
11630
    padding-left: 0.25rem !important;
-
 
11631
  }
9929
  }
11632
 
9930
  .ps-md-2 {
11633
  .ps-md-2 {
9931
    padding-left: 0.5rem !important;
11634
    padding-left: 0.5rem !important;
-
 
11635
  }
9932
  }
11636
 
9933
  .ps-md-3 {
11637
  .ps-md-3 {
9934
    padding-left: 1rem !important;
11638
    padding-left: 1rem !important;
-
 
11639
  }
9935
  }
11640
 
9936
  .ps-md-4 {
11641
  .ps-md-4 {
9937
    padding-left: 1.5rem !important;
11642
    padding-left: 1.5rem !important;
-
 
11643
  }
9938
  }
11644
 
9939
  .ps-md-5 {
11645
  .ps-md-5 {
9940
    padding-left: 3rem !important;
11646
    padding-left: 3rem !important;
-
 
11647
  }
9941
  }
11648
 
9942
  .ps-md-6 {
11649
  .ps-md-6 {
9943
    padding-left: 4.5rem !important;
11650
    padding-left: 4.5rem !important;
-
 
11651
  }
9944
  }
11652
 
9945
  .ps-md-7 {
11653
  .ps-md-7 {
9946
    padding-left: 6rem !important;
11654
    padding-left: 6rem !important;
-
 
11655
  }
9947
  }
11656
 
9948
  .gap-md-0 {
11657
  .gap-md-0 {
9949
    gap: 0 !important;
11658
    gap: 0 !important;
-
 
11659
  }
9950
  }
11660
 
9951
  .gap-md-1 {
11661
  .gap-md-1 {
9952
    gap: 0.25rem !important;
11662
    gap: 0.25rem !important;
-
 
11663
  }
9953
  }
11664
 
9954
  .gap-md-2 {
11665
  .gap-md-2 {
9955
    gap: 0.5rem !important;
11666
    gap: 0.5rem !important;
-
 
11667
  }
9956
  }
11668
 
9957
  .gap-md-3 {
11669
  .gap-md-3 {
9958
    gap: 1rem !important;
11670
    gap: 1rem !important;
-
 
11671
  }
9959
  }
11672
 
9960
  .gap-md-4 {
11673
  .gap-md-4 {
9961
    gap: 1.5rem !important;
11674
    gap: 1.5rem !important;
-
 
11675
  }
9962
  }
11676
 
9963
  .gap-md-5 {
11677
  .gap-md-5 {
9964
    gap: 3rem !important;
11678
    gap: 3rem !important;
-
 
11679
  }
9965
  }
11680
 
9966
  .gap-md-6 {
11681
  .gap-md-6 {
9967
    gap: 4.5rem !important;
11682
    gap: 4.5rem !important;
-
 
11683
  }
9968
  }
11684
 
9969
  .gap-md-7 {
11685
  .gap-md-7 {
9970
    gap: 6rem !important;
11686
    gap: 6rem !important;
-
 
11687
  }
9971
  }
11688
 
9972
  .text-md-start {
11689
  .text-md-start {
9973
    text-align: left !important;
11690
    text-align: left !important;
-
 
11691
  }
9974
  }
11692
 
9975
  .text-md-end {
11693
  .text-md-end {
9976
    text-align: right !important;
11694
    text-align: right !important;
-
 
11695
  }
9977
  }
11696
 
9978
  .text-md-center {
11697
  .text-md-center {
9979
    text-align: center !important;
11698
    text-align: center !important;
9980
  }
11699
  }
-
 
11700
}
9981
}
11701
 
9982
@media (min-width: 992px) {
11702
@media (min-width: 992px) {
9983
  .float-lg-start {
11703
  .float-lg-start {
9984
    float: left !important;
11704
    float: left !important;
-
 
11705
  }
9985
  }
11706
 
9986
  .float-lg-end {
11707
  .float-lg-end {
9987
    float: right !important;
11708
    float: right !important;
-
 
11709
  }
9988
  }
11710
 
9989
  .float-lg-none {
11711
  .float-lg-none {
9990
    float: none !important;
11712
    float: none !important;
-
 
11713
  }
9991
  }
11714
 
9992
  .d-lg-inline {
11715
  .d-lg-inline {
9993
    display: inline !important;
11716
    display: inline !important;
-
 
11717
  }
9994
  }
11718
 
9995
  .d-lg-inline-block {
11719
  .d-lg-inline-block {
9996
    display: inline-block !important;
11720
    display: inline-block !important;
-
 
11721
  }
9997
  }
11722
 
9998
  .d-lg-block {
11723
  .d-lg-block {
9999
    display: block !important;
11724
    display: block !important;
-
 
11725
  }
10000
  }
11726
 
10001
  .d-lg-grid {
11727
  .d-lg-grid {
10002
    display: grid !important;
11728
    display: grid !important;
-
 
11729
  }
10003
  }
11730
 
10004
  .d-lg-table {
11731
  .d-lg-table {
10005
    display: table !important;
11732
    display: table !important;
-
 
11733
  }
10006
  }
11734
 
10007
  .d-lg-table-row {
11735
  .d-lg-table-row {
10008
    display: table-row !important;
11736
    display: table-row !important;
-
 
11737
  }
10009
  }
11738
 
10010
  .d-lg-table-cell {
11739
  .d-lg-table-cell {
10011
    display: table-cell !important;
11740
    display: table-cell !important;
-
 
11741
  }
10012
  }
11742
 
10013
  .d-lg-flex {
11743
  .d-lg-flex {
10014
    display: flex !important;
11744
    display: flex !important;
-
 
11745
  }
10015
  }
11746
 
10016
  .d-lg-inline-flex {
11747
  .d-lg-inline-flex {
10017
    display: inline-flex !important;
11748
    display: inline-flex !important;
-
 
11749
  }
10018
  }
11750
 
10019
  .d-lg-none {
11751
  .d-lg-none {
10020
    display: none !important;
11752
    display: none !important;
-
 
11753
  }
10021
  }
11754
 
10022
  .border-lg {
11755
  .border-lg {
10023
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
11756
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
-
 
11757
  }
10024
  }
11758
 
10025
  .border-lg-0 {
11759
  .border-lg-0 {
10026
    border: 0 !important;
11760
    border: 0 !important;
-
 
11761
  }
10027
  }
11762
 
10028
  .border-top-lg {
11763
  .border-top-lg {
10029
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
11764
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
-
 
11765
  }
10030
  }
11766
 
10031
  .border-top-lg-0 {
11767
  .border-top-lg-0 {
10032
    border-top: 0 !important;
11768
    border-top: 0 !important;
-
 
11769
  }
10033
  }
11770
 
10034
  .border-end-lg {
11771
  .border-end-lg {
10035
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
11772
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
-
 
11773
  }
10036
  }
11774
 
10037
  .border-end-lg-0 {
11775
  .border-end-lg-0 {
10038
    border-right: 0 !important;
11776
    border-right: 0 !important;
-
 
11777
  }
10039
  }
11778
 
10040
  .border-bottom-lg {
11779
  .border-bottom-lg {
10041
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
11780
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
-
 
11781
  }
10042
  }
11782
 
10043
  .border-bottom-lg-0 {
11783
  .border-bottom-lg-0 {
10044
    border-bottom: 0 !important;
11784
    border-bottom: 0 !important;
-
 
11785
  }
10045
  }
11786
 
10046
  .border-start-lg {
11787
  .border-start-lg {
10047
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
11788
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
-
 
11789
  }
10048
  }
11790
 
10049
  .border-start-lg-0 {
11791
  .border-start-lg-0 {
10050
    border-left: 0 !important;
11792
    border-left: 0 !important;
-
 
11793
  }
10051
  }
11794
 
10052
  .flex-lg-fill {
11795
  .flex-lg-fill {
10053
    flex: 1 1 auto !important;
11796
    flex: 1 1 auto !important;
-
 
11797
  }
10054
  }
11798
 
10055
  .flex-lg-row {
11799
  .flex-lg-row {
10056
    flex-direction: row !important;
11800
    flex-direction: row !important;
-
 
11801
  }
10057
  }
11802
 
10058
  .flex-lg-column {
11803
  .flex-lg-column {
10059
    flex-direction: column !important;
11804
    flex-direction: column !important;
-
 
11805
  }
10060
  }
11806
 
10061
  .flex-lg-row-reverse {
11807
  .flex-lg-row-reverse {
10062
    flex-direction: row-reverse !important;
11808
    flex-direction: row-reverse !important;
-
 
11809
  }
10063
  }
11810
 
10064
  .flex-lg-column-reverse {
11811
  .flex-lg-column-reverse {
10065
    flex-direction: column-reverse !important;
11812
    flex-direction: column-reverse !important;
-
 
11813
  }
10066
  }
11814
 
10067
  .flex-lg-grow-0 {
11815
  .flex-lg-grow-0 {
10068
    flex-grow: 0 !important;
11816
    flex-grow: 0 !important;
-
 
11817
  }
10069
  }
11818
 
10070
  .flex-lg-grow-1 {
11819
  .flex-lg-grow-1 {
10071
    flex-grow: 1 !important;
11820
    flex-grow: 1 !important;
-
 
11821
  }
10072
  }
11822
 
10073
  .flex-lg-shrink-0 {
11823
  .flex-lg-shrink-0 {
10074
    flex-shrink: 0 !important;
11824
    flex-shrink: 0 !important;
-
 
11825
  }
10075
  }
11826
 
10076
  .flex-lg-shrink-1 {
11827
  .flex-lg-shrink-1 {
10077
    flex-shrink: 1 !important;
11828
    flex-shrink: 1 !important;
-
 
11829
  }
10078
  }
11830
 
10079
  .flex-lg-wrap {
11831
  .flex-lg-wrap {
10080
    flex-wrap: wrap !important;
11832
    flex-wrap: wrap !important;
-
 
11833
  }
10081
  }
11834
 
10082
  .flex-lg-nowrap {
11835
  .flex-lg-nowrap {
10083
    flex-wrap: nowrap !important;
11836
    flex-wrap: nowrap !important;
-
 
11837
  }
10084
  }
11838
 
10085
  .flex-lg-wrap-reverse {
11839
  .flex-lg-wrap-reverse {
10086
    flex-wrap: wrap-reverse !important;
11840
    flex-wrap: wrap-reverse !important;
-
 
11841
  }
10087
  }
11842
 
10088
  .justify-content-lg-start {
11843
  .justify-content-lg-start {
10089
    justify-content: flex-start !important;
11844
    justify-content: flex-start !important;
-
 
11845
  }
10090
  }
11846
 
10091
  .justify-content-lg-end {
11847
  .justify-content-lg-end {
10092
    justify-content: flex-end !important;
11848
    justify-content: flex-end !important;
-
 
11849
  }
10093
  }
11850
 
10094
  .justify-content-lg-center {
11851
  .justify-content-lg-center {
10095
    justify-content: center !important;
11852
    justify-content: center !important;
-
 
11853
  }
10096
  }
11854
 
10097
  .justify-content-lg-between {
11855
  .justify-content-lg-between {
10098
    justify-content: space-between !important;
11856
    justify-content: space-between !important;
-
 
11857
  }
10099
  }
11858
 
10100
  .justify-content-lg-around {
11859
  .justify-content-lg-around {
10101
    justify-content: space-around !important;
11860
    justify-content: space-around !important;
-
 
11861
  }
10102
  }
11862
 
10103
  .justify-content-lg-evenly {
11863
  .justify-content-lg-evenly {
10104
    justify-content: space-evenly !important;
11864
    justify-content: space-evenly !important;
-
 
11865
  }
10105
  }
11866
 
10106
  .align-items-lg-start {
11867
  .align-items-lg-start {
10107
    align-items: flex-start !important;
11868
    align-items: flex-start !important;
-
 
11869
  }
10108
  }
11870
 
10109
  .align-items-lg-end {
11871
  .align-items-lg-end {
10110
    align-items: flex-end !important;
11872
    align-items: flex-end !important;
-
 
11873
  }
10111
  }
11874
 
10112
  .align-items-lg-center {
11875
  .align-items-lg-center {
10113
    align-items: center !important;
11876
    align-items: center !important;
-
 
11877
  }
10114
  }
11878
 
10115
  .align-items-lg-baseline {
11879
  .align-items-lg-baseline {
10116
    align-items: baseline !important;
11880
    align-items: baseline !important;
-
 
11881
  }
10117
  }
11882
 
10118
  .align-items-lg-stretch {
11883
  .align-items-lg-stretch {
10119
    align-items: stretch !important;
11884
    align-items: stretch !important;
-
 
11885
  }
10120
  }
11886
 
10121
  .align-content-lg-start {
11887
  .align-content-lg-start {
10122
    align-content: flex-start !important;
11888
    align-content: flex-start !important;
-
 
11889
  }
10123
  }
11890
 
10124
  .align-content-lg-end {
11891
  .align-content-lg-end {
10125
    align-content: flex-end !important;
11892
    align-content: flex-end !important;
-
 
11893
  }
10126
  }
11894
 
10127
  .align-content-lg-center {
11895
  .align-content-lg-center {
10128
    align-content: center !important;
11896
    align-content: center !important;
-
 
11897
  }
10129
  }
11898
 
10130
  .align-content-lg-between {
11899
  .align-content-lg-between {
10131
    align-content: space-between !important;
11900
    align-content: space-between !important;
-
 
11901
  }
10132
  }
11902
 
10133
  .align-content-lg-around {
11903
  .align-content-lg-around {
10134
    align-content: space-around !important;
11904
    align-content: space-around !important;
-
 
11905
  }
10135
  }
11906
 
10136
  .align-content-lg-stretch {
11907
  .align-content-lg-stretch {
10137
    align-content: stretch !important;
11908
    align-content: stretch !important;
-
 
11909
  }
10138
  }
11910
 
10139
  .align-self-lg-auto {
11911
  .align-self-lg-auto {
10140
    align-self: auto !important;
11912
    align-self: auto !important;
-
 
11913
  }
10141
  }
11914
 
10142
  .align-self-lg-start {
11915
  .align-self-lg-start {
10143
    align-self: flex-start !important;
11916
    align-self: flex-start !important;
-
 
11917
  }
10144
  }
11918
 
10145
  .align-self-lg-end {
11919
  .align-self-lg-end {
10146
    align-self: flex-end !important;
11920
    align-self: flex-end !important;
-
 
11921
  }
10147
  }
11922
 
10148
  .align-self-lg-center {
11923
  .align-self-lg-center {
10149
    align-self: center !important;
11924
    align-self: center !important;
-
 
11925
  }
10150
  }
11926
 
10151
  .align-self-lg-baseline {
11927
  .align-self-lg-baseline {
10152
    align-self: baseline !important;
11928
    align-self: baseline !important;
-
 
11929
  }
10153
  }
11930
 
10154
  .align-self-lg-stretch {
11931
  .align-self-lg-stretch {
10155
    align-self: stretch !important;
11932
    align-self: stretch !important;
-
 
11933
  }
10156
  }
11934
 
10157
  .order-lg-first {
11935
  .order-lg-first {
10158
    order: -1 !important;
11936
    order: -1 !important;
-
 
11937
  }
10159
  }
11938
 
10160
  .order-lg-0 {
11939
  .order-lg-0 {
10161
    order: 0 !important;
11940
    order: 0 !important;
-
 
11941
  }
10162
  }
11942
 
10163
  .order-lg-1 {
11943
  .order-lg-1 {
10164
    order: 1 !important;
11944
    order: 1 !important;
-
 
11945
  }
10165
  }
11946
 
10166
  .order-lg-2 {
11947
  .order-lg-2 {
10167
    order: 2 !important;
11948
    order: 2 !important;
-
 
11949
  }
10168
  }
11950
 
10169
  .order-lg-3 {
11951
  .order-lg-3 {
10170
    order: 3 !important;
11952
    order: 3 !important;
-
 
11953
  }
10171
  }
11954
 
10172
  .order-lg-4 {
11955
  .order-lg-4 {
10173
    order: 4 !important;
11956
    order: 4 !important;
-
 
11957
  }
10174
  }
11958
 
10175
  .order-lg-5 {
11959
  .order-lg-5 {
10176
    order: 5 !important;
11960
    order: 5 !important;
-
 
11961
  }
10177
  }
11962
 
10178
  .order-lg-last {
11963
  .order-lg-last {
10179
    order: 6 !important;
11964
    order: 6 !important;
-
 
11965
  }
10180
  }
11966
 
10181
  .m-lg-0 {
11967
  .m-lg-0 {
10182
    margin: 0 !important;
11968
    margin: 0 !important;
-
 
11969
  }
10183
  }
11970
 
10184
  .m-lg-1 {
11971
  .m-lg-1 {
10185
    margin: 0.25rem !important;
11972
    margin: 0.25rem !important;
-
 
11973
  }
10186
  }
11974
 
10187
  .m-lg-2 {
11975
  .m-lg-2 {
10188
    margin: 0.5rem !important;
11976
    margin: 0.5rem !important;
-
 
11977
  }
10189
  }
11978
 
10190
  .m-lg-3 {
11979
  .m-lg-3 {
10191
    margin: 1rem !important;
11980
    margin: 1rem !important;
-
 
11981
  }
10192
  }
11982
 
10193
  .m-lg-4 {
11983
  .m-lg-4 {
10194
    margin: 1.5rem !important;
11984
    margin: 1.5rem !important;
-
 
11985
  }
10195
  }
11986
 
10196
  .m-lg-5 {
11987
  .m-lg-5 {
10197
    margin: 3rem !important;
11988
    margin: 3rem !important;
-
 
11989
  }
10198
  }
11990
 
10199
  .m-lg-6 {
11991
  .m-lg-6 {
10200
    margin: 4.5rem !important;
11992
    margin: 4.5rem !important;
-
 
11993
  }
10201
  }
11994
 
10202
  .m-lg-7 {
11995
  .m-lg-7 {
10203
    margin: 6rem !important;
11996
    margin: 6rem !important;
-
 
11997
  }
10204
  }
11998
 
10205
  .m-lg-auto {
11999
  .m-lg-auto {
10206
    margin: auto !important;
12000
    margin: auto !important;
-
 
12001
  }
10207
  }
12002
 
10208
  .mx-lg-0 {
12003
  .mx-lg-0 {
10209
    margin-right: 0 !important;
12004
    margin-right: 0 !important;
10210
    margin-left: 0 !important;
12005
    margin-left: 0 !important;
-
 
12006
  }
10211
  }
12007
 
10212
  .mx-lg-1 {
12008
  .mx-lg-1 {
10213
    margin-right: 0.25rem !important;
12009
    margin-right: 0.25rem !important;
10214
    margin-left: 0.25rem !important;
12010
    margin-left: 0.25rem !important;
-
 
12011
  }
10215
  }
12012
 
10216
  .mx-lg-2 {
12013
  .mx-lg-2 {
10217
    margin-right: 0.5rem !important;
12014
    margin-right: 0.5rem !important;
10218
    margin-left: 0.5rem !important;
12015
    margin-left: 0.5rem !important;
-
 
12016
  }
10219
  }
12017
 
10220
  .mx-lg-3 {
12018
  .mx-lg-3 {
10221
    margin-right: 1rem !important;
12019
    margin-right: 1rem !important;
10222
    margin-left: 1rem !important;
12020
    margin-left: 1rem !important;
-
 
12021
  }
10223
  }
12022
 
10224
  .mx-lg-4 {
12023
  .mx-lg-4 {
10225
    margin-right: 1.5rem !important;
12024
    margin-right: 1.5rem !important;
10226
    margin-left: 1.5rem !important;
12025
    margin-left: 1.5rem !important;
-
 
12026
  }
10227
  }
12027
 
10228
  .mx-lg-5 {
12028
  .mx-lg-5 {
10229
    margin-right: 3rem !important;
12029
    margin-right: 3rem !important;
10230
    margin-left: 3rem !important;
12030
    margin-left: 3rem !important;
-
 
12031
  }
10231
  }
12032
 
10232
  .mx-lg-6 {
12033
  .mx-lg-6 {
10233
    margin-right: 4.5rem !important;
12034
    margin-right: 4.5rem !important;
10234
    margin-left: 4.5rem !important;
12035
    margin-left: 4.5rem !important;
-
 
12036
  }
10235
  }
12037
 
10236
  .mx-lg-7 {
12038
  .mx-lg-7 {
10237
    margin-right: 6rem !important;
12039
    margin-right: 6rem !important;
10238
    margin-left: 6rem !important;
12040
    margin-left: 6rem !important;
-
 
12041
  }
10239
  }
12042
 
10240
  .mx-lg-auto {
12043
  .mx-lg-auto {
10241
    margin-right: auto !important;
12044
    margin-right: auto !important;
10242
    margin-left: auto !important;
12045
    margin-left: auto !important;
-
 
12046
  }
10243
  }
12047
 
10244
  .my-lg-0 {
12048
  .my-lg-0 {
10245
    margin-top: 0 !important;
12049
    margin-top: 0 !important;
10246
    margin-bottom: 0 !important;
12050
    margin-bottom: 0 !important;
-
 
12051
  }
10247
  }
12052
 
10248
  .my-lg-1 {
12053
  .my-lg-1 {
10249
    margin-top: 0.25rem !important;
12054
    margin-top: 0.25rem !important;
10250
    margin-bottom: 0.25rem !important;
12055
    margin-bottom: 0.25rem !important;
-
 
12056
  }
10251
  }
12057
 
10252
  .my-lg-2 {
12058
  .my-lg-2 {
10253
    margin-top: 0.5rem !important;
12059
    margin-top: 0.5rem !important;
10254
    margin-bottom: 0.5rem !important;
12060
    margin-bottom: 0.5rem !important;
-
 
12061
  }
10255
  }
12062
 
10256
  .my-lg-3 {
12063
  .my-lg-3 {
10257
    margin-top: 1rem !important;
12064
    margin-top: 1rem !important;
10258
    margin-bottom: 1rem !important;
12065
    margin-bottom: 1rem !important;
-
 
12066
  }
10259
  }
12067
 
10260
  .my-lg-4 {
12068
  .my-lg-4 {
10261
    margin-top: 1.5rem !important;
12069
    margin-top: 1.5rem !important;
10262
    margin-bottom: 1.5rem !important;
12070
    margin-bottom: 1.5rem !important;
-
 
12071
  }
10263
  }
12072
 
10264
  .my-lg-5 {
12073
  .my-lg-5 {
10265
    margin-top: 3rem !important;
12074
    margin-top: 3rem !important;
10266
    margin-bottom: 3rem !important;
12075
    margin-bottom: 3rem !important;
-
 
12076
  }
10267
  }
12077
 
10268
  .my-lg-6 {
12078
  .my-lg-6 {
10269
    margin-top: 4.5rem !important;
12079
    margin-top: 4.5rem !important;
10270
    margin-bottom: 4.5rem !important;
12080
    margin-bottom: 4.5rem !important;
-
 
12081
  }
10271
  }
12082
 
10272
  .my-lg-7 {
12083
  .my-lg-7 {
10273
    margin-top: 6rem !important;
12084
    margin-top: 6rem !important;
10274
    margin-bottom: 6rem !important;
12085
    margin-bottom: 6rem !important;
-
 
12086
  }
10275
  }
12087
 
10276
  .my-lg-auto {
12088
  .my-lg-auto {
10277
    margin-top: auto !important;
12089
    margin-top: auto !important;
10278
    margin-bottom: auto !important;
12090
    margin-bottom: auto !important;
-
 
12091
  }
10279
  }
12092
 
10280
  .mt-lg-0 {
12093
  .mt-lg-0 {
10281
    margin-top: 0 !important;
12094
    margin-top: 0 !important;
-
 
12095
  }
10282
  }
12096
 
10283
  .mt-lg-1 {
12097
  .mt-lg-1 {
10284
    margin-top: 0.25rem !important;
12098
    margin-top: 0.25rem !important;
-
 
12099
  }
10285
  }
12100
 
10286
  .mt-lg-2 {
12101
  .mt-lg-2 {
10287
    margin-top: 0.5rem !important;
12102
    margin-top: 0.5rem !important;
-
 
12103
  }
10288
  }
12104
 
10289
  .mt-lg-3 {
12105
  .mt-lg-3 {
10290
    margin-top: 1rem !important;
12106
    margin-top: 1rem !important;
-
 
12107
  }
10291
  }
12108
 
10292
  .mt-lg-4 {
12109
  .mt-lg-4 {
10293
    margin-top: 1.5rem !important;
12110
    margin-top: 1.5rem !important;
-
 
12111
  }
10294
  }
12112
 
10295
  .mt-lg-5 {
12113
  .mt-lg-5 {
10296
    margin-top: 3rem !important;
12114
    margin-top: 3rem !important;
-
 
12115
  }
10297
  }
12116
 
10298
  .mt-lg-6 {
12117
  .mt-lg-6 {
10299
    margin-top: 4.5rem !important;
12118
    margin-top: 4.5rem !important;
-
 
12119
  }
10300
  }
12120
 
10301
  .mt-lg-7 {
12121
  .mt-lg-7 {
10302
    margin-top: 6rem !important;
12122
    margin-top: 6rem !important;
-
 
12123
  }
10303
  }
12124
 
10304
  .mt-lg-auto {
12125
  .mt-lg-auto {
10305
    margin-top: auto !important;
12126
    margin-top: auto !important;
-
 
12127
  }
10306
  }
12128
 
10307
  .me-lg-0 {
12129
  .me-lg-0 {
10308
    margin-right: 0 !important;
12130
    margin-right: 0 !important;
-
 
12131
  }
10309
  }
12132
 
10310
  .me-lg-1 {
12133
  .me-lg-1 {
10311
    margin-right: 0.25rem !important;
12134
    margin-right: 0.25rem !important;
-
 
12135
  }
10312
  }
12136
 
10313
  .me-lg-2 {
12137
  .me-lg-2 {
10314
    margin-right: 0.5rem !important;
12138
    margin-right: 0.5rem !important;
-
 
12139
  }
10315
  }
12140
 
10316
  .me-lg-3 {
12141
  .me-lg-3 {
10317
    margin-right: 1rem !important;
12142
    margin-right: 1rem !important;
-
 
12143
  }
10318
  }
12144
 
10319
  .me-lg-4 {
12145
  .me-lg-4 {
10320
    margin-right: 1.5rem !important;
12146
    margin-right: 1.5rem !important;
-
 
12147
  }
10321
  }
12148
 
10322
  .me-lg-5 {
12149
  .me-lg-5 {
10323
    margin-right: 3rem !important;
12150
    margin-right: 3rem !important;
-
 
12151
  }
10324
  }
12152
 
10325
  .me-lg-6 {
12153
  .me-lg-6 {
10326
    margin-right: 4.5rem !important;
12154
    margin-right: 4.5rem !important;
-
 
12155
  }
10327
  }
12156
 
10328
  .me-lg-7 {
12157
  .me-lg-7 {
10329
    margin-right: 6rem !important;
12158
    margin-right: 6rem !important;
-
 
12159
  }
10330
  }
12160
 
10331
  .me-lg-auto {
12161
  .me-lg-auto {
10332
    margin-right: auto !important;
12162
    margin-right: auto !important;
-
 
12163
  }
10333
  }
12164
 
10334
  .mb-lg-0 {
12165
  .mb-lg-0 {
10335
    margin-bottom: 0 !important;
12166
    margin-bottom: 0 !important;
-
 
12167
  }
10336
  }
12168
 
10337
  .mb-lg-1 {
12169
  .mb-lg-1 {
10338
    margin-bottom: 0.25rem !important;
12170
    margin-bottom: 0.25rem !important;
-
 
12171
  }
10339
  }
12172
 
10340
  .mb-lg-2 {
12173
  .mb-lg-2 {
10341
    margin-bottom: 0.5rem !important;
12174
    margin-bottom: 0.5rem !important;
-
 
12175
  }
10342
  }
12176
 
10343
  .mb-lg-3 {
12177
  .mb-lg-3 {
10344
    margin-bottom: 1rem !important;
12178
    margin-bottom: 1rem !important;
-
 
12179
  }
10345
  }
12180
 
10346
  .mb-lg-4 {
12181
  .mb-lg-4 {
10347
    margin-bottom: 1.5rem !important;
12182
    margin-bottom: 1.5rem !important;
-
 
12183
  }
10348
  }
12184
 
10349
  .mb-lg-5 {
12185
  .mb-lg-5 {
10350
    margin-bottom: 3rem !important;
12186
    margin-bottom: 3rem !important;
-
 
12187
  }
10351
  }
12188
 
10352
  .mb-lg-6 {
12189
  .mb-lg-6 {
10353
    margin-bottom: 4.5rem !important;
12190
    margin-bottom: 4.5rem !important;
-
 
12191
  }
10354
  }
12192
 
10355
  .mb-lg-7 {
12193
  .mb-lg-7 {
10356
    margin-bottom: 6rem !important;
12194
    margin-bottom: 6rem !important;
-
 
12195
  }
10357
  }
12196
 
10358
  .mb-lg-auto {
12197
  .mb-lg-auto {
10359
    margin-bottom: auto !important;
12198
    margin-bottom: auto !important;
-
 
12199
  }
10360
  }
12200
 
10361
  .ms-lg-0 {
12201
  .ms-lg-0 {
10362
    margin-left: 0 !important;
12202
    margin-left: 0 !important;
-
 
12203
  }
10363
  }
12204
 
10364
  .ms-lg-1 {
12205
  .ms-lg-1 {
10365
    margin-left: 0.25rem !important;
12206
    margin-left: 0.25rem !important;
-
 
12207
  }
10366
  }
12208
 
10367
  .ms-lg-2 {
12209
  .ms-lg-2 {
10368
    margin-left: 0.5rem !important;
12210
    margin-left: 0.5rem !important;
-
 
12211
  }
10369
  }
12212
 
10370
  .ms-lg-3 {
12213
  .ms-lg-3 {
10371
    margin-left: 1rem !important;
12214
    margin-left: 1rem !important;
-
 
12215
  }
10372
  }
12216
 
10373
  .ms-lg-4 {
12217
  .ms-lg-4 {
10374
    margin-left: 1.5rem !important;
12218
    margin-left: 1.5rem !important;
-
 
12219
  }
10375
  }
12220
 
10376
  .ms-lg-5 {
12221
  .ms-lg-5 {
10377
    margin-left: 3rem !important;
12222
    margin-left: 3rem !important;
-
 
12223
  }
10378
  }
12224
 
10379
  .ms-lg-6 {
12225
  .ms-lg-6 {
10380
    margin-left: 4.5rem !important;
12226
    margin-left: 4.5rem !important;
-
 
12227
  }
10381
  }
12228
 
10382
  .ms-lg-7 {
12229
  .ms-lg-7 {
10383
    margin-left: 6rem !important;
12230
    margin-left: 6rem !important;
-
 
12231
  }
10384
  }
12232
 
10385
  .ms-lg-auto {
12233
  .ms-lg-auto {
10386
    margin-left: auto !important;
12234
    margin-left: auto !important;
-
 
12235
  }
10387
  }
12236
 
10388
  .m-lg-n1 {
12237
  .m-lg-n1 {
10389
    margin: -0.25rem !important;
12238
    margin: -0.25rem !important;
-
 
12239
  }
10390
  }
12240
 
10391
  .m-lg-n2 {
12241
  .m-lg-n2 {
10392
    margin: -0.5rem !important;
12242
    margin: -0.5rem !important;
-
 
12243
  }
10393
  }
12244
 
10394
  .m-lg-n3 {
12245
  .m-lg-n3 {
10395
    margin: -1rem !important;
12246
    margin: -1rem !important;
-
 
12247
  }
10396
  }
12248
 
10397
  .m-lg-n4 {
12249
  .m-lg-n4 {
10398
    margin: -1.5rem !important;
12250
    margin: -1.5rem !important;
-
 
12251
  }
10399
  }
12252
 
10400
  .m-lg-n5 {
12253
  .m-lg-n5 {
10401
    margin: -3rem !important;
12254
    margin: -3rem !important;
-
 
12255
  }
10402
  }
12256
 
10403
  .m-lg-n6 {
12257
  .m-lg-n6 {
10404
    margin: -4.5rem !important;
12258
    margin: -4.5rem !important;
-
 
12259
  }
10405
  }
12260
 
10406
  .m-lg-n7 {
12261
  .m-lg-n7 {
10407
    margin: -6rem !important;
12262
    margin: -6rem !important;
-
 
12263
  }
10408
  }
12264
 
10409
  .mx-lg-n1 {
12265
  .mx-lg-n1 {
10410
    margin-right: -0.25rem !important;
12266
    margin-right: -0.25rem !important;
10411
    margin-left: -0.25rem !important;
12267
    margin-left: -0.25rem !important;
-
 
12268
  }
10412
  }
12269
 
10413
  .mx-lg-n2 {
12270
  .mx-lg-n2 {
10414
    margin-right: -0.5rem !important;
12271
    margin-right: -0.5rem !important;
10415
    margin-left: -0.5rem !important;
12272
    margin-left: -0.5rem !important;
-
 
12273
  }
10416
  }
12274
 
10417
  .mx-lg-n3 {
12275
  .mx-lg-n3 {
10418
    margin-right: -1rem !important;
12276
    margin-right: -1rem !important;
10419
    margin-left: -1rem !important;
12277
    margin-left: -1rem !important;
-
 
12278
  }
10420
  }
12279
 
10421
  .mx-lg-n4 {
12280
  .mx-lg-n4 {
10422
    margin-right: -1.5rem !important;
12281
    margin-right: -1.5rem !important;
10423
    margin-left: -1.5rem !important;
12282
    margin-left: -1.5rem !important;
-
 
12283
  }
10424
  }
12284
 
10425
  .mx-lg-n5 {
12285
  .mx-lg-n5 {
10426
    margin-right: -3rem !important;
12286
    margin-right: -3rem !important;
10427
    margin-left: -3rem !important;
12287
    margin-left: -3rem !important;
-
 
12288
  }
10428
  }
12289
 
10429
  .mx-lg-n6 {
12290
  .mx-lg-n6 {
10430
    margin-right: -4.5rem !important;
12291
    margin-right: -4.5rem !important;
10431
    margin-left: -4.5rem !important;
12292
    margin-left: -4.5rem !important;
-
 
12293
  }
10432
  }
12294
 
10433
  .mx-lg-n7 {
12295
  .mx-lg-n7 {
10434
    margin-right: -6rem !important;
12296
    margin-right: -6rem !important;
10435
    margin-left: -6rem !important;
12297
    margin-left: -6rem !important;
-
 
12298
  }
10436
  }
12299
 
10437
  .my-lg-n1 {
12300
  .my-lg-n1 {
10438
    margin-top: -0.25rem !important;
12301
    margin-top: -0.25rem !important;
10439
    margin-bottom: -0.25rem !important;
12302
    margin-bottom: -0.25rem !important;
-
 
12303
  }
10440
  }
12304
 
10441
  .my-lg-n2 {
12305
  .my-lg-n2 {
10442
    margin-top: -0.5rem !important;
12306
    margin-top: -0.5rem !important;
10443
    margin-bottom: -0.5rem !important;
12307
    margin-bottom: -0.5rem !important;
-
 
12308
  }
10444
  }
12309
 
10445
  .my-lg-n3 {
12310
  .my-lg-n3 {
10446
    margin-top: -1rem !important;
12311
    margin-top: -1rem !important;
10447
    margin-bottom: -1rem !important;
12312
    margin-bottom: -1rem !important;
-
 
12313
  }
10448
  }
12314
 
10449
  .my-lg-n4 {
12315
  .my-lg-n4 {
10450
    margin-top: -1.5rem !important;
12316
    margin-top: -1.5rem !important;
10451
    margin-bottom: -1.5rem !important;
12317
    margin-bottom: -1.5rem !important;
-
 
12318
  }
10452
  }
12319
 
10453
  .my-lg-n5 {
12320
  .my-lg-n5 {
10454
    margin-top: -3rem !important;
12321
    margin-top: -3rem !important;
10455
    margin-bottom: -3rem !important;
12322
    margin-bottom: -3rem !important;
-
 
12323
  }
10456
  }
12324
 
10457
  .my-lg-n6 {
12325
  .my-lg-n6 {
10458
    margin-top: -4.5rem !important;
12326
    margin-top: -4.5rem !important;
10459
    margin-bottom: -4.5rem !important;
12327
    margin-bottom: -4.5rem !important;
-
 
12328
  }
10460
  }
12329
 
10461
  .my-lg-n7 {
12330
  .my-lg-n7 {
10462
    margin-top: -6rem !important;
12331
    margin-top: -6rem !important;
10463
    margin-bottom: -6rem !important;
12332
    margin-bottom: -6rem !important;
-
 
12333
  }
10464
  }
12334
 
10465
  .mt-lg-n1 {
12335
  .mt-lg-n1 {
10466
    margin-top: -0.25rem !important;
12336
    margin-top: -0.25rem !important;
-
 
12337
  }
10467
  }
12338
 
10468
  .mt-lg-n2 {
12339
  .mt-lg-n2 {
10469
    margin-top: -0.5rem !important;
12340
    margin-top: -0.5rem !important;
-
 
12341
  }
10470
  }
12342
 
10471
  .mt-lg-n3 {
12343
  .mt-lg-n3 {
10472
    margin-top: -1rem !important;
12344
    margin-top: -1rem !important;
-
 
12345
  }
10473
  }
12346
 
10474
  .mt-lg-n4 {
12347
  .mt-lg-n4 {
10475
    margin-top: -1.5rem !important;
12348
    margin-top: -1.5rem !important;
-
 
12349
  }
10476
  }
12350
 
10477
  .mt-lg-n5 {
12351
  .mt-lg-n5 {
10478
    margin-top: -3rem !important;
12352
    margin-top: -3rem !important;
-
 
12353
  }
10479
  }
12354
 
10480
  .mt-lg-n6 {
12355
  .mt-lg-n6 {
10481
    margin-top: -4.5rem !important;
12356
    margin-top: -4.5rem !important;
-
 
12357
  }
10482
  }
12358
 
10483
  .mt-lg-n7 {
12359
  .mt-lg-n7 {
10484
    margin-top: -6rem !important;
12360
    margin-top: -6rem !important;
-
 
12361
  }
10485
  }
12362
 
10486
  .me-lg-n1 {
12363
  .me-lg-n1 {
10487
    margin-right: -0.25rem !important;
12364
    margin-right: -0.25rem !important;
-
 
12365
  }
10488
  }
12366
 
10489
  .me-lg-n2 {
12367
  .me-lg-n2 {
10490
    margin-right: -0.5rem !important;
12368
    margin-right: -0.5rem !important;
-
 
12369
  }
10491
  }
12370
 
10492
  .me-lg-n3 {
12371
  .me-lg-n3 {
10493
    margin-right: -1rem !important;
12372
    margin-right: -1rem !important;
-
 
12373
  }
10494
  }
12374
 
10495
  .me-lg-n4 {
12375
  .me-lg-n4 {
10496
    margin-right: -1.5rem !important;
12376
    margin-right: -1.5rem !important;
-
 
12377
  }
10497
  }
12378
 
10498
  .me-lg-n5 {
12379
  .me-lg-n5 {
10499
    margin-right: -3rem !important;
12380
    margin-right: -3rem !important;
-
 
12381
  }
10500
  }
12382
 
10501
  .me-lg-n6 {
12383
  .me-lg-n6 {
10502
    margin-right: -4.5rem !important;
12384
    margin-right: -4.5rem !important;
-
 
12385
  }
10503
  }
12386
 
10504
  .me-lg-n7 {
12387
  .me-lg-n7 {
10505
    margin-right: -6rem !important;
12388
    margin-right: -6rem !important;
-
 
12389
  }
10506
  }
12390
 
10507
  .mb-lg-n1 {
12391
  .mb-lg-n1 {
10508
    margin-bottom: -0.25rem !important;
12392
    margin-bottom: -0.25rem !important;
-
 
12393
  }
10509
  }
12394
 
10510
  .mb-lg-n2 {
12395
  .mb-lg-n2 {
10511
    margin-bottom: -0.5rem !important;
12396
    margin-bottom: -0.5rem !important;
-
 
12397
  }
10512
  }
12398
 
10513
  .mb-lg-n3 {
12399
  .mb-lg-n3 {
10514
    margin-bottom: -1rem !important;
12400
    margin-bottom: -1rem !important;
-
 
12401
  }
10515
  }
12402
 
10516
  .mb-lg-n4 {
12403
  .mb-lg-n4 {
10517
    margin-bottom: -1.5rem !important;
12404
    margin-bottom: -1.5rem !important;
-
 
12405
  }
10518
  }
12406
 
10519
  .mb-lg-n5 {
12407
  .mb-lg-n5 {
10520
    margin-bottom: -3rem !important;
12408
    margin-bottom: -3rem !important;
-
 
12409
  }
10521
  }
12410
 
10522
  .mb-lg-n6 {
12411
  .mb-lg-n6 {
10523
    margin-bottom: -4.5rem !important;
12412
    margin-bottom: -4.5rem !important;
-
 
12413
  }
10524
  }
12414
 
10525
  .mb-lg-n7 {
12415
  .mb-lg-n7 {
10526
    margin-bottom: -6rem !important;
12416
    margin-bottom: -6rem !important;
-
 
12417
  }
10527
  }
12418
 
10528
  .ms-lg-n1 {
12419
  .ms-lg-n1 {
10529
    margin-left: -0.25rem !important;
12420
    margin-left: -0.25rem !important;
-
 
12421
  }
10530
  }
12422
 
10531
  .ms-lg-n2 {
12423
  .ms-lg-n2 {
10532
    margin-left: -0.5rem !important;
12424
    margin-left: -0.5rem !important;
-
 
12425
  }
10533
  }
12426
 
10534
  .ms-lg-n3 {
12427
  .ms-lg-n3 {
10535
    margin-left: -1rem !important;
12428
    margin-left: -1rem !important;
-
 
12429
  }
10536
  }
12430
 
10537
  .ms-lg-n4 {
12431
  .ms-lg-n4 {
10538
    margin-left: -1.5rem !important;
12432
    margin-left: -1.5rem !important;
-
 
12433
  }
10539
  }
12434
 
10540
  .ms-lg-n5 {
12435
  .ms-lg-n5 {
10541
    margin-left: -3rem !important;
12436
    margin-left: -3rem !important;
-
 
12437
  }
10542
  }
12438
 
10543
  .ms-lg-n6 {
12439
  .ms-lg-n6 {
10544
    margin-left: -4.5rem !important;
12440
    margin-left: -4.5rem !important;
-
 
12441
  }
10545
  }
12442
 
10546
  .ms-lg-n7 {
12443
  .ms-lg-n7 {
10547
    margin-left: -6rem !important;
12444
    margin-left: -6rem !important;
-
 
12445
  }
10548
  }
12446
 
10549
  .p-lg-0 {
12447
  .p-lg-0 {
10550
    padding: 0 !important;
12448
    padding: 0 !important;
-
 
12449
  }
10551
  }
12450
 
10552
  .p-lg-1 {
12451
  .p-lg-1 {
10553
    padding: 0.25rem !important;
12452
    padding: 0.25rem !important;
-
 
12453
  }
10554
  }
12454
 
10555
  .p-lg-2 {
12455
  .p-lg-2 {
10556
    padding: 0.5rem !important;
12456
    padding: 0.5rem !important;
-
 
12457
  }
10557
  }
12458
 
10558
  .p-lg-3 {
12459
  .p-lg-3 {
10559
    padding: 1rem !important;
12460
    padding: 1rem !important;
-
 
12461
  }
10560
  }
12462
 
10561
  .p-lg-4 {
12463
  .p-lg-4 {
10562
    padding: 1.5rem !important;
12464
    padding: 1.5rem !important;
-
 
12465
  }
10563
  }
12466
 
10564
  .p-lg-5 {
12467
  .p-lg-5 {
10565
    padding: 3rem !important;
12468
    padding: 3rem !important;
-
 
12469
  }
10566
  }
12470
 
10567
  .p-lg-6 {
12471
  .p-lg-6 {
10568
    padding: 4.5rem !important;
12472
    padding: 4.5rem !important;
-
 
12473
  }
10569
  }
12474
 
10570
  .p-lg-7 {
12475
  .p-lg-7 {
10571
    padding: 6rem !important;
12476
    padding: 6rem !important;
-
 
12477
  }
10572
  }
12478
 
10573
  .px-lg-0 {
12479
  .px-lg-0 {
10574
    padding-right: 0 !important;
12480
    padding-right: 0 !important;
10575
    padding-left: 0 !important;
12481
    padding-left: 0 !important;
-
 
12482
  }
10576
  }
12483
 
10577
  .px-lg-1 {
12484
  .px-lg-1 {
10578
    padding-right: 0.25rem !important;
12485
    padding-right: 0.25rem !important;
10579
    padding-left: 0.25rem !important;
12486
    padding-left: 0.25rem !important;
-
 
12487
  }
10580
  }
12488
 
10581
  .px-lg-2 {
12489
  .px-lg-2 {
10582
    padding-right: 0.5rem !important;
12490
    padding-right: 0.5rem !important;
10583
    padding-left: 0.5rem !important;
12491
    padding-left: 0.5rem !important;
-
 
12492
  }
10584
  }
12493
 
10585
  .px-lg-3 {
12494
  .px-lg-3 {
10586
    padding-right: 1rem !important;
12495
    padding-right: 1rem !important;
10587
    padding-left: 1rem !important;
12496
    padding-left: 1rem !important;
-
 
12497
  }
10588
  }
12498
 
10589
  .px-lg-4 {
12499
  .px-lg-4 {
10590
    padding-right: 1.5rem !important;
12500
    padding-right: 1.5rem !important;
10591
    padding-left: 1.5rem !important;
12501
    padding-left: 1.5rem !important;
-
 
12502
  }
10592
  }
12503
 
10593
  .px-lg-5 {
12504
  .px-lg-5 {
10594
    padding-right: 3rem !important;
12505
    padding-right: 3rem !important;
10595
    padding-left: 3rem !important;
12506
    padding-left: 3rem !important;
-
 
12507
  }
10596
  }
12508
 
10597
  .px-lg-6 {
12509
  .px-lg-6 {
10598
    padding-right: 4.5rem !important;
12510
    padding-right: 4.5rem !important;
10599
    padding-left: 4.5rem !important;
12511
    padding-left: 4.5rem !important;
-
 
12512
  }
10600
  }
12513
 
10601
  .px-lg-7 {
12514
  .px-lg-7 {
10602
    padding-right: 6rem !important;
12515
    padding-right: 6rem !important;
10603
    padding-left: 6rem !important;
12516
    padding-left: 6rem !important;
-
 
12517
  }
10604
  }
12518
 
10605
  .py-lg-0 {
12519
  .py-lg-0 {
10606
    padding-top: 0 !important;
12520
    padding-top: 0 !important;
10607
    padding-bottom: 0 !important;
12521
    padding-bottom: 0 !important;
-
 
12522
  }
10608
  }
12523
 
10609
  .py-lg-1 {
12524
  .py-lg-1 {
10610
    padding-top: 0.25rem !important;
12525
    padding-top: 0.25rem !important;
10611
    padding-bottom: 0.25rem !important;
12526
    padding-bottom: 0.25rem !important;
-
 
12527
  }
10612
  }
12528
 
10613
  .py-lg-2 {
12529
  .py-lg-2 {
10614
    padding-top: 0.5rem !important;
12530
    padding-top: 0.5rem !important;
10615
    padding-bottom: 0.5rem !important;
12531
    padding-bottom: 0.5rem !important;
-
 
12532
  }
10616
  }
12533
 
10617
  .py-lg-3 {
12534
  .py-lg-3 {
10618
    padding-top: 1rem !important;
12535
    padding-top: 1rem !important;
10619
    padding-bottom: 1rem !important;
12536
    padding-bottom: 1rem !important;
-
 
12537
  }
10620
  }
12538
 
10621
  .py-lg-4 {
12539
  .py-lg-4 {
10622
    padding-top: 1.5rem !important;
12540
    padding-top: 1.5rem !important;
10623
    padding-bottom: 1.5rem !important;
12541
    padding-bottom: 1.5rem !important;
-
 
12542
  }
10624
  }
12543
 
10625
  .py-lg-5 {
12544
  .py-lg-5 {
10626
    padding-top: 3rem !important;
12545
    padding-top: 3rem !important;
10627
    padding-bottom: 3rem !important;
12546
    padding-bottom: 3rem !important;
-
 
12547
  }
10628
  }
12548
 
10629
  .py-lg-6 {
12549
  .py-lg-6 {
10630
    padding-top: 4.5rem !important;
12550
    padding-top: 4.5rem !important;
10631
    padding-bottom: 4.5rem !important;
12551
    padding-bottom: 4.5rem !important;
-
 
12552
  }
10632
  }
12553
 
10633
  .py-lg-7 {
12554
  .py-lg-7 {
10634
    padding-top: 6rem !important;
12555
    padding-top: 6rem !important;
10635
    padding-bottom: 6rem !important;
12556
    padding-bottom: 6rem !important;
-
 
12557
  }
10636
  }
12558
 
10637
  .pt-lg-0 {
12559
  .pt-lg-0 {
10638
    padding-top: 0 !important;
12560
    padding-top: 0 !important;
-
 
12561
  }
10639
  }
12562
 
10640
  .pt-lg-1 {
12563
  .pt-lg-1 {
10641
    padding-top: 0.25rem !important;
12564
    padding-top: 0.25rem !important;
-
 
12565
  }
10642
  }
12566
 
10643
  .pt-lg-2 {
12567
  .pt-lg-2 {
10644
    padding-top: 0.5rem !important;
12568
    padding-top: 0.5rem !important;
-
 
12569
  }
10645
  }
12570
 
10646
  .pt-lg-3 {
12571
  .pt-lg-3 {
10647
    padding-top: 1rem !important;
12572
    padding-top: 1rem !important;
-
 
12573
  }
10648
  }
12574
 
10649
  .pt-lg-4 {
12575
  .pt-lg-4 {
10650
    padding-top: 1.5rem !important;
12576
    padding-top: 1.5rem !important;
-
 
12577
  }
10651
  }
12578
 
10652
  .pt-lg-5 {
12579
  .pt-lg-5 {
10653
    padding-top: 3rem !important;
12580
    padding-top: 3rem !important;
-
 
12581
  }
10654
  }
12582
 
10655
  .pt-lg-6 {
12583
  .pt-lg-6 {
10656
    padding-top: 4.5rem !important;
12584
    padding-top: 4.5rem !important;
-
 
12585
  }
10657
  }
12586
 
10658
  .pt-lg-7 {
12587
  .pt-lg-7 {
10659
    padding-top: 6rem !important;
12588
    padding-top: 6rem !important;
-
 
12589
  }
10660
  }
12590
 
10661
  .pe-lg-0 {
12591
  .pe-lg-0 {
10662
    padding-right: 0 !important;
12592
    padding-right: 0 !important;
-
 
12593
  }
10663
  }
12594
 
10664
  .pe-lg-1 {
12595
  .pe-lg-1 {
10665
    padding-right: 0.25rem !important;
12596
    padding-right: 0.25rem !important;
-
 
12597
  }
10666
  }
12598
 
10667
  .pe-lg-2 {
12599
  .pe-lg-2 {
10668
    padding-right: 0.5rem !important;
12600
    padding-right: 0.5rem !important;
-
 
12601
  }
10669
  }
12602
 
10670
  .pe-lg-3 {
12603
  .pe-lg-3 {
10671
    padding-right: 1rem !important;
12604
    padding-right: 1rem !important;
-
 
12605
  }
10672
  }
12606
 
10673
  .pe-lg-4 {
12607
  .pe-lg-4 {
10674
    padding-right: 1.5rem !important;
12608
    padding-right: 1.5rem !important;
-
 
12609
  }
10675
  }
12610
 
10676
  .pe-lg-5 {
12611
  .pe-lg-5 {
10677
    padding-right: 3rem !important;
12612
    padding-right: 3rem !important;
-
 
12613
  }
10678
  }
12614
 
10679
  .pe-lg-6 {
12615
  .pe-lg-6 {
10680
    padding-right: 4.5rem !important;
12616
    padding-right: 4.5rem !important;
-
 
12617
  }
10681
  }
12618
 
10682
  .pe-lg-7 {
12619
  .pe-lg-7 {
10683
    padding-right: 6rem !important;
12620
    padding-right: 6rem !important;
-
 
12621
  }
10684
  }
12622
 
10685
  .pb-lg-0 {
12623
  .pb-lg-0 {
10686
    padding-bottom: 0 !important;
12624
    padding-bottom: 0 !important;
-
 
12625
  }
10687
  }
12626
 
10688
  .pb-lg-1 {
12627
  .pb-lg-1 {
10689
    padding-bottom: 0.25rem !important;
12628
    padding-bottom: 0.25rem !important;
-
 
12629
  }
10690
  }
12630
 
10691
  .pb-lg-2 {
12631
  .pb-lg-2 {
10692
    padding-bottom: 0.5rem !important;
12632
    padding-bottom: 0.5rem !important;
-
 
12633
  }
10693
  }
12634
 
10694
  .pb-lg-3 {
12635
  .pb-lg-3 {
10695
    padding-bottom: 1rem !important;
12636
    padding-bottom: 1rem !important;
-
 
12637
  }
10696
  }
12638
 
10697
  .pb-lg-4 {
12639
  .pb-lg-4 {
10698
    padding-bottom: 1.5rem !important;
12640
    padding-bottom: 1.5rem !important;
-
 
12641
  }
10699
  }
12642
 
10700
  .pb-lg-5 {
12643
  .pb-lg-5 {
10701
    padding-bottom: 3rem !important;
12644
    padding-bottom: 3rem !important;
-
 
12645
  }
10702
  }
12646
 
10703
  .pb-lg-6 {
12647
  .pb-lg-6 {
10704
    padding-bottom: 4.5rem !important;
12648
    padding-bottom: 4.5rem !important;
-
 
12649
  }
10705
  }
12650
 
10706
  .pb-lg-7 {
12651
  .pb-lg-7 {
10707
    padding-bottom: 6rem !important;
12652
    padding-bottom: 6rem !important;
-
 
12653
  }
10708
  }
12654
 
10709
  .ps-lg-0 {
12655
  .ps-lg-0 {
10710
    padding-left: 0 !important;
12656
    padding-left: 0 !important;
-
 
12657
  }
10711
  }
12658
 
10712
  .ps-lg-1 {
12659
  .ps-lg-1 {
10713
    padding-left: 0.25rem !important;
12660
    padding-left: 0.25rem !important;
-
 
12661
  }
10714
  }
12662
 
10715
  .ps-lg-2 {
12663
  .ps-lg-2 {
10716
    padding-left: 0.5rem !important;
12664
    padding-left: 0.5rem !important;
-
 
12665
  }
10717
  }
12666
 
10718
  .ps-lg-3 {
12667
  .ps-lg-3 {
10719
    padding-left: 1rem !important;
12668
    padding-left: 1rem !important;
-
 
12669
  }
10720
  }
12670
 
10721
  .ps-lg-4 {
12671
  .ps-lg-4 {
10722
    padding-left: 1.5rem !important;
12672
    padding-left: 1.5rem !important;
-
 
12673
  }
10723
  }
12674
 
10724
  .ps-lg-5 {
12675
  .ps-lg-5 {
10725
    padding-left: 3rem !important;
12676
    padding-left: 3rem !important;
-
 
12677
  }
10726
  }
12678
 
10727
  .ps-lg-6 {
12679
  .ps-lg-6 {
10728
    padding-left: 4.5rem !important;
12680
    padding-left: 4.5rem !important;
-
 
12681
  }
10729
  }
12682
 
10730
  .ps-lg-7 {
12683
  .ps-lg-7 {
10731
    padding-left: 6rem !important;
12684
    padding-left: 6rem !important;
-
 
12685
  }
10732
  }
12686
 
10733
  .gap-lg-0 {
12687
  .gap-lg-0 {
10734
    gap: 0 !important;
12688
    gap: 0 !important;
-
 
12689
  }
10735
  }
12690
 
10736
  .gap-lg-1 {
12691
  .gap-lg-1 {
10737
    gap: 0.25rem !important;
12692
    gap: 0.25rem !important;
-
 
12693
  }
10738
  }
12694
 
10739
  .gap-lg-2 {
12695
  .gap-lg-2 {
10740
    gap: 0.5rem !important;
12696
    gap: 0.5rem !important;
-
 
12697
  }
10741
  }
12698
 
10742
  .gap-lg-3 {
12699
  .gap-lg-3 {
10743
    gap: 1rem !important;
12700
    gap: 1rem !important;
-
 
12701
  }
10744
  }
12702
 
10745
  .gap-lg-4 {
12703
  .gap-lg-4 {
10746
    gap: 1.5rem !important;
12704
    gap: 1.5rem !important;
-
 
12705
  }
10747
  }
12706
 
10748
  .gap-lg-5 {
12707
  .gap-lg-5 {
10749
    gap: 3rem !important;
12708
    gap: 3rem !important;
-
 
12709
  }
10750
  }
12710
 
10751
  .gap-lg-6 {
12711
  .gap-lg-6 {
10752
    gap: 4.5rem !important;
12712
    gap: 4.5rem !important;
-
 
12713
  }
10753
  }
12714
 
10754
  .gap-lg-7 {
12715
  .gap-lg-7 {
10755
    gap: 6rem !important;
12716
    gap: 6rem !important;
-
 
12717
  }
10756
  }
12718
 
10757
  .text-lg-start {
12719
  .text-lg-start {
10758
    text-align: left !important;
12720
    text-align: left !important;
-
 
12721
  }
10759
  }
12722
 
10760
  .text-lg-end {
12723
  .text-lg-end {
10761
    text-align: right !important;
12724
    text-align: right !important;
-
 
12725
  }
10762
  }
12726
 
10763
  .text-lg-center {
12727
  .text-lg-center {
10764
    text-align: center !important;
12728
    text-align: center !important;
10765
  }
12729
  }
-
 
12730
}
10766
}
12731
 
10767
@media (min-width: 1200px) {
12732
@media (min-width: 1200px) {
10768
  .float-xl-start {
12733
  .float-xl-start {
10769
    float: left !important;
12734
    float: left !important;
-
 
12735
  }
10770
  }
12736
 
10771
  .float-xl-end {
12737
  .float-xl-end {
10772
    float: right !important;
12738
    float: right !important;
-
 
12739
  }
10773
  }
12740
 
10774
  .float-xl-none {
12741
  .float-xl-none {
10775
    float: none !important;
12742
    float: none !important;
-
 
12743
  }
10776
  }
12744
 
10777
  .d-xl-inline {
12745
  .d-xl-inline {
10778
    display: inline !important;
12746
    display: inline !important;
-
 
12747
  }
10779
  }
12748
 
10780
  .d-xl-inline-block {
12749
  .d-xl-inline-block {
10781
    display: inline-block !important;
12750
    display: inline-block !important;
-
 
12751
  }
10782
  }
12752
 
10783
  .d-xl-block {
12753
  .d-xl-block {
10784
    display: block !important;
12754
    display: block !important;
-
 
12755
  }
10785
  }
12756
 
10786
  .d-xl-grid {
12757
  .d-xl-grid {
10787
    display: grid !important;
12758
    display: grid !important;
-
 
12759
  }
10788
  }
12760
 
10789
  .d-xl-table {
12761
  .d-xl-table {
10790
    display: table !important;
12762
    display: table !important;
-
 
12763
  }
10791
  }
12764
 
10792
  .d-xl-table-row {
12765
  .d-xl-table-row {
10793
    display: table-row !important;
12766
    display: table-row !important;
-
 
12767
  }
10794
  }
12768
 
10795
  .d-xl-table-cell {
12769
  .d-xl-table-cell {
10796
    display: table-cell !important;
12770
    display: table-cell !important;
-
 
12771
  }
10797
  }
12772
 
10798
  .d-xl-flex {
12773
  .d-xl-flex {
10799
    display: flex !important;
12774
    display: flex !important;
-
 
12775
  }
10800
  }
12776
 
10801
  .d-xl-inline-flex {
12777
  .d-xl-inline-flex {
10802
    display: inline-flex !important;
12778
    display: inline-flex !important;
-
 
12779
  }
10803
  }
12780
 
10804
  .d-xl-none {
12781
  .d-xl-none {
10805
    display: none !important;
12782
    display: none !important;
-
 
12783
  }
10806
  }
12784
 
10807
  .border-xl {
12785
  .border-xl {
10808
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
12786
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
-
 
12787
  }
10809
  }
12788
 
10810
  .border-xl-0 {
12789
  .border-xl-0 {
10811
    border: 0 !important;
12790
    border: 0 !important;
-
 
12791
  }
10812
  }
12792
 
10813
  .border-top-xl {
12793
  .border-top-xl {
10814
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
12794
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
-
 
12795
  }
10815
  }
12796
 
10816
  .border-top-xl-0 {
12797
  .border-top-xl-0 {
10817
    border-top: 0 !important;
12798
    border-top: 0 !important;
-
 
12799
  }
10818
  }
12800
 
10819
  .border-end-xl {
12801
  .border-end-xl {
10820
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
12802
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
-
 
12803
  }
10821
  }
12804
 
10822
  .border-end-xl-0 {
12805
  .border-end-xl-0 {
10823
    border-right: 0 !important;
12806
    border-right: 0 !important;
-
 
12807
  }
10824
  }
12808
 
10825
  .border-bottom-xl {
12809
  .border-bottom-xl {
10826
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
12810
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
-
 
12811
  }
10827
  }
12812
 
10828
  .border-bottom-xl-0 {
12813
  .border-bottom-xl-0 {
10829
    border-bottom: 0 !important;
12814
    border-bottom: 0 !important;
-
 
12815
  }
10830
  }
12816
 
10831
  .border-start-xl {
12817
  .border-start-xl {
10832
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
12818
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
-
 
12819
  }
10833
  }
12820
 
10834
  .border-start-xl-0 {
12821
  .border-start-xl-0 {
10835
    border-left: 0 !important;
12822
    border-left: 0 !important;
-
 
12823
  }
10836
  }
12824
 
10837
  .flex-xl-fill {
12825
  .flex-xl-fill {
10838
    flex: 1 1 auto !important;
12826
    flex: 1 1 auto !important;
-
 
12827
  }
10839
  }
12828
 
10840
  .flex-xl-row {
12829
  .flex-xl-row {
10841
    flex-direction: row !important;
12830
    flex-direction: row !important;
-
 
12831
  }
10842
  }
12832
 
10843
  .flex-xl-column {
12833
  .flex-xl-column {
10844
    flex-direction: column !important;
12834
    flex-direction: column !important;
-
 
12835
  }
10845
  }
12836
 
10846
  .flex-xl-row-reverse {
12837
  .flex-xl-row-reverse {
10847
    flex-direction: row-reverse !important;
12838
    flex-direction: row-reverse !important;
-
 
12839
  }
10848
  }
12840
 
10849
  .flex-xl-column-reverse {
12841
  .flex-xl-column-reverse {
10850
    flex-direction: column-reverse !important;
12842
    flex-direction: column-reverse !important;
-
 
12843
  }
10851
  }
12844
 
10852
  .flex-xl-grow-0 {
12845
  .flex-xl-grow-0 {
10853
    flex-grow: 0 !important;
12846
    flex-grow: 0 !important;
-
 
12847
  }
10854
  }
12848
 
10855
  .flex-xl-grow-1 {
12849
  .flex-xl-grow-1 {
10856
    flex-grow: 1 !important;
12850
    flex-grow: 1 !important;
-
 
12851
  }
10857
  }
12852
 
10858
  .flex-xl-shrink-0 {
12853
  .flex-xl-shrink-0 {
10859
    flex-shrink: 0 !important;
12854
    flex-shrink: 0 !important;
-
 
12855
  }
10860
  }
12856
 
10861
  .flex-xl-shrink-1 {
12857
  .flex-xl-shrink-1 {
10862
    flex-shrink: 1 !important;
12858
    flex-shrink: 1 !important;
-
 
12859
  }
10863
  }
12860
 
10864
  .flex-xl-wrap {
12861
  .flex-xl-wrap {
10865
    flex-wrap: wrap !important;
12862
    flex-wrap: wrap !important;
-
 
12863
  }
10866
  }
12864
 
10867
  .flex-xl-nowrap {
12865
  .flex-xl-nowrap {
10868
    flex-wrap: nowrap !important;
12866
    flex-wrap: nowrap !important;
-
 
12867
  }
10869
  }
12868
 
10870
  .flex-xl-wrap-reverse {
12869
  .flex-xl-wrap-reverse {
10871
    flex-wrap: wrap-reverse !important;
12870
    flex-wrap: wrap-reverse !important;
-
 
12871
  }
10872
  }
12872
 
10873
  .justify-content-xl-start {
12873
  .justify-content-xl-start {
10874
    justify-content: flex-start !important;
12874
    justify-content: flex-start !important;
-
 
12875
  }
10875
  }
12876
 
10876
  .justify-content-xl-end {
12877
  .justify-content-xl-end {
10877
    justify-content: flex-end !important;
12878
    justify-content: flex-end !important;
-
 
12879
  }
10878
  }
12880
 
10879
  .justify-content-xl-center {
12881
  .justify-content-xl-center {
10880
    justify-content: center !important;
12882
    justify-content: center !important;
-
 
12883
  }
10881
  }
12884
 
10882
  .justify-content-xl-between {
12885
  .justify-content-xl-between {
10883
    justify-content: space-between !important;
12886
    justify-content: space-between !important;
-
 
12887
  }
10884
  }
12888
 
10885
  .justify-content-xl-around {
12889
  .justify-content-xl-around {
10886
    justify-content: space-around !important;
12890
    justify-content: space-around !important;
-
 
12891
  }
10887
  }
12892
 
10888
  .justify-content-xl-evenly {
12893
  .justify-content-xl-evenly {
10889
    justify-content: space-evenly !important;
12894
    justify-content: space-evenly !important;
-
 
12895
  }
10890
  }
12896
 
10891
  .align-items-xl-start {
12897
  .align-items-xl-start {
10892
    align-items: flex-start !important;
12898
    align-items: flex-start !important;
-
 
12899
  }
10893
  }
12900
 
10894
  .align-items-xl-end {
12901
  .align-items-xl-end {
10895
    align-items: flex-end !important;
12902
    align-items: flex-end !important;
-
 
12903
  }
10896
  }
12904
 
10897
  .align-items-xl-center {
12905
  .align-items-xl-center {
10898
    align-items: center !important;
12906
    align-items: center !important;
-
 
12907
  }
10899
  }
12908
 
10900
  .align-items-xl-baseline {
12909
  .align-items-xl-baseline {
10901
    align-items: baseline !important;
12910
    align-items: baseline !important;
-
 
12911
  }
10902
  }
12912
 
10903
  .align-items-xl-stretch {
12913
  .align-items-xl-stretch {
10904
    align-items: stretch !important;
12914
    align-items: stretch !important;
-
 
12915
  }
10905
  }
12916
 
10906
  .align-content-xl-start {
12917
  .align-content-xl-start {
10907
    align-content: flex-start !important;
12918
    align-content: flex-start !important;
-
 
12919
  }
10908
  }
12920
 
10909
  .align-content-xl-end {
12921
  .align-content-xl-end {
10910
    align-content: flex-end !important;
12922
    align-content: flex-end !important;
-
 
12923
  }
10911
  }
12924
 
10912
  .align-content-xl-center {
12925
  .align-content-xl-center {
10913
    align-content: center !important;
12926
    align-content: center !important;
-
 
12927
  }
10914
  }
12928
 
10915
  .align-content-xl-between {
12929
  .align-content-xl-between {
10916
    align-content: space-between !important;
12930
    align-content: space-between !important;
-
 
12931
  }
10917
  }
12932
 
10918
  .align-content-xl-around {
12933
  .align-content-xl-around {
10919
    align-content: space-around !important;
12934
    align-content: space-around !important;
-
 
12935
  }
10920
  }
12936
 
10921
  .align-content-xl-stretch {
12937
  .align-content-xl-stretch {
10922
    align-content: stretch !important;
12938
    align-content: stretch !important;
-
 
12939
  }
10923
  }
12940
 
10924
  .align-self-xl-auto {
12941
  .align-self-xl-auto {
10925
    align-self: auto !important;
12942
    align-self: auto !important;
-
 
12943
  }
10926
  }
12944
 
10927
  .align-self-xl-start {
12945
  .align-self-xl-start {
10928
    align-self: flex-start !important;
12946
    align-self: flex-start !important;
-
 
12947
  }
10929
  }
12948
 
10930
  .align-self-xl-end {
12949
  .align-self-xl-end {
10931
    align-self: flex-end !important;
12950
    align-self: flex-end !important;
-
 
12951
  }
10932
  }
12952
 
10933
  .align-self-xl-center {
12953
  .align-self-xl-center {
10934
    align-self: center !important;
12954
    align-self: center !important;
-
 
12955
  }
10935
  }
12956
 
10936
  .align-self-xl-baseline {
12957
  .align-self-xl-baseline {
10937
    align-self: baseline !important;
12958
    align-self: baseline !important;
-
 
12959
  }
10938
  }
12960
 
10939
  .align-self-xl-stretch {
12961
  .align-self-xl-stretch {
10940
    align-self: stretch !important;
12962
    align-self: stretch !important;
-
 
12963
  }
10941
  }
12964
 
10942
  .order-xl-first {
12965
  .order-xl-first {
10943
    order: -1 !important;
12966
    order: -1 !important;
-
 
12967
  }
10944
  }
12968
 
10945
  .order-xl-0 {
12969
  .order-xl-0 {
10946
    order: 0 !important;
12970
    order: 0 !important;
-
 
12971
  }
10947
  }
12972
 
10948
  .order-xl-1 {
12973
  .order-xl-1 {
10949
    order: 1 !important;
12974
    order: 1 !important;
-
 
12975
  }
10950
  }
12976
 
10951
  .order-xl-2 {
12977
  .order-xl-2 {
10952
    order: 2 !important;
12978
    order: 2 !important;
-
 
12979
  }
10953
  }
12980
 
10954
  .order-xl-3 {
12981
  .order-xl-3 {
10955
    order: 3 !important;
12982
    order: 3 !important;
-
 
12983
  }
10956
  }
12984
 
10957
  .order-xl-4 {
12985
  .order-xl-4 {
10958
    order: 4 !important;
12986
    order: 4 !important;
-
 
12987
  }
10959
  }
12988
 
10960
  .order-xl-5 {
12989
  .order-xl-5 {
10961
    order: 5 !important;
12990
    order: 5 !important;
-
 
12991
  }
10962
  }
12992
 
10963
  .order-xl-last {
12993
  .order-xl-last {
10964
    order: 6 !important;
12994
    order: 6 !important;
-
 
12995
  }
10965
  }
12996
 
10966
  .m-xl-0 {
12997
  .m-xl-0 {
10967
    margin: 0 !important;
12998
    margin: 0 !important;
-
 
12999
  }
10968
  }
13000
 
10969
  .m-xl-1 {
13001
  .m-xl-1 {
10970
    margin: 0.25rem !important;
13002
    margin: 0.25rem !important;
-
 
13003
  }
10971
  }
13004
 
10972
  .m-xl-2 {
13005
  .m-xl-2 {
10973
    margin: 0.5rem !important;
13006
    margin: 0.5rem !important;
-
 
13007
  }
10974
  }
13008
 
10975
  .m-xl-3 {
13009
  .m-xl-3 {
10976
    margin: 1rem !important;
13010
    margin: 1rem !important;
-
 
13011
  }
10977
  }
13012
 
10978
  .m-xl-4 {
13013
  .m-xl-4 {
10979
    margin: 1.5rem !important;
13014
    margin: 1.5rem !important;
-
 
13015
  }
10980
  }
13016
 
10981
  .m-xl-5 {
13017
  .m-xl-5 {
10982
    margin: 3rem !important;
13018
    margin: 3rem !important;
-
 
13019
  }
10983
  }
13020
 
10984
  .m-xl-6 {
13021
  .m-xl-6 {
10985
    margin: 4.5rem !important;
13022
    margin: 4.5rem !important;
-
 
13023
  }
10986
  }
13024
 
10987
  .m-xl-7 {
13025
  .m-xl-7 {
10988
    margin: 6rem !important;
13026
    margin: 6rem !important;
-
 
13027
  }
10989
  }
13028
 
10990
  .m-xl-auto {
13029
  .m-xl-auto {
10991
    margin: auto !important;
13030
    margin: auto !important;
-
 
13031
  }
10992
  }
13032
 
10993
  .mx-xl-0 {
13033
  .mx-xl-0 {
10994
    margin-right: 0 !important;
13034
    margin-right: 0 !important;
10995
    margin-left: 0 !important;
13035
    margin-left: 0 !important;
-
 
13036
  }
10996
  }
13037
 
10997
  .mx-xl-1 {
13038
  .mx-xl-1 {
10998
    margin-right: 0.25rem !important;
13039
    margin-right: 0.25rem !important;
10999
    margin-left: 0.25rem !important;
13040
    margin-left: 0.25rem !important;
-
 
13041
  }
11000
  }
13042
 
11001
  .mx-xl-2 {
13043
  .mx-xl-2 {
11002
    margin-right: 0.5rem !important;
13044
    margin-right: 0.5rem !important;
11003
    margin-left: 0.5rem !important;
13045
    margin-left: 0.5rem !important;
-
 
13046
  }
11004
  }
13047
 
11005
  .mx-xl-3 {
13048
  .mx-xl-3 {
11006
    margin-right: 1rem !important;
13049
    margin-right: 1rem !important;
11007
    margin-left: 1rem !important;
13050
    margin-left: 1rem !important;
-
 
13051
  }
11008
  }
13052
 
11009
  .mx-xl-4 {
13053
  .mx-xl-4 {
11010
    margin-right: 1.5rem !important;
13054
    margin-right: 1.5rem !important;
11011
    margin-left: 1.5rem !important;
13055
    margin-left: 1.5rem !important;
-
 
13056
  }
11012
  }
13057
 
11013
  .mx-xl-5 {
13058
  .mx-xl-5 {
11014
    margin-right: 3rem !important;
13059
    margin-right: 3rem !important;
11015
    margin-left: 3rem !important;
13060
    margin-left: 3rem !important;
-
 
13061
  }
11016
  }
13062
 
11017
  .mx-xl-6 {
13063
  .mx-xl-6 {
11018
    margin-right: 4.5rem !important;
13064
    margin-right: 4.5rem !important;
11019
    margin-left: 4.5rem !important;
13065
    margin-left: 4.5rem !important;
-
 
13066
  }
11020
  }
13067
 
11021
  .mx-xl-7 {
13068
  .mx-xl-7 {
11022
    margin-right: 6rem !important;
13069
    margin-right: 6rem !important;
11023
    margin-left: 6rem !important;
13070
    margin-left: 6rem !important;
-
 
13071
  }
11024
  }
13072
 
11025
  .mx-xl-auto {
13073
  .mx-xl-auto {
11026
    margin-right: auto !important;
13074
    margin-right: auto !important;
11027
    margin-left: auto !important;
13075
    margin-left: auto !important;
-
 
13076
  }
11028
  }
13077
 
11029
  .my-xl-0 {
13078
  .my-xl-0 {
11030
    margin-top: 0 !important;
13079
    margin-top: 0 !important;
11031
    margin-bottom: 0 !important;
13080
    margin-bottom: 0 !important;
-
 
13081
  }
11032
  }
13082
 
11033
  .my-xl-1 {
13083
  .my-xl-1 {
11034
    margin-top: 0.25rem !important;
13084
    margin-top: 0.25rem !important;
11035
    margin-bottom: 0.25rem !important;
13085
    margin-bottom: 0.25rem !important;
-
 
13086
  }
11036
  }
13087
 
11037
  .my-xl-2 {
13088
  .my-xl-2 {
11038
    margin-top: 0.5rem !important;
13089
    margin-top: 0.5rem !important;
11039
    margin-bottom: 0.5rem !important;
13090
    margin-bottom: 0.5rem !important;
-
 
13091
  }
11040
  }
13092
 
11041
  .my-xl-3 {
13093
  .my-xl-3 {
11042
    margin-top: 1rem !important;
13094
    margin-top: 1rem !important;
11043
    margin-bottom: 1rem !important;
13095
    margin-bottom: 1rem !important;
-
 
13096
  }
11044
  }
13097
 
11045
  .my-xl-4 {
13098
  .my-xl-4 {
11046
    margin-top: 1.5rem !important;
13099
    margin-top: 1.5rem !important;
11047
    margin-bottom: 1.5rem !important;
13100
    margin-bottom: 1.5rem !important;
-
 
13101
  }
11048
  }
13102
 
11049
  .my-xl-5 {
13103
  .my-xl-5 {
11050
    margin-top: 3rem !important;
13104
    margin-top: 3rem !important;
11051
    margin-bottom: 3rem !important;
13105
    margin-bottom: 3rem !important;
-
 
13106
  }
11052
  }
13107
 
11053
  .my-xl-6 {
13108
  .my-xl-6 {
11054
    margin-top: 4.5rem !important;
13109
    margin-top: 4.5rem !important;
11055
    margin-bottom: 4.5rem !important;
13110
    margin-bottom: 4.5rem !important;
-
 
13111
  }
11056
  }
13112
 
11057
  .my-xl-7 {
13113
  .my-xl-7 {
11058
    margin-top: 6rem !important;
13114
    margin-top: 6rem !important;
11059
    margin-bottom: 6rem !important;
13115
    margin-bottom: 6rem !important;
-
 
13116
  }
11060
  }
13117
 
11061
  .my-xl-auto {
13118
  .my-xl-auto {
11062
    margin-top: auto !important;
13119
    margin-top: auto !important;
11063
    margin-bottom: auto !important;
13120
    margin-bottom: auto !important;
-
 
13121
  }
11064
  }
13122
 
11065
  .mt-xl-0 {
13123
  .mt-xl-0 {
11066
    margin-top: 0 !important;
13124
    margin-top: 0 !important;
-
 
13125
  }
11067
  }
13126
 
11068
  .mt-xl-1 {
13127
  .mt-xl-1 {
11069
    margin-top: 0.25rem !important;
13128
    margin-top: 0.25rem !important;
-
 
13129
  }
11070
  }
13130
 
11071
  .mt-xl-2 {
13131
  .mt-xl-2 {
11072
    margin-top: 0.5rem !important;
13132
    margin-top: 0.5rem !important;
-
 
13133
  }
11073
  }
13134
 
11074
  .mt-xl-3 {
13135
  .mt-xl-3 {
11075
    margin-top: 1rem !important;
13136
    margin-top: 1rem !important;
-
 
13137
  }
11076
  }
13138
 
11077
  .mt-xl-4 {
13139
  .mt-xl-4 {
11078
    margin-top: 1.5rem !important;
13140
    margin-top: 1.5rem !important;
-
 
13141
  }
11079
  }
13142
 
11080
  .mt-xl-5 {
13143
  .mt-xl-5 {
11081
    margin-top: 3rem !important;
13144
    margin-top: 3rem !important;
-
 
13145
  }
11082
  }
13146
 
11083
  .mt-xl-6 {
13147
  .mt-xl-6 {
11084
    margin-top: 4.5rem !important;
13148
    margin-top: 4.5rem !important;
-
 
13149
  }
11085
  }
13150
 
11086
  .mt-xl-7 {
13151
  .mt-xl-7 {
11087
    margin-top: 6rem !important;
13152
    margin-top: 6rem !important;
-
 
13153
  }
11088
  }
13154
 
11089
  .mt-xl-auto {
13155
  .mt-xl-auto {
11090
    margin-top: auto !important;
13156
    margin-top: auto !important;
-
 
13157
  }
11091
  }
13158
 
11092
  .me-xl-0 {
13159
  .me-xl-0 {
11093
    margin-right: 0 !important;
13160
    margin-right: 0 !important;
-
 
13161
  }
11094
  }
13162
 
11095
  .me-xl-1 {
13163
  .me-xl-1 {
11096
    margin-right: 0.25rem !important;
13164
    margin-right: 0.25rem !important;
-
 
13165
  }
11097
  }
13166
 
11098
  .me-xl-2 {
13167
  .me-xl-2 {
11099
    margin-right: 0.5rem !important;
13168
    margin-right: 0.5rem !important;
-
 
13169
  }
11100
  }
13170
 
11101
  .me-xl-3 {
13171
  .me-xl-3 {
11102
    margin-right: 1rem !important;
13172
    margin-right: 1rem !important;
-
 
13173
  }
11103
  }
13174
 
11104
  .me-xl-4 {
13175
  .me-xl-4 {
11105
    margin-right: 1.5rem !important;
13176
    margin-right: 1.5rem !important;
-
 
13177
  }
11106
  }
13178
 
11107
  .me-xl-5 {
13179
  .me-xl-5 {
11108
    margin-right: 3rem !important;
13180
    margin-right: 3rem !important;
-
 
13181
  }
11109
  }
13182
 
11110
  .me-xl-6 {
13183
  .me-xl-6 {
11111
    margin-right: 4.5rem !important;
13184
    margin-right: 4.5rem !important;
-
 
13185
  }
11112
  }
13186
 
11113
  .me-xl-7 {
13187
  .me-xl-7 {
11114
    margin-right: 6rem !important;
13188
    margin-right: 6rem !important;
-
 
13189
  }
11115
  }
13190
 
11116
  .me-xl-auto {
13191
  .me-xl-auto {
11117
    margin-right: auto !important;
13192
    margin-right: auto !important;
-
 
13193
  }
11118
  }
13194
 
11119
  .mb-xl-0 {
13195
  .mb-xl-0 {
11120
    margin-bottom: 0 !important;
13196
    margin-bottom: 0 !important;
-
 
13197
  }
11121
  }
13198
 
11122
  .mb-xl-1 {
13199
  .mb-xl-1 {
11123
    margin-bottom: 0.25rem !important;
13200
    margin-bottom: 0.25rem !important;
-
 
13201
  }
11124
  }
13202
 
11125
  .mb-xl-2 {
13203
  .mb-xl-2 {
11126
    margin-bottom: 0.5rem !important;
13204
    margin-bottom: 0.5rem !important;
-
 
13205
  }
11127
  }
13206
 
11128
  .mb-xl-3 {
13207
  .mb-xl-3 {
11129
    margin-bottom: 1rem !important;
13208
    margin-bottom: 1rem !important;
-
 
13209
  }
11130
  }
13210
 
11131
  .mb-xl-4 {
13211
  .mb-xl-4 {
11132
    margin-bottom: 1.5rem !important;
13212
    margin-bottom: 1.5rem !important;
-
 
13213
  }
11133
  }
13214
 
11134
  .mb-xl-5 {
13215
  .mb-xl-5 {
11135
    margin-bottom: 3rem !important;
13216
    margin-bottom: 3rem !important;
-
 
13217
  }
11136
  }
13218
 
11137
  .mb-xl-6 {
13219
  .mb-xl-6 {
11138
    margin-bottom: 4.5rem !important;
13220
    margin-bottom: 4.5rem !important;
-
 
13221
  }
11139
  }
13222
 
11140
  .mb-xl-7 {
13223
  .mb-xl-7 {
11141
    margin-bottom: 6rem !important;
13224
    margin-bottom: 6rem !important;
-
 
13225
  }
11142
  }
13226
 
11143
  .mb-xl-auto {
13227
  .mb-xl-auto {
11144
    margin-bottom: auto !important;
13228
    margin-bottom: auto !important;
-
 
13229
  }
11145
  }
13230
 
11146
  .ms-xl-0 {
13231
  .ms-xl-0 {
11147
    margin-left: 0 !important;
13232
    margin-left: 0 !important;
-
 
13233
  }
11148
  }
13234
 
11149
  .ms-xl-1 {
13235
  .ms-xl-1 {
11150
    margin-left: 0.25rem !important;
13236
    margin-left: 0.25rem !important;
-
 
13237
  }
11151
  }
13238
 
11152
  .ms-xl-2 {
13239
  .ms-xl-2 {
11153
    margin-left: 0.5rem !important;
13240
    margin-left: 0.5rem !important;
-
 
13241
  }
11154
  }
13242
 
11155
  .ms-xl-3 {
13243
  .ms-xl-3 {
11156
    margin-left: 1rem !important;
13244
    margin-left: 1rem !important;
-
 
13245
  }
11157
  }
13246
 
11158
  .ms-xl-4 {
13247
  .ms-xl-4 {
11159
    margin-left: 1.5rem !important;
13248
    margin-left: 1.5rem !important;
-
 
13249
  }
11160
  }
13250
 
11161
  .ms-xl-5 {
13251
  .ms-xl-5 {
11162
    margin-left: 3rem !important;
13252
    margin-left: 3rem !important;
-
 
13253
  }
11163
  }
13254
 
11164
  .ms-xl-6 {
13255
  .ms-xl-6 {
11165
    margin-left: 4.5rem !important;
13256
    margin-left: 4.5rem !important;
-
 
13257
  }
11166
  }
13258
 
11167
  .ms-xl-7 {
13259
  .ms-xl-7 {
11168
    margin-left: 6rem !important;
13260
    margin-left: 6rem !important;
-
 
13261
  }
11169
  }
13262
 
11170
  .ms-xl-auto {
13263
  .ms-xl-auto {
11171
    margin-left: auto !important;
13264
    margin-left: auto !important;
-
 
13265
  }
11172
  }
13266
 
11173
  .m-xl-n1 {
13267
  .m-xl-n1 {
11174
    margin: -0.25rem !important;
13268
    margin: -0.25rem !important;
-
 
13269
  }
11175
  }
13270
 
11176
  .m-xl-n2 {
13271
  .m-xl-n2 {
11177
    margin: -0.5rem !important;
13272
    margin: -0.5rem !important;
-
 
13273
  }
11178
  }
13274
 
11179
  .m-xl-n3 {
13275
  .m-xl-n3 {
11180
    margin: -1rem !important;
13276
    margin: -1rem !important;
-
 
13277
  }
11181
  }
13278
 
11182
  .m-xl-n4 {
13279
  .m-xl-n4 {
11183
    margin: -1.5rem !important;
13280
    margin: -1.5rem !important;
-
 
13281
  }
11184
  }
13282
 
11185
  .m-xl-n5 {
13283
  .m-xl-n5 {
11186
    margin: -3rem !important;
13284
    margin: -3rem !important;
-
 
13285
  }
11187
  }
13286
 
11188
  .m-xl-n6 {
13287
  .m-xl-n6 {
11189
    margin: -4.5rem !important;
13288
    margin: -4.5rem !important;
-
 
13289
  }
11190
  }
13290
 
11191
  .m-xl-n7 {
13291
  .m-xl-n7 {
11192
    margin: -6rem !important;
13292
    margin: -6rem !important;
-
 
13293
  }
11193
  }
13294
 
11194
  .mx-xl-n1 {
13295
  .mx-xl-n1 {
11195
    margin-right: -0.25rem !important;
13296
    margin-right: -0.25rem !important;
11196
    margin-left: -0.25rem !important;
13297
    margin-left: -0.25rem !important;
-
 
13298
  }
11197
  }
13299
 
11198
  .mx-xl-n2 {
13300
  .mx-xl-n2 {
11199
    margin-right: -0.5rem !important;
13301
    margin-right: -0.5rem !important;
11200
    margin-left: -0.5rem !important;
13302
    margin-left: -0.5rem !important;
-
 
13303
  }
11201
  }
13304
 
11202
  .mx-xl-n3 {
13305
  .mx-xl-n3 {
11203
    margin-right: -1rem !important;
13306
    margin-right: -1rem !important;
11204
    margin-left: -1rem !important;
13307
    margin-left: -1rem !important;
-
 
13308
  }
11205
  }
13309
 
11206
  .mx-xl-n4 {
13310
  .mx-xl-n4 {
11207
    margin-right: -1.5rem !important;
13311
    margin-right: -1.5rem !important;
11208
    margin-left: -1.5rem !important;
13312
    margin-left: -1.5rem !important;
-
 
13313
  }
11209
  }
13314
 
11210
  .mx-xl-n5 {
13315
  .mx-xl-n5 {
11211
    margin-right: -3rem !important;
13316
    margin-right: -3rem !important;
11212
    margin-left: -3rem !important;
13317
    margin-left: -3rem !important;
-
 
13318
  }
11213
  }
13319
 
11214
  .mx-xl-n6 {
13320
  .mx-xl-n6 {
11215
    margin-right: -4.5rem !important;
13321
    margin-right: -4.5rem !important;
11216
    margin-left: -4.5rem !important;
13322
    margin-left: -4.5rem !important;
-
 
13323
  }
11217
  }
13324
 
11218
  .mx-xl-n7 {
13325
  .mx-xl-n7 {
11219
    margin-right: -6rem !important;
13326
    margin-right: -6rem !important;
11220
    margin-left: -6rem !important;
13327
    margin-left: -6rem !important;
-
 
13328
  }
11221
  }
13329
 
11222
  .my-xl-n1 {
13330
  .my-xl-n1 {
11223
    margin-top: -0.25rem !important;
13331
    margin-top: -0.25rem !important;
11224
    margin-bottom: -0.25rem !important;
13332
    margin-bottom: -0.25rem !important;
-
 
13333
  }
11225
  }
13334
 
11226
  .my-xl-n2 {
13335
  .my-xl-n2 {
11227
    margin-top: -0.5rem !important;
13336
    margin-top: -0.5rem !important;
11228
    margin-bottom: -0.5rem !important;
13337
    margin-bottom: -0.5rem !important;
-
 
13338
  }
11229
  }
13339
 
11230
  .my-xl-n3 {
13340
  .my-xl-n3 {
11231
    margin-top: -1rem !important;
13341
    margin-top: -1rem !important;
11232
    margin-bottom: -1rem !important;
13342
    margin-bottom: -1rem !important;
-
 
13343
  }
11233
  }
13344
 
11234
  .my-xl-n4 {
13345
  .my-xl-n4 {
11235
    margin-top: -1.5rem !important;
13346
    margin-top: -1.5rem !important;
11236
    margin-bottom: -1.5rem !important;
13347
    margin-bottom: -1.5rem !important;
-
 
13348
  }
11237
  }
13349
 
11238
  .my-xl-n5 {
13350
  .my-xl-n5 {
11239
    margin-top: -3rem !important;
13351
    margin-top: -3rem !important;
11240
    margin-bottom: -3rem !important;
13352
    margin-bottom: -3rem !important;
-
 
13353
  }
11241
  }
13354
 
11242
  .my-xl-n6 {
13355
  .my-xl-n6 {
11243
    margin-top: -4.5rem !important;
13356
    margin-top: -4.5rem !important;
11244
    margin-bottom: -4.5rem !important;
13357
    margin-bottom: -4.5rem !important;
-
 
13358
  }
11245
  }
13359
 
11246
  .my-xl-n7 {
13360
  .my-xl-n7 {
11247
    margin-top: -6rem !important;
13361
    margin-top: -6rem !important;
11248
    margin-bottom: -6rem !important;
13362
    margin-bottom: -6rem !important;
-
 
13363
  }
11249
  }
13364
 
11250
  .mt-xl-n1 {
13365
  .mt-xl-n1 {
11251
    margin-top: -0.25rem !important;
13366
    margin-top: -0.25rem !important;
-
 
13367
  }
11252
  }
13368
 
11253
  .mt-xl-n2 {
13369
  .mt-xl-n2 {
11254
    margin-top: -0.5rem !important;
13370
    margin-top: -0.5rem !important;
-
 
13371
  }
11255
  }
13372
 
11256
  .mt-xl-n3 {
13373
  .mt-xl-n3 {
11257
    margin-top: -1rem !important;
13374
    margin-top: -1rem !important;
-
 
13375
  }
11258
  }
13376
 
11259
  .mt-xl-n4 {
13377
  .mt-xl-n4 {
11260
    margin-top: -1.5rem !important;
13378
    margin-top: -1.5rem !important;
-
 
13379
  }
11261
  }
13380
 
11262
  .mt-xl-n5 {
13381
  .mt-xl-n5 {
11263
    margin-top: -3rem !important;
13382
    margin-top: -3rem !important;
-
 
13383
  }
11264
  }
13384
 
11265
  .mt-xl-n6 {
13385
  .mt-xl-n6 {
11266
    margin-top: -4.5rem !important;
13386
    margin-top: -4.5rem !important;
-
 
13387
  }
11267
  }
13388
 
11268
  .mt-xl-n7 {
13389
  .mt-xl-n7 {
11269
    margin-top: -6rem !important;
13390
    margin-top: -6rem !important;
-
 
13391
  }
11270
  }
13392
 
11271
  .me-xl-n1 {
13393
  .me-xl-n1 {
11272
    margin-right: -0.25rem !important;
13394
    margin-right: -0.25rem !important;
-
 
13395
  }
11273
  }
13396
 
11274
  .me-xl-n2 {
13397
  .me-xl-n2 {
11275
    margin-right: -0.5rem !important;
13398
    margin-right: -0.5rem !important;
-
 
13399
  }
11276
  }
13400
 
11277
  .me-xl-n3 {
13401
  .me-xl-n3 {
11278
    margin-right: -1rem !important;
13402
    margin-right: -1rem !important;
-
 
13403
  }
11279
  }
13404
 
11280
  .me-xl-n4 {
13405
  .me-xl-n4 {
11281
    margin-right: -1.5rem !important;
13406
    margin-right: -1.5rem !important;
-
 
13407
  }
11282
  }
13408
 
11283
  .me-xl-n5 {
13409
  .me-xl-n5 {
11284
    margin-right: -3rem !important;
13410
    margin-right: -3rem !important;
-
 
13411
  }
11285
  }
13412
 
11286
  .me-xl-n6 {
13413
  .me-xl-n6 {
11287
    margin-right: -4.5rem !important;
13414
    margin-right: -4.5rem !important;
-
 
13415
  }
11288
  }
13416
 
11289
  .me-xl-n7 {
13417
  .me-xl-n7 {
11290
    margin-right: -6rem !important;
13418
    margin-right: -6rem !important;
-
 
13419
  }
11291
  }
13420
 
11292
  .mb-xl-n1 {
13421
  .mb-xl-n1 {
11293
    margin-bottom: -0.25rem !important;
13422
    margin-bottom: -0.25rem !important;
-
 
13423
  }
11294
  }
13424
 
11295
  .mb-xl-n2 {
13425
  .mb-xl-n2 {
11296
    margin-bottom: -0.5rem !important;
13426
    margin-bottom: -0.5rem !important;
-
 
13427
  }
11297
  }
13428
 
11298
  .mb-xl-n3 {
13429
  .mb-xl-n3 {
11299
    margin-bottom: -1rem !important;
13430
    margin-bottom: -1rem !important;
-
 
13431
  }
11300
  }
13432
 
11301
  .mb-xl-n4 {
13433
  .mb-xl-n4 {
11302
    margin-bottom: -1.5rem !important;
13434
    margin-bottom: -1.5rem !important;
-
 
13435
  }
11303
  }
13436
 
11304
  .mb-xl-n5 {
13437
  .mb-xl-n5 {
11305
    margin-bottom: -3rem !important;
13438
    margin-bottom: -3rem !important;
-
 
13439
  }
11306
  }
13440
 
11307
  .mb-xl-n6 {
13441
  .mb-xl-n6 {
11308
    margin-bottom: -4.5rem !important;
13442
    margin-bottom: -4.5rem !important;
-
 
13443
  }
11309
  }
13444
 
11310
  .mb-xl-n7 {
13445
  .mb-xl-n7 {
11311
    margin-bottom: -6rem !important;
13446
    margin-bottom: -6rem !important;
-
 
13447
  }
11312
  }
13448
 
11313
  .ms-xl-n1 {
13449
  .ms-xl-n1 {
11314
    margin-left: -0.25rem !important;
13450
    margin-left: -0.25rem !important;
-
 
13451
  }
11315
  }
13452
 
11316
  .ms-xl-n2 {
13453
  .ms-xl-n2 {
11317
    margin-left: -0.5rem !important;
13454
    margin-left: -0.5rem !important;
-
 
13455
  }
11318
  }
13456
 
11319
  .ms-xl-n3 {
13457
  .ms-xl-n3 {
11320
    margin-left: -1rem !important;
13458
    margin-left: -1rem !important;
-
 
13459
  }
11321
  }
13460
 
11322
  .ms-xl-n4 {
13461
  .ms-xl-n4 {
11323
    margin-left: -1.5rem !important;
13462
    margin-left: -1.5rem !important;
-
 
13463
  }
11324
  }
13464
 
11325
  .ms-xl-n5 {
13465
  .ms-xl-n5 {
11326
    margin-left: -3rem !important;
13466
    margin-left: -3rem !important;
-
 
13467
  }
11327
  }
13468
 
11328
  .ms-xl-n6 {
13469
  .ms-xl-n6 {
11329
    margin-left: -4.5rem !important;
13470
    margin-left: -4.5rem !important;
-
 
13471
  }
11330
  }
13472
 
11331
  .ms-xl-n7 {
13473
  .ms-xl-n7 {
11332
    margin-left: -6rem !important;
13474
    margin-left: -6rem !important;
-
 
13475
  }
11333
  }
13476
 
11334
  .p-xl-0 {
13477
  .p-xl-0 {
11335
    padding: 0 !important;
13478
    padding: 0 !important;
-
 
13479
  }
11336
  }
13480
 
11337
  .p-xl-1 {
13481
  .p-xl-1 {
11338
    padding: 0.25rem !important;
13482
    padding: 0.25rem !important;
-
 
13483
  }
11339
  }
13484
 
11340
  .p-xl-2 {
13485
  .p-xl-2 {
11341
    padding: 0.5rem !important;
13486
    padding: 0.5rem !important;
-
 
13487
  }
11342
  }
13488
 
11343
  .p-xl-3 {
13489
  .p-xl-3 {
11344
    padding: 1rem !important;
13490
    padding: 1rem !important;
-
 
13491
  }
11345
  }
13492
 
11346
  .p-xl-4 {
13493
  .p-xl-4 {
11347
    padding: 1.5rem !important;
13494
    padding: 1.5rem !important;
-
 
13495
  }
11348
  }
13496
 
11349
  .p-xl-5 {
13497
  .p-xl-5 {
11350
    padding: 3rem !important;
13498
    padding: 3rem !important;
-
 
13499
  }
11351
  }
13500
 
11352
  .p-xl-6 {
13501
  .p-xl-6 {
11353
    padding: 4.5rem !important;
13502
    padding: 4.5rem !important;
-
 
13503
  }
11354
  }
13504
 
11355
  .p-xl-7 {
13505
  .p-xl-7 {
11356
    padding: 6rem !important;
13506
    padding: 6rem !important;
-
 
13507
  }
11357
  }
13508
 
11358
  .px-xl-0 {
13509
  .px-xl-0 {
11359
    padding-right: 0 !important;
13510
    padding-right: 0 !important;
11360
    padding-left: 0 !important;
13511
    padding-left: 0 !important;
-
 
13512
  }
11361
  }
13513
 
11362
  .px-xl-1 {
13514
  .px-xl-1 {
11363
    padding-right: 0.25rem !important;
13515
    padding-right: 0.25rem !important;
11364
    padding-left: 0.25rem !important;
13516
    padding-left: 0.25rem !important;
-
 
13517
  }
11365
  }
13518
 
11366
  .px-xl-2 {
13519
  .px-xl-2 {
11367
    padding-right: 0.5rem !important;
13520
    padding-right: 0.5rem !important;
11368
    padding-left: 0.5rem !important;
13521
    padding-left: 0.5rem !important;
-
 
13522
  }
11369
  }
13523
 
11370
  .px-xl-3 {
13524
  .px-xl-3 {
11371
    padding-right: 1rem !important;
13525
    padding-right: 1rem !important;
11372
    padding-left: 1rem !important;
13526
    padding-left: 1rem !important;
-
 
13527
  }
11373
  }
13528
 
11374
  .px-xl-4 {
13529
  .px-xl-4 {
11375
    padding-right: 1.5rem !important;
13530
    padding-right: 1.5rem !important;
11376
    padding-left: 1.5rem !important;
13531
    padding-left: 1.5rem !important;
-
 
13532
  }
11377
  }
13533
 
11378
  .px-xl-5 {
13534
  .px-xl-5 {
11379
    padding-right: 3rem !important;
13535
    padding-right: 3rem !important;
11380
    padding-left: 3rem !important;
13536
    padding-left: 3rem !important;
-
 
13537
  }
11381
  }
13538
 
11382
  .px-xl-6 {
13539
  .px-xl-6 {
11383
    padding-right: 4.5rem !important;
13540
    padding-right: 4.5rem !important;
11384
    padding-left: 4.5rem !important;
13541
    padding-left: 4.5rem !important;
-
 
13542
  }
11385
  }
13543
 
11386
  .px-xl-7 {
13544
  .px-xl-7 {
11387
    padding-right: 6rem !important;
13545
    padding-right: 6rem !important;
11388
    padding-left: 6rem !important;
13546
    padding-left: 6rem !important;
-
 
13547
  }
11389
  }
13548
 
11390
  .py-xl-0 {
13549
  .py-xl-0 {
11391
    padding-top: 0 !important;
13550
    padding-top: 0 !important;
11392
    padding-bottom: 0 !important;
13551
    padding-bottom: 0 !important;
-
 
13552
  }
11393
  }
13553
 
11394
  .py-xl-1 {
13554
  .py-xl-1 {
11395
    padding-top: 0.25rem !important;
13555
    padding-top: 0.25rem !important;
11396
    padding-bottom: 0.25rem !important;
13556
    padding-bottom: 0.25rem !important;
-
 
13557
  }
11397
  }
13558
 
11398
  .py-xl-2 {
13559
  .py-xl-2 {
11399
    padding-top: 0.5rem !important;
13560
    padding-top: 0.5rem !important;
11400
    padding-bottom: 0.5rem !important;
13561
    padding-bottom: 0.5rem !important;
-
 
13562
  }
11401
  }
13563
 
11402
  .py-xl-3 {
13564
  .py-xl-3 {
11403
    padding-top: 1rem !important;
13565
    padding-top: 1rem !important;
11404
    padding-bottom: 1rem !important;
13566
    padding-bottom: 1rem !important;
-
 
13567
  }
11405
  }
13568
 
11406
  .py-xl-4 {
13569
  .py-xl-4 {
11407
    padding-top: 1.5rem !important;
13570
    padding-top: 1.5rem !important;
11408
    padding-bottom: 1.5rem !important;
13571
    padding-bottom: 1.5rem !important;
-
 
13572
  }
11409
  }
13573
 
11410
  .py-xl-5 {
13574
  .py-xl-5 {
11411
    padding-top: 3rem !important;
13575
    padding-top: 3rem !important;
11412
    padding-bottom: 3rem !important;
13576
    padding-bottom: 3rem !important;
-
 
13577
  }
11413
  }
13578
 
11414
  .py-xl-6 {
13579
  .py-xl-6 {
11415
    padding-top: 4.5rem !important;
13580
    padding-top: 4.5rem !important;
11416
    padding-bottom: 4.5rem !important;
13581
    padding-bottom: 4.5rem !important;
-
 
13582
  }
11417
  }
13583
 
11418
  .py-xl-7 {
13584
  .py-xl-7 {
11419
    padding-top: 6rem !important;
13585
    padding-top: 6rem !important;
11420
    padding-bottom: 6rem !important;
13586
    padding-bottom: 6rem !important;
-
 
13587
  }
11421
  }
13588
 
11422
  .pt-xl-0 {
13589
  .pt-xl-0 {
11423
    padding-top: 0 !important;
13590
    padding-top: 0 !important;
-
 
13591
  }
11424
  }
13592
 
11425
  .pt-xl-1 {
13593
  .pt-xl-1 {
11426
    padding-top: 0.25rem !important;
13594
    padding-top: 0.25rem !important;
-
 
13595
  }
11427
  }
13596
 
11428
  .pt-xl-2 {
13597
  .pt-xl-2 {
11429
    padding-top: 0.5rem !important;
13598
    padding-top: 0.5rem !important;
-
 
13599
  }
11430
  }
13600
 
11431
  .pt-xl-3 {
13601
  .pt-xl-3 {
11432
    padding-top: 1rem !important;
13602
    padding-top: 1rem !important;
-
 
13603
  }
11433
  }
13604
 
11434
  .pt-xl-4 {
13605
  .pt-xl-4 {
11435
    padding-top: 1.5rem !important;
13606
    padding-top: 1.5rem !important;
-
 
13607
  }
11436
  }
13608
 
11437
  .pt-xl-5 {
13609
  .pt-xl-5 {
11438
    padding-top: 3rem !important;
13610
    padding-top: 3rem !important;
-
 
13611
  }
11439
  }
13612
 
11440
  .pt-xl-6 {
13613
  .pt-xl-6 {
11441
    padding-top: 4.5rem !important;
13614
    padding-top: 4.5rem !important;
-
 
13615
  }
11442
  }
13616
 
11443
  .pt-xl-7 {
13617
  .pt-xl-7 {
11444
    padding-top: 6rem !important;
13618
    padding-top: 6rem !important;
-
 
13619
  }
11445
  }
13620
 
11446
  .pe-xl-0 {
13621
  .pe-xl-0 {
11447
    padding-right: 0 !important;
13622
    padding-right: 0 !important;
-
 
13623
  }
11448
  }
13624
 
11449
  .pe-xl-1 {
13625
  .pe-xl-1 {
11450
    padding-right: 0.25rem !important;
13626
    padding-right: 0.25rem !important;
-
 
13627
  }
11451
  }
13628
 
11452
  .pe-xl-2 {
13629
  .pe-xl-2 {
11453
    padding-right: 0.5rem !important;
13630
    padding-right: 0.5rem !important;
-
 
13631
  }
11454
  }
13632
 
11455
  .pe-xl-3 {
13633
  .pe-xl-3 {
11456
    padding-right: 1rem !important;
13634
    padding-right: 1rem !important;
-
 
13635
  }
11457
  }
13636
 
11458
  .pe-xl-4 {
13637
  .pe-xl-4 {
11459
    padding-right: 1.5rem !important;
13638
    padding-right: 1.5rem !important;
-
 
13639
  }
11460
  }
13640
 
11461
  .pe-xl-5 {
13641
  .pe-xl-5 {
11462
    padding-right: 3rem !important;
13642
    padding-right: 3rem !important;
-
 
13643
  }
11463
  }
13644
 
11464
  .pe-xl-6 {
13645
  .pe-xl-6 {
11465
    padding-right: 4.5rem !important;
13646
    padding-right: 4.5rem !important;
-
 
13647
  }
11466
  }
13648
 
11467
  .pe-xl-7 {
13649
  .pe-xl-7 {
11468
    padding-right: 6rem !important;
13650
    padding-right: 6rem !important;
-
 
13651
  }
11469
  }
13652
 
11470
  .pb-xl-0 {
13653
  .pb-xl-0 {
11471
    padding-bottom: 0 !important;
13654
    padding-bottom: 0 !important;
-
 
13655
  }
11472
  }
13656
 
11473
  .pb-xl-1 {
13657
  .pb-xl-1 {
11474
    padding-bottom: 0.25rem !important;
13658
    padding-bottom: 0.25rem !important;
-
 
13659
  }
11475
  }
13660
 
11476
  .pb-xl-2 {
13661
  .pb-xl-2 {
11477
    padding-bottom: 0.5rem !important;
13662
    padding-bottom: 0.5rem !important;
-
 
13663
  }
11478
  }
13664
 
11479
  .pb-xl-3 {
13665
  .pb-xl-3 {
11480
    padding-bottom: 1rem !important;
13666
    padding-bottom: 1rem !important;
-
 
13667
  }
11481
  }
13668
 
11482
  .pb-xl-4 {
13669
  .pb-xl-4 {
11483
    padding-bottom: 1.5rem !important;
13670
    padding-bottom: 1.5rem !important;
-
 
13671
  }
11484
  }
13672
 
11485
  .pb-xl-5 {
13673
  .pb-xl-5 {
11486
    padding-bottom: 3rem !important;
13674
    padding-bottom: 3rem !important;
-
 
13675
  }
11487
  }
13676
 
11488
  .pb-xl-6 {
13677
  .pb-xl-6 {
11489
    padding-bottom: 4.5rem !important;
13678
    padding-bottom: 4.5rem !important;
-
 
13679
  }
11490
  }
13680
 
11491
  .pb-xl-7 {
13681
  .pb-xl-7 {
11492
    padding-bottom: 6rem !important;
13682
    padding-bottom: 6rem !important;
-
 
13683
  }
11493
  }
13684
 
11494
  .ps-xl-0 {
13685
  .ps-xl-0 {
11495
    padding-left: 0 !important;
13686
    padding-left: 0 !important;
-
 
13687
  }
11496
  }
13688
 
11497
  .ps-xl-1 {
13689
  .ps-xl-1 {
11498
    padding-left: 0.25rem !important;
13690
    padding-left: 0.25rem !important;
-
 
13691
  }
11499
  }
13692
 
11500
  .ps-xl-2 {
13693
  .ps-xl-2 {
11501
    padding-left: 0.5rem !important;
13694
    padding-left: 0.5rem !important;
-
 
13695
  }
11502
  }
13696
 
11503
  .ps-xl-3 {
13697
  .ps-xl-3 {
11504
    padding-left: 1rem !important;
13698
    padding-left: 1rem !important;
-
 
13699
  }
11505
  }
13700
 
11506
  .ps-xl-4 {
13701
  .ps-xl-4 {
11507
    padding-left: 1.5rem !important;
13702
    padding-left: 1.5rem !important;
-
 
13703
  }
11508
  }
13704
 
11509
  .ps-xl-5 {
13705
  .ps-xl-5 {
11510
    padding-left: 3rem !important;
13706
    padding-left: 3rem !important;
-
 
13707
  }
11511
  }
13708
 
11512
  .ps-xl-6 {
13709
  .ps-xl-6 {
11513
    padding-left: 4.5rem !important;
13710
    padding-left: 4.5rem !important;
-
 
13711
  }
11514
  }
13712
 
11515
  .ps-xl-7 {
13713
  .ps-xl-7 {
11516
    padding-left: 6rem !important;
13714
    padding-left: 6rem !important;
-
 
13715
  }
11517
  }
13716
 
11518
  .gap-xl-0 {
13717
  .gap-xl-0 {
11519
    gap: 0 !important;
13718
    gap: 0 !important;
-
 
13719
  }
11520
  }
13720
 
11521
  .gap-xl-1 {
13721
  .gap-xl-1 {
11522
    gap: 0.25rem !important;
13722
    gap: 0.25rem !important;
-
 
13723
  }
11523
  }
13724
 
11524
  .gap-xl-2 {
13725
  .gap-xl-2 {
11525
    gap: 0.5rem !important;
13726
    gap: 0.5rem !important;
-
 
13727
  }
11526
  }
13728
 
11527
  .gap-xl-3 {
13729
  .gap-xl-3 {
11528
    gap: 1rem !important;
13730
    gap: 1rem !important;
-
 
13731
  }
11529
  }
13732
 
11530
  .gap-xl-4 {
13733
  .gap-xl-4 {
11531
    gap: 1.5rem !important;
13734
    gap: 1.5rem !important;
-
 
13735
  }
11532
  }
13736
 
11533
  .gap-xl-5 {
13737
  .gap-xl-5 {
11534
    gap: 3rem !important;
13738
    gap: 3rem !important;
-
 
13739
  }
11535
  }
13740
 
11536
  .gap-xl-6 {
13741
  .gap-xl-6 {
11537
    gap: 4.5rem !important;
13742
    gap: 4.5rem !important;
-
 
13743
  }
11538
  }
13744
 
11539
  .gap-xl-7 {
13745
  .gap-xl-7 {
11540
    gap: 6rem !important;
13746
    gap: 6rem !important;
-
 
13747
  }
11541
  }
13748
 
11542
  .text-xl-start {
13749
  .text-xl-start {
11543
    text-align: left !important;
13750
    text-align: left !important;
-
 
13751
  }
11544
  }
13752
 
11545
  .text-xl-end {
13753
  .text-xl-end {
11546
    text-align: right !important;
13754
    text-align: right !important;
-
 
13755
  }
11547
  }
13756
 
11548
  .text-xl-center {
13757
  .text-xl-center {
11549
    text-align: center !important;
13758
    text-align: center !important;
11550
  }
13759
  }
-
 
13760
}
11551
}
13761
 
11552
@media (min-width: 1400px) {
13762
@media (min-width: 1400px) {
11553
  .float-xxl-start {
13763
  .float-xxl-start {
11554
    float: left !important;
13764
    float: left !important;
-
 
13765
  }
11555
  }
13766
 
11556
  .float-xxl-end {
13767
  .float-xxl-end {
11557
    float: right !important;
13768
    float: right !important;
-
 
13769
  }
11558
  }
13770
 
11559
  .float-xxl-none {
13771
  .float-xxl-none {
11560
    float: none !important;
13772
    float: none !important;
-
 
13773
  }
11561
  }
13774
 
11562
  .d-xxl-inline {
13775
  .d-xxl-inline {
11563
    display: inline !important;
13776
    display: inline !important;
-
 
13777
  }
11564
  }
13778
 
11565
  .d-xxl-inline-block {
13779
  .d-xxl-inline-block {
11566
    display: inline-block !important;
13780
    display: inline-block !important;
-
 
13781
  }
11567
  }
13782
 
11568
  .d-xxl-block {
13783
  .d-xxl-block {
11569
    display: block !important;
13784
    display: block !important;
-
 
13785
  }
11570
  }
13786
 
11571
  .d-xxl-grid {
13787
  .d-xxl-grid {
11572
    display: grid !important;
13788
    display: grid !important;
-
 
13789
  }
11573
  }
13790
 
11574
  .d-xxl-table {
13791
  .d-xxl-table {
11575
    display: table !important;
13792
    display: table !important;
-
 
13793
  }
11576
  }
13794
 
11577
  .d-xxl-table-row {
13795
  .d-xxl-table-row {
11578
    display: table-row !important;
13796
    display: table-row !important;
-
 
13797
  }
11579
  }
13798
 
11580
  .d-xxl-table-cell {
13799
  .d-xxl-table-cell {
11581
    display: table-cell !important;
13800
    display: table-cell !important;
-
 
13801
  }
11582
  }
13802
 
11583
  .d-xxl-flex {
13803
  .d-xxl-flex {
11584
    display: flex !important;
13804
    display: flex !important;
-
 
13805
  }
11585
  }
13806
 
11586
  .d-xxl-inline-flex {
13807
  .d-xxl-inline-flex {
11587
    display: inline-flex !important;
13808
    display: inline-flex !important;
-
 
13809
  }
11588
  }
13810
 
11589
  .d-xxl-none {
13811
  .d-xxl-none {
11590
    display: none !important;
13812
    display: none !important;
-
 
13813
  }
11591
  }
13814
 
11592
  .border-xxl {
13815
  .border-xxl {
11593
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
13816
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
-
 
13817
  }
11594
  }
13818
 
11595
  .border-xxl-0 {
13819
  .border-xxl-0 {
11596
    border: 0 !important;
13820
    border: 0 !important;
-
 
13821
  }
11597
  }
13822
 
11598
  .border-top-xxl {
13823
  .border-top-xxl {
11599
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
13824
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
-
 
13825
  }
11600
  }
13826
 
11601
  .border-top-xxl-0 {
13827
  .border-top-xxl-0 {
11602
    border-top: 0 !important;
13828
    border-top: 0 !important;
-
 
13829
  }
11603
  }
13830
 
11604
  .border-end-xxl {
13831
  .border-end-xxl {
11605
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
13832
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
-
 
13833
  }
11606
  }
13834
 
11607
  .border-end-xxl-0 {
13835
  .border-end-xxl-0 {
11608
    border-right: 0 !important;
13836
    border-right: 0 !important;
-
 
13837
  }
11609
  }
13838
 
11610
  .border-bottom-xxl {
13839
  .border-bottom-xxl {
11611
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
13840
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
-
 
13841
  }
11612
  }
13842
 
11613
  .border-bottom-xxl-0 {
13843
  .border-bottom-xxl-0 {
11614
    border-bottom: 0 !important;
13844
    border-bottom: 0 !important;
-
 
13845
  }
11615
  }
13846
 
11616
  .border-start-xxl {
13847
  .border-start-xxl {
11617
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
13848
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
-
 
13849
  }
11618
  }
13850
 
11619
  .border-start-xxl-0 {
13851
  .border-start-xxl-0 {
11620
    border-left: 0 !important;
13852
    border-left: 0 !important;
-
 
13853
  }
11621
  }
13854
 
11622
  .flex-xxl-fill {
13855
  .flex-xxl-fill {
11623
    flex: 1 1 auto !important;
13856
    flex: 1 1 auto !important;
-
 
13857
  }
11624
  }
13858
 
11625
  .flex-xxl-row {
13859
  .flex-xxl-row {
11626
    flex-direction: row !important;
13860
    flex-direction: row !important;
-
 
13861
  }
11627
  }
13862
 
11628
  .flex-xxl-column {
13863
  .flex-xxl-column {
11629
    flex-direction: column !important;
13864
    flex-direction: column !important;
-
 
13865
  }
11630
  }
13866
 
11631
  .flex-xxl-row-reverse {
13867
  .flex-xxl-row-reverse {
11632
    flex-direction: row-reverse !important;
13868
    flex-direction: row-reverse !important;
-
 
13869
  }
11633
  }
13870
 
11634
  .flex-xxl-column-reverse {
13871
  .flex-xxl-column-reverse {
11635
    flex-direction: column-reverse !important;
13872
    flex-direction: column-reverse !important;
-
 
13873
  }
11636
  }
13874
 
11637
  .flex-xxl-grow-0 {
13875
  .flex-xxl-grow-0 {
11638
    flex-grow: 0 !important;
13876
    flex-grow: 0 !important;
-
 
13877
  }
11639
  }
13878
 
11640
  .flex-xxl-grow-1 {
13879
  .flex-xxl-grow-1 {
11641
    flex-grow: 1 !important;
13880
    flex-grow: 1 !important;
-
 
13881
  }
11642
  }
13882
 
11643
  .flex-xxl-shrink-0 {
13883
  .flex-xxl-shrink-0 {
11644
    flex-shrink: 0 !important;
13884
    flex-shrink: 0 !important;
-
 
13885
  }
11645
  }
13886
 
11646
  .flex-xxl-shrink-1 {
13887
  .flex-xxl-shrink-1 {
11647
    flex-shrink: 1 !important;
13888
    flex-shrink: 1 !important;
-
 
13889
  }
11648
  }
13890
 
11649
  .flex-xxl-wrap {
13891
  .flex-xxl-wrap {
11650
    flex-wrap: wrap !important;
13892
    flex-wrap: wrap !important;
-
 
13893
  }
11651
  }
13894
 
11652
  .flex-xxl-nowrap {
13895
  .flex-xxl-nowrap {
11653
    flex-wrap: nowrap !important;
13896
    flex-wrap: nowrap !important;
-
 
13897
  }
11654
  }
13898
 
11655
  .flex-xxl-wrap-reverse {
13899
  .flex-xxl-wrap-reverse {
11656
    flex-wrap: wrap-reverse !important;
13900
    flex-wrap: wrap-reverse !important;
-
 
13901
  }
11657
  }
13902
 
11658
  .justify-content-xxl-start {
13903
  .justify-content-xxl-start {
11659
    justify-content: flex-start !important;
13904
    justify-content: flex-start !important;
-
 
13905
  }
11660
  }
13906
 
11661
  .justify-content-xxl-end {
13907
  .justify-content-xxl-end {
11662
    justify-content: flex-end !important;
13908
    justify-content: flex-end !important;
-
 
13909
  }
11663
  }
13910
 
11664
  .justify-content-xxl-center {
13911
  .justify-content-xxl-center {
11665
    justify-content: center !important;
13912
    justify-content: center !important;
-
 
13913
  }
11666
  }
13914
 
11667
  .justify-content-xxl-between {
13915
  .justify-content-xxl-between {
11668
    justify-content: space-between !important;
13916
    justify-content: space-between !important;
-
 
13917
  }
11669
  }
13918
 
11670
  .justify-content-xxl-around {
13919
  .justify-content-xxl-around {
11671
    justify-content: space-around !important;
13920
    justify-content: space-around !important;
-
 
13921
  }
11672
  }
13922
 
11673
  .justify-content-xxl-evenly {
13923
  .justify-content-xxl-evenly {
11674
    justify-content: space-evenly !important;
13924
    justify-content: space-evenly !important;
-
 
13925
  }
11675
  }
13926
 
11676
  .align-items-xxl-start {
13927
  .align-items-xxl-start {
11677
    align-items: flex-start !important;
13928
    align-items: flex-start !important;
-
 
13929
  }
11678
  }
13930
 
11679
  .align-items-xxl-end {
13931
  .align-items-xxl-end {
11680
    align-items: flex-end !important;
13932
    align-items: flex-end !important;
-
 
13933
  }
11681
  }
13934
 
11682
  .align-items-xxl-center {
13935
  .align-items-xxl-center {
11683
    align-items: center !important;
13936
    align-items: center !important;
-
 
13937
  }
11684
  }
13938
 
11685
  .align-items-xxl-baseline {
13939
  .align-items-xxl-baseline {
11686
    align-items: baseline !important;
13940
    align-items: baseline !important;
-
 
13941
  }
11687
  }
13942
 
11688
  .align-items-xxl-stretch {
13943
  .align-items-xxl-stretch {
11689
    align-items: stretch !important;
13944
    align-items: stretch !important;
-
 
13945
  }
11690
  }
13946
 
11691
  .align-content-xxl-start {
13947
  .align-content-xxl-start {
11692
    align-content: flex-start !important;
13948
    align-content: flex-start !important;
-
 
13949
  }
11693
  }
13950
 
11694
  .align-content-xxl-end {
13951
  .align-content-xxl-end {
11695
    align-content: flex-end !important;
13952
    align-content: flex-end !important;
-
 
13953
  }
11696
  }
13954
 
11697
  .align-content-xxl-center {
13955
  .align-content-xxl-center {
11698
    align-content: center !important;
13956
    align-content: center !important;
-
 
13957
  }
11699
  }
13958
 
11700
  .align-content-xxl-between {
13959
  .align-content-xxl-between {
11701
    align-content: space-between !important;
13960
    align-content: space-between !important;
-
 
13961
  }
11702
  }
13962
 
11703
  .align-content-xxl-around {
13963
  .align-content-xxl-around {
11704
    align-content: space-around !important;
13964
    align-content: space-around !important;
-
 
13965
  }
11705
  }
13966
 
11706
  .align-content-xxl-stretch {
13967
  .align-content-xxl-stretch {
11707
    align-content: stretch !important;
13968
    align-content: stretch !important;
-
 
13969
  }
11708
  }
13970
 
11709
  .align-self-xxl-auto {
13971
  .align-self-xxl-auto {
11710
    align-self: auto !important;
13972
    align-self: auto !important;
-
 
13973
  }
11711
  }
13974
 
11712
  .align-self-xxl-start {
13975
  .align-self-xxl-start {
11713
    align-self: flex-start !important;
13976
    align-self: flex-start !important;
-
 
13977
  }
11714
  }
13978
 
11715
  .align-self-xxl-end {
13979
  .align-self-xxl-end {
11716
    align-self: flex-end !important;
13980
    align-self: flex-end !important;
-
 
13981
  }
11717
  }
13982
 
11718
  .align-self-xxl-center {
13983
  .align-self-xxl-center {
11719
    align-self: center !important;
13984
    align-self: center !important;
-
 
13985
  }
11720
  }
13986
 
11721
  .align-self-xxl-baseline {
13987
  .align-self-xxl-baseline {
11722
    align-self: baseline !important;
13988
    align-self: baseline !important;
-
 
13989
  }
11723
  }
13990
 
11724
  .align-self-xxl-stretch {
13991
  .align-self-xxl-stretch {
11725
    align-self: stretch !important;
13992
    align-self: stretch !important;
-
 
13993
  }
11726
  }
13994
 
11727
  .order-xxl-first {
13995
  .order-xxl-first {
11728
    order: -1 !important;
13996
    order: -1 !important;
-
 
13997
  }
11729
  }
13998
 
11730
  .order-xxl-0 {
13999
  .order-xxl-0 {
11731
    order: 0 !important;
14000
    order: 0 !important;
-
 
14001
  }
11732
  }
14002
 
11733
  .order-xxl-1 {
14003
  .order-xxl-1 {
11734
    order: 1 !important;
14004
    order: 1 !important;
-
 
14005
  }
11735
  }
14006
 
11736
  .order-xxl-2 {
14007
  .order-xxl-2 {
11737
    order: 2 !important;
14008
    order: 2 !important;
-
 
14009
  }
11738
  }
14010
 
11739
  .order-xxl-3 {
14011
  .order-xxl-3 {
11740
    order: 3 !important;
14012
    order: 3 !important;
-
 
14013
  }
11741
  }
14014
 
11742
  .order-xxl-4 {
14015
  .order-xxl-4 {
11743
    order: 4 !important;
14016
    order: 4 !important;
-
 
14017
  }
11744
  }
14018
 
11745
  .order-xxl-5 {
14019
  .order-xxl-5 {
11746
    order: 5 !important;
14020
    order: 5 !important;
-
 
14021
  }
11747
  }
14022
 
11748
  .order-xxl-last {
14023
  .order-xxl-last {
11749
    order: 6 !important;
14024
    order: 6 !important;
-
 
14025
  }
11750
  }
14026
 
11751
  .m-xxl-0 {
14027
  .m-xxl-0 {
11752
    margin: 0 !important;
14028
    margin: 0 !important;
-
 
14029
  }
11753
  }
14030
 
11754
  .m-xxl-1 {
14031
  .m-xxl-1 {
11755
    margin: 0.25rem !important;
14032
    margin: 0.25rem !important;
-
 
14033
  }
11756
  }
14034
 
11757
  .m-xxl-2 {
14035
  .m-xxl-2 {
11758
    margin: 0.5rem !important;
14036
    margin: 0.5rem !important;
-
 
14037
  }
11759
  }
14038
 
11760
  .m-xxl-3 {
14039
  .m-xxl-3 {
11761
    margin: 1rem !important;
14040
    margin: 1rem !important;
-
 
14041
  }
11762
  }
14042
 
11763
  .m-xxl-4 {
14043
  .m-xxl-4 {
11764
    margin: 1.5rem !important;
14044
    margin: 1.5rem !important;
-
 
14045
  }
11765
  }
14046
 
11766
  .m-xxl-5 {
14047
  .m-xxl-5 {
11767
    margin: 3rem !important;
14048
    margin: 3rem !important;
-
 
14049
  }
11768
  }
14050
 
11769
  .m-xxl-6 {
14051
  .m-xxl-6 {
11770
    margin: 4.5rem !important;
14052
    margin: 4.5rem !important;
-
 
14053
  }
11771
  }
14054
 
11772
  .m-xxl-7 {
14055
  .m-xxl-7 {
11773
    margin: 6rem !important;
14056
    margin: 6rem !important;
-
 
14057
  }
11774
  }
14058
 
11775
  .m-xxl-auto {
14059
  .m-xxl-auto {
11776
    margin: auto !important;
14060
    margin: auto !important;
-
 
14061
  }
11777
  }
14062
 
11778
  .mx-xxl-0 {
14063
  .mx-xxl-0 {
11779
    margin-right: 0 !important;
14064
    margin-right: 0 !important;
11780
    margin-left: 0 !important;
14065
    margin-left: 0 !important;
-
 
14066
  }
11781
  }
14067
 
11782
  .mx-xxl-1 {
14068
  .mx-xxl-1 {
11783
    margin-right: 0.25rem !important;
14069
    margin-right: 0.25rem !important;
11784
    margin-left: 0.25rem !important;
14070
    margin-left: 0.25rem !important;
-
 
14071
  }
11785
  }
14072
 
11786
  .mx-xxl-2 {
14073
  .mx-xxl-2 {
11787
    margin-right: 0.5rem !important;
14074
    margin-right: 0.5rem !important;
11788
    margin-left: 0.5rem !important;
14075
    margin-left: 0.5rem !important;
-
 
14076
  }
11789
  }
14077
 
11790
  .mx-xxl-3 {
14078
  .mx-xxl-3 {
11791
    margin-right: 1rem !important;
14079
    margin-right: 1rem !important;
11792
    margin-left: 1rem !important;
14080
    margin-left: 1rem !important;
-
 
14081
  }
11793
  }
14082
 
11794
  .mx-xxl-4 {
14083
  .mx-xxl-4 {
11795
    margin-right: 1.5rem !important;
14084
    margin-right: 1.5rem !important;
11796
    margin-left: 1.5rem !important;
14085
    margin-left: 1.5rem !important;
-
 
14086
  }
11797
  }
14087
 
11798
  .mx-xxl-5 {
14088
  .mx-xxl-5 {
11799
    margin-right: 3rem !important;
14089
    margin-right: 3rem !important;
11800
    margin-left: 3rem !important;
14090
    margin-left: 3rem !important;
-
 
14091
  }
11801
  }
14092
 
11802
  .mx-xxl-6 {
14093
  .mx-xxl-6 {
11803
    margin-right: 4.5rem !important;
14094
    margin-right: 4.5rem !important;
11804
    margin-left: 4.5rem !important;
14095
    margin-left: 4.5rem !important;
-
 
14096
  }
11805
  }
14097
 
11806
  .mx-xxl-7 {
14098
  .mx-xxl-7 {
11807
    margin-right: 6rem !important;
14099
    margin-right: 6rem !important;
11808
    margin-left: 6rem !important;
14100
    margin-left: 6rem !important;
-
 
14101
  }
11809
  }
14102
 
11810
  .mx-xxl-auto {
14103
  .mx-xxl-auto {
11811
    margin-right: auto !important;
14104
    margin-right: auto !important;
11812
    margin-left: auto !important;
14105
    margin-left: auto !important;
-
 
14106
  }
11813
  }
14107
 
11814
  .my-xxl-0 {
14108
  .my-xxl-0 {
11815
    margin-top: 0 !important;
14109
    margin-top: 0 !important;
11816
    margin-bottom: 0 !important;
14110
    margin-bottom: 0 !important;
-
 
14111
  }
11817
  }
14112
 
11818
  .my-xxl-1 {
14113
  .my-xxl-1 {
11819
    margin-top: 0.25rem !important;
14114
    margin-top: 0.25rem !important;
11820
    margin-bottom: 0.25rem !important;
14115
    margin-bottom: 0.25rem !important;
-
 
14116
  }
11821
  }
14117
 
11822
  .my-xxl-2 {
14118
  .my-xxl-2 {
11823
    margin-top: 0.5rem !important;
14119
    margin-top: 0.5rem !important;
11824
    margin-bottom: 0.5rem !important;
14120
    margin-bottom: 0.5rem !important;
-
 
14121
  }
11825
  }
14122
 
11826
  .my-xxl-3 {
14123
  .my-xxl-3 {
11827
    margin-top: 1rem !important;
14124
    margin-top: 1rem !important;
11828
    margin-bottom: 1rem !important;
14125
    margin-bottom: 1rem !important;
-
 
14126
  }
11829
  }
14127
 
11830
  .my-xxl-4 {
14128
  .my-xxl-4 {
11831
    margin-top: 1.5rem !important;
14129
    margin-top: 1.5rem !important;
11832
    margin-bottom: 1.5rem !important;
14130
    margin-bottom: 1.5rem !important;
-
 
14131
  }
11833
  }
14132
 
11834
  .my-xxl-5 {
14133
  .my-xxl-5 {
11835
    margin-top: 3rem !important;
14134
    margin-top: 3rem !important;
11836
    margin-bottom: 3rem !important;
14135
    margin-bottom: 3rem !important;
-
 
14136
  }
11837
  }
14137
 
11838
  .my-xxl-6 {
14138
  .my-xxl-6 {
11839
    margin-top: 4.5rem !important;
14139
    margin-top: 4.5rem !important;
11840
    margin-bottom: 4.5rem !important;
14140
    margin-bottom: 4.5rem !important;
-
 
14141
  }
11841
  }
14142
 
11842
  .my-xxl-7 {
14143
  .my-xxl-7 {
11843
    margin-top: 6rem !important;
14144
    margin-top: 6rem !important;
11844
    margin-bottom: 6rem !important;
14145
    margin-bottom: 6rem !important;
-
 
14146
  }
11845
  }
14147
 
11846
  .my-xxl-auto {
14148
  .my-xxl-auto {
11847
    margin-top: auto !important;
14149
    margin-top: auto !important;
11848
    margin-bottom: auto !important;
14150
    margin-bottom: auto !important;
-
 
14151
  }
11849
  }
14152
 
11850
  .mt-xxl-0 {
14153
  .mt-xxl-0 {
11851
    margin-top: 0 !important;
14154
    margin-top: 0 !important;
-
 
14155
  }
11852
  }
14156
 
11853
  .mt-xxl-1 {
14157
  .mt-xxl-1 {
11854
    margin-top: 0.25rem !important;
14158
    margin-top: 0.25rem !important;
-
 
14159
  }
11855
  }
14160
 
11856
  .mt-xxl-2 {
14161
  .mt-xxl-2 {
11857
    margin-top: 0.5rem !important;
14162
    margin-top: 0.5rem !important;
-
 
14163
  }
11858
  }
14164
 
11859
  .mt-xxl-3 {
14165
  .mt-xxl-3 {
11860
    margin-top: 1rem !important;
14166
    margin-top: 1rem !important;
-
 
14167
  }
11861
  }
14168
 
11862
  .mt-xxl-4 {
14169
  .mt-xxl-4 {
11863
    margin-top: 1.5rem !important;
14170
    margin-top: 1.5rem !important;
-
 
14171
  }
11864
  }
14172
 
11865
  .mt-xxl-5 {
14173
  .mt-xxl-5 {
11866
    margin-top: 3rem !important;
14174
    margin-top: 3rem !important;
-
 
14175
  }
11867
  }
14176
 
11868
  .mt-xxl-6 {
14177
  .mt-xxl-6 {
11869
    margin-top: 4.5rem !important;
14178
    margin-top: 4.5rem !important;
-
 
14179
  }
11870
  }
14180
 
11871
  .mt-xxl-7 {
14181
  .mt-xxl-7 {
11872
    margin-top: 6rem !important;
14182
    margin-top: 6rem !important;
-
 
14183
  }
11873
  }
14184
 
11874
  .mt-xxl-auto {
14185
  .mt-xxl-auto {
11875
    margin-top: auto !important;
14186
    margin-top: auto !important;
-
 
14187
  }
11876
  }
14188
 
11877
  .me-xxl-0 {
14189
  .me-xxl-0 {
11878
    margin-right: 0 !important;
14190
    margin-right: 0 !important;
-
 
14191
  }
11879
  }
14192
 
11880
  .me-xxl-1 {
14193
  .me-xxl-1 {
11881
    margin-right: 0.25rem !important;
14194
    margin-right: 0.25rem !important;
-
 
14195
  }
11882
  }
14196
 
11883
  .me-xxl-2 {
14197
  .me-xxl-2 {
11884
    margin-right: 0.5rem !important;
14198
    margin-right: 0.5rem !important;
-
 
14199
  }
11885
  }
14200
 
11886
  .me-xxl-3 {
14201
  .me-xxl-3 {
11887
    margin-right: 1rem !important;
14202
    margin-right: 1rem !important;
-
 
14203
  }
11888
  }
14204
 
11889
  .me-xxl-4 {
14205
  .me-xxl-4 {
11890
    margin-right: 1.5rem !important;
14206
    margin-right: 1.5rem !important;
-
 
14207
  }
11891
  }
14208
 
11892
  .me-xxl-5 {
14209
  .me-xxl-5 {
11893
    margin-right: 3rem !important;
14210
    margin-right: 3rem !important;
-
 
14211
  }
11894
  }
14212
 
11895
  .me-xxl-6 {
14213
  .me-xxl-6 {
11896
    margin-right: 4.5rem !important;
14214
    margin-right: 4.5rem !important;
-
 
14215
  }
11897
  }
14216
 
11898
  .me-xxl-7 {
14217
  .me-xxl-7 {
11899
    margin-right: 6rem !important;
14218
    margin-right: 6rem !important;
-
 
14219
  }
11900
  }
14220
 
11901
  .me-xxl-auto {
14221
  .me-xxl-auto {
11902
    margin-right: auto !important;
14222
    margin-right: auto !important;
-
 
14223
  }
11903
  }
14224
 
11904
  .mb-xxl-0 {
14225
  .mb-xxl-0 {
11905
    margin-bottom: 0 !important;
14226
    margin-bottom: 0 !important;
-
 
14227
  }
11906
  }
14228
 
11907
  .mb-xxl-1 {
14229
  .mb-xxl-1 {
11908
    margin-bottom: 0.25rem !important;
14230
    margin-bottom: 0.25rem !important;
-
 
14231
  }
11909
  }
14232
 
11910
  .mb-xxl-2 {
14233
  .mb-xxl-2 {
11911
    margin-bottom: 0.5rem !important;
14234
    margin-bottom: 0.5rem !important;
-
 
14235
  }
11912
  }
14236
 
11913
  .mb-xxl-3 {
14237
  .mb-xxl-3 {
11914
    margin-bottom: 1rem !important;
14238
    margin-bottom: 1rem !important;
-
 
14239
  }
11915
  }
14240
 
11916
  .mb-xxl-4 {
14241
  .mb-xxl-4 {
11917
    margin-bottom: 1.5rem !important;
14242
    margin-bottom: 1.5rem !important;
-
 
14243
  }
11918
  }
14244
 
11919
  .mb-xxl-5 {
14245
  .mb-xxl-5 {
11920
    margin-bottom: 3rem !important;
14246
    margin-bottom: 3rem !important;
-
 
14247
  }
11921
  }
14248
 
11922
  .mb-xxl-6 {
14249
  .mb-xxl-6 {
11923
    margin-bottom: 4.5rem !important;
14250
    margin-bottom: 4.5rem !important;
-
 
14251
  }
11924
  }
14252
 
11925
  .mb-xxl-7 {
14253
  .mb-xxl-7 {
11926
    margin-bottom: 6rem !important;
14254
    margin-bottom: 6rem !important;
-
 
14255
  }
11927
  }
14256
 
11928
  .mb-xxl-auto {
14257
  .mb-xxl-auto {
11929
    margin-bottom: auto !important;
14258
    margin-bottom: auto !important;
-
 
14259
  }
11930
  }
14260
 
11931
  .ms-xxl-0 {
14261
  .ms-xxl-0 {
11932
    margin-left: 0 !important;
14262
    margin-left: 0 !important;
-
 
14263
  }
11933
  }
14264
 
11934
  .ms-xxl-1 {
14265
  .ms-xxl-1 {
11935
    margin-left: 0.25rem !important;
14266
    margin-left: 0.25rem !important;
-
 
14267
  }
11936
  }
14268
 
11937
  .ms-xxl-2 {
14269
  .ms-xxl-2 {
11938
    margin-left: 0.5rem !important;
14270
    margin-left: 0.5rem !important;
-
 
14271
  }
11939
  }
14272
 
11940
  .ms-xxl-3 {
14273
  .ms-xxl-3 {
11941
    margin-left: 1rem !important;
14274
    margin-left: 1rem !important;
-
 
14275
  }
11942
  }
14276
 
11943
  .ms-xxl-4 {
14277
  .ms-xxl-4 {
11944
    margin-left: 1.5rem !important;
14278
    margin-left: 1.5rem !important;
-
 
14279
  }
11945
  }
14280
 
11946
  .ms-xxl-5 {
14281
  .ms-xxl-5 {
11947
    margin-left: 3rem !important;
14282
    margin-left: 3rem !important;
-
 
14283
  }
11948
  }
14284
 
11949
  .ms-xxl-6 {
14285
  .ms-xxl-6 {
11950
    margin-left: 4.5rem !important;
14286
    margin-left: 4.5rem !important;
-
 
14287
  }
11951
  }
14288
 
11952
  .ms-xxl-7 {
14289
  .ms-xxl-7 {
11953
    margin-left: 6rem !important;
14290
    margin-left: 6rem !important;
-
 
14291
  }
11954
  }
14292
 
11955
  .ms-xxl-auto {
14293
  .ms-xxl-auto {
11956
    margin-left: auto !important;
14294
    margin-left: auto !important;
-
 
14295
  }
11957
  }
14296
 
11958
  .m-xxl-n1 {
14297
  .m-xxl-n1 {
11959
    margin: -0.25rem !important;
14298
    margin: -0.25rem !important;
-
 
14299
  }
11960
  }
14300
 
11961
  .m-xxl-n2 {
14301
  .m-xxl-n2 {
11962
    margin: -0.5rem !important;
14302
    margin: -0.5rem !important;
-
 
14303
  }
11963
  }
14304
 
11964
  .m-xxl-n3 {
14305
  .m-xxl-n3 {
11965
    margin: -1rem !important;
14306
    margin: -1rem !important;
-
 
14307
  }
11966
  }
14308
 
11967
  .m-xxl-n4 {
14309
  .m-xxl-n4 {
11968
    margin: -1.5rem !important;
14310
    margin: -1.5rem !important;
-
 
14311
  }
11969
  }
14312
 
11970
  .m-xxl-n5 {
14313
  .m-xxl-n5 {
11971
    margin: -3rem !important;
14314
    margin: -3rem !important;
-
 
14315
  }
11972
  }
14316
 
11973
  .m-xxl-n6 {
14317
  .m-xxl-n6 {
11974
    margin: -4.5rem !important;
14318
    margin: -4.5rem !important;
-
 
14319
  }
11975
  }
14320
 
11976
  .m-xxl-n7 {
14321
  .m-xxl-n7 {
11977
    margin: -6rem !important;
14322
    margin: -6rem !important;
-
 
14323
  }
11978
  }
14324
 
11979
  .mx-xxl-n1 {
14325
  .mx-xxl-n1 {
11980
    margin-right: -0.25rem !important;
14326
    margin-right: -0.25rem !important;
11981
    margin-left: -0.25rem !important;
14327
    margin-left: -0.25rem !important;
-
 
14328
  }
11982
  }
14329
 
11983
  .mx-xxl-n2 {
14330
  .mx-xxl-n2 {
11984
    margin-right: -0.5rem !important;
14331
    margin-right: -0.5rem !important;
11985
    margin-left: -0.5rem !important;
14332
    margin-left: -0.5rem !important;
-
 
14333
  }
11986
  }
14334
 
11987
  .mx-xxl-n3 {
14335
  .mx-xxl-n3 {
11988
    margin-right: -1rem !important;
14336
    margin-right: -1rem !important;
11989
    margin-left: -1rem !important;
14337
    margin-left: -1rem !important;
-
 
14338
  }
11990
  }
14339
 
11991
  .mx-xxl-n4 {
14340
  .mx-xxl-n4 {
11992
    margin-right: -1.5rem !important;
14341
    margin-right: -1.5rem !important;
11993
    margin-left: -1.5rem !important;
14342
    margin-left: -1.5rem !important;
-
 
14343
  }
11994
  }
14344
 
11995
  .mx-xxl-n5 {
14345
  .mx-xxl-n5 {
11996
    margin-right: -3rem !important;
14346
    margin-right: -3rem !important;
11997
    margin-left: -3rem !important;
14347
    margin-left: -3rem !important;
-
 
14348
  }
11998
  }
14349
 
11999
  .mx-xxl-n6 {
14350
  .mx-xxl-n6 {
12000
    margin-right: -4.5rem !important;
14351
    margin-right: -4.5rem !important;
12001
    margin-left: -4.5rem !important;
14352
    margin-left: -4.5rem !important;
-
 
14353
  }
12002
  }
14354
 
12003
  .mx-xxl-n7 {
14355
  .mx-xxl-n7 {
12004
    margin-right: -6rem !important;
14356
    margin-right: -6rem !important;
12005
    margin-left: -6rem !important;
14357
    margin-left: -6rem !important;
-
 
14358
  }
12006
  }
14359
 
12007
  .my-xxl-n1 {
14360
  .my-xxl-n1 {
12008
    margin-top: -0.25rem !important;
14361
    margin-top: -0.25rem !important;
12009
    margin-bottom: -0.25rem !important;
14362
    margin-bottom: -0.25rem !important;
-
 
14363
  }
12010
  }
14364
 
12011
  .my-xxl-n2 {
14365
  .my-xxl-n2 {
12012
    margin-top: -0.5rem !important;
14366
    margin-top: -0.5rem !important;
12013
    margin-bottom: -0.5rem !important;
14367
    margin-bottom: -0.5rem !important;
-
 
14368
  }
12014
  }
14369
 
12015
  .my-xxl-n3 {
14370
  .my-xxl-n3 {
12016
    margin-top: -1rem !important;
14371
    margin-top: -1rem !important;
12017
    margin-bottom: -1rem !important;
14372
    margin-bottom: -1rem !important;
-
 
14373
  }
12018
  }
14374
 
12019
  .my-xxl-n4 {
14375
  .my-xxl-n4 {
12020
    margin-top: -1.5rem !important;
14376
    margin-top: -1.5rem !important;
12021
    margin-bottom: -1.5rem !important;
14377
    margin-bottom: -1.5rem !important;
-
 
14378
  }
12022
  }
14379
 
12023
  .my-xxl-n5 {
14380
  .my-xxl-n5 {
12024
    margin-top: -3rem !important;
14381
    margin-top: -3rem !important;
12025
    margin-bottom: -3rem !important;
14382
    margin-bottom: -3rem !important;
-
 
14383
  }
12026
  }
14384
 
12027
  .my-xxl-n6 {
14385
  .my-xxl-n6 {
12028
    margin-top: -4.5rem !important;
14386
    margin-top: -4.5rem !important;
12029
    margin-bottom: -4.5rem !important;
14387
    margin-bottom: -4.5rem !important;
-
 
14388
  }
12030
  }
14389
 
12031
  .my-xxl-n7 {
14390
  .my-xxl-n7 {
12032
    margin-top: -6rem !important;
14391
    margin-top: -6rem !important;
12033
    margin-bottom: -6rem !important;
14392
    margin-bottom: -6rem !important;
-
 
14393
  }
12034
  }
14394
 
12035
  .mt-xxl-n1 {
14395
  .mt-xxl-n1 {
12036
    margin-top: -0.25rem !important;
14396
    margin-top: -0.25rem !important;
-
 
14397
  }
12037
  }
14398
 
12038
  .mt-xxl-n2 {
14399
  .mt-xxl-n2 {
12039
    margin-top: -0.5rem !important;
14400
    margin-top: -0.5rem !important;
-
 
14401
  }
12040
  }
14402
 
12041
  .mt-xxl-n3 {
14403
  .mt-xxl-n3 {
12042
    margin-top: -1rem !important;
14404
    margin-top: -1rem !important;
-
 
14405
  }
12043
  }
14406
 
12044
  .mt-xxl-n4 {
14407
  .mt-xxl-n4 {
12045
    margin-top: -1.5rem !important;
14408
    margin-top: -1.5rem !important;
-
 
14409
  }
12046
  }
14410
 
12047
  .mt-xxl-n5 {
14411
  .mt-xxl-n5 {
12048
    margin-top: -3rem !important;
14412
    margin-top: -3rem !important;
-
 
14413
  }
12049
  }
14414
 
12050
  .mt-xxl-n6 {
14415
  .mt-xxl-n6 {
12051
    margin-top: -4.5rem !important;
14416
    margin-top: -4.5rem !important;
-
 
14417
  }
12052
  }
14418
 
12053
  .mt-xxl-n7 {
14419
  .mt-xxl-n7 {
12054
    margin-top: -6rem !important;
14420
    margin-top: -6rem !important;
-
 
14421
  }
12055
  }
14422
 
12056
  .me-xxl-n1 {
14423
  .me-xxl-n1 {
12057
    margin-right: -0.25rem !important;
14424
    margin-right: -0.25rem !important;
-
 
14425
  }
12058
  }
14426
 
12059
  .me-xxl-n2 {
14427
  .me-xxl-n2 {
12060
    margin-right: -0.5rem !important;
14428
    margin-right: -0.5rem !important;
-
 
14429
  }
12061
  }
14430
 
12062
  .me-xxl-n3 {
14431
  .me-xxl-n3 {
12063
    margin-right: -1rem !important;
14432
    margin-right: -1rem !important;
-
 
14433
  }
12064
  }
14434
 
12065
  .me-xxl-n4 {
14435
  .me-xxl-n4 {
12066
    margin-right: -1.5rem !important;
14436
    margin-right: -1.5rem !important;
-
 
14437
  }
12067
  }
14438
 
12068
  .me-xxl-n5 {
14439
  .me-xxl-n5 {
12069
    margin-right: -3rem !important;
14440
    margin-right: -3rem !important;
-
 
14441
  }
12070
  }
14442
 
12071
  .me-xxl-n6 {
14443
  .me-xxl-n6 {
12072
    margin-right: -4.5rem !important;
14444
    margin-right: -4.5rem !important;
-
 
14445
  }
12073
  }
14446
 
12074
  .me-xxl-n7 {
14447
  .me-xxl-n7 {
12075
    margin-right: -6rem !important;
14448
    margin-right: -6rem !important;
-
 
14449
  }
12076
  }
14450
 
12077
  .mb-xxl-n1 {
14451
  .mb-xxl-n1 {
12078
    margin-bottom: -0.25rem !important;
14452
    margin-bottom: -0.25rem !important;
-
 
14453
  }
12079
  }
14454
 
12080
  .mb-xxl-n2 {
14455
  .mb-xxl-n2 {
12081
    margin-bottom: -0.5rem !important;
14456
    margin-bottom: -0.5rem !important;
-
 
14457
  }
12082
  }
14458
 
12083
  .mb-xxl-n3 {
14459
  .mb-xxl-n3 {
12084
    margin-bottom: -1rem !important;
14460
    margin-bottom: -1rem !important;
-
 
14461
  }
12085
  }
14462
 
12086
  .mb-xxl-n4 {
14463
  .mb-xxl-n4 {
12087
    margin-bottom: -1.5rem !important;
14464
    margin-bottom: -1.5rem !important;
-
 
14465
  }
12088
  }
14466
 
12089
  .mb-xxl-n5 {
14467
  .mb-xxl-n5 {
12090
    margin-bottom: -3rem !important;
14468
    margin-bottom: -3rem !important;
-
 
14469
  }
12091
  }
14470
 
12092
  .mb-xxl-n6 {
14471
  .mb-xxl-n6 {
12093
    margin-bottom: -4.5rem !important;
14472
    margin-bottom: -4.5rem !important;
-
 
14473
  }
12094
  }
14474
 
12095
  .mb-xxl-n7 {
14475
  .mb-xxl-n7 {
12096
    margin-bottom: -6rem !important;
14476
    margin-bottom: -6rem !important;
-
 
14477
  }
12097
  }
14478
 
12098
  .ms-xxl-n1 {
14479
  .ms-xxl-n1 {
12099
    margin-left: -0.25rem !important;
14480
    margin-left: -0.25rem !important;
-
 
14481
  }
12100
  }
14482
 
12101
  .ms-xxl-n2 {
14483
  .ms-xxl-n2 {
12102
    margin-left: -0.5rem !important;
14484
    margin-left: -0.5rem !important;
-
 
14485
  }
12103
  }
14486
 
12104
  .ms-xxl-n3 {
14487
  .ms-xxl-n3 {
12105
    margin-left: -1rem !important;
14488
    margin-left: -1rem !important;
-
 
14489
  }
12106
  }
14490
 
12107
  .ms-xxl-n4 {
14491
  .ms-xxl-n4 {
12108
    margin-left: -1.5rem !important;
14492
    margin-left: -1.5rem !important;
-
 
14493
  }
12109
  }
14494
 
12110
  .ms-xxl-n5 {
14495
  .ms-xxl-n5 {
12111
    margin-left: -3rem !important;
14496
    margin-left: -3rem !important;
-
 
14497
  }
12112
  }
14498
 
12113
  .ms-xxl-n6 {
14499
  .ms-xxl-n6 {
12114
    margin-left: -4.5rem !important;
14500
    margin-left: -4.5rem !important;
-
 
14501
  }
12115
  }
14502
 
12116
  .ms-xxl-n7 {
14503
  .ms-xxl-n7 {
12117
    margin-left: -6rem !important;
14504
    margin-left: -6rem !important;
-
 
14505
  }
12118
  }
14506
 
12119
  .p-xxl-0 {
14507
  .p-xxl-0 {
12120
    padding: 0 !important;
14508
    padding: 0 !important;
-
 
14509
  }
12121
  }
14510
 
12122
  .p-xxl-1 {
14511
  .p-xxl-1 {
12123
    padding: 0.25rem !important;
14512
    padding: 0.25rem !important;
-
 
14513
  }
12124
  }
14514
 
12125
  .p-xxl-2 {
14515
  .p-xxl-2 {
12126
    padding: 0.5rem !important;
14516
    padding: 0.5rem !important;
-
 
14517
  }
12127
  }
14518
 
12128
  .p-xxl-3 {
14519
  .p-xxl-3 {
12129
    padding: 1rem !important;
14520
    padding: 1rem !important;
-
 
14521
  }
12130
  }
14522
 
12131
  .p-xxl-4 {
14523
  .p-xxl-4 {
12132
    padding: 1.5rem !important;
14524
    padding: 1.5rem !important;
-
 
14525
  }
12133
  }
14526
 
12134
  .p-xxl-5 {
14527
  .p-xxl-5 {
12135
    padding: 3rem !important;
14528
    padding: 3rem !important;
-
 
14529
  }
12136
  }
14530
 
12137
  .p-xxl-6 {
14531
  .p-xxl-6 {
12138
    padding: 4.5rem !important;
14532
    padding: 4.5rem !important;
-
 
14533
  }
12139
  }
14534
 
12140
  .p-xxl-7 {
14535
  .p-xxl-7 {
12141
    padding: 6rem !important;
14536
    padding: 6rem !important;
-
 
14537
  }
12142
  }
14538
 
12143
  .px-xxl-0 {
14539
  .px-xxl-0 {
12144
    padding-right: 0 !important;
14540
    padding-right: 0 !important;
12145
    padding-left: 0 !important;
14541
    padding-left: 0 !important;
-
 
14542
  }
12146
  }
14543
 
12147
  .px-xxl-1 {
14544
  .px-xxl-1 {
12148
    padding-right: 0.25rem !important;
14545
    padding-right: 0.25rem !important;
12149
    padding-left: 0.25rem !important;
14546
    padding-left: 0.25rem !important;
-
 
14547
  }
12150
  }
14548
 
12151
  .px-xxl-2 {
14549
  .px-xxl-2 {
12152
    padding-right: 0.5rem !important;
14550
    padding-right: 0.5rem !important;
12153
    padding-left: 0.5rem !important;
14551
    padding-left: 0.5rem !important;
-
 
14552
  }
12154
  }
14553
 
12155
  .px-xxl-3 {
14554
  .px-xxl-3 {
12156
    padding-right: 1rem !important;
14555
    padding-right: 1rem !important;
12157
    padding-left: 1rem !important;
14556
    padding-left: 1rem !important;
-
 
14557
  }
12158
  }
14558
 
12159
  .px-xxl-4 {
14559
  .px-xxl-4 {
12160
    padding-right: 1.5rem !important;
14560
    padding-right: 1.5rem !important;
12161
    padding-left: 1.5rem !important;
14561
    padding-left: 1.5rem !important;
-
 
14562
  }
12162
  }
14563
 
12163
  .px-xxl-5 {
14564
  .px-xxl-5 {
12164
    padding-right: 3rem !important;
14565
    padding-right: 3rem !important;
12165
    padding-left: 3rem !important;
14566
    padding-left: 3rem !important;
-
 
14567
  }
12166
  }
14568
 
12167
  .px-xxl-6 {
14569
  .px-xxl-6 {
12168
    padding-right: 4.5rem !important;
14570
    padding-right: 4.5rem !important;
12169
    padding-left: 4.5rem !important;
14571
    padding-left: 4.5rem !important;
-
 
14572
  }
12170
  }
14573
 
12171
  .px-xxl-7 {
14574
  .px-xxl-7 {
12172
    padding-right: 6rem !important;
14575
    padding-right: 6rem !important;
12173
    padding-left: 6rem !important;
14576
    padding-left: 6rem !important;
-
 
14577
  }
12174
  }
14578
 
12175
  .py-xxl-0 {
14579
  .py-xxl-0 {
12176
    padding-top: 0 !important;
14580
    padding-top: 0 !important;
12177
    padding-bottom: 0 !important;
14581
    padding-bottom: 0 !important;
-
 
14582
  }
12178
  }
14583
 
12179
  .py-xxl-1 {
14584
  .py-xxl-1 {
12180
    padding-top: 0.25rem !important;
14585
    padding-top: 0.25rem !important;
12181
    padding-bottom: 0.25rem !important;
14586
    padding-bottom: 0.25rem !important;
-
 
14587
  }
12182
  }
14588
 
12183
  .py-xxl-2 {
14589
  .py-xxl-2 {
12184
    padding-top: 0.5rem !important;
14590
    padding-top: 0.5rem !important;
12185
    padding-bottom: 0.5rem !important;
14591
    padding-bottom: 0.5rem !important;
-
 
14592
  }
12186
  }
14593
 
12187
  .py-xxl-3 {
14594
  .py-xxl-3 {
12188
    padding-top: 1rem !important;
14595
    padding-top: 1rem !important;
12189
    padding-bottom: 1rem !important;
14596
    padding-bottom: 1rem !important;
-
 
14597
  }
12190
  }
14598
 
12191
  .py-xxl-4 {
14599
  .py-xxl-4 {
12192
    padding-top: 1.5rem !important;
14600
    padding-top: 1.5rem !important;
12193
    padding-bottom: 1.5rem !important;
14601
    padding-bottom: 1.5rem !important;
-
 
14602
  }
12194
  }
14603
 
12195
  .py-xxl-5 {
14604
  .py-xxl-5 {
12196
    padding-top: 3rem !important;
14605
    padding-top: 3rem !important;
12197
    padding-bottom: 3rem !important;
14606
    padding-bottom: 3rem !important;
-
 
14607
  }
12198
  }
14608
 
12199
  .py-xxl-6 {
14609
  .py-xxl-6 {
12200
    padding-top: 4.5rem !important;
14610
    padding-top: 4.5rem !important;
12201
    padding-bottom: 4.5rem !important;
14611
    padding-bottom: 4.5rem !important;
-
 
14612
  }
12202
  }
14613
 
12203
  .py-xxl-7 {
14614
  .py-xxl-7 {
12204
    padding-top: 6rem !important;
14615
    padding-top: 6rem !important;
12205
    padding-bottom: 6rem !important;
14616
    padding-bottom: 6rem !important;
-
 
14617
  }
12206
  }
14618
 
12207
  .pt-xxl-0 {
14619
  .pt-xxl-0 {
12208
    padding-top: 0 !important;
14620
    padding-top: 0 !important;
-
 
14621
  }
12209
  }
14622
 
12210
  .pt-xxl-1 {
14623
  .pt-xxl-1 {
12211
    padding-top: 0.25rem !important;
14624
    padding-top: 0.25rem !important;
-
 
14625
  }
12212
  }
14626
 
12213
  .pt-xxl-2 {
14627
  .pt-xxl-2 {
12214
    padding-top: 0.5rem !important;
14628
    padding-top: 0.5rem !important;
-
 
14629
  }
12215
  }
14630
 
12216
  .pt-xxl-3 {
14631
  .pt-xxl-3 {
12217
    padding-top: 1rem !important;
14632
    padding-top: 1rem !important;
-
 
14633
  }
12218
  }
14634
 
12219
  .pt-xxl-4 {
14635
  .pt-xxl-4 {
12220
    padding-top: 1.5rem !important;
14636
    padding-top: 1.5rem !important;
-
 
14637
  }
12221
  }
14638
 
12222
  .pt-xxl-5 {
14639
  .pt-xxl-5 {
12223
    padding-top: 3rem !important;
14640
    padding-top: 3rem !important;
-
 
14641
  }
12224
  }
14642
 
12225
  .pt-xxl-6 {
14643
  .pt-xxl-6 {
12226
    padding-top: 4.5rem !important;
14644
    padding-top: 4.5rem !important;
-
 
14645
  }
12227
  }
14646
 
12228
  .pt-xxl-7 {
14647
  .pt-xxl-7 {
12229
    padding-top: 6rem !important;
14648
    padding-top: 6rem !important;
-
 
14649
  }
12230
  }
14650
 
12231
  .pe-xxl-0 {
14651
  .pe-xxl-0 {
12232
    padding-right: 0 !important;
14652
    padding-right: 0 !important;
-
 
14653
  }
12233
  }
14654
 
12234
  .pe-xxl-1 {
14655
  .pe-xxl-1 {
12235
    padding-right: 0.25rem !important;
14656
    padding-right: 0.25rem !important;
-
 
14657
  }
12236
  }
14658
 
12237
  .pe-xxl-2 {
14659
  .pe-xxl-2 {
12238
    padding-right: 0.5rem !important;
14660
    padding-right: 0.5rem !important;
-
 
14661
  }
12239
  }
14662
 
12240
  .pe-xxl-3 {
14663
  .pe-xxl-3 {
12241
    padding-right: 1rem !important;
14664
    padding-right: 1rem !important;
-
 
14665
  }
12242
  }
14666
 
12243
  .pe-xxl-4 {
14667
  .pe-xxl-4 {
12244
    padding-right: 1.5rem !important;
14668
    padding-right: 1.5rem !important;
-
 
14669
  }
12245
  }
14670
 
12246
  .pe-xxl-5 {
14671
  .pe-xxl-5 {
12247
    padding-right: 3rem !important;
14672
    padding-right: 3rem !important;
-
 
14673
  }
12248
  }
14674
 
12249
  .pe-xxl-6 {
14675
  .pe-xxl-6 {
12250
    padding-right: 4.5rem !important;
14676
    padding-right: 4.5rem !important;
-
 
14677
  }
12251
  }
14678
 
12252
  .pe-xxl-7 {
14679
  .pe-xxl-7 {
12253
    padding-right: 6rem !important;
14680
    padding-right: 6rem !important;
-
 
14681
  }
12254
  }
14682
 
12255
  .pb-xxl-0 {
14683
  .pb-xxl-0 {
12256
    padding-bottom: 0 !important;
14684
    padding-bottom: 0 !important;
-
 
14685
  }
12257
  }
14686
 
12258
  .pb-xxl-1 {
14687
  .pb-xxl-1 {
12259
    padding-bottom: 0.25rem !important;
14688
    padding-bottom: 0.25rem !important;
-
 
14689
  }
12260
  }
14690
 
12261
  .pb-xxl-2 {
14691
  .pb-xxl-2 {
12262
    padding-bottom: 0.5rem !important;
14692
    padding-bottom: 0.5rem !important;
-
 
14693
  }
12263
  }
14694
 
12264
  .pb-xxl-3 {
14695
  .pb-xxl-3 {
12265
    padding-bottom: 1rem !important;
14696
    padding-bottom: 1rem !important;
-
 
14697
  }
12266
  }
14698
 
12267
  .pb-xxl-4 {
14699
  .pb-xxl-4 {
12268
    padding-bottom: 1.5rem !important;
14700
    padding-bottom: 1.5rem !important;
-
 
14701
  }
12269
  }
14702
 
12270
  .pb-xxl-5 {
14703
  .pb-xxl-5 {
12271
    padding-bottom: 3rem !important;
14704
    padding-bottom: 3rem !important;
-
 
14705
  }
12272
  }
14706
 
12273
  .pb-xxl-6 {
14707
  .pb-xxl-6 {
12274
    padding-bottom: 4.5rem !important;
14708
    padding-bottom: 4.5rem !important;
-
 
14709
  }
12275
  }
14710
 
12276
  .pb-xxl-7 {
14711
  .pb-xxl-7 {
12277
    padding-bottom: 6rem !important;
14712
    padding-bottom: 6rem !important;
-
 
14713
  }
12278
  }
14714
 
12279
  .ps-xxl-0 {
14715
  .ps-xxl-0 {
12280
    padding-left: 0 !important;
14716
    padding-left: 0 !important;
-
 
14717
  }
12281
  }
14718
 
12282
  .ps-xxl-1 {
14719
  .ps-xxl-1 {
12283
    padding-left: 0.25rem !important;
14720
    padding-left: 0.25rem !important;
-
 
14721
  }
12284
  }
14722
 
12285
  .ps-xxl-2 {
14723
  .ps-xxl-2 {
12286
    padding-left: 0.5rem !important;
14724
    padding-left: 0.5rem !important;
-
 
14725
  }
12287
  }
14726
 
12288
  .ps-xxl-3 {
14727
  .ps-xxl-3 {
12289
    padding-left: 1rem !important;
14728
    padding-left: 1rem !important;
-
 
14729
  }
12290
  }
14730
 
12291
  .ps-xxl-4 {
14731
  .ps-xxl-4 {
12292
    padding-left: 1.5rem !important;
14732
    padding-left: 1.5rem !important;
-
 
14733
  }
12293
  }
14734
 
12294
  .ps-xxl-5 {
14735
  .ps-xxl-5 {
12295
    padding-left: 3rem !important;
14736
    padding-left: 3rem !important;
-
 
14737
  }
12296
  }
14738
 
12297
  .ps-xxl-6 {
14739
  .ps-xxl-6 {
12298
    padding-left: 4.5rem !important;
14740
    padding-left: 4.5rem !important;
-
 
14741
  }
12299
  }
14742
 
12300
  .ps-xxl-7 {
14743
  .ps-xxl-7 {
12301
    padding-left: 6rem !important;
14744
    padding-left: 6rem !important;
-
 
14745
  }
12302
  }
14746
 
12303
  .gap-xxl-0 {
14747
  .gap-xxl-0 {
12304
    gap: 0 !important;
14748
    gap: 0 !important;
-
 
14749
  }
12305
  }
14750
 
12306
  .gap-xxl-1 {
14751
  .gap-xxl-1 {
12307
    gap: 0.25rem !important;
14752
    gap: 0.25rem !important;
-
 
14753
  }
12308
  }
14754
 
12309
  .gap-xxl-2 {
14755
  .gap-xxl-2 {
12310
    gap: 0.5rem !important;
14756
    gap: 0.5rem !important;
-
 
14757
  }
12311
  }
14758
 
12312
  .gap-xxl-3 {
14759
  .gap-xxl-3 {
12313
    gap: 1rem !important;
14760
    gap: 1rem !important;
-
 
14761
  }
12314
  }
14762
 
12315
  .gap-xxl-4 {
14763
  .gap-xxl-4 {
12316
    gap: 1.5rem !important;
14764
    gap: 1.5rem !important;
-
 
14765
  }
12317
  }
14766
 
12318
  .gap-xxl-5 {
14767
  .gap-xxl-5 {
12319
    gap: 3rem !important;
14768
    gap: 3rem !important;
-
 
14769
  }
12320
  }
14770
 
12321
  .gap-xxl-6 {
14771
  .gap-xxl-6 {
12322
    gap: 4.5rem !important;
14772
    gap: 4.5rem !important;
-
 
14773
  }
12323
  }
14774
 
12324
  .gap-xxl-7 {
14775
  .gap-xxl-7 {
12325
    gap: 6rem !important;
14776
    gap: 6rem !important;
-
 
14777
  }
12326
  }
14778
 
12327
  .text-xxl-start {
14779
  .text-xxl-start {
12328
    text-align: left !important;
14780
    text-align: left !important;
-
 
14781
  }
12329
  }
14782
 
12330
  .text-xxl-end {
14783
  .text-xxl-end {
12331
    text-align: right !important;
14784
    text-align: right !important;
-
 
14785
  }
12332
  }
14786
 
12333
  .text-xxl-center {
14787
  .text-xxl-center {
12334
    text-align: center !important;
14788
    text-align: center !important;
12335
  }
14789
  }
-
 
14790
}
12336
}
14791
 
12337
@media (min-width: 1200px) {
14792
@media (min-width: 1200px) {
12338
  .fs-1 {
14793
  .fs-1 {
12339
    font-size: 2.5rem !important;
14794
    font-size: 2.5rem !important;
-
 
14795
  }
12340
  }
14796
 
12341
  .fs-2 {
14797
  .fs-2 {
12342
    font-size: 2rem !important;
14798
    font-size: 2rem !important;
-
 
14799
  }
12343
  }
14800
 
12344
  .fs-3 {
14801
  .fs-3 {
12345
    font-size: 1.5rem !important;
14802
    font-size: 1.5rem !important;
12346
  }
14803
  }
-
 
14804
}
12347
}
14805
 
12348
@media print {
14806
@media print {
12349
  .d-print-inline {
14807
  .d-print-inline {
12350
    display: inline !important;
14808
    display: inline !important;
-
 
14809
  }
12351
  }
14810
 
12352
  .d-print-inline-block {
14811
  .d-print-inline-block {
12353
    display: inline-block !important;
14812
    display: inline-block !important;
-
 
14813
  }
12354
  }
14814
 
12355
  .d-print-block {
14815
  .d-print-block {
12356
    display: block !important;
14816
    display: block !important;
-
 
14817
  }
12357
  }
14818
 
12358
  .d-print-grid {
14819
  .d-print-grid {
12359
    display: grid !important;
14820
    display: grid !important;
-
 
14821
  }
12360
  }
14822
 
12361
  .d-print-table {
14823
  .d-print-table {
12362
    display: table !important;
14824
    display: table !important;
-
 
14825
  }
12363
  }
14826
 
12364
  .d-print-table-row {
14827
  .d-print-table-row {
12365
    display: table-row !important;
14828
    display: table-row !important;
-
 
14829
  }
12366
  }
14830
 
12367
  .d-print-table-cell {
14831
  .d-print-table-cell {
12368
    display: table-cell !important;
14832
    display: table-cell !important;
-
 
14833
  }
12369
  }
14834
 
12370
  .d-print-flex {
14835
  .d-print-flex {
12371
    display: flex !important;
14836
    display: flex !important;
-
 
14837
  }
12372
  }
14838
 
12373
  .d-print-inline-flex {
14839
  .d-print-inline-flex {
12374
    display: inline-flex !important;
14840
    display: inline-flex !important;
-
 
14841
  }
12375
  }
14842
 
12376
  .d-print-none {
14843
  .d-print-none {
12377
    display: none !important;
14844
    display: none !important;
12378
  }
14845
  }
-
 
14846
}
12379
}
14847
 
12380
@keyframes dropdownAnimation {
14848
@keyframes dropdownAnimation {
12381
  from {
14849
  from {
12382
    opacity: 0;
14850
    opacity: 0;
12383
    transform: translate3d(0, 20px, 0);
14851
    transform: translate3d(0, 20px, 0);
-
 
14852
  }
12384
  }
14853
 
12385
  to {
14854
  to {
12386
    opacity: 1;
14855
    opacity: 1;
12387
    transform: none;
14856
    transform: none;
12388
    transform: translate3d(0, 0px, 0);
14857
    transform: translate3d(0, 0px, 0);
12389
  }
14858
  }
-
 
14859
}
-
 
14860
 
12390
}
14861
.dropdownAnimation,
-
 
14862
.navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu,
12391
.dropdownAnimation, .navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu, .navbar .navbar-content .navbar-nav .nav-item.dropdown .tt-menu {
14863
.navbar .navbar-content .navbar-nav .nav-item.dropdown .tt-menu {
12392
  -webkit-animation-name: dropdownAnimation;
14864
  -webkit-animation-name: dropdownAnimation;
12393
  animation-name: dropdownAnimation;
14865
  animation-name: dropdownAnimation;
12394
  -webkit-animation-duration: 0.2s;
14866
  -webkit-animation-duration: 0.2s;
12395
  animation-duration: 0.2s;
14867
  animation-duration: 0.2s;
Línea 12399... Línea 14871...
12399
 
14871
 
12400
@keyframes fadeOut {
14872
@keyframes fadeOut {
12401
  from {
14873
  from {
12402
    opacity: 1;
14874
    opacity: 1;
-
 
14875
  }
12403
  }
14876
 
12404
  to {
14877
  to {
12405
    opacity: 0;
14878
    opacity: 0;
12406
  }
14879
  }
-
 
14880
}
12407
}
14881
 
12408
.fadeOut {
14882
.fadeOut {
12409
  animation-name: fadeOUt;
14883
  animation-name: fadeOUt;
Línea 12410... Línea 14884...
12410
}
14884
}
12411
 
14885
 
12412
@keyframes fadeInUp {
14886
@keyframes fadeInUp {
12413
  from {
14887
  from {
12414
    opacity: 0;
14888
    opacity: 0;
-
 
14889
    transform: translate3d(0, 100%, 0);
12415
    transform: translate3d(0, 100%, 0);
14890
  }
12416
  }
14891
 
12417
  to {
14892
  to {
12418
    opacity: 1;
14893
    opacity: 1;
12419
    transform: none;
14894
    transform: none;
-
 
14895
  }
12420
  }
14896
}
12421
}
14897
 
12422
.fadeInUp {
14898
.fadeInUp {
Línea -... Línea 14899...
-
 
14899
  animation-name: fadeInUp;
12423
  animation-name: fadeInUp;
14900
}
12424
}
14901
 
12425
 
14902
.infinite-spin,
12426
.infinite-spin, .settings-sidebar .sidebar-body .settings-sidebar-toggler svg {
14903
.settings-sidebar .sidebar-body .settings-sidebar-toggler svg {
12427
  animation-name: spin;
14904
  animation-name: spin;
12428
  animation-duration: 3s;
14905
  animation-duration: 3s;
-
 
14906
  animation-iteration-count: infinite;
12429
  animation-iteration-count: infinite;
14907
  animation-timing-function: linear;
12430
  animation-timing-function: linear;
14908
}
12431
}
14909
 
12432
@keyframes spin {
14910
@keyframes spin {
-
 
14911
  from {
12433
  from {
14912
    transform: rotate(0deg);
12434
    transform: rotate(0deg);
14913
  }
12435
  }
14914
 
12436
  to {
14915
  to {
Línea -... Línea 14916...
-
 
14916
    transform: rotate(360deg);
12437
    transform: rotate(360deg);
14917
  }
12438
  }
14918
}
12439
}
14919
 
12440
 
14920
.pulse,
12441
.pulse, .navbar .navbar-content .navbar-nav .nav-item .nav-link .indicator .circle::before {
14921
.navbar .navbar-content .navbar-nav .nav-item .nav-link .indicator .circle::before {
12442
  animation-name: pulse;
14922
  animation-name: pulse;
-
 
14923
  animation-duration: 0.9s;
12443
  animation-duration: 0.9s;
14924
  animation-iteration-count: infinite;
12444
  animation-iteration-count: infinite;
14925
  animation-timing-function: ease-out;
12445
  animation-timing-function: ease-out;
14926
}
12446
}
14927
 
12447
@keyframes pulse {
14928
@keyframes pulse {
12448
  0% {
14929
  0% {
12449
    opacity: 1;
14930
    opacity: 1;
12450
    width: 7px;
14931
    width: 7px;
-
 
14932
    height: 7px;
12451
    height: 7px;
14933
    left: 0;
12452
    left: 0;
14934
    top: 0;
12453
    top: 0;
14935
  }
12454
  }
14936
 
12455
  95% {
14937
  95% {
12456
    opacity: 0.1;
14938
    opacity: 0.1;
12457
    left: -10.5px;
14939
    left: -10.5px;
-
 
14940
    top: -10.5px;
12458
    top: -10.5px;
14941
    width: 28px;
12459
    width: 28px;
14942
    height: 28px;
12460
    height: 28px;
14943
  }
12461
  }
14944
 
12462
  100% {
14945
  100% {
Línea 13254... Línea 15737...
13254
 
15737
 
13255
@media (min-width: 480px) {
15738
@media (min-width: 480px) {
13256
  .wd-xs-5 {
15739
  .wd-xs-5 {
13257
    width: 5px;
15740
    width: 5px;
-
 
15741
  }
13258
  }
15742
 
13259
  .wd-xs-5p {
15743
  .wd-xs-5p {
13260
    width: 5%;
15744
    width: 5%;
-
 
15745
  }
13261
  }
15746
 
13262
  .mx-wd-xs-5p {
15747
  .mx-wd-xs-5p {
13263
    max-width: 5%;
15748
    max-width: 5%;
-
 
15749
  }
13264
  }
15750
 
13265
  .mn-wd-xs-5p {
15751
  .mn-wd-xs-5p {
13266
    min-width: 5%;
15752
    min-width: 5%;
-
 
15753
  }
13267
  }
15754
 
13268
  .wd-xs-5-f {
15755
  .wd-xs-5-f {
13269
    width: 5px !important;
15756
    width: 5px !important;
-
 
15757
  }
13270
  }
15758
 
13271
  .wd-xs-5p-f {
15759
  .wd-xs-5p-f {
13272
    width: 5% !important;
15760
    width: 5% !important;
-
 
15761
  }
13273
  }
15762
 
13274
  .mx-wd-xs-5p-f {
15763
  .mx-wd-xs-5p-f {
13275
    max-width: 5% !important;
15764
    max-width: 5% !important;
-
 
15765
  }
13276
  }
15766
 
13277
  .mn-wd-xs-5p-f {
15767
  .mn-wd-xs-5p-f {
13278
    min-width: 5% !important;
15768
    min-width: 5% !important;
-
 
15769
  }
13279
  }
15770
 
13280
  .wd-xs-10 {
15771
  .wd-xs-10 {
13281
    width: 10px;
15772
    width: 10px;
-
 
15773
  }
13282
  }
15774
 
13283
  .wd-xs-10p {
15775
  .wd-xs-10p {
13284
    width: 10%;
15776
    width: 10%;
-
 
15777
  }
13285
  }
15778
 
13286
  .mx-wd-xs-10p {
15779
  .mx-wd-xs-10p {
13287
    max-width: 10%;
15780
    max-width: 10%;
-
 
15781
  }
13288
  }
15782
 
13289
  .mn-wd-xs-10p {
15783
  .mn-wd-xs-10p {
13290
    min-width: 10%;
15784
    min-width: 10%;
-
 
15785
  }
13291
  }
15786
 
13292
  .wd-xs-10-f {
15787
  .wd-xs-10-f {
13293
    width: 10px !important;
15788
    width: 10px !important;
-
 
15789
  }
13294
  }
15790
 
13295
  .wd-xs-10p-f {
15791
  .wd-xs-10p-f {
13296
    width: 10% !important;
15792
    width: 10% !important;
-
 
15793
  }
13297
  }
15794
 
13298
  .mx-wd-xs-10p-f {
15795
  .mx-wd-xs-10p-f {
13299
    max-width: 10% !important;
15796
    max-width: 10% !important;
-
 
15797
  }
13300
  }
15798
 
13301
  .mn-wd-xs-10p-f {
15799
  .mn-wd-xs-10p-f {
13302
    min-width: 10% !important;
15800
    min-width: 10% !important;
-
 
15801
  }
13303
  }
15802
 
13304
  .wd-xs-15 {
15803
  .wd-xs-15 {
13305
    width: 15px;
15804
    width: 15px;
-
 
15805
  }
13306
  }
15806
 
13307
  .wd-xs-15p {
15807
  .wd-xs-15p {
13308
    width: 15%;
15808
    width: 15%;
-
 
15809
  }
13309
  }
15810
 
13310
  .mx-wd-xs-15p {
15811
  .mx-wd-xs-15p {
13311
    max-width: 15%;
15812
    max-width: 15%;
-
 
15813
  }
13312
  }
15814
 
13313
  .mn-wd-xs-15p {
15815
  .mn-wd-xs-15p {
13314
    min-width: 15%;
15816
    min-width: 15%;
-
 
15817
  }
13315
  }
15818
 
13316
  .wd-xs-15-f {
15819
  .wd-xs-15-f {
13317
    width: 15px !important;
15820
    width: 15px !important;
-
 
15821
  }
13318
  }
15822
 
13319
  .wd-xs-15p-f {
15823
  .wd-xs-15p-f {
13320
    width: 15% !important;
15824
    width: 15% !important;
-
 
15825
  }
13321
  }
15826
 
13322
  .mx-wd-xs-15p-f {
15827
  .mx-wd-xs-15p-f {
13323
    max-width: 15% !important;
15828
    max-width: 15% !important;
-
 
15829
  }
13324
  }
15830
 
13325
  .mn-wd-xs-15p-f {
15831
  .mn-wd-xs-15p-f {
13326
    min-width: 15% !important;
15832
    min-width: 15% !important;
-
 
15833
  }
13327
  }
15834
 
13328
  .wd-xs-20 {
15835
  .wd-xs-20 {
13329
    width: 20px;
15836
    width: 20px;
-
 
15837
  }
13330
  }
15838
 
13331
  .wd-xs-20p {
15839
  .wd-xs-20p {
13332
    width: 20%;
15840
    width: 20%;
-
 
15841
  }
13333
  }
15842
 
13334
  .mx-wd-xs-20p {
15843
  .mx-wd-xs-20p {
13335
    max-width: 20%;
15844
    max-width: 20%;
-
 
15845
  }
13336
  }
15846
 
13337
  .mn-wd-xs-20p {
15847
  .mn-wd-xs-20p {
13338
    min-width: 20%;
15848
    min-width: 20%;
-
 
15849
  }
13339
  }
15850
 
13340
  .wd-xs-20-f {
15851
  .wd-xs-20-f {
13341
    width: 20px !important;
15852
    width: 20px !important;
-
 
15853
  }
13342
  }
15854
 
13343
  .wd-xs-20p-f {
15855
  .wd-xs-20p-f {
13344
    width: 20% !important;
15856
    width: 20% !important;
-
 
15857
  }
13345
  }
15858
 
13346
  .mx-wd-xs-20p-f {
15859
  .mx-wd-xs-20p-f {
13347
    max-width: 20% !important;
15860
    max-width: 20% !important;
-
 
15861
  }
13348
  }
15862
 
13349
  .mn-wd-xs-20p-f {
15863
  .mn-wd-xs-20p-f {
13350
    min-width: 20% !important;
15864
    min-width: 20% !important;
-
 
15865
  }
13351
  }
15866
 
13352
  .wd-xs-25 {
15867
  .wd-xs-25 {
13353
    width: 25px;
15868
    width: 25px;
-
 
15869
  }
13354
  }
15870
 
13355
  .wd-xs-25p {
15871
  .wd-xs-25p {
13356
    width: 25%;
15872
    width: 25%;
-
 
15873
  }
13357
  }
15874
 
13358
  .mx-wd-xs-25p {
15875
  .mx-wd-xs-25p {
13359
    max-width: 25%;
15876
    max-width: 25%;
-
 
15877
  }
13360
  }
15878
 
13361
  .mn-wd-xs-25p {
15879
  .mn-wd-xs-25p {
13362
    min-width: 25%;
15880
    min-width: 25%;
-
 
15881
  }
13363
  }
15882
 
13364
  .wd-xs-25-f {
15883
  .wd-xs-25-f {
13365
    width: 25px !important;
15884
    width: 25px !important;
-
 
15885
  }
13366
  }
15886
 
13367
  .wd-xs-25p-f {
15887
  .wd-xs-25p-f {
13368
    width: 25% !important;
15888
    width: 25% !important;
-
 
15889
  }
13369
  }
15890
 
13370
  .mx-wd-xs-25p-f {
15891
  .mx-wd-xs-25p-f {
13371
    max-width: 25% !important;
15892
    max-width: 25% !important;
-
 
15893
  }
13372
  }
15894
 
13373
  .mn-wd-xs-25p-f {
15895
  .mn-wd-xs-25p-f {
13374
    min-width: 25% !important;
15896
    min-width: 25% !important;
-
 
15897
  }
13375
  }
15898
 
13376
  .wd-xs-30 {
15899
  .wd-xs-30 {
13377
    width: 30px;
15900
    width: 30px;
-
 
15901
  }
13378
  }
15902
 
13379
  .wd-xs-30p {
15903
  .wd-xs-30p {
13380
    width: 30%;
15904
    width: 30%;
-
 
15905
  }
13381
  }
15906
 
13382
  .mx-wd-xs-30p {
15907
  .mx-wd-xs-30p {
13383
    max-width: 30%;
15908
    max-width: 30%;
-
 
15909
  }
13384
  }
15910
 
13385
  .mn-wd-xs-30p {
15911
  .mn-wd-xs-30p {
13386
    min-width: 30%;
15912
    min-width: 30%;
-
 
15913
  }
13387
  }
15914
 
13388
  .wd-xs-30-f {
15915
  .wd-xs-30-f {
13389
    width: 30px !important;
15916
    width: 30px !important;
-
 
15917
  }
13390
  }
15918
 
13391
  .wd-xs-30p-f {
15919
  .wd-xs-30p-f {
13392
    width: 30% !important;
15920
    width: 30% !important;
-
 
15921
  }
13393
  }
15922
 
13394
  .mx-wd-xs-30p-f {
15923
  .mx-wd-xs-30p-f {
13395
    max-width: 30% !important;
15924
    max-width: 30% !important;
-
 
15925
  }
13396
  }
15926
 
13397
  .mn-wd-xs-30p-f {
15927
  .mn-wd-xs-30p-f {
13398
    min-width: 30% !important;
15928
    min-width: 30% !important;
-
 
15929
  }
13399
  }
15930
 
13400
  .wd-xs-35 {
15931
  .wd-xs-35 {
13401
    width: 35px;
15932
    width: 35px;
-
 
15933
  }
13402
  }
15934
 
13403
  .wd-xs-35p {
15935
  .wd-xs-35p {
13404
    width: 35%;
15936
    width: 35%;
-
 
15937
  }
13405
  }
15938
 
13406
  .mx-wd-xs-35p {
15939
  .mx-wd-xs-35p {
13407
    max-width: 35%;
15940
    max-width: 35%;
-
 
15941
  }
13408
  }
15942
 
13409
  .mn-wd-xs-35p {
15943
  .mn-wd-xs-35p {
13410
    min-width: 35%;
15944
    min-width: 35%;
-
 
15945
  }
13411
  }
15946
 
13412
  .wd-xs-35-f {
15947
  .wd-xs-35-f {
13413
    width: 35px !important;
15948
    width: 35px !important;
-
 
15949
  }
13414
  }
15950
 
13415
  .wd-xs-35p-f {
15951
  .wd-xs-35p-f {
13416
    width: 35% !important;
15952
    width: 35% !important;
-
 
15953
  }
13417
  }
15954
 
13418
  .mx-wd-xs-35p-f {
15955
  .mx-wd-xs-35p-f {
13419
    max-width: 35% !important;
15956
    max-width: 35% !important;
-
 
15957
  }
13420
  }
15958
 
13421
  .mn-wd-xs-35p-f {
15959
  .mn-wd-xs-35p-f {
13422
    min-width: 35% !important;
15960
    min-width: 35% !important;
-
 
15961
  }
13423
  }
15962
 
13424
  .wd-xs-40 {
15963
  .wd-xs-40 {
13425
    width: 40px;
15964
    width: 40px;
-
 
15965
  }
13426
  }
15966
 
13427
  .wd-xs-40p {
15967
  .wd-xs-40p {
13428
    width: 40%;
15968
    width: 40%;
-
 
15969
  }
13429
  }
15970
 
13430
  .mx-wd-xs-40p {
15971
  .mx-wd-xs-40p {
13431
    max-width: 40%;
15972
    max-width: 40%;
-
 
15973
  }
13432
  }
15974
 
13433
  .mn-wd-xs-40p {
15975
  .mn-wd-xs-40p {
13434
    min-width: 40%;
15976
    min-width: 40%;
-
 
15977
  }
13435
  }
15978
 
13436
  .wd-xs-40-f {
15979
  .wd-xs-40-f {
13437
    width: 40px !important;
15980
    width: 40px !important;
-
 
15981
  }
13438
  }
15982
 
13439
  .wd-xs-40p-f {
15983
  .wd-xs-40p-f {
13440
    width: 40% !important;
15984
    width: 40% !important;
-
 
15985
  }
13441
  }
15986
 
13442
  .mx-wd-xs-40p-f {
15987
  .mx-wd-xs-40p-f {
13443
    max-width: 40% !important;
15988
    max-width: 40% !important;
-
 
15989
  }
13444
  }
15990
 
13445
  .mn-wd-xs-40p-f {
15991
  .mn-wd-xs-40p-f {
13446
    min-width: 40% !important;
15992
    min-width: 40% !important;
-
 
15993
  }
13447
  }
15994
 
13448
  .wd-xs-45 {
15995
  .wd-xs-45 {
13449
    width: 45px;
15996
    width: 45px;
-
 
15997
  }
13450
  }
15998
 
13451
  .wd-xs-45p {
15999
  .wd-xs-45p {
13452
    width: 45%;
16000
    width: 45%;
-
 
16001
  }
13453
  }
16002
 
13454
  .mx-wd-xs-45p {
16003
  .mx-wd-xs-45p {
13455
    max-width: 45%;
16004
    max-width: 45%;
-
 
16005
  }
13456
  }
16006
 
13457
  .mn-wd-xs-45p {
16007
  .mn-wd-xs-45p {
13458
    min-width: 45%;
16008
    min-width: 45%;
-
 
16009
  }
13459
  }
16010
 
13460
  .wd-xs-45-f {
16011
  .wd-xs-45-f {
13461
    width: 45px !important;
16012
    width: 45px !important;
-
 
16013
  }
13462
  }
16014
 
13463
  .wd-xs-45p-f {
16015
  .wd-xs-45p-f {
13464
    width: 45% !important;
16016
    width: 45% !important;
-
 
16017
  }
13465
  }
16018
 
13466
  .mx-wd-xs-45p-f {
16019
  .mx-wd-xs-45p-f {
13467
    max-width: 45% !important;
16020
    max-width: 45% !important;
-
 
16021
  }
13468
  }
16022
 
13469
  .mn-wd-xs-45p-f {
16023
  .mn-wd-xs-45p-f {
13470
    min-width: 45% !important;
16024
    min-width: 45% !important;
-
 
16025
  }
13471
  }
16026
 
13472
  .wd-xs-50 {
16027
  .wd-xs-50 {
13473
    width: 50px;
16028
    width: 50px;
-
 
16029
  }
13474
  }
16030
 
13475
  .wd-xs-50p {
16031
  .wd-xs-50p {
13476
    width: 50%;
16032
    width: 50%;
-
 
16033
  }
13477
  }
16034
 
13478
  .mx-wd-xs-50p {
16035
  .mx-wd-xs-50p {
13479
    max-width: 50%;
16036
    max-width: 50%;
-
 
16037
  }
13480
  }
16038
 
13481
  .mn-wd-xs-50p {
16039
  .mn-wd-xs-50p {
13482
    min-width: 50%;
16040
    min-width: 50%;
-
 
16041
  }
13483
  }
16042
 
13484
  .wd-xs-50-f {
16043
  .wd-xs-50-f {
13485
    width: 50px !important;
16044
    width: 50px !important;
-
 
16045
  }
13486
  }
16046
 
13487
  .wd-xs-50p-f {
16047
  .wd-xs-50p-f {
13488
    width: 50% !important;
16048
    width: 50% !important;
-
 
16049
  }
13489
  }
16050
 
13490
  .mx-wd-xs-50p-f {
16051
  .mx-wd-xs-50p-f {
13491
    max-width: 50% !important;
16052
    max-width: 50% !important;
-
 
16053
  }
13492
  }
16054
 
13493
  .mn-wd-xs-50p-f {
16055
  .mn-wd-xs-50p-f {
13494
    min-width: 50% !important;
16056
    min-width: 50% !important;
-
 
16057
  }
13495
  }
16058
 
13496
  .wd-xs-55 {
16059
  .wd-xs-55 {
13497
    width: 55px;
16060
    width: 55px;
-
 
16061
  }
13498
  }
16062
 
13499
  .wd-xs-55p {
16063
  .wd-xs-55p {
13500
    width: 55%;
16064
    width: 55%;
-
 
16065
  }
13501
  }
16066
 
13502
  .mx-wd-xs-55p {
16067
  .mx-wd-xs-55p {
13503
    max-width: 55%;
16068
    max-width: 55%;
-
 
16069
  }
13504
  }
16070
 
13505
  .mn-wd-xs-55p {
16071
  .mn-wd-xs-55p {
13506
    min-width: 55%;
16072
    min-width: 55%;
-
 
16073
  }
13507
  }
16074
 
13508
  .wd-xs-55-f {
16075
  .wd-xs-55-f {
13509
    width: 55px !important;
16076
    width: 55px !important;
-
 
16077
  }
13510
  }
16078
 
13511
  .wd-xs-55p-f {
16079
  .wd-xs-55p-f {
13512
    width: 55% !important;
16080
    width: 55% !important;
-
 
16081
  }
13513
  }
16082
 
13514
  .mx-wd-xs-55p-f {
16083
  .mx-wd-xs-55p-f {
13515
    max-width: 55% !important;
16084
    max-width: 55% !important;
-
 
16085
  }
13516
  }
16086
 
13517
  .mn-wd-xs-55p-f {
16087
  .mn-wd-xs-55p-f {
13518
    min-width: 55% !important;
16088
    min-width: 55% !important;
-
 
16089
  }
13519
  }
16090
 
13520
  .wd-xs-60 {
16091
  .wd-xs-60 {
13521
    width: 60px;
16092
    width: 60px;
-
 
16093
  }
13522
  }
16094
 
13523
  .wd-xs-60p {
16095
  .wd-xs-60p {
13524
    width: 60%;
16096
    width: 60%;
-
 
16097
  }
13525
  }
16098
 
13526
  .mx-wd-xs-60p {
16099
  .mx-wd-xs-60p {
13527
    max-width: 60%;
16100
    max-width: 60%;
-
 
16101
  }
13528
  }
16102
 
13529
  .mn-wd-xs-60p {
16103
  .mn-wd-xs-60p {
13530
    min-width: 60%;
16104
    min-width: 60%;
-
 
16105
  }
13531
  }
16106
 
13532
  .wd-xs-60-f {
16107
  .wd-xs-60-f {
13533
    width: 60px !important;
16108
    width: 60px !important;
-
 
16109
  }
13534
  }
16110
 
13535
  .wd-xs-60p-f {
16111
  .wd-xs-60p-f {
13536
    width: 60% !important;
16112
    width: 60% !important;
-
 
16113
  }
13537
  }
16114
 
13538
  .mx-wd-xs-60p-f {
16115
  .mx-wd-xs-60p-f {
13539
    max-width: 60% !important;
16116
    max-width: 60% !important;
-
 
16117
  }
13540
  }
16118
 
13541
  .mn-wd-xs-60p-f {
16119
  .mn-wd-xs-60p-f {
13542
    min-width: 60% !important;
16120
    min-width: 60% !important;
-
 
16121
  }
13543
  }
16122
 
13544
  .wd-xs-65 {
16123
  .wd-xs-65 {
13545
    width: 65px;
16124
    width: 65px;
-
 
16125
  }
13546
  }
16126
 
13547
  .wd-xs-65p {
16127
  .wd-xs-65p {
13548
    width: 65%;
16128
    width: 65%;
-
 
16129
  }
13549
  }
16130
 
13550
  .mx-wd-xs-65p {
16131
  .mx-wd-xs-65p {
13551
    max-width: 65%;
16132
    max-width: 65%;
-
 
16133
  }
13552
  }
16134
 
13553
  .mn-wd-xs-65p {
16135
  .mn-wd-xs-65p {
13554
    min-width: 65%;
16136
    min-width: 65%;
-
 
16137
  }
13555
  }
16138
 
13556
  .wd-xs-65-f {
16139
  .wd-xs-65-f {
13557
    width: 65px !important;
16140
    width: 65px !important;
-
 
16141
  }
13558
  }
16142
 
13559
  .wd-xs-65p-f {
16143
  .wd-xs-65p-f {
13560
    width: 65% !important;
16144
    width: 65% !important;
-
 
16145
  }
13561
  }
16146
 
13562
  .mx-wd-xs-65p-f {
16147
  .mx-wd-xs-65p-f {
13563
    max-width: 65% !important;
16148
    max-width: 65% !important;
-
 
16149
  }
13564
  }
16150
 
13565
  .mn-wd-xs-65p-f {
16151
  .mn-wd-xs-65p-f {
13566
    min-width: 65% !important;
16152
    min-width: 65% !important;
-
 
16153
  }
13567
  }
16154
 
13568
  .wd-xs-70 {
16155
  .wd-xs-70 {
13569
    width: 70px;
16156
    width: 70px;
-
 
16157
  }
13570
  }
16158
 
13571
  .wd-xs-70p {
16159
  .wd-xs-70p {
13572
    width: 70%;
16160
    width: 70%;
-
 
16161
  }
13573
  }
16162
 
13574
  .mx-wd-xs-70p {
16163
  .mx-wd-xs-70p {
13575
    max-width: 70%;
16164
    max-width: 70%;
-
 
16165
  }
13576
  }
16166
 
13577
  .mn-wd-xs-70p {
16167
  .mn-wd-xs-70p {
13578
    min-width: 70%;
16168
    min-width: 70%;
-
 
16169
  }
13579
  }
16170
 
13580
  .wd-xs-70-f {
16171
  .wd-xs-70-f {
13581
    width: 70px !important;
16172
    width: 70px !important;
-
 
16173
  }
13582
  }
16174
 
13583
  .wd-xs-70p-f {
16175
  .wd-xs-70p-f {
13584
    width: 70% !important;
16176
    width: 70% !important;
-
 
16177
  }
13585
  }
16178
 
13586
  .mx-wd-xs-70p-f {
16179
  .mx-wd-xs-70p-f {
13587
    max-width: 70% !important;
16180
    max-width: 70% !important;
-
 
16181
  }
13588
  }
16182
 
13589
  .mn-wd-xs-70p-f {
16183
  .mn-wd-xs-70p-f {
13590
    min-width: 70% !important;
16184
    min-width: 70% !important;
-
 
16185
  }
13591
  }
16186
 
13592
  .wd-xs-75 {
16187
  .wd-xs-75 {
13593
    width: 75px;
16188
    width: 75px;
-
 
16189
  }
13594
  }
16190
 
13595
  .wd-xs-75p {
16191
  .wd-xs-75p {
13596
    width: 75%;
16192
    width: 75%;
-
 
16193
  }
13597
  }
16194
 
13598
  .mx-wd-xs-75p {
16195
  .mx-wd-xs-75p {
13599
    max-width: 75%;
16196
    max-width: 75%;
-
 
16197
  }
13600
  }
16198
 
13601
  .mn-wd-xs-75p {
16199
  .mn-wd-xs-75p {
13602
    min-width: 75%;
16200
    min-width: 75%;
-
 
16201
  }
13603
  }
16202
 
13604
  .wd-xs-75-f {
16203
  .wd-xs-75-f {
13605
    width: 75px !important;
16204
    width: 75px !important;
-
 
16205
  }
13606
  }
16206
 
13607
  .wd-xs-75p-f {
16207
  .wd-xs-75p-f {
13608
    width: 75% !important;
16208
    width: 75% !important;
-
 
16209
  }
13609
  }
16210
 
13610
  .mx-wd-xs-75p-f {
16211
  .mx-wd-xs-75p-f {
13611
    max-width: 75% !important;
16212
    max-width: 75% !important;
-
 
16213
  }
13612
  }
16214
 
13613
  .mn-wd-xs-75p-f {
16215
  .mn-wd-xs-75p-f {
13614
    min-width: 75% !important;
16216
    min-width: 75% !important;
-
 
16217
  }
13615
  }
16218
 
13616
  .wd-xs-80 {
16219
  .wd-xs-80 {
13617
    width: 80px;
16220
    width: 80px;
-
 
16221
  }
13618
  }
16222
 
13619
  .wd-xs-80p {
16223
  .wd-xs-80p {
13620
    width: 80%;
16224
    width: 80%;
-
 
16225
  }
13621
  }
16226
 
13622
  .mx-wd-xs-80p {
16227
  .mx-wd-xs-80p {
13623
    max-width: 80%;
16228
    max-width: 80%;
-
 
16229
  }
13624
  }
16230
 
13625
  .mn-wd-xs-80p {
16231
  .mn-wd-xs-80p {
13626
    min-width: 80%;
16232
    min-width: 80%;
-
 
16233
  }
13627
  }
16234
 
13628
  .wd-xs-80-f {
16235
  .wd-xs-80-f {
13629
    width: 80px !important;
16236
    width: 80px !important;
-
 
16237
  }
13630
  }
16238
 
13631
  .wd-xs-80p-f {
16239
  .wd-xs-80p-f {
13632
    width: 80% !important;
16240
    width: 80% !important;
-
 
16241
  }
13633
  }
16242
 
13634
  .mx-wd-xs-80p-f {
16243
  .mx-wd-xs-80p-f {
13635
    max-width: 80% !important;
16244
    max-width: 80% !important;
-
 
16245
  }
13636
  }
16246
 
13637
  .mn-wd-xs-80p-f {
16247
  .mn-wd-xs-80p-f {
13638
    min-width: 80% !important;
16248
    min-width: 80% !important;
-
 
16249
  }
13639
  }
16250
 
13640
  .wd-xs-85 {
16251
  .wd-xs-85 {
13641
    width: 85px;
16252
    width: 85px;
-
 
16253
  }
13642
  }
16254
 
13643
  .wd-xs-85p {
16255
  .wd-xs-85p {
13644
    width: 85%;
16256
    width: 85%;
-
 
16257
  }
13645
  }
16258
 
13646
  .mx-wd-xs-85p {
16259
  .mx-wd-xs-85p {
13647
    max-width: 85%;
16260
    max-width: 85%;
-
 
16261
  }
13648
  }
16262
 
13649
  .mn-wd-xs-85p {
16263
  .mn-wd-xs-85p {
13650
    min-width: 85%;
16264
    min-width: 85%;
-
 
16265
  }
13651
  }
16266
 
13652
  .wd-xs-85-f {
16267
  .wd-xs-85-f {
13653
    width: 85px !important;
16268
    width: 85px !important;
-
 
16269
  }
13654
  }
16270
 
13655
  .wd-xs-85p-f {
16271
  .wd-xs-85p-f {
13656
    width: 85% !important;
16272
    width: 85% !important;
-
 
16273
  }
13657
  }
16274
 
13658
  .mx-wd-xs-85p-f {
16275
  .mx-wd-xs-85p-f {
13659
    max-width: 85% !important;
16276
    max-width: 85% !important;
-
 
16277
  }
13660
  }
16278
 
13661
  .mn-wd-xs-85p-f {
16279
  .mn-wd-xs-85p-f {
13662
    min-width: 85% !important;
16280
    min-width: 85% !important;
-
 
16281
  }
13663
  }
16282
 
13664
  .wd-xs-90 {
16283
  .wd-xs-90 {
13665
    width: 90px;
16284
    width: 90px;
-
 
16285
  }
13666
  }
16286
 
13667
  .wd-xs-90p {
16287
  .wd-xs-90p {
13668
    width: 90%;
16288
    width: 90%;
-
 
16289
  }
13669
  }
16290
 
13670
  .mx-wd-xs-90p {
16291
  .mx-wd-xs-90p {
13671
    max-width: 90%;
16292
    max-width: 90%;
-
 
16293
  }
13672
  }
16294
 
13673
  .mn-wd-xs-90p {
16295
  .mn-wd-xs-90p {
13674
    min-width: 90%;
16296
    min-width: 90%;
-
 
16297
  }
13675
  }
16298
 
13676
  .wd-xs-90-f {
16299
  .wd-xs-90-f {
13677
    width: 90px !important;
16300
    width: 90px !important;
-
 
16301
  }
13678
  }
16302
 
13679
  .wd-xs-90p-f {
16303
  .wd-xs-90p-f {
13680
    width: 90% !important;
16304
    width: 90% !important;
-
 
16305
  }
13681
  }
16306
 
13682
  .mx-wd-xs-90p-f {
16307
  .mx-wd-xs-90p-f {
13683
    max-width: 90% !important;
16308
    max-width: 90% !important;
-
 
16309
  }
13684
  }
16310
 
13685
  .mn-wd-xs-90p-f {
16311
  .mn-wd-xs-90p-f {
13686
    min-width: 90% !important;
16312
    min-width: 90% !important;
-
 
16313
  }
13687
  }
16314
 
13688
  .wd-xs-95 {
16315
  .wd-xs-95 {
13689
    width: 95px;
16316
    width: 95px;
-
 
16317
  }
13690
  }
16318
 
13691
  .wd-xs-95p {
16319
  .wd-xs-95p {
13692
    width: 95%;
16320
    width: 95%;
-
 
16321
  }
13693
  }
16322
 
13694
  .mx-wd-xs-95p {
16323
  .mx-wd-xs-95p {
13695
    max-width: 95%;
16324
    max-width: 95%;
-
 
16325
  }
13696
  }
16326
 
13697
  .mn-wd-xs-95p {
16327
  .mn-wd-xs-95p {
13698
    min-width: 95%;
16328
    min-width: 95%;
-
 
16329
  }
13699
  }
16330
 
13700
  .wd-xs-95-f {
16331
  .wd-xs-95-f {
13701
    width: 95px !important;
16332
    width: 95px !important;
-
 
16333
  }
13702
  }
16334
 
13703
  .wd-xs-95p-f {
16335
  .wd-xs-95p-f {
13704
    width: 95% !important;
16336
    width: 95% !important;
-
 
16337
  }
13705
  }
16338
 
13706
  .mx-wd-xs-95p-f {
16339
  .mx-wd-xs-95p-f {
13707
    max-width: 95% !important;
16340
    max-width: 95% !important;
-
 
16341
  }
13708
  }
16342
 
13709
  .mn-wd-xs-95p-f {
16343
  .mn-wd-xs-95p-f {
13710
    min-width: 95% !important;
16344
    min-width: 95% !important;
-
 
16345
  }
13711
  }
16346
 
13712
  .wd-xs-100 {
16347
  .wd-xs-100 {
13713
    width: 100px;
16348
    width: 100px;
-
 
16349
  }
13714
  }
16350
 
13715
  .wd-xs-100p {
16351
  .wd-xs-100p {
13716
    width: 100%;
16352
    width: 100%;
-
 
16353
  }
13717
  }
16354
 
13718
  .mx-wd-xs-100p {
16355
  .mx-wd-xs-100p {
13719
    max-width: 100%;
16356
    max-width: 100%;
-
 
16357
  }
13720
  }
16358
 
13721
  .mn-wd-xs-100p {
16359
  .mn-wd-xs-100p {
13722
    min-width: 100%;
16360
    min-width: 100%;
-
 
16361
  }
13723
  }
16362
 
13724
  .wd-xs-100-f {
16363
  .wd-xs-100-f {
13725
    width: 100px !important;
16364
    width: 100px !important;
-
 
16365
  }
13726
  }
16366
 
13727
  .wd-xs-100p-f {
16367
  .wd-xs-100p-f {
13728
    width: 100% !important;
16368
    width: 100% !important;
-
 
16369
  }
13729
  }
16370
 
13730
  .mx-wd-xs-100p-f {
16371
  .mx-wd-xs-100p-f {
13731
    max-width: 100% !important;
16372
    max-width: 100% !important;
-
 
16373
  }
13732
  }
16374
 
13733
  .mn-wd-xs-100p-f {
16375
  .mn-wd-xs-100p-f {
13734
    min-width: 100% !important;
16376
    min-width: 100% !important;
-
 
16377
  }
13735
  }
16378
 
13736
  .wd-xs-150 {
16379
  .wd-xs-150 {
13737
    width: 150px;
16380
    width: 150px;
-
 
16381
  }
13738
  }
16382
 
13739
  .wd-xs-150p {
16383
  .wd-xs-150p {
13740
    width: 150%;
16384
    width: 150%;
-
 
16385
  }
13741
  }
16386
 
13742
  .mx-wd-xs-150p {
16387
  .mx-wd-xs-150p {
13743
    max-width: 150%;
16388
    max-width: 150%;
-
 
16389
  }
13744
  }
16390
 
13745
  .mn-wd-xs-150p {
16391
  .mn-wd-xs-150p {
13746
    min-width: 150%;
16392
    min-width: 150%;
-
 
16393
  }
13747
  }
16394
 
13748
  .wd-xs-150-f {
16395
  .wd-xs-150-f {
13749
    width: 150px !important;
16396
    width: 150px !important;
-
 
16397
  }
13750
  }
16398
 
13751
  .wd-xs-150p-f {
16399
  .wd-xs-150p-f {
13752
    width: 150% !important;
16400
    width: 150% !important;
-
 
16401
  }
13753
  }
16402
 
13754
  .mx-wd-xs-150p-f {
16403
  .mx-wd-xs-150p-f {
13755
    max-width: 150% !important;
16404
    max-width: 150% !important;
-
 
16405
  }
13756
  }
16406
 
13757
  .mn-wd-xs-150p-f {
16407
  .mn-wd-xs-150p-f {
13758
    min-width: 150% !important;
16408
    min-width: 150% !important;
-
 
16409
  }
13759
  }
16410
 
13760
  .wd-xs-200 {
16411
  .wd-xs-200 {
13761
    width: 200px;
16412
    width: 200px;
-
 
16413
  }
13762
  }
16414
 
13763
  .wd-xs-200p {
16415
  .wd-xs-200p {
13764
    width: 200%;
16416
    width: 200%;
-
 
16417
  }
13765
  }
16418
 
13766
  .mx-wd-xs-200p {
16419
  .mx-wd-xs-200p {
13767
    max-width: 200%;
16420
    max-width: 200%;
-
 
16421
  }
13768
  }
16422
 
13769
  .mn-wd-xs-200p {
16423
  .mn-wd-xs-200p {
13770
    min-width: 200%;
16424
    min-width: 200%;
-
 
16425
  }
13771
  }
16426
 
13772
  .wd-xs-200-f {
16427
  .wd-xs-200-f {
13773
    width: 200px !important;
16428
    width: 200px !important;
-
 
16429
  }
13774
  }
16430
 
13775
  .wd-xs-200p-f {
16431
  .wd-xs-200p-f {
13776
    width: 200% !important;
16432
    width: 200% !important;
-
 
16433
  }
13777
  }
16434
 
13778
  .mx-wd-xs-200p-f {
16435
  .mx-wd-xs-200p-f {
13779
    max-width: 200% !important;
16436
    max-width: 200% !important;
-
 
16437
  }
13780
  }
16438
 
13781
  .mn-wd-xs-200p-f {
16439
  .mn-wd-xs-200p-f {
13782
    min-width: 200% !important;
16440
    min-width: 200% !important;
-
 
16441
  }
13783
  }
16442
 
13784
  .wd-xs-250 {
16443
  .wd-xs-250 {
13785
    width: 250px;
16444
    width: 250px;
-
 
16445
  }
13786
  }
16446
 
13787
  .wd-xs-250p {
16447
  .wd-xs-250p {
13788
    width: 250%;
16448
    width: 250%;
-
 
16449
  }
13789
  }
16450
 
13790
  .mx-wd-xs-250p {
16451
  .mx-wd-xs-250p {
13791
    max-width: 250%;
16452
    max-width: 250%;
-
 
16453
  }
13792
  }
16454
 
13793
  .mn-wd-xs-250p {
16455
  .mn-wd-xs-250p {
13794
    min-width: 250%;
16456
    min-width: 250%;
-
 
16457
  }
13795
  }
16458
 
13796
  .wd-xs-250-f {
16459
  .wd-xs-250-f {
13797
    width: 250px !important;
16460
    width: 250px !important;
-
 
16461
  }
13798
  }
16462
 
13799
  .wd-xs-250p-f {
16463
  .wd-xs-250p-f {
13800
    width: 250% !important;
16464
    width: 250% !important;
-
 
16465
  }
13801
  }
16466
 
13802
  .mx-wd-xs-250p-f {
16467
  .mx-wd-xs-250p-f {
13803
    max-width: 250% !important;
16468
    max-width: 250% !important;
-
 
16469
  }
13804
  }
16470
 
13805
  .mn-wd-xs-250p-f {
16471
  .mn-wd-xs-250p-f {
13806
    min-width: 250% !important;
16472
    min-width: 250% !important;
-
 
16473
  }
13807
  }
16474
 
13808
  .wd-xs-300 {
16475
  .wd-xs-300 {
13809
    width: 300px;
16476
    width: 300px;
-
 
16477
  }
13810
  }
16478
 
13811
  .wd-xs-300p {
16479
  .wd-xs-300p {
13812
    width: 300%;
16480
    width: 300%;
-
 
16481
  }
13813
  }
16482
 
13814
  .mx-wd-xs-300p {
16483
  .mx-wd-xs-300p {
13815
    max-width: 300%;
16484
    max-width: 300%;
-
 
16485
  }
13816
  }
16486
 
13817
  .mn-wd-xs-300p {
16487
  .mn-wd-xs-300p {
13818
    min-width: 300%;
16488
    min-width: 300%;
-
 
16489
  }
13819
  }
16490
 
13820
  .wd-xs-300-f {
16491
  .wd-xs-300-f {
13821
    width: 300px !important;
16492
    width: 300px !important;
-
 
16493
  }
13822
  }
16494
 
13823
  .wd-xs-300p-f {
16495
  .wd-xs-300p-f {
13824
    width: 300% !important;
16496
    width: 300% !important;
-
 
16497
  }
13825
  }
16498
 
13826
  .mx-wd-xs-300p-f {
16499
  .mx-wd-xs-300p-f {
13827
    max-width: 300% !important;
16500
    max-width: 300% !important;
-
 
16501
  }
13828
  }
16502
 
13829
  .mn-wd-xs-300p-f {
16503
  .mn-wd-xs-300p-f {
13830
    min-width: 300% !important;
16504
    min-width: 300% !important;
-
 
16505
  }
13831
  }
16506
 
13832
  .wd-xs-350 {
16507
  .wd-xs-350 {
13833
    width: 350px;
16508
    width: 350px;
-
 
16509
  }
13834
  }
16510
 
13835
  .wd-xs-350p {
16511
  .wd-xs-350p {
13836
    width: 350%;
16512
    width: 350%;
-
 
16513
  }
13837
  }
16514
 
13838
  .mx-wd-xs-350p {
16515
  .mx-wd-xs-350p {
13839
    max-width: 350%;
16516
    max-width: 350%;
-
 
16517
  }
13840
  }
16518
 
13841
  .mn-wd-xs-350p {
16519
  .mn-wd-xs-350p {
13842
    min-width: 350%;
16520
    min-width: 350%;
-
 
16521
  }
13843
  }
16522
 
13844
  .wd-xs-350-f {
16523
  .wd-xs-350-f {
13845
    width: 350px !important;
16524
    width: 350px !important;
-
 
16525
  }
13846
  }
16526
 
13847
  .wd-xs-350p-f {
16527
  .wd-xs-350p-f {
13848
    width: 350% !important;
16528
    width: 350% !important;
-
 
16529
  }
13849
  }
16530
 
13850
  .mx-wd-xs-350p-f {
16531
  .mx-wd-xs-350p-f {
13851
    max-width: 350% !important;
16532
    max-width: 350% !important;
-
 
16533
  }
13852
  }
16534
 
13853
  .mn-wd-xs-350p-f {
16535
  .mn-wd-xs-350p-f {
13854
    min-width: 350% !important;
16536
    min-width: 350% !important;
-
 
16537
  }
13855
  }
16538
 
13856
  .wd-xs-400 {
16539
  .wd-xs-400 {
13857
    width: 400px;
16540
    width: 400px;
-
 
16541
  }
13858
  }
16542
 
13859
  .wd-xs-400p {
16543
  .wd-xs-400p {
13860
    width: 400%;
16544
    width: 400%;
-
 
16545
  }
13861
  }
16546
 
13862
  .mx-wd-xs-400p {
16547
  .mx-wd-xs-400p {
13863
    max-width: 400%;
16548
    max-width: 400%;
-
 
16549
  }
13864
  }
16550
 
13865
  .mn-wd-xs-400p {
16551
  .mn-wd-xs-400p {
13866
    min-width: 400%;
16552
    min-width: 400%;
-
 
16553
  }
13867
  }
16554
 
13868
  .wd-xs-400-f {
16555
  .wd-xs-400-f {
13869
    width: 400px !important;
16556
    width: 400px !important;
-
 
16557
  }
13870
  }
16558
 
13871
  .wd-xs-400p-f {
16559
  .wd-xs-400p-f {
13872
    width: 400% !important;
16560
    width: 400% !important;
-
 
16561
  }
13873
  }
16562
 
13874
  .mx-wd-xs-400p-f {
16563
  .mx-wd-xs-400p-f {
13875
    max-width: 400% !important;
16564
    max-width: 400% !important;
-
 
16565
  }
13876
  }
16566
 
13877
  .mn-wd-xs-400p-f {
16567
  .mn-wd-xs-400p-f {
13878
    min-width: 400% !important;
16568
    min-width: 400% !important;
-
 
16569
  }
13879
  }
16570
 
13880
  .wd-xs-450 {
16571
  .wd-xs-450 {
13881
    width: 450px;
16572
    width: 450px;
-
 
16573
  }
13882
  }
16574
 
13883
  .wd-xs-450p {
16575
  .wd-xs-450p {
13884
    width: 450%;
16576
    width: 450%;
-
 
16577
  }
13885
  }
16578
 
13886
  .mx-wd-xs-450p {
16579
  .mx-wd-xs-450p {
13887
    max-width: 450%;
16580
    max-width: 450%;
-
 
16581
  }
13888
  }
16582
 
13889
  .mn-wd-xs-450p {
16583
  .mn-wd-xs-450p {
13890
    min-width: 450%;
16584
    min-width: 450%;
-
 
16585
  }
13891
  }
16586
 
13892
  .wd-xs-450-f {
16587
  .wd-xs-450-f {
13893
    width: 450px !important;
16588
    width: 450px !important;
-
 
16589
  }
13894
  }
16590
 
13895
  .wd-xs-450p-f {
16591
  .wd-xs-450p-f {
13896
    width: 450% !important;
16592
    width: 450% !important;
-
 
16593
  }
13897
  }
16594
 
13898
  .mx-wd-xs-450p-f {
16595
  .mx-wd-xs-450p-f {
13899
    max-width: 450% !important;
16596
    max-width: 450% !important;
-
 
16597
  }
13900
  }
16598
 
13901
  .mn-wd-xs-450p-f {
16599
  .mn-wd-xs-450p-f {
13902
    min-width: 450% !important;
16600
    min-width: 450% !important;
-
 
16601
  }
13903
  }
16602
 
13904
  .wd-xs-500 {
16603
  .wd-xs-500 {
13905
    width: 500px;
16604
    width: 500px;
-
 
16605
  }
13906
  }
16606
 
13907
  .wd-xs-500p {
16607
  .wd-xs-500p {
13908
    width: 500%;
16608
    width: 500%;
-
 
16609
  }
13909
  }
16610
 
13910
  .mx-wd-xs-500p {
16611
  .mx-wd-xs-500p {
13911
    max-width: 500%;
16612
    max-width: 500%;
-
 
16613
  }
13912
  }
16614
 
13913
  .mn-wd-xs-500p {
16615
  .mn-wd-xs-500p {
13914
    min-width: 500%;
16616
    min-width: 500%;
-
 
16617
  }
13915
  }
16618
 
13916
  .wd-xs-500-f {
16619
  .wd-xs-500-f {
13917
    width: 500px !important;
16620
    width: 500px !important;
-
 
16621
  }
13918
  }
16622
 
13919
  .wd-xs-500p-f {
16623
  .wd-xs-500p-f {
13920
    width: 500% !important;
16624
    width: 500% !important;
-
 
16625
  }
13921
  }
16626
 
13922
  .mx-wd-xs-500p-f {
16627
  .mx-wd-xs-500p-f {
13923
    max-width: 500% !important;
16628
    max-width: 500% !important;
-
 
16629
  }
13924
  }
16630
 
13925
  .mn-wd-xs-500p-f {
16631
  .mn-wd-xs-500p-f {
13926
    min-width: 500% !important;
16632
    min-width: 500% !important;
-
 
16633
  }
13927
  }
16634
 
13928
  .wd-xs-550 {
16635
  .wd-xs-550 {
13929
    width: 550px;
16636
    width: 550px;
-
 
16637
  }
13930
  }
16638
 
13931
  .wd-xs-550p {
16639
  .wd-xs-550p {
13932
    width: 550%;
16640
    width: 550%;
-
 
16641
  }
13933
  }
16642
 
13934
  .mx-wd-xs-550p {
16643
  .mx-wd-xs-550p {
13935
    max-width: 550%;
16644
    max-width: 550%;
-
 
16645
  }
13936
  }
16646
 
13937
  .mn-wd-xs-550p {
16647
  .mn-wd-xs-550p {
13938
    min-width: 550%;
16648
    min-width: 550%;
-
 
16649
  }
13939
  }
16650
 
13940
  .wd-xs-550-f {
16651
  .wd-xs-550-f {
13941
    width: 550px !important;
16652
    width: 550px !important;
-
 
16653
  }
13942
  }
16654
 
13943
  .wd-xs-550p-f {
16655
  .wd-xs-550p-f {
13944
    width: 550% !important;
16656
    width: 550% !important;
-
 
16657
  }
13945
  }
16658
 
13946
  .mx-wd-xs-550p-f {
16659
  .mx-wd-xs-550p-f {
13947
    max-width: 550% !important;
16660
    max-width: 550% !important;
-
 
16661
  }
13948
  }
16662
 
13949
  .mn-wd-xs-550p-f {
16663
  .mn-wd-xs-550p-f {
13950
    min-width: 550% !important;
16664
    min-width: 550% !important;
-
 
16665
  }
13951
  }
16666
 
13952
  .wd-xs-600 {
16667
  .wd-xs-600 {
13953
    width: 600px;
16668
    width: 600px;
-
 
16669
  }
13954
  }
16670
 
13955
  .wd-xs-600p {
16671
  .wd-xs-600p {
13956
    width: 600%;
16672
    width: 600%;
-
 
16673
  }
13957
  }
16674
 
13958
  .mx-wd-xs-600p {
16675
  .mx-wd-xs-600p {
13959
    max-width: 600%;
16676
    max-width: 600%;
-
 
16677
  }
13960
  }
16678
 
13961
  .mn-wd-xs-600p {
16679
  .mn-wd-xs-600p {
13962
    min-width: 600%;
16680
    min-width: 600%;
-
 
16681
  }
13963
  }
16682
 
13964
  .wd-xs-600-f {
16683
  .wd-xs-600-f {
13965
    width: 600px !important;
16684
    width: 600px !important;
-
 
16685
  }
13966
  }
16686
 
13967
  .wd-xs-600p-f {
16687
  .wd-xs-600p-f {
13968
    width: 600% !important;
16688
    width: 600% !important;
-
 
16689
  }
13969
  }
16690
 
13970
  .mx-wd-xs-600p-f {
16691
  .mx-wd-xs-600p-f {
13971
    max-width: 600% !important;
16692
    max-width: 600% !important;
-
 
16693
  }
13972
  }
16694
 
13973
  .mn-wd-xs-600p-f {
16695
  .mn-wd-xs-600p-f {
13974
    min-width: 600% !important;
16696
    min-width: 600% !important;
-
 
16697
  }
13975
  }
16698
 
13976
  .wd-xs-650 {
16699
  .wd-xs-650 {
13977
    width: 650px;
16700
    width: 650px;
-
 
16701
  }
13978
  }
16702
 
13979
  .wd-xs-650p {
16703
  .wd-xs-650p {
13980
    width: 650%;
16704
    width: 650%;
-
 
16705
  }
13981
  }
16706
 
13982
  .mx-wd-xs-650p {
16707
  .mx-wd-xs-650p {
13983
    max-width: 650%;
16708
    max-width: 650%;
-
 
16709
  }
13984
  }
16710
 
13985
  .mn-wd-xs-650p {
16711
  .mn-wd-xs-650p {
13986
    min-width: 650%;
16712
    min-width: 650%;
-
 
16713
  }
13987
  }
16714
 
13988
  .wd-xs-650-f {
16715
  .wd-xs-650-f {
13989
    width: 650px !important;
16716
    width: 650px !important;
-
 
16717
  }
13990
  }
16718
 
13991
  .wd-xs-650p-f {
16719
  .wd-xs-650p-f {
13992
    width: 650% !important;
16720
    width: 650% !important;
-
 
16721
  }
13993
  }
16722
 
13994
  .mx-wd-xs-650p-f {
16723
  .mx-wd-xs-650p-f {
13995
    max-width: 650% !important;
16724
    max-width: 650% !important;
-
 
16725
  }
13996
  }
16726
 
13997
  .mn-wd-xs-650p-f {
16727
  .mn-wd-xs-650p-f {
13998
    min-width: 650% !important;
16728
    min-width: 650% !important;
-
 
16729
  }
13999
  }
16730
 
14000
  .wd-xs-700 {
16731
  .wd-xs-700 {
14001
    width: 700px;
16732
    width: 700px;
-
 
16733
  }
14002
  }
16734
 
14003
  .wd-xs-700p {
16735
  .wd-xs-700p {
14004
    width: 700%;
16736
    width: 700%;
-
 
16737
  }
14005
  }
16738
 
14006
  .mx-wd-xs-700p {
16739
  .mx-wd-xs-700p {
14007
    max-width: 700%;
16740
    max-width: 700%;
-
 
16741
  }
14008
  }
16742
 
14009
  .mn-wd-xs-700p {
16743
  .mn-wd-xs-700p {
14010
    min-width: 700%;
16744
    min-width: 700%;
-
 
16745
  }
14011
  }
16746
 
14012
  .wd-xs-700-f {
16747
  .wd-xs-700-f {
14013
    width: 700px !important;
16748
    width: 700px !important;
-
 
16749
  }
14014
  }
16750
 
14015
  .wd-xs-700p-f {
16751
  .wd-xs-700p-f {
14016
    width: 700% !important;
16752
    width: 700% !important;
-
 
16753
  }
14017
  }
16754
 
14018
  .mx-wd-xs-700p-f {
16755
  .mx-wd-xs-700p-f {
14019
    max-width: 700% !important;
16756
    max-width: 700% !important;
-
 
16757
  }
14020
  }
16758
 
14021
  .mn-wd-xs-700p-f {
16759
  .mn-wd-xs-700p-f {
14022
    min-width: 700% !important;
16760
    min-width: 700% !important;
-
 
16761
  }
14023
  }
16762
 
14024
  .wd-xs-750 {
16763
  .wd-xs-750 {
14025
    width: 750px;
16764
    width: 750px;
-
 
16765
  }
14026
  }
16766
 
14027
  .wd-xs-750p {
16767
  .wd-xs-750p {
14028
    width: 750%;
16768
    width: 750%;
-
 
16769
  }
14029
  }
16770
 
14030
  .mx-wd-xs-750p {
16771
  .mx-wd-xs-750p {
14031
    max-width: 750%;
16772
    max-width: 750%;
-
 
16773
  }
14032
  }
16774
 
14033
  .mn-wd-xs-750p {
16775
  .mn-wd-xs-750p {
14034
    min-width: 750%;
16776
    min-width: 750%;
-
 
16777
  }
14035
  }
16778
 
14036
  .wd-xs-750-f {
16779
  .wd-xs-750-f {
14037
    width: 750px !important;
16780
    width: 750px !important;
-
 
16781
  }
14038
  }
16782
 
14039
  .wd-xs-750p-f {
16783
  .wd-xs-750p-f {
14040
    width: 750% !important;
16784
    width: 750% !important;
-
 
16785
  }
14041
  }
16786
 
14042
  .mx-wd-xs-750p-f {
16787
  .mx-wd-xs-750p-f {
14043
    max-width: 750% !important;
16788
    max-width: 750% !important;
-
 
16789
  }
14044
  }
16790
 
14045
  .mn-wd-xs-750p-f {
16791
  .mn-wd-xs-750p-f {
14046
    min-width: 750% !important;
16792
    min-width: 750% !important;
-
 
16793
  }
14047
  }
16794
 
14048
  .wd-xs-800 {
16795
  .wd-xs-800 {
14049
    width: 800px;
16796
    width: 800px;
-
 
16797
  }
14050
  }
16798
 
14051
  .wd-xs-800p {
16799
  .wd-xs-800p {
14052
    width: 800%;
16800
    width: 800%;
-
 
16801
  }
14053
  }
16802
 
14054
  .mx-wd-xs-800p {
16803
  .mx-wd-xs-800p {
14055
    max-width: 800%;
16804
    max-width: 800%;
-
 
16805
  }
14056
  }
16806
 
14057
  .mn-wd-xs-800p {
16807
  .mn-wd-xs-800p {
14058
    min-width: 800%;
16808
    min-width: 800%;
-
 
16809
  }
14059
  }
16810
 
14060
  .wd-xs-800-f {
16811
  .wd-xs-800-f {
14061
    width: 800px !important;
16812
    width: 800px !important;
-
 
16813
  }
14062
  }
16814
 
14063
  .wd-xs-800p-f {
16815
  .wd-xs-800p-f {
14064
    width: 800% !important;
16816
    width: 800% !important;
-
 
16817
  }
14065
  }
16818
 
14066
  .mx-wd-xs-800p-f {
16819
  .mx-wd-xs-800p-f {
14067
    max-width: 800% !important;
16820
    max-width: 800% !important;
-
 
16821
  }
14068
  }
16822
 
14069
  .mn-wd-xs-800p-f {
16823
  .mn-wd-xs-800p-f {
14070
    min-width: 800% !important;
16824
    min-width: 800% !important;
-
 
16825
  }
14071
  }
16826
 
14072
  .wd-xs-850 {
16827
  .wd-xs-850 {
14073
    width: 850px;
16828
    width: 850px;
-
 
16829
  }
14074
  }
16830
 
14075
  .wd-xs-850p {
16831
  .wd-xs-850p {
14076
    width: 850%;
16832
    width: 850%;
-
 
16833
  }
14077
  }
16834
 
14078
  .mx-wd-xs-850p {
16835
  .mx-wd-xs-850p {
14079
    max-width: 850%;
16836
    max-width: 850%;
-
 
16837
  }
14080
  }
16838
 
14081
  .mn-wd-xs-850p {
16839
  .mn-wd-xs-850p {
14082
    min-width: 850%;
16840
    min-width: 850%;
-
 
16841
  }
14083
  }
16842
 
14084
  .wd-xs-850-f {
16843
  .wd-xs-850-f {
14085
    width: 850px !important;
16844
    width: 850px !important;
-
 
16845
  }
14086
  }
16846
 
14087
  .wd-xs-850p-f {
16847
  .wd-xs-850p-f {
14088
    width: 850% !important;
16848
    width: 850% !important;
-
 
16849
  }
14089
  }
16850
 
14090
  .mx-wd-xs-850p-f {
16851
  .mx-wd-xs-850p-f {
14091
    max-width: 850% !important;
16852
    max-width: 850% !important;
-
 
16853
  }
14092
  }
16854
 
14093
  .mn-wd-xs-850p-f {
16855
  .mn-wd-xs-850p-f {
14094
    min-width: 850% !important;
16856
    min-width: 850% !important;
-
 
16857
  }
14095
  }
16858
 
14096
  .wd-xs-900 {
16859
  .wd-xs-900 {
14097
    width: 900px;
16860
    width: 900px;
-
 
16861
  }
14098
  }
16862
 
14099
  .wd-xs-900p {
16863
  .wd-xs-900p {
14100
    width: 900%;
16864
    width: 900%;
-
 
16865
  }
14101
  }
16866
 
14102
  .mx-wd-xs-900p {
16867
  .mx-wd-xs-900p {
14103
    max-width: 900%;
16868
    max-width: 900%;
-
 
16869
  }
14104
  }
16870
 
14105
  .mn-wd-xs-900p {
16871
  .mn-wd-xs-900p {
14106
    min-width: 900%;
16872
    min-width: 900%;
-
 
16873
  }
14107
  }
16874
 
14108
  .wd-xs-900-f {
16875
  .wd-xs-900-f {
14109
    width: 900px !important;
16876
    width: 900px !important;
-
 
16877
  }
14110
  }
16878
 
14111
  .wd-xs-900p-f {
16879
  .wd-xs-900p-f {
14112
    width: 900% !important;
16880
    width: 900% !important;
-
 
16881
  }
14113
  }
16882
 
14114
  .mx-wd-xs-900p-f {
16883
  .mx-wd-xs-900p-f {
14115
    max-width: 900% !important;
16884
    max-width: 900% !important;
-
 
16885
  }
14116
  }
16886
 
14117
  .mn-wd-xs-900p-f {
16887
  .mn-wd-xs-900p-f {
14118
    min-width: 900% !important;
16888
    min-width: 900% !important;
-
 
16889
  }
14119
  }
16890
 
14120
  .wd-xs-950 {
16891
  .wd-xs-950 {
14121
    width: 950px;
16892
    width: 950px;
-
 
16893
  }
14122
  }
16894
 
14123
  .wd-xs-950p {
16895
  .wd-xs-950p {
14124
    width: 950%;
16896
    width: 950%;
-
 
16897
  }
14125
  }
16898
 
14126
  .mx-wd-xs-950p {
16899
  .mx-wd-xs-950p {
14127
    max-width: 950%;
16900
    max-width: 950%;
-
 
16901
  }
14128
  }
16902
 
14129
  .mn-wd-xs-950p {
16903
  .mn-wd-xs-950p {
14130
    min-width: 950%;
16904
    min-width: 950%;
-
 
16905
  }
14131
  }
16906
 
14132
  .wd-xs-950-f {
16907
  .wd-xs-950-f {
14133
    width: 950px !important;
16908
    width: 950px !important;
-
 
16909
  }
14134
  }
16910
 
14135
  .wd-xs-950p-f {
16911
  .wd-xs-950p-f {
14136
    width: 950% !important;
16912
    width: 950% !important;
-
 
16913
  }
14137
  }
16914
 
14138
  .mx-wd-xs-950p-f {
16915
  .mx-wd-xs-950p-f {
14139
    max-width: 950% !important;
16916
    max-width: 950% !important;
-
 
16917
  }
14140
  }
16918
 
14141
  .mn-wd-xs-950p-f {
16919
  .mn-wd-xs-950p-f {
14142
    min-width: 950% !important;
16920
    min-width: 950% !important;
-
 
16921
  }
14143
  }
16922
 
14144
  .wd-xs-1000 {
16923
  .wd-xs-1000 {
14145
    width: 1000px;
16924
    width: 1000px;
-
 
16925
  }
14146
  }
16926
 
14147
  .wd-xs-1000p {
16927
  .wd-xs-1000p {
14148
    width: 1000%;
16928
    width: 1000%;
-
 
16929
  }
14149
  }
16930
 
14150
  .mx-wd-xs-1000p {
16931
  .mx-wd-xs-1000p {
14151
    max-width: 1000%;
16932
    max-width: 1000%;
-
 
16933
  }
14152
  }
16934
 
14153
  .mn-wd-xs-1000p {
16935
  .mn-wd-xs-1000p {
14154
    min-width: 1000%;
16936
    min-width: 1000%;
-
 
16937
  }
14155
  }
16938
 
14156
  .wd-xs-1000-f {
16939
  .wd-xs-1000-f {
14157
    width: 1000px !important;
16940
    width: 1000px !important;
-
 
16941
  }
14158
  }
16942
 
14159
  .wd-xs-1000p-f {
16943
  .wd-xs-1000p-f {
14160
    width: 1000% !important;
16944
    width: 1000% !important;
-
 
16945
  }
14161
  }
16946
 
14162
  .mx-wd-xs-1000p-f {
16947
  .mx-wd-xs-1000p-f {
14163
    max-width: 1000% !important;
16948
    max-width: 1000% !important;
-
 
16949
  }
14164
  }
16950
 
14165
  .mn-wd-xs-1000p-f {
16951
  .mn-wd-xs-1000p-f {
14166
    min-width: 1000% !important;
16952
    min-width: 1000% !important;
-
 
16953
  }
14167
  }
16954
 
14168
  .wd-xs-auto {
16955
  .wd-xs-auto {
14169
    width: auto;
16956
    width: auto;
-
 
16957
  }
14170
  }
16958
 
14171
  .wd-xs-auto-f {
16959
  .wd-xs-auto-f {
14172
    width: auto !important;
16960
    width: auto !important;
14173
  }
16961
  }
-
 
16962
}
14174
}
16963
 
14175
@media (min-width: 576px) {
16964
@media (min-width: 576px) {
14176
  .wd-sm-5 {
16965
  .wd-sm-5 {
14177
    width: 5px;
16966
    width: 5px;
-
 
16967
  }
14178
  }
16968
 
14179
  .wd-sm-5p {
16969
  .wd-sm-5p {
14180
    width: 5%;
16970
    width: 5%;
-
 
16971
  }
14181
  }
16972
 
14182
  .mx-wd-sm-5p {
16973
  .mx-wd-sm-5p {
14183
    max-width: 5%;
16974
    max-width: 5%;
-
 
16975
  }
14184
  }
16976
 
14185
  .mn-wd-sm-5p {
16977
  .mn-wd-sm-5p {
14186
    min-width: 5%;
16978
    min-width: 5%;
-
 
16979
  }
14187
  }
16980
 
14188
  .wd-sm-5-f {
16981
  .wd-sm-5-f {
14189
    width: 5px !important;
16982
    width: 5px !important;
-
 
16983
  }
14190
  }
16984
 
14191
  .wd-sm-5p-f {
16985
  .wd-sm-5p-f {
14192
    width: 5% !important;
16986
    width: 5% !important;
-
 
16987
  }
14193
  }
16988
 
14194
  .mx-wd-sm-5p-f {
16989
  .mx-wd-sm-5p-f {
14195
    max-width: 5% !important;
16990
    max-width: 5% !important;
-
 
16991
  }
14196
  }
16992
 
14197
  .mn-wd-sm-5p-f {
16993
  .mn-wd-sm-5p-f {
14198
    min-width: 5% !important;
16994
    min-width: 5% !important;
-
 
16995
  }
14199
  }
16996
 
14200
  .wd-sm-10 {
16997
  .wd-sm-10 {
14201
    width: 10px;
16998
    width: 10px;
-
 
16999
  }
14202
  }
17000
 
14203
  .wd-sm-10p {
17001
  .wd-sm-10p {
14204
    width: 10%;
17002
    width: 10%;
-
 
17003
  }
14205
  }
17004
 
14206
  .mx-wd-sm-10p {
17005
  .mx-wd-sm-10p {
14207
    max-width: 10%;
17006
    max-width: 10%;
-
 
17007
  }
14208
  }
17008
 
14209
  .mn-wd-sm-10p {
17009
  .mn-wd-sm-10p {
14210
    min-width: 10%;
17010
    min-width: 10%;
-
 
17011
  }
14211
  }
17012
 
14212
  .wd-sm-10-f {
17013
  .wd-sm-10-f {
14213
    width: 10px !important;
17014
    width: 10px !important;
-
 
17015
  }
14214
  }
17016
 
14215
  .wd-sm-10p-f {
17017
  .wd-sm-10p-f {
14216
    width: 10% !important;
17018
    width: 10% !important;
-
 
17019
  }
14217
  }
17020
 
14218
  .mx-wd-sm-10p-f {
17021
  .mx-wd-sm-10p-f {
14219
    max-width: 10% !important;
17022
    max-width: 10% !important;
-
 
17023
  }
14220
  }
17024
 
14221
  .mn-wd-sm-10p-f {
17025
  .mn-wd-sm-10p-f {
14222
    min-width: 10% !important;
17026
    min-width: 10% !important;
-
 
17027
  }
14223
  }
17028
 
14224
  .wd-sm-15 {
17029
  .wd-sm-15 {
14225
    width: 15px;
17030
    width: 15px;
-
 
17031
  }
14226
  }
17032
 
14227
  .wd-sm-15p {
17033
  .wd-sm-15p {
14228
    width: 15%;
17034
    width: 15%;
-
 
17035
  }
14229
  }
17036
 
14230
  .mx-wd-sm-15p {
17037
  .mx-wd-sm-15p {
14231
    max-width: 15%;
17038
    max-width: 15%;
-
 
17039
  }
14232
  }
17040
 
14233
  .mn-wd-sm-15p {
17041
  .mn-wd-sm-15p {
14234
    min-width: 15%;
17042
    min-width: 15%;
-
 
17043
  }
14235
  }
17044
 
14236
  .wd-sm-15-f {
17045
  .wd-sm-15-f {
14237
    width: 15px !important;
17046
    width: 15px !important;
-
 
17047
  }
14238
  }
17048
 
14239
  .wd-sm-15p-f {
17049
  .wd-sm-15p-f {
14240
    width: 15% !important;
17050
    width: 15% !important;
-
 
17051
  }
14241
  }
17052
 
14242
  .mx-wd-sm-15p-f {
17053
  .mx-wd-sm-15p-f {
14243
    max-width: 15% !important;
17054
    max-width: 15% !important;
-
 
17055
  }
14244
  }
17056
 
14245
  .mn-wd-sm-15p-f {
17057
  .mn-wd-sm-15p-f {
14246
    min-width: 15% !important;
17058
    min-width: 15% !important;
-
 
17059
  }
14247
  }
17060
 
14248
  .wd-sm-20 {
17061
  .wd-sm-20 {
14249
    width: 20px;
17062
    width: 20px;
-
 
17063
  }
14250
  }
17064
 
14251
  .wd-sm-20p {
17065
  .wd-sm-20p {
14252
    width: 20%;
17066
    width: 20%;
-
 
17067
  }
14253
  }
17068
 
14254
  .mx-wd-sm-20p {
17069
  .mx-wd-sm-20p {
14255
    max-width: 20%;
17070
    max-width: 20%;
-
 
17071
  }
14256
  }
17072
 
14257
  .mn-wd-sm-20p {
17073
  .mn-wd-sm-20p {
14258
    min-width: 20%;
17074
    min-width: 20%;
-
 
17075
  }
14259
  }
17076
 
14260
  .wd-sm-20-f {
17077
  .wd-sm-20-f {
14261
    width: 20px !important;
17078
    width: 20px !important;
-
 
17079
  }
14262
  }
17080
 
14263
  .wd-sm-20p-f {
17081
  .wd-sm-20p-f {
14264
    width: 20% !important;
17082
    width: 20% !important;
-
 
17083
  }
14265
  }
17084
 
14266
  .mx-wd-sm-20p-f {
17085
  .mx-wd-sm-20p-f {
14267
    max-width: 20% !important;
17086
    max-width: 20% !important;
-
 
17087
  }
14268
  }
17088
 
14269
  .mn-wd-sm-20p-f {
17089
  .mn-wd-sm-20p-f {
14270
    min-width: 20% !important;
17090
    min-width: 20% !important;
-
 
17091
  }
14271
  }
17092
 
14272
  .wd-sm-25 {
17093
  .wd-sm-25 {
14273
    width: 25px;
17094
    width: 25px;
-
 
17095
  }
14274
  }
17096
 
14275
  .wd-sm-25p {
17097
  .wd-sm-25p {
14276
    width: 25%;
17098
    width: 25%;
-
 
17099
  }
14277
  }
17100
 
14278
  .mx-wd-sm-25p {
17101
  .mx-wd-sm-25p {
14279
    max-width: 25%;
17102
    max-width: 25%;
-
 
17103
  }
14280
  }
17104
 
14281
  .mn-wd-sm-25p {
17105
  .mn-wd-sm-25p {
14282
    min-width: 25%;
17106
    min-width: 25%;
-
 
17107
  }
14283
  }
17108
 
14284
  .wd-sm-25-f {
17109
  .wd-sm-25-f {
14285
    width: 25px !important;
17110
    width: 25px !important;
-
 
17111
  }
14286
  }
17112
 
14287
  .wd-sm-25p-f {
17113
  .wd-sm-25p-f {
14288
    width: 25% !important;
17114
    width: 25% !important;
-
 
17115
  }
14289
  }
17116
 
14290
  .mx-wd-sm-25p-f {
17117
  .mx-wd-sm-25p-f {
14291
    max-width: 25% !important;
17118
    max-width: 25% !important;
-
 
17119
  }
14292
  }
17120
 
14293
  .mn-wd-sm-25p-f {
17121
  .mn-wd-sm-25p-f {
14294
    min-width: 25% !important;
17122
    min-width: 25% !important;
-
 
17123
  }
14295
  }
17124
 
14296
  .wd-sm-30 {
17125
  .wd-sm-30 {
14297
    width: 30px;
17126
    width: 30px;
-
 
17127
  }
14298
  }
17128
 
14299
  .wd-sm-30p {
17129
  .wd-sm-30p {
14300
    width: 30%;
17130
    width: 30%;
-
 
17131
  }
14301
  }
17132
 
14302
  .mx-wd-sm-30p {
17133
  .mx-wd-sm-30p {
14303
    max-width: 30%;
17134
    max-width: 30%;
-
 
17135
  }
14304
  }
17136
 
14305
  .mn-wd-sm-30p {
17137
  .mn-wd-sm-30p {
14306
    min-width: 30%;
17138
    min-width: 30%;
-
 
17139
  }
14307
  }
17140
 
14308
  .wd-sm-30-f {
17141
  .wd-sm-30-f {
14309
    width: 30px !important;
17142
    width: 30px !important;
-
 
17143
  }
14310
  }
17144
 
14311
  .wd-sm-30p-f {
17145
  .wd-sm-30p-f {
14312
    width: 30% !important;
17146
    width: 30% !important;
-
 
17147
  }
14313
  }
17148
 
14314
  .mx-wd-sm-30p-f {
17149
  .mx-wd-sm-30p-f {
14315
    max-width: 30% !important;
17150
    max-width: 30% !important;
-
 
17151
  }
14316
  }
17152
 
14317
  .mn-wd-sm-30p-f {
17153
  .mn-wd-sm-30p-f {
14318
    min-width: 30% !important;
17154
    min-width: 30% !important;
-
 
17155
  }
14319
  }
17156
 
14320
  .wd-sm-35 {
17157
  .wd-sm-35 {
14321
    width: 35px;
17158
    width: 35px;
-
 
17159
  }
14322
  }
17160
 
14323
  .wd-sm-35p {
17161
  .wd-sm-35p {
14324
    width: 35%;
17162
    width: 35%;
-
 
17163
  }
14325
  }
17164
 
14326
  .mx-wd-sm-35p {
17165
  .mx-wd-sm-35p {
14327
    max-width: 35%;
17166
    max-width: 35%;
-
 
17167
  }
14328
  }
17168
 
14329
  .mn-wd-sm-35p {
17169
  .mn-wd-sm-35p {
14330
    min-width: 35%;
17170
    min-width: 35%;
-
 
17171
  }
14331
  }
17172
 
14332
  .wd-sm-35-f {
17173
  .wd-sm-35-f {
14333
    width: 35px !important;
17174
    width: 35px !important;
-
 
17175
  }
14334
  }
17176
 
14335
  .wd-sm-35p-f {
17177
  .wd-sm-35p-f {
14336
    width: 35% !important;
17178
    width: 35% !important;
-
 
17179
  }
14337
  }
17180
 
14338
  .mx-wd-sm-35p-f {
17181
  .mx-wd-sm-35p-f {
14339
    max-width: 35% !important;
17182
    max-width: 35% !important;
-
 
17183
  }
14340
  }
17184
 
14341
  .mn-wd-sm-35p-f {
17185
  .mn-wd-sm-35p-f {
14342
    min-width: 35% !important;
17186
    min-width: 35% !important;
-
 
17187
  }
14343
  }
17188
 
14344
  .wd-sm-40 {
17189
  .wd-sm-40 {
14345
    width: 40px;
17190
    width: 40px;
-
 
17191
  }
14346
  }
17192
 
14347
  .wd-sm-40p {
17193
  .wd-sm-40p {
14348
    width: 40%;
17194
    width: 40%;
-
 
17195
  }
14349
  }
17196
 
14350
  .mx-wd-sm-40p {
17197
  .mx-wd-sm-40p {
14351
    max-width: 40%;
17198
    max-width: 40%;
-
 
17199
  }
14352
  }
17200
 
14353
  .mn-wd-sm-40p {
17201
  .mn-wd-sm-40p {
14354
    min-width: 40%;
17202
    min-width: 40%;
-
 
17203
  }
14355
  }
17204
 
14356
  .wd-sm-40-f {
17205
  .wd-sm-40-f {
14357
    width: 40px !important;
17206
    width: 40px !important;
-
 
17207
  }
14358
  }
17208
 
14359
  .wd-sm-40p-f {
17209
  .wd-sm-40p-f {
14360
    width: 40% !important;
17210
    width: 40% !important;
-
 
17211
  }
14361
  }
17212
 
14362
  .mx-wd-sm-40p-f {
17213
  .mx-wd-sm-40p-f {
14363
    max-width: 40% !important;
17214
    max-width: 40% !important;
-
 
17215
  }
14364
  }
17216
 
14365
  .mn-wd-sm-40p-f {
17217
  .mn-wd-sm-40p-f {
14366
    min-width: 40% !important;
17218
    min-width: 40% !important;
-
 
17219
  }
14367
  }
17220
 
14368
  .wd-sm-45 {
17221
  .wd-sm-45 {
14369
    width: 45px;
17222
    width: 45px;
-
 
17223
  }
14370
  }
17224
 
14371
  .wd-sm-45p {
17225
  .wd-sm-45p {
14372
    width: 45%;
17226
    width: 45%;
-
 
17227
  }
14373
  }
17228
 
14374
  .mx-wd-sm-45p {
17229
  .mx-wd-sm-45p {
14375
    max-width: 45%;
17230
    max-width: 45%;
-
 
17231
  }
14376
  }
17232
 
14377
  .mn-wd-sm-45p {
17233
  .mn-wd-sm-45p {
14378
    min-width: 45%;
17234
    min-width: 45%;
-
 
17235
  }
14379
  }
17236
 
14380
  .wd-sm-45-f {
17237
  .wd-sm-45-f {
14381
    width: 45px !important;
17238
    width: 45px !important;
-
 
17239
  }
14382
  }
17240
 
14383
  .wd-sm-45p-f {
17241
  .wd-sm-45p-f {
14384
    width: 45% !important;
17242
    width: 45% !important;
-
 
17243
  }
14385
  }
17244
 
14386
  .mx-wd-sm-45p-f {
17245
  .mx-wd-sm-45p-f {
14387
    max-width: 45% !important;
17246
    max-width: 45% !important;
-
 
17247
  }
14388
  }
17248
 
14389
  .mn-wd-sm-45p-f {
17249
  .mn-wd-sm-45p-f {
14390
    min-width: 45% !important;
17250
    min-width: 45% !important;
-
 
17251
  }
14391
  }
17252
 
14392
  .wd-sm-50 {
17253
  .wd-sm-50 {
14393
    width: 50px;
17254
    width: 50px;
-
 
17255
  }
14394
  }
17256
 
14395
  .wd-sm-50p {
17257
  .wd-sm-50p {
14396
    width: 50%;
17258
    width: 50%;
-
 
17259
  }
14397
  }
17260
 
14398
  .mx-wd-sm-50p {
17261
  .mx-wd-sm-50p {
14399
    max-width: 50%;
17262
    max-width: 50%;
-
 
17263
  }
14400
  }
17264
 
14401
  .mn-wd-sm-50p {
17265
  .mn-wd-sm-50p {
14402
    min-width: 50%;
17266
    min-width: 50%;
-
 
17267
  }
14403
  }
17268
 
14404
  .wd-sm-50-f {
17269
  .wd-sm-50-f {
14405
    width: 50px !important;
17270
    width: 50px !important;
-
 
17271
  }
14406
  }
17272
 
14407
  .wd-sm-50p-f {
17273
  .wd-sm-50p-f {
14408
    width: 50% !important;
17274
    width: 50% !important;
-
 
17275
  }
14409
  }
17276
 
14410
  .mx-wd-sm-50p-f {
17277
  .mx-wd-sm-50p-f {
14411
    max-width: 50% !important;
17278
    max-width: 50% !important;
-
 
17279
  }
14412
  }
17280
 
14413
  .mn-wd-sm-50p-f {
17281
  .mn-wd-sm-50p-f {
14414
    min-width: 50% !important;
17282
    min-width: 50% !important;
-
 
17283
  }
14415
  }
17284
 
14416
  .wd-sm-55 {
17285
  .wd-sm-55 {
14417
    width: 55px;
17286
    width: 55px;
-
 
17287
  }
14418
  }
17288
 
14419
  .wd-sm-55p {
17289
  .wd-sm-55p {
14420
    width: 55%;
17290
    width: 55%;
-
 
17291
  }
14421
  }
17292
 
14422
  .mx-wd-sm-55p {
17293
  .mx-wd-sm-55p {
14423
    max-width: 55%;
17294
    max-width: 55%;
-
 
17295
  }
14424
  }
17296
 
14425
  .mn-wd-sm-55p {
17297
  .mn-wd-sm-55p {
14426
    min-width: 55%;
17298
    min-width: 55%;
-
 
17299
  }
14427
  }
17300
 
14428
  .wd-sm-55-f {
17301
  .wd-sm-55-f {
14429
    width: 55px !important;
17302
    width: 55px !important;
-
 
17303
  }
14430
  }
17304
 
14431
  .wd-sm-55p-f {
17305
  .wd-sm-55p-f {
14432
    width: 55% !important;
17306
    width: 55% !important;
-
 
17307
  }
14433
  }
17308
 
14434
  .mx-wd-sm-55p-f {
17309
  .mx-wd-sm-55p-f {
14435
    max-width: 55% !important;
17310
    max-width: 55% !important;
-
 
17311
  }
14436
  }
17312
 
14437
  .mn-wd-sm-55p-f {
17313
  .mn-wd-sm-55p-f {
14438
    min-width: 55% !important;
17314
    min-width: 55% !important;
-
 
17315
  }
14439
  }
17316
 
14440
  .wd-sm-60 {
17317
  .wd-sm-60 {
14441
    width: 60px;
17318
    width: 60px;
-
 
17319
  }
14442
  }
17320
 
14443
  .wd-sm-60p {
17321
  .wd-sm-60p {
14444
    width: 60%;
17322
    width: 60%;
-
 
17323
  }
14445
  }
17324
 
14446
  .mx-wd-sm-60p {
17325
  .mx-wd-sm-60p {
14447
    max-width: 60%;
17326
    max-width: 60%;
-
 
17327
  }
14448
  }
17328
 
14449
  .mn-wd-sm-60p {
17329
  .mn-wd-sm-60p {
14450
    min-width: 60%;
17330
    min-width: 60%;
-
 
17331
  }
14451
  }
17332
 
14452
  .wd-sm-60-f {
17333
  .wd-sm-60-f {
14453
    width: 60px !important;
17334
    width: 60px !important;
-
 
17335
  }
14454
  }
17336
 
14455
  .wd-sm-60p-f {
17337
  .wd-sm-60p-f {
14456
    width: 60% !important;
17338
    width: 60% !important;
-
 
17339
  }
14457
  }
17340
 
14458
  .mx-wd-sm-60p-f {
17341
  .mx-wd-sm-60p-f {
14459
    max-width: 60% !important;
17342
    max-width: 60% !important;
-
 
17343
  }
14460
  }
17344
 
14461
  .mn-wd-sm-60p-f {
17345
  .mn-wd-sm-60p-f {
14462
    min-width: 60% !important;
17346
    min-width: 60% !important;
-
 
17347
  }
14463
  }
17348
 
14464
  .wd-sm-65 {
17349
  .wd-sm-65 {
14465
    width: 65px;
17350
    width: 65px;
-
 
17351
  }
14466
  }
17352
 
14467
  .wd-sm-65p {
17353
  .wd-sm-65p {
14468
    width: 65%;
17354
    width: 65%;
-
 
17355
  }
14469
  }
17356
 
14470
  .mx-wd-sm-65p {
17357
  .mx-wd-sm-65p {
14471
    max-width: 65%;
17358
    max-width: 65%;
-
 
17359
  }
14472
  }
17360
 
14473
  .mn-wd-sm-65p {
17361
  .mn-wd-sm-65p {
14474
    min-width: 65%;
17362
    min-width: 65%;
-
 
17363
  }
14475
  }
17364
 
14476
  .wd-sm-65-f {
17365
  .wd-sm-65-f {
14477
    width: 65px !important;
17366
    width: 65px !important;
-
 
17367
  }
14478
  }
17368
 
14479
  .wd-sm-65p-f {
17369
  .wd-sm-65p-f {
14480
    width: 65% !important;
17370
    width: 65% !important;
-
 
17371
  }
14481
  }
17372
 
14482
  .mx-wd-sm-65p-f {
17373
  .mx-wd-sm-65p-f {
14483
    max-width: 65% !important;
17374
    max-width: 65% !important;
-
 
17375
  }
14484
  }
17376
 
14485
  .mn-wd-sm-65p-f {
17377
  .mn-wd-sm-65p-f {
14486
    min-width: 65% !important;
17378
    min-width: 65% !important;
-
 
17379
  }
14487
  }
17380
 
14488
  .wd-sm-70 {
17381
  .wd-sm-70 {
14489
    width: 70px;
17382
    width: 70px;
-
 
17383
  }
14490
  }
17384
 
14491
  .wd-sm-70p {
17385
  .wd-sm-70p {
14492
    width: 70%;
17386
    width: 70%;
-
 
17387
  }
14493
  }
17388
 
14494
  .mx-wd-sm-70p {
17389
  .mx-wd-sm-70p {
14495
    max-width: 70%;
17390
    max-width: 70%;
-
 
17391
  }
14496
  }
17392
 
14497
  .mn-wd-sm-70p {
17393
  .mn-wd-sm-70p {
14498
    min-width: 70%;
17394
    min-width: 70%;
-
 
17395
  }
14499
  }
17396
 
14500
  .wd-sm-70-f {
17397
  .wd-sm-70-f {
14501
    width: 70px !important;
17398
    width: 70px !important;
-
 
17399
  }
14502
  }
17400
 
14503
  .wd-sm-70p-f {
17401
  .wd-sm-70p-f {
14504
    width: 70% !important;
17402
    width: 70% !important;
-
 
17403
  }
14505
  }
17404
 
14506
  .mx-wd-sm-70p-f {
17405
  .mx-wd-sm-70p-f {
14507
    max-width: 70% !important;
17406
    max-width: 70% !important;
-
 
17407
  }
14508
  }
17408
 
14509
  .mn-wd-sm-70p-f {
17409
  .mn-wd-sm-70p-f {
14510
    min-width: 70% !important;
17410
    min-width: 70% !important;
-
 
17411
  }
14511
  }
17412
 
14512
  .wd-sm-75 {
17413
  .wd-sm-75 {
14513
    width: 75px;
17414
    width: 75px;
-
 
17415
  }
14514
  }
17416
 
14515
  .wd-sm-75p {
17417
  .wd-sm-75p {
14516
    width: 75%;
17418
    width: 75%;
-
 
17419
  }
14517
  }
17420
 
14518
  .mx-wd-sm-75p {
17421
  .mx-wd-sm-75p {
14519
    max-width: 75%;
17422
    max-width: 75%;
-
 
17423
  }
14520
  }
17424
 
14521
  .mn-wd-sm-75p {
17425
  .mn-wd-sm-75p {
14522
    min-width: 75%;
17426
    min-width: 75%;
-
 
17427
  }
14523
  }
17428
 
14524
  .wd-sm-75-f {
17429
  .wd-sm-75-f {
14525
    width: 75px !important;
17430
    width: 75px !important;
-
 
17431
  }
14526
  }
17432
 
14527
  .wd-sm-75p-f {
17433
  .wd-sm-75p-f {
14528
    width: 75% !important;
17434
    width: 75% !important;
-
 
17435
  }
14529
  }
17436
 
14530
  .mx-wd-sm-75p-f {
17437
  .mx-wd-sm-75p-f {
14531
    max-width: 75% !important;
17438
    max-width: 75% !important;
-
 
17439
  }
14532
  }
17440
 
14533
  .mn-wd-sm-75p-f {
17441
  .mn-wd-sm-75p-f {
14534
    min-width: 75% !important;
17442
    min-width: 75% !important;
-
 
17443
  }
14535
  }
17444
 
14536
  .wd-sm-80 {
17445
  .wd-sm-80 {
14537
    width: 80px;
17446
    width: 80px;
-
 
17447
  }
14538
  }
17448
 
14539
  .wd-sm-80p {
17449
  .wd-sm-80p {
14540
    width: 80%;
17450
    width: 80%;
-
 
17451
  }
14541
  }
17452
 
14542
  .mx-wd-sm-80p {
17453
  .mx-wd-sm-80p {
14543
    max-width: 80%;
17454
    max-width: 80%;
-
 
17455
  }
14544
  }
17456
 
14545
  .mn-wd-sm-80p {
17457
  .mn-wd-sm-80p {
14546
    min-width: 80%;
17458
    min-width: 80%;
-
 
17459
  }
14547
  }
17460
 
14548
  .wd-sm-80-f {
17461
  .wd-sm-80-f {
14549
    width: 80px !important;
17462
    width: 80px !important;
-
 
17463
  }
14550
  }
17464
 
14551
  .wd-sm-80p-f {
17465
  .wd-sm-80p-f {
14552
    width: 80% !important;
17466
    width: 80% !important;
-
 
17467
  }
14553
  }
17468
 
14554
  .mx-wd-sm-80p-f {
17469
  .mx-wd-sm-80p-f {
14555
    max-width: 80% !important;
17470
    max-width: 80% !important;
-
 
17471
  }
14556
  }
17472
 
14557
  .mn-wd-sm-80p-f {
17473
  .mn-wd-sm-80p-f {
14558
    min-width: 80% !important;
17474
    min-width: 80% !important;
-
 
17475
  }
14559
  }
17476
 
14560
  .wd-sm-85 {
17477
  .wd-sm-85 {
14561
    width: 85px;
17478
    width: 85px;
-
 
17479
  }
14562
  }
17480
 
14563
  .wd-sm-85p {
17481
  .wd-sm-85p {
14564
    width: 85%;
17482
    width: 85%;
-
 
17483
  }
14565
  }
17484
 
14566
  .mx-wd-sm-85p {
17485
  .mx-wd-sm-85p {
14567
    max-width: 85%;
17486
    max-width: 85%;
-
 
17487
  }
14568
  }
17488
 
14569
  .mn-wd-sm-85p {
17489
  .mn-wd-sm-85p {
14570
    min-width: 85%;
17490
    min-width: 85%;
-
 
17491
  }
14571
  }
17492
 
14572
  .wd-sm-85-f {
17493
  .wd-sm-85-f {
14573
    width: 85px !important;
17494
    width: 85px !important;
-
 
17495
  }
14574
  }
17496
 
14575
  .wd-sm-85p-f {
17497
  .wd-sm-85p-f {
14576
    width: 85% !important;
17498
    width: 85% !important;
-
 
17499
  }
14577
  }
17500
 
14578
  .mx-wd-sm-85p-f {
17501
  .mx-wd-sm-85p-f {
14579
    max-width: 85% !important;
17502
    max-width: 85% !important;
-
 
17503
  }
14580
  }
17504
 
14581
  .mn-wd-sm-85p-f {
17505
  .mn-wd-sm-85p-f {
14582
    min-width: 85% !important;
17506
    min-width: 85% !important;
-
 
17507
  }
14583
  }
17508
 
14584
  .wd-sm-90 {
17509
  .wd-sm-90 {
14585
    width: 90px;
17510
    width: 90px;
-
 
17511
  }
14586
  }
17512
 
14587
  .wd-sm-90p {
17513
  .wd-sm-90p {
14588
    width: 90%;
17514
    width: 90%;
-
 
17515
  }
14589
  }
17516
 
14590
  .mx-wd-sm-90p {
17517
  .mx-wd-sm-90p {
14591
    max-width: 90%;
17518
    max-width: 90%;
-
 
17519
  }
14592
  }
17520
 
14593
  .mn-wd-sm-90p {
17521
  .mn-wd-sm-90p {
14594
    min-width: 90%;
17522
    min-width: 90%;
-
 
17523
  }
14595
  }
17524
 
14596
  .wd-sm-90-f {
17525
  .wd-sm-90-f {
14597
    width: 90px !important;
17526
    width: 90px !important;
-
 
17527
  }
14598
  }
17528
 
14599
  .wd-sm-90p-f {
17529
  .wd-sm-90p-f {
14600
    width: 90% !important;
17530
    width: 90% !important;
-
 
17531
  }
14601
  }
17532
 
14602
  .mx-wd-sm-90p-f {
17533
  .mx-wd-sm-90p-f {
14603
    max-width: 90% !important;
17534
    max-width: 90% !important;
-
 
17535
  }
14604
  }
17536
 
14605
  .mn-wd-sm-90p-f {
17537
  .mn-wd-sm-90p-f {
14606
    min-width: 90% !important;
17538
    min-width: 90% !important;
-
 
17539
  }
14607
  }
17540
 
14608
  .wd-sm-95 {
17541
  .wd-sm-95 {
14609
    width: 95px;
17542
    width: 95px;
-
 
17543
  }
14610
  }
17544
 
14611
  .wd-sm-95p {
17545
  .wd-sm-95p {
14612
    width: 95%;
17546
    width: 95%;
-
 
17547
  }
14613
  }
17548
 
14614
  .mx-wd-sm-95p {
17549
  .mx-wd-sm-95p {
14615
    max-width: 95%;
17550
    max-width: 95%;
-
 
17551
  }
14616
  }
17552
 
14617
  .mn-wd-sm-95p {
17553
  .mn-wd-sm-95p {
14618
    min-width: 95%;
17554
    min-width: 95%;
-
 
17555
  }
14619
  }
17556
 
14620
  .wd-sm-95-f {
17557
  .wd-sm-95-f {
14621
    width: 95px !important;
17558
    width: 95px !important;
-
 
17559
  }
14622
  }
17560
 
14623
  .wd-sm-95p-f {
17561
  .wd-sm-95p-f {
14624
    width: 95% !important;
17562
    width: 95% !important;
-
 
17563
  }
14625
  }
17564
 
14626
  .mx-wd-sm-95p-f {
17565
  .mx-wd-sm-95p-f {
14627
    max-width: 95% !important;
17566
    max-width: 95% !important;
-
 
17567
  }
14628
  }
17568
 
14629
  .mn-wd-sm-95p-f {
17569
  .mn-wd-sm-95p-f {
14630
    min-width: 95% !important;
17570
    min-width: 95% !important;
-
 
17571
  }
14631
  }
17572
 
14632
  .wd-sm-100 {
17573
  .wd-sm-100 {
14633
    width: 100px;
17574
    width: 100px;
-
 
17575
  }
14634
  }
17576
 
14635
  .wd-sm-100p {
17577
  .wd-sm-100p {
14636
    width: 100%;
17578
    width: 100%;
-
 
17579
  }
14637
  }
17580
 
14638
  .mx-wd-sm-100p {
17581
  .mx-wd-sm-100p {
14639
    max-width: 100%;
17582
    max-width: 100%;
-
 
17583
  }
14640
  }
17584
 
14641
  .mn-wd-sm-100p {
17585
  .mn-wd-sm-100p {
14642
    min-width: 100%;
17586
    min-width: 100%;
-
 
17587
  }
14643
  }
17588
 
14644
  .wd-sm-100-f {
17589
  .wd-sm-100-f {
14645
    width: 100px !important;
17590
    width: 100px !important;
-
 
17591
  }
14646
  }
17592
 
14647
  .wd-sm-100p-f {
17593
  .wd-sm-100p-f {
14648
    width: 100% !important;
17594
    width: 100% !important;
-
 
17595
  }
14649
  }
17596
 
14650
  .mx-wd-sm-100p-f {
17597
  .mx-wd-sm-100p-f {
14651
    max-width: 100% !important;
17598
    max-width: 100% !important;
-
 
17599
  }
14652
  }
17600
 
14653
  .mn-wd-sm-100p-f {
17601
  .mn-wd-sm-100p-f {
14654
    min-width: 100% !important;
17602
    min-width: 100% !important;
-
 
17603
  }
14655
  }
17604
 
14656
  .wd-sm-150 {
17605
  .wd-sm-150 {
14657
    width: 150px;
17606
    width: 150px;
-
 
17607
  }
14658
  }
17608
 
14659
  .wd-sm-150p {
17609
  .wd-sm-150p {
14660
    width: 150%;
17610
    width: 150%;
-
 
17611
  }
14661
  }
17612
 
14662
  .mx-wd-sm-150p {
17613
  .mx-wd-sm-150p {
14663
    max-width: 150%;
17614
    max-width: 150%;
-
 
17615
  }
14664
  }
17616
 
14665
  .mn-wd-sm-150p {
17617
  .mn-wd-sm-150p {
14666
    min-width: 150%;
17618
    min-width: 150%;
-
 
17619
  }
14667
  }
17620
 
14668
  .wd-sm-150-f {
17621
  .wd-sm-150-f {
14669
    width: 150px !important;
17622
    width: 150px !important;
-
 
17623
  }
14670
  }
17624
 
14671
  .wd-sm-150p-f {
17625
  .wd-sm-150p-f {
14672
    width: 150% !important;
17626
    width: 150% !important;
-
 
17627
  }
14673
  }
17628
 
14674
  .mx-wd-sm-150p-f {
17629
  .mx-wd-sm-150p-f {
14675
    max-width: 150% !important;
17630
    max-width: 150% !important;
-
 
17631
  }
14676
  }
17632
 
14677
  .mn-wd-sm-150p-f {
17633
  .mn-wd-sm-150p-f {
14678
    min-width: 150% !important;
17634
    min-width: 150% !important;
-
 
17635
  }
14679
  }
17636
 
14680
  .wd-sm-200 {
17637
  .wd-sm-200 {
14681
    width: 200px;
17638
    width: 200px;
-
 
17639
  }
14682
  }
17640
 
14683
  .wd-sm-200p {
17641
  .wd-sm-200p {
14684
    width: 200%;
17642
    width: 200%;
-
 
17643
  }
14685
  }
17644
 
14686
  .mx-wd-sm-200p {
17645
  .mx-wd-sm-200p {
14687
    max-width: 200%;
17646
    max-width: 200%;
-
 
17647
  }
14688
  }
17648
 
14689
  .mn-wd-sm-200p {
17649
  .mn-wd-sm-200p {
14690
    min-width: 200%;
17650
    min-width: 200%;
-
 
17651
  }
14691
  }
17652
 
14692
  .wd-sm-200-f {
17653
  .wd-sm-200-f {
14693
    width: 200px !important;
17654
    width: 200px !important;
-
 
17655
  }
14694
  }
17656
 
14695
  .wd-sm-200p-f {
17657
  .wd-sm-200p-f {
14696
    width: 200% !important;
17658
    width: 200% !important;
-
 
17659
  }
14697
  }
17660
 
14698
  .mx-wd-sm-200p-f {
17661
  .mx-wd-sm-200p-f {
14699
    max-width: 200% !important;
17662
    max-width: 200% !important;
-
 
17663
  }
14700
  }
17664
 
14701
  .mn-wd-sm-200p-f {
17665
  .mn-wd-sm-200p-f {
14702
    min-width: 200% !important;
17666
    min-width: 200% !important;
-
 
17667
  }
14703
  }
17668
 
14704
  .wd-sm-250 {
17669
  .wd-sm-250 {
14705
    width: 250px;
17670
    width: 250px;
-
 
17671
  }
14706
  }
17672
 
14707
  .wd-sm-250p {
17673
  .wd-sm-250p {
14708
    width: 250%;
17674
    width: 250%;
-
 
17675
  }
14709
  }
17676
 
14710
  .mx-wd-sm-250p {
17677
  .mx-wd-sm-250p {
14711
    max-width: 250%;
17678
    max-width: 250%;
-
 
17679
  }
14712
  }
17680
 
14713
  .mn-wd-sm-250p {
17681
  .mn-wd-sm-250p {
14714
    min-width: 250%;
17682
    min-width: 250%;
-
 
17683
  }
14715
  }
17684
 
14716
  .wd-sm-250-f {
17685
  .wd-sm-250-f {
14717
    width: 250px !important;
17686
    width: 250px !important;
-
 
17687
  }
14718
  }
17688
 
14719
  .wd-sm-250p-f {
17689
  .wd-sm-250p-f {
14720
    width: 250% !important;
17690
    width: 250% !important;
-
 
17691
  }
14721
  }
17692
 
14722
  .mx-wd-sm-250p-f {
17693
  .mx-wd-sm-250p-f {
14723
    max-width: 250% !important;
17694
    max-width: 250% !important;
-
 
17695
  }
14724
  }
17696
 
14725
  .mn-wd-sm-250p-f {
17697
  .mn-wd-sm-250p-f {
14726
    min-width: 250% !important;
17698
    min-width: 250% !important;
-
 
17699
  }
14727
  }
17700
 
14728
  .wd-sm-300 {
17701
  .wd-sm-300 {
14729
    width: 300px;
17702
    width: 300px;
-
 
17703
  }
14730
  }
17704
 
14731
  .wd-sm-300p {
17705
  .wd-sm-300p {
14732
    width: 300%;
17706
    width: 300%;
-
 
17707
  }
14733
  }
17708
 
14734
  .mx-wd-sm-300p {
17709
  .mx-wd-sm-300p {
14735
    max-width: 300%;
17710
    max-width: 300%;
-
 
17711
  }
14736
  }
17712
 
14737
  .mn-wd-sm-300p {
17713
  .mn-wd-sm-300p {
14738
    min-width: 300%;
17714
    min-width: 300%;
-
 
17715
  }
14739
  }
17716
 
14740
  .wd-sm-300-f {
17717
  .wd-sm-300-f {
14741
    width: 300px !important;
17718
    width: 300px !important;
-
 
17719
  }
14742
  }
17720
 
14743
  .wd-sm-300p-f {
17721
  .wd-sm-300p-f {
14744
    width: 300% !important;
17722
    width: 300% !important;
-
 
17723
  }
14745
  }
17724
 
14746
  .mx-wd-sm-300p-f {
17725
  .mx-wd-sm-300p-f {
14747
    max-width: 300% !important;
17726
    max-width: 300% !important;
-
 
17727
  }
14748
  }
17728
 
14749
  .mn-wd-sm-300p-f {
17729
  .mn-wd-sm-300p-f {
14750
    min-width: 300% !important;
17730
    min-width: 300% !important;
-
 
17731
  }
14751
  }
17732
 
14752
  .wd-sm-350 {
17733
  .wd-sm-350 {
14753
    width: 350px;
17734
    width: 350px;
-
 
17735
  }
14754
  }
17736
 
14755
  .wd-sm-350p {
17737
  .wd-sm-350p {
14756
    width: 350%;
17738
    width: 350%;
-
 
17739
  }
14757
  }
17740
 
14758
  .mx-wd-sm-350p {
17741
  .mx-wd-sm-350p {
14759
    max-width: 350%;
17742
    max-width: 350%;
-
 
17743
  }
14760
  }
17744
 
14761
  .mn-wd-sm-350p {
17745
  .mn-wd-sm-350p {
14762
    min-width: 350%;
17746
    min-width: 350%;
-
 
17747
  }
14763
  }
17748
 
14764
  .wd-sm-350-f {
17749
  .wd-sm-350-f {
14765
    width: 350px !important;
17750
    width: 350px !important;
-
 
17751
  }
14766
  }
17752
 
14767
  .wd-sm-350p-f {
17753
  .wd-sm-350p-f {
14768
    width: 350% !important;
17754
    width: 350% !important;
-
 
17755
  }
14769
  }
17756
 
14770
  .mx-wd-sm-350p-f {
17757
  .mx-wd-sm-350p-f {
14771
    max-width: 350% !important;
17758
    max-width: 350% !important;
-
 
17759
  }
14772
  }
17760
 
14773
  .mn-wd-sm-350p-f {
17761
  .mn-wd-sm-350p-f {
14774
    min-width: 350% !important;
17762
    min-width: 350% !important;
-
 
17763
  }
14775
  }
17764
 
14776
  .wd-sm-400 {
17765
  .wd-sm-400 {
14777
    width: 400px;
17766
    width: 400px;
-
 
17767
  }
14778
  }
17768
 
14779
  .wd-sm-400p {
17769
  .wd-sm-400p {
14780
    width: 400%;
17770
    width: 400%;
-
 
17771
  }
14781
  }
17772
 
14782
  .mx-wd-sm-400p {
17773
  .mx-wd-sm-400p {
14783
    max-width: 400%;
17774
    max-width: 400%;
-
 
17775
  }
14784
  }
17776
 
14785
  .mn-wd-sm-400p {
17777
  .mn-wd-sm-400p {
14786
    min-width: 400%;
17778
    min-width: 400%;
-
 
17779
  }
14787
  }
17780
 
14788
  .wd-sm-400-f {
17781
  .wd-sm-400-f {
14789
    width: 400px !important;
17782
    width: 400px !important;
-
 
17783
  }
14790
  }
17784
 
14791
  .wd-sm-400p-f {
17785
  .wd-sm-400p-f {
14792
    width: 400% !important;
17786
    width: 400% !important;
-
 
17787
  }
14793
  }
17788
 
14794
  .mx-wd-sm-400p-f {
17789
  .mx-wd-sm-400p-f {
14795
    max-width: 400% !important;
17790
    max-width: 400% !important;
-
 
17791
  }
14796
  }
17792
 
14797
  .mn-wd-sm-400p-f {
17793
  .mn-wd-sm-400p-f {
14798
    min-width: 400% !important;
17794
    min-width: 400% !important;
-
 
17795
  }
14799
  }
17796
 
14800
  .wd-sm-450 {
17797
  .wd-sm-450 {
14801
    width: 450px;
17798
    width: 450px;
-
 
17799
  }
14802
  }
17800
 
14803
  .wd-sm-450p {
17801
  .wd-sm-450p {
14804
    width: 450%;
17802
    width: 450%;
-
 
17803
  }
14805
  }
17804
 
14806
  .mx-wd-sm-450p {
17805
  .mx-wd-sm-450p {
14807
    max-width: 450%;
17806
    max-width: 450%;
-
 
17807
  }
14808
  }
17808
 
14809
  .mn-wd-sm-450p {
17809
  .mn-wd-sm-450p {
14810
    min-width: 450%;
17810
    min-width: 450%;
-
 
17811
  }
14811
  }
17812
 
14812
  .wd-sm-450-f {
17813
  .wd-sm-450-f {
14813
    width: 450px !important;
17814
    width: 450px !important;
-
 
17815
  }
14814
  }
17816
 
14815
  .wd-sm-450p-f {
17817
  .wd-sm-450p-f {
14816
    width: 450% !important;
17818
    width: 450% !important;
-
 
17819
  }
14817
  }
17820
 
14818
  .mx-wd-sm-450p-f {
17821
  .mx-wd-sm-450p-f {
14819
    max-width: 450% !important;
17822
    max-width: 450% !important;
-
 
17823
  }
14820
  }
17824
 
14821
  .mn-wd-sm-450p-f {
17825
  .mn-wd-sm-450p-f {
14822
    min-width: 450% !important;
17826
    min-width: 450% !important;
-
 
17827
  }
14823
  }
17828
 
14824
  .wd-sm-500 {
17829
  .wd-sm-500 {
14825
    width: 500px;
17830
    width: 500px;
-
 
17831
  }
14826
  }
17832
 
14827
  .wd-sm-500p {
17833
  .wd-sm-500p {
14828
    width: 500%;
17834
    width: 500%;
-
 
17835
  }
14829
  }
17836
 
14830
  .mx-wd-sm-500p {
17837
  .mx-wd-sm-500p {
14831
    max-width: 500%;
17838
    max-width: 500%;
-
 
17839
  }
14832
  }
17840
 
14833
  .mn-wd-sm-500p {
17841
  .mn-wd-sm-500p {
14834
    min-width: 500%;
17842
    min-width: 500%;
-
 
17843
  }
14835
  }
17844
 
14836
  .wd-sm-500-f {
17845
  .wd-sm-500-f {
14837
    width: 500px !important;
17846
    width: 500px !important;
-
 
17847
  }
14838
  }
17848
 
14839
  .wd-sm-500p-f {
17849
  .wd-sm-500p-f {
14840
    width: 500% !important;
17850
    width: 500% !important;
-
 
17851
  }
14841
  }
17852
 
14842
  .mx-wd-sm-500p-f {
17853
  .mx-wd-sm-500p-f {
14843
    max-width: 500% !important;
17854
    max-width: 500% !important;
-
 
17855
  }
14844
  }
17856
 
14845
  .mn-wd-sm-500p-f {
17857
  .mn-wd-sm-500p-f {
14846
    min-width: 500% !important;
17858
    min-width: 500% !important;
-
 
17859
  }
14847
  }
17860
 
14848
  .wd-sm-550 {
17861
  .wd-sm-550 {
14849
    width: 550px;
17862
    width: 550px;
-
 
17863
  }
14850
  }
17864
 
14851
  .wd-sm-550p {
17865
  .wd-sm-550p {
14852
    width: 550%;
17866
    width: 550%;
-
 
17867
  }
14853
  }
17868
 
14854
  .mx-wd-sm-550p {
17869
  .mx-wd-sm-550p {
14855
    max-width: 550%;
17870
    max-width: 550%;
-
 
17871
  }
14856
  }
17872
 
14857
  .mn-wd-sm-550p {
17873
  .mn-wd-sm-550p {
14858
    min-width: 550%;
17874
    min-width: 550%;
-
 
17875
  }
14859
  }
17876
 
14860
  .wd-sm-550-f {
17877
  .wd-sm-550-f {
14861
    width: 550px !important;
17878
    width: 550px !important;
-
 
17879
  }
14862
  }
17880
 
14863
  .wd-sm-550p-f {
17881
  .wd-sm-550p-f {
14864
    width: 550% !important;
17882
    width: 550% !important;
-
 
17883
  }
14865
  }
17884
 
14866
  .mx-wd-sm-550p-f {
17885
  .mx-wd-sm-550p-f {
14867
    max-width: 550% !important;
17886
    max-width: 550% !important;
-
 
17887
  }
14868
  }
17888
 
14869
  .mn-wd-sm-550p-f {
17889
  .mn-wd-sm-550p-f {
14870
    min-width: 550% !important;
17890
    min-width: 550% !important;
-
 
17891
  }
14871
  }
17892
 
14872
  .wd-sm-600 {
17893
  .wd-sm-600 {
14873
    width: 600px;
17894
    width: 600px;
-
 
17895
  }
14874
  }
17896
 
14875
  .wd-sm-600p {
17897
  .wd-sm-600p {
14876
    width: 600%;
17898
    width: 600%;
-
 
17899
  }
14877
  }
17900
 
14878
  .mx-wd-sm-600p {
17901
  .mx-wd-sm-600p {
14879
    max-width: 600%;
17902
    max-width: 600%;
-
 
17903
  }
14880
  }
17904
 
14881
  .mn-wd-sm-600p {
17905
  .mn-wd-sm-600p {
14882
    min-width: 600%;
17906
    min-width: 600%;
-
 
17907
  }
14883
  }
17908
 
14884
  .wd-sm-600-f {
17909
  .wd-sm-600-f {
14885
    width: 600px !important;
17910
    width: 600px !important;
-
 
17911
  }
14886
  }
17912
 
14887
  .wd-sm-600p-f {
17913
  .wd-sm-600p-f {
14888
    width: 600% !important;
17914
    width: 600% !important;
-
 
17915
  }
14889
  }
17916
 
14890
  .mx-wd-sm-600p-f {
17917
  .mx-wd-sm-600p-f {
14891
    max-width: 600% !important;
17918
    max-width: 600% !important;
-
 
17919
  }
14892
  }
17920
 
14893
  .mn-wd-sm-600p-f {
17921
  .mn-wd-sm-600p-f {
14894
    min-width: 600% !important;
17922
    min-width: 600% !important;
-
 
17923
  }
14895
  }
17924
 
14896
  .wd-sm-650 {
17925
  .wd-sm-650 {
14897
    width: 650px;
17926
    width: 650px;
-
 
17927
  }
14898
  }
17928
 
14899
  .wd-sm-650p {
17929
  .wd-sm-650p {
14900
    width: 650%;
17930
    width: 650%;
-
 
17931
  }
14901
  }
17932
 
14902
  .mx-wd-sm-650p {
17933
  .mx-wd-sm-650p {
14903
    max-width: 650%;
17934
    max-width: 650%;
-
 
17935
  }
14904
  }
17936
 
14905
  .mn-wd-sm-650p {
17937
  .mn-wd-sm-650p {
14906
    min-width: 650%;
17938
    min-width: 650%;
-
 
17939
  }
14907
  }
17940
 
14908
  .wd-sm-650-f {
17941
  .wd-sm-650-f {
14909
    width: 650px !important;
17942
    width: 650px !important;
-
 
17943
  }
14910
  }
17944
 
14911
  .wd-sm-650p-f {
17945
  .wd-sm-650p-f {
14912
    width: 650% !important;
17946
    width: 650% !important;
-
 
17947
  }
14913
  }
17948
 
14914
  .mx-wd-sm-650p-f {
17949
  .mx-wd-sm-650p-f {
14915
    max-width: 650% !important;
17950
    max-width: 650% !important;
-
 
17951
  }
14916
  }
17952
 
14917
  .mn-wd-sm-650p-f {
17953
  .mn-wd-sm-650p-f {
14918
    min-width: 650% !important;
17954
    min-width: 650% !important;
-
 
17955
  }
14919
  }
17956
 
14920
  .wd-sm-700 {
17957
  .wd-sm-700 {
14921
    width: 700px;
17958
    width: 700px;
-
 
17959
  }
14922
  }
17960
 
14923
  .wd-sm-700p {
17961
  .wd-sm-700p {
14924
    width: 700%;
17962
    width: 700%;
-
 
17963
  }
14925
  }
17964
 
14926
  .mx-wd-sm-700p {
17965
  .mx-wd-sm-700p {
14927
    max-width: 700%;
17966
    max-width: 700%;
-
 
17967
  }
14928
  }
17968
 
14929
  .mn-wd-sm-700p {
17969
  .mn-wd-sm-700p {
14930
    min-width: 700%;
17970
    min-width: 700%;
-
 
17971
  }
14931
  }
17972
 
14932
  .wd-sm-700-f {
17973
  .wd-sm-700-f {
14933
    width: 700px !important;
17974
    width: 700px !important;
-
 
17975
  }
14934
  }
17976
 
14935
  .wd-sm-700p-f {
17977
  .wd-sm-700p-f {
14936
    width: 700% !important;
17978
    width: 700% !important;
-
 
17979
  }
14937
  }
17980
 
14938
  .mx-wd-sm-700p-f {
17981
  .mx-wd-sm-700p-f {
14939
    max-width: 700% !important;
17982
    max-width: 700% !important;
-
 
17983
  }
14940
  }
17984
 
14941
  .mn-wd-sm-700p-f {
17985
  .mn-wd-sm-700p-f {
14942
    min-width: 700% !important;
17986
    min-width: 700% !important;
-
 
17987
  }
14943
  }
17988
 
14944
  .wd-sm-750 {
17989
  .wd-sm-750 {
14945
    width: 750px;
17990
    width: 750px;
-
 
17991
  }
14946
  }
17992
 
14947
  .wd-sm-750p {
17993
  .wd-sm-750p {
14948
    width: 750%;
17994
    width: 750%;
-
 
17995
  }
14949
  }
17996
 
14950
  .mx-wd-sm-750p {
17997
  .mx-wd-sm-750p {
14951
    max-width: 750%;
17998
    max-width: 750%;
-
 
17999
  }
14952
  }
18000
 
14953
  .mn-wd-sm-750p {
18001
  .mn-wd-sm-750p {
14954
    min-width: 750%;
18002
    min-width: 750%;
-
 
18003
  }
14955
  }
18004
 
14956
  .wd-sm-750-f {
18005
  .wd-sm-750-f {
14957
    width: 750px !important;
18006
    width: 750px !important;
-
 
18007
  }
14958
  }
18008
 
14959
  .wd-sm-750p-f {
18009
  .wd-sm-750p-f {
14960
    width: 750% !important;
18010
    width: 750% !important;
-
 
18011
  }
14961
  }
18012
 
14962
  .mx-wd-sm-750p-f {
18013
  .mx-wd-sm-750p-f {
14963
    max-width: 750% !important;
18014
    max-width: 750% !important;
-
 
18015
  }
14964
  }
18016
 
14965
  .mn-wd-sm-750p-f {
18017
  .mn-wd-sm-750p-f {
14966
    min-width: 750% !important;
18018
    min-width: 750% !important;
-
 
18019
  }
14967
  }
18020
 
14968
  .wd-sm-800 {
18021
  .wd-sm-800 {
14969
    width: 800px;
18022
    width: 800px;
-
 
18023
  }
14970
  }
18024
 
14971
  .wd-sm-800p {
18025
  .wd-sm-800p {
14972
    width: 800%;
18026
    width: 800%;
-
 
18027
  }
14973
  }
18028
 
14974
  .mx-wd-sm-800p {
18029
  .mx-wd-sm-800p {
14975
    max-width: 800%;
18030
    max-width: 800%;
-
 
18031
  }
14976
  }
18032
 
14977
  .mn-wd-sm-800p {
18033
  .mn-wd-sm-800p {
14978
    min-width: 800%;
18034
    min-width: 800%;
-
 
18035
  }
14979
  }
18036
 
14980
  .wd-sm-800-f {
18037
  .wd-sm-800-f {
14981
    width: 800px !important;
18038
    width: 800px !important;
-
 
18039
  }
14982
  }
18040
 
14983
  .wd-sm-800p-f {
18041
  .wd-sm-800p-f {
14984
    width: 800% !important;
18042
    width: 800% !important;
-
 
18043
  }
14985
  }
18044
 
14986
  .mx-wd-sm-800p-f {
18045
  .mx-wd-sm-800p-f {
14987
    max-width: 800% !important;
18046
    max-width: 800% !important;
-
 
18047
  }
14988
  }
18048
 
14989
  .mn-wd-sm-800p-f {
18049
  .mn-wd-sm-800p-f {
14990
    min-width: 800% !important;
18050
    min-width: 800% !important;
-
 
18051
  }
14991
  }
18052
 
14992
  .wd-sm-850 {
18053
  .wd-sm-850 {
14993
    width: 850px;
18054
    width: 850px;
-
 
18055
  }
14994
  }
18056
 
14995
  .wd-sm-850p {
18057
  .wd-sm-850p {
14996
    width: 850%;
18058
    width: 850%;
-
 
18059
  }
14997
  }
18060
 
14998
  .mx-wd-sm-850p {
18061
  .mx-wd-sm-850p {
14999
    max-width: 850%;
18062
    max-width: 850%;
-
 
18063
  }
15000
  }
18064
 
15001
  .mn-wd-sm-850p {
18065
  .mn-wd-sm-850p {
15002
    min-width: 850%;
18066
    min-width: 850%;
-
 
18067
  }
15003
  }
18068
 
15004
  .wd-sm-850-f {
18069
  .wd-sm-850-f {
15005
    width: 850px !important;
18070
    width: 850px !important;
-
 
18071
  }
15006
  }
18072
 
15007
  .wd-sm-850p-f {
18073
  .wd-sm-850p-f {
15008
    width: 850% !important;
18074
    width: 850% !important;
-
 
18075
  }
15009
  }
18076
 
15010
  .mx-wd-sm-850p-f {
18077
  .mx-wd-sm-850p-f {
15011
    max-width: 850% !important;
18078
    max-width: 850% !important;
-
 
18079
  }
15012
  }
18080
 
15013
  .mn-wd-sm-850p-f {
18081
  .mn-wd-sm-850p-f {
15014
    min-width: 850% !important;
18082
    min-width: 850% !important;
-
 
18083
  }
15015
  }
18084
 
15016
  .wd-sm-900 {
18085
  .wd-sm-900 {
15017
    width: 900px;
18086
    width: 900px;
-
 
18087
  }
15018
  }
18088
 
15019
  .wd-sm-900p {
18089
  .wd-sm-900p {
15020
    width: 900%;
18090
    width: 900%;
-
 
18091
  }
15021
  }
18092
 
15022
  .mx-wd-sm-900p {
18093
  .mx-wd-sm-900p {
15023
    max-width: 900%;
18094
    max-width: 900%;
-
 
18095
  }
15024
  }
18096
 
15025
  .mn-wd-sm-900p {
18097
  .mn-wd-sm-900p {
15026
    min-width: 900%;
18098
    min-width: 900%;
-
 
18099
  }
15027
  }
18100
 
15028
  .wd-sm-900-f {
18101
  .wd-sm-900-f {
15029
    width: 900px !important;
18102
    width: 900px !important;
-
 
18103
  }
15030
  }
18104
 
15031
  .wd-sm-900p-f {
18105
  .wd-sm-900p-f {
15032
    width: 900% !important;
18106
    width: 900% !important;
-
 
18107
  }
15033
  }
18108
 
15034
  .mx-wd-sm-900p-f {
18109
  .mx-wd-sm-900p-f {
15035
    max-width: 900% !important;
18110
    max-width: 900% !important;
-
 
18111
  }
15036
  }
18112
 
15037
  .mn-wd-sm-900p-f {
18113
  .mn-wd-sm-900p-f {
15038
    min-width: 900% !important;
18114
    min-width: 900% !important;
-
 
18115
  }
15039
  }
18116
 
15040
  .wd-sm-950 {
18117
  .wd-sm-950 {
15041
    width: 950px;
18118
    width: 950px;
-
 
18119
  }
15042
  }
18120
 
15043
  .wd-sm-950p {
18121
  .wd-sm-950p {
15044
    width: 950%;
18122
    width: 950%;
-
 
18123
  }
15045
  }
18124
 
15046
  .mx-wd-sm-950p {
18125
  .mx-wd-sm-950p {
15047
    max-width: 950%;
18126
    max-width: 950%;
-
 
18127
  }
15048
  }
18128
 
15049
  .mn-wd-sm-950p {
18129
  .mn-wd-sm-950p {
15050
    min-width: 950%;
18130
    min-width: 950%;
-
 
18131
  }
15051
  }
18132
 
15052
  .wd-sm-950-f {
18133
  .wd-sm-950-f {
15053
    width: 950px !important;
18134
    width: 950px !important;
-
 
18135
  }
15054
  }
18136
 
15055
  .wd-sm-950p-f {
18137
  .wd-sm-950p-f {
15056
    width: 950% !important;
18138
    width: 950% !important;
-
 
18139
  }
15057
  }
18140
 
15058
  .mx-wd-sm-950p-f {
18141
  .mx-wd-sm-950p-f {
15059
    max-width: 950% !important;
18142
    max-width: 950% !important;
-
 
18143
  }
15060
  }
18144
 
15061
  .mn-wd-sm-950p-f {
18145
  .mn-wd-sm-950p-f {
15062
    min-width: 950% !important;
18146
    min-width: 950% !important;
-
 
18147
  }
15063
  }
18148
 
15064
  .wd-sm-1000 {
18149
  .wd-sm-1000 {
15065
    width: 1000px;
18150
    width: 1000px;
-
 
18151
  }
15066
  }
18152
 
15067
  .wd-sm-1000p {
18153
  .wd-sm-1000p {
15068
    width: 1000%;
18154
    width: 1000%;
-
 
18155
  }
15069
  }
18156
 
15070
  .mx-wd-sm-1000p {
18157
  .mx-wd-sm-1000p {
15071
    max-width: 1000%;
18158
    max-width: 1000%;
-
 
18159
  }
15072
  }
18160
 
15073
  .mn-wd-sm-1000p {
18161
  .mn-wd-sm-1000p {
15074
    min-width: 1000%;
18162
    min-width: 1000%;
-
 
18163
  }
15075
  }
18164
 
15076
  .wd-sm-1000-f {
18165
  .wd-sm-1000-f {
15077
    width: 1000px !important;
18166
    width: 1000px !important;
-
 
18167
  }
15078
  }
18168
 
15079
  .wd-sm-1000p-f {
18169
  .wd-sm-1000p-f {
15080
    width: 1000% !important;
18170
    width: 1000% !important;
-
 
18171
  }
15081
  }
18172
 
15082
  .mx-wd-sm-1000p-f {
18173
  .mx-wd-sm-1000p-f {
15083
    max-width: 1000% !important;
18174
    max-width: 1000% !important;
-
 
18175
  }
15084
  }
18176
 
15085
  .mn-wd-sm-1000p-f {
18177
  .mn-wd-sm-1000p-f {
15086
    min-width: 1000% !important;
18178
    min-width: 1000% !important;
-
 
18179
  }
15087
  }
18180
 
15088
  .wd-sm-auto {
18181
  .wd-sm-auto {
15089
    width: auto;
18182
    width: auto;
-
 
18183
  }
15090
  }
18184
 
15091
  .wd-sm-auto-f {
18185
  .wd-sm-auto-f {
15092
    width: auto !important;
18186
    width: auto !important;
15093
  }
18187
  }
-
 
18188
}
15094
}
18189
 
15095
@media (min-width: 768px) {
18190
@media (min-width: 768px) {
15096
  .wd-md-5 {
18191
  .wd-md-5 {
15097
    width: 5px;
18192
    width: 5px;
-
 
18193
  }
15098
  }
18194
 
15099
  .wd-md-5p {
18195
  .wd-md-5p {
15100
    width: 5%;
18196
    width: 5%;
-
 
18197
  }
15101
  }
18198
 
15102
  .mx-wd-md-5p {
18199
  .mx-wd-md-5p {
15103
    max-width: 5%;
18200
    max-width: 5%;
-
 
18201
  }
15104
  }
18202
 
15105
  .mn-wd-md-5p {
18203
  .mn-wd-md-5p {
15106
    min-width: 5%;
18204
    min-width: 5%;
-
 
18205
  }
15107
  }
18206
 
15108
  .wd-md-5-f {
18207
  .wd-md-5-f {
15109
    width: 5px !important;
18208
    width: 5px !important;
-
 
18209
  }
15110
  }
18210
 
15111
  .wd-md-5p-f {
18211
  .wd-md-5p-f {
15112
    width: 5% !important;
18212
    width: 5% !important;
-
 
18213
  }
15113
  }
18214
 
15114
  .mx-wd-md-5p-f {
18215
  .mx-wd-md-5p-f {
15115
    max-width: 5% !important;
18216
    max-width: 5% !important;
-
 
18217
  }
15116
  }
18218
 
15117
  .mn-wd-md-5p-f {
18219
  .mn-wd-md-5p-f {
15118
    min-width: 5% !important;
18220
    min-width: 5% !important;
-
 
18221
  }
15119
  }
18222
 
15120
  .wd-md-10 {
18223
  .wd-md-10 {
15121
    width: 10px;
18224
    width: 10px;
-
 
18225
  }
15122
  }
18226
 
15123
  .wd-md-10p {
18227
  .wd-md-10p {
15124
    width: 10%;
18228
    width: 10%;
-
 
18229
  }
15125
  }
18230
 
15126
  .mx-wd-md-10p {
18231
  .mx-wd-md-10p {
15127
    max-width: 10%;
18232
    max-width: 10%;
-
 
18233
  }
15128
  }
18234
 
15129
  .mn-wd-md-10p {
18235
  .mn-wd-md-10p {
15130
    min-width: 10%;
18236
    min-width: 10%;
-
 
18237
  }
15131
  }
18238
 
15132
  .wd-md-10-f {
18239
  .wd-md-10-f {
15133
    width: 10px !important;
18240
    width: 10px !important;
-
 
18241
  }
15134
  }
18242
 
15135
  .wd-md-10p-f {
18243
  .wd-md-10p-f {
15136
    width: 10% !important;
18244
    width: 10% !important;
-
 
18245
  }
15137
  }
18246
 
15138
  .mx-wd-md-10p-f {
18247
  .mx-wd-md-10p-f {
15139
    max-width: 10% !important;
18248
    max-width: 10% !important;
-
 
18249
  }
15140
  }
18250
 
15141
  .mn-wd-md-10p-f {
18251
  .mn-wd-md-10p-f {
15142
    min-width: 10% !important;
18252
    min-width: 10% !important;
-
 
18253
  }
15143
  }
18254
 
15144
  .wd-md-15 {
18255
  .wd-md-15 {
15145
    width: 15px;
18256
    width: 15px;
-
 
18257
  }
15146
  }
18258
 
15147
  .wd-md-15p {
18259
  .wd-md-15p {
15148
    width: 15%;
18260
    width: 15%;
-
 
18261
  }
15149
  }
18262
 
15150
  .mx-wd-md-15p {
18263
  .mx-wd-md-15p {
15151
    max-width: 15%;
18264
    max-width: 15%;
-
 
18265
  }
15152
  }
18266
 
15153
  .mn-wd-md-15p {
18267
  .mn-wd-md-15p {
15154
    min-width: 15%;
18268
    min-width: 15%;
-
 
18269
  }
15155
  }
18270
 
15156
  .wd-md-15-f {
18271
  .wd-md-15-f {
15157
    width: 15px !important;
18272
    width: 15px !important;
-
 
18273
  }
15158
  }
18274
 
15159
  .wd-md-15p-f {
18275
  .wd-md-15p-f {
15160
    width: 15% !important;
18276
    width: 15% !important;
-
 
18277
  }
15161
  }
18278
 
15162
  .mx-wd-md-15p-f {
18279
  .mx-wd-md-15p-f {
15163
    max-width: 15% !important;
18280
    max-width: 15% !important;
-
 
18281
  }
15164
  }
18282
 
15165
  .mn-wd-md-15p-f {
18283
  .mn-wd-md-15p-f {
15166
    min-width: 15% !important;
18284
    min-width: 15% !important;
-
 
18285
  }
15167
  }
18286
 
15168
  .wd-md-20 {
18287
  .wd-md-20 {
15169
    width: 20px;
18288
    width: 20px;
-
 
18289
  }
15170
  }
18290
 
15171
  .wd-md-20p {
18291
  .wd-md-20p {
15172
    width: 20%;
18292
    width: 20%;
-
 
18293
  }
15173
  }
18294
 
15174
  .mx-wd-md-20p {
18295
  .mx-wd-md-20p {
15175
    max-width: 20%;
18296
    max-width: 20%;
-
 
18297
  }
15176
  }
18298
 
15177
  .mn-wd-md-20p {
18299
  .mn-wd-md-20p {
15178
    min-width: 20%;
18300
    min-width: 20%;
-
 
18301
  }
15179
  }
18302
 
15180
  .wd-md-20-f {
18303
  .wd-md-20-f {
15181
    width: 20px !important;
18304
    width: 20px !important;
-
 
18305
  }
15182
  }
18306
 
15183
  .wd-md-20p-f {
18307
  .wd-md-20p-f {
15184
    width: 20% !important;
18308
    width: 20% !important;
-
 
18309
  }
15185
  }
18310
 
15186
  .mx-wd-md-20p-f {
18311
  .mx-wd-md-20p-f {
15187
    max-width: 20% !important;
18312
    max-width: 20% !important;
-
 
18313
  }
15188
  }
18314
 
15189
  .mn-wd-md-20p-f {
18315
  .mn-wd-md-20p-f {
15190
    min-width: 20% !important;
18316
    min-width: 20% !important;
-
 
18317
  }
15191
  }
18318
 
15192
  .wd-md-25 {
18319
  .wd-md-25 {
15193
    width: 25px;
18320
    width: 25px;
-
 
18321
  }
15194
  }
18322
 
15195
  .wd-md-25p {
18323
  .wd-md-25p {
15196
    width: 25%;
18324
    width: 25%;
-
 
18325
  }
15197
  }
18326
 
15198
  .mx-wd-md-25p {
18327
  .mx-wd-md-25p {
15199
    max-width: 25%;
18328
    max-width: 25%;
-
 
18329
  }
15200
  }
18330
 
15201
  .mn-wd-md-25p {
18331
  .mn-wd-md-25p {
15202
    min-width: 25%;
18332
    min-width: 25%;
-
 
18333
  }
15203
  }
18334
 
15204
  .wd-md-25-f {
18335
  .wd-md-25-f {
15205
    width: 25px !important;
18336
    width: 25px !important;
-
 
18337
  }
15206
  }
18338
 
15207
  .wd-md-25p-f {
18339
  .wd-md-25p-f {
15208
    width: 25% !important;
18340
    width: 25% !important;
-
 
18341
  }
15209
  }
18342
 
15210
  .mx-wd-md-25p-f {
18343
  .mx-wd-md-25p-f {
15211
    max-width: 25% !important;
18344
    max-width: 25% !important;
-
 
18345
  }
15212
  }
18346
 
15213
  .mn-wd-md-25p-f {
18347
  .mn-wd-md-25p-f {
15214
    min-width: 25% !important;
18348
    min-width: 25% !important;
-
 
18349
  }
15215
  }
18350
 
15216
  .wd-md-30 {
18351
  .wd-md-30 {
15217
    width: 30px;
18352
    width: 30px;
-
 
18353
  }
15218
  }
18354
 
15219
  .wd-md-30p {
18355
  .wd-md-30p {
15220
    width: 30%;
18356
    width: 30%;
-
 
18357
  }
15221
  }
18358
 
15222
  .mx-wd-md-30p {
18359
  .mx-wd-md-30p {
15223
    max-width: 30%;
18360
    max-width: 30%;
-
 
18361
  }
15224
  }
18362
 
15225
  .mn-wd-md-30p {
18363
  .mn-wd-md-30p {
15226
    min-width: 30%;
18364
    min-width: 30%;
-
 
18365
  }
15227
  }
18366
 
15228
  .wd-md-30-f {
18367
  .wd-md-30-f {
15229
    width: 30px !important;
18368
    width: 30px !important;
-
 
18369
  }
15230
  }
18370
 
15231
  .wd-md-30p-f {
18371
  .wd-md-30p-f {
15232
    width: 30% !important;
18372
    width: 30% !important;
-
 
18373
  }
15233
  }
18374
 
15234
  .mx-wd-md-30p-f {
18375
  .mx-wd-md-30p-f {
15235
    max-width: 30% !important;
18376
    max-width: 30% !important;
-
 
18377
  }
15236
  }
18378
 
15237
  .mn-wd-md-30p-f {
18379
  .mn-wd-md-30p-f {
15238
    min-width: 30% !important;
18380
    min-width: 30% !important;
-
 
18381
  }
15239
  }
18382
 
15240
  .wd-md-35 {
18383
  .wd-md-35 {
15241
    width: 35px;
18384
    width: 35px;
-
 
18385
  }
15242
  }
18386
 
15243
  .wd-md-35p {
18387
  .wd-md-35p {
15244
    width: 35%;
18388
    width: 35%;
-
 
18389
  }
15245
  }
18390
 
15246
  .mx-wd-md-35p {
18391
  .mx-wd-md-35p {
15247
    max-width: 35%;
18392
    max-width: 35%;
-
 
18393
  }
15248
  }
18394
 
15249
  .mn-wd-md-35p {
18395
  .mn-wd-md-35p {
15250
    min-width: 35%;
18396
    min-width: 35%;
-
 
18397
  }
15251
  }
18398
 
15252
  .wd-md-35-f {
18399
  .wd-md-35-f {
15253
    width: 35px !important;
18400
    width: 35px !important;
-
 
18401
  }
15254
  }
18402
 
15255
  .wd-md-35p-f {
18403
  .wd-md-35p-f {
15256
    width: 35% !important;
18404
    width: 35% !important;
-
 
18405
  }
15257
  }
18406
 
15258
  .mx-wd-md-35p-f {
18407
  .mx-wd-md-35p-f {
15259
    max-width: 35% !important;
18408
    max-width: 35% !important;
-
 
18409
  }
15260
  }
18410
 
15261
  .mn-wd-md-35p-f {
18411
  .mn-wd-md-35p-f {
15262
    min-width: 35% !important;
18412
    min-width: 35% !important;
-
 
18413
  }
15263
  }
18414
 
15264
  .wd-md-40 {
18415
  .wd-md-40 {
15265
    width: 40px;
18416
    width: 40px;
-
 
18417
  }
15266
  }
18418
 
15267
  .wd-md-40p {
18419
  .wd-md-40p {
15268
    width: 40%;
18420
    width: 40%;
-
 
18421
  }
15269
  }
18422
 
15270
  .mx-wd-md-40p {
18423
  .mx-wd-md-40p {
15271
    max-width: 40%;
18424
    max-width: 40%;
-
 
18425
  }
15272
  }
18426
 
15273
  .mn-wd-md-40p {
18427
  .mn-wd-md-40p {
15274
    min-width: 40%;
18428
    min-width: 40%;
-
 
18429
  }
15275
  }
18430
 
15276
  .wd-md-40-f {
18431
  .wd-md-40-f {
15277
    width: 40px !important;
18432
    width: 40px !important;
-
 
18433
  }
15278
  }
18434
 
15279
  .wd-md-40p-f {
18435
  .wd-md-40p-f {
15280
    width: 40% !important;
18436
    width: 40% !important;
-
 
18437
  }
15281
  }
18438
 
15282
  .mx-wd-md-40p-f {
18439
  .mx-wd-md-40p-f {
15283
    max-width: 40% !important;
18440
    max-width: 40% !important;
-
 
18441
  }
15284
  }
18442
 
15285
  .mn-wd-md-40p-f {
18443
  .mn-wd-md-40p-f {
15286
    min-width: 40% !important;
18444
    min-width: 40% !important;
-
 
18445
  }
15287
  }
18446
 
15288
  .wd-md-45 {
18447
  .wd-md-45 {
15289
    width: 45px;
18448
    width: 45px;
-
 
18449
  }
15290
  }
18450
 
15291
  .wd-md-45p {
18451
  .wd-md-45p {
15292
    width: 45%;
18452
    width: 45%;
-
 
18453
  }
15293
  }
18454
 
15294
  .mx-wd-md-45p {
18455
  .mx-wd-md-45p {
15295
    max-width: 45%;
18456
    max-width: 45%;
-
 
18457
  }
15296
  }
18458
 
15297
  .mn-wd-md-45p {
18459
  .mn-wd-md-45p {
15298
    min-width: 45%;
18460
    min-width: 45%;
-
 
18461
  }
15299
  }
18462
 
15300
  .wd-md-45-f {
18463
  .wd-md-45-f {
15301
    width: 45px !important;
18464
    width: 45px !important;
-
 
18465
  }
15302
  }
18466
 
15303
  .wd-md-45p-f {
18467
  .wd-md-45p-f {
15304
    width: 45% !important;
18468
    width: 45% !important;
-
 
18469
  }
15305
  }
18470
 
15306
  .mx-wd-md-45p-f {
18471
  .mx-wd-md-45p-f {
15307
    max-width: 45% !important;
18472
    max-width: 45% !important;
-
 
18473
  }
15308
  }
18474
 
15309
  .mn-wd-md-45p-f {
18475
  .mn-wd-md-45p-f {
15310
    min-width: 45% !important;
18476
    min-width: 45% !important;
-
 
18477
  }
15311
  }
18478
 
15312
  .wd-md-50 {
18479
  .wd-md-50 {
15313
    width: 50px;
18480
    width: 50px;
-
 
18481
  }
15314
  }
18482
 
15315
  .wd-md-50p {
18483
  .wd-md-50p {
15316
    width: 50%;
18484
    width: 50%;
-
 
18485
  }
15317
  }
18486
 
15318
  .mx-wd-md-50p {
18487
  .mx-wd-md-50p {
15319
    max-width: 50%;
18488
    max-width: 50%;
-
 
18489
  }
15320
  }
18490
 
15321
  .mn-wd-md-50p {
18491
  .mn-wd-md-50p {
15322
    min-width: 50%;
18492
    min-width: 50%;
-
 
18493
  }
15323
  }
18494
 
15324
  .wd-md-50-f {
18495
  .wd-md-50-f {
15325
    width: 50px !important;
18496
    width: 50px !important;
-
 
18497
  }
15326
  }
18498
 
15327
  .wd-md-50p-f {
18499
  .wd-md-50p-f {
15328
    width: 50% !important;
18500
    width: 50% !important;
-
 
18501
  }
15329
  }
18502
 
15330
  .mx-wd-md-50p-f {
18503
  .mx-wd-md-50p-f {
15331
    max-width: 50% !important;
18504
    max-width: 50% !important;
-
 
18505
  }
15332
  }
18506
 
15333
  .mn-wd-md-50p-f {
18507
  .mn-wd-md-50p-f {
15334
    min-width: 50% !important;
18508
    min-width: 50% !important;
-
 
18509
  }
15335
  }
18510
 
15336
  .wd-md-55 {
18511
  .wd-md-55 {
15337
    width: 55px;
18512
    width: 55px;
-
 
18513
  }
15338
  }
18514
 
15339
  .wd-md-55p {
18515
  .wd-md-55p {
15340
    width: 55%;
18516
    width: 55%;
-
 
18517
  }
15341
  }
18518
 
15342
  .mx-wd-md-55p {
18519
  .mx-wd-md-55p {
15343
    max-width: 55%;
18520
    max-width: 55%;
-
 
18521
  }
15344
  }
18522
 
15345
  .mn-wd-md-55p {
18523
  .mn-wd-md-55p {
15346
    min-width: 55%;
18524
    min-width: 55%;
-
 
18525
  }
15347
  }
18526
 
15348
  .wd-md-55-f {
18527
  .wd-md-55-f {
15349
    width: 55px !important;
18528
    width: 55px !important;
-
 
18529
  }
15350
  }
18530
 
15351
  .wd-md-55p-f {
18531
  .wd-md-55p-f {
15352
    width: 55% !important;
18532
    width: 55% !important;
-
 
18533
  }
15353
  }
18534
 
15354
  .mx-wd-md-55p-f {
18535
  .mx-wd-md-55p-f {
15355
    max-width: 55% !important;
18536
    max-width: 55% !important;
-
 
18537
  }
15356
  }
18538
 
15357
  .mn-wd-md-55p-f {
18539
  .mn-wd-md-55p-f {
15358
    min-width: 55% !important;
18540
    min-width: 55% !important;
-
 
18541
  }
15359
  }
18542
 
15360
  .wd-md-60 {
18543
  .wd-md-60 {
15361
    width: 60px;
18544
    width: 60px;
-
 
18545
  }
15362
  }
18546
 
15363
  .wd-md-60p {
18547
  .wd-md-60p {
15364
    width: 60%;
18548
    width: 60%;
-
 
18549
  }
15365
  }
18550
 
15366
  .mx-wd-md-60p {
18551
  .mx-wd-md-60p {
15367
    max-width: 60%;
18552
    max-width: 60%;
-
 
18553
  }
15368
  }
18554
 
15369
  .mn-wd-md-60p {
18555
  .mn-wd-md-60p {
15370
    min-width: 60%;
18556
    min-width: 60%;
-
 
18557
  }
15371
  }
18558
 
15372
  .wd-md-60-f {
18559
  .wd-md-60-f {
15373
    width: 60px !important;
18560
    width: 60px !important;
-
 
18561
  }
15374
  }
18562
 
15375
  .wd-md-60p-f {
18563
  .wd-md-60p-f {
15376
    width: 60% !important;
18564
    width: 60% !important;
-
 
18565
  }
15377
  }
18566
 
15378
  .mx-wd-md-60p-f {
18567
  .mx-wd-md-60p-f {
15379
    max-width: 60% !important;
18568
    max-width: 60% !important;
-
 
18569
  }
15380
  }
18570
 
15381
  .mn-wd-md-60p-f {
18571
  .mn-wd-md-60p-f {
15382
    min-width: 60% !important;
18572
    min-width: 60% !important;
-
 
18573
  }
15383
  }
18574
 
15384
  .wd-md-65 {
18575
  .wd-md-65 {
15385
    width: 65px;
18576
    width: 65px;
-
 
18577
  }
15386
  }
18578
 
15387
  .wd-md-65p {
18579
  .wd-md-65p {
15388
    width: 65%;
18580
    width: 65%;
-
 
18581
  }
15389
  }
18582
 
15390
  .mx-wd-md-65p {
18583
  .mx-wd-md-65p {
15391
    max-width: 65%;
18584
    max-width: 65%;
-
 
18585
  }
15392
  }
18586
 
15393
  .mn-wd-md-65p {
18587
  .mn-wd-md-65p {
15394
    min-width: 65%;
18588
    min-width: 65%;
-
 
18589
  }
15395
  }
18590
 
15396
  .wd-md-65-f {
18591
  .wd-md-65-f {
15397
    width: 65px !important;
18592
    width: 65px !important;
-
 
18593
  }
15398
  }
18594
 
15399
  .wd-md-65p-f {
18595
  .wd-md-65p-f {
15400
    width: 65% !important;
18596
    width: 65% !important;
-
 
18597
  }
15401
  }
18598
 
15402
  .mx-wd-md-65p-f {
18599
  .mx-wd-md-65p-f {
15403
    max-width: 65% !important;
18600
    max-width: 65% !important;
-
 
18601
  }
15404
  }
18602
 
15405
  .mn-wd-md-65p-f {
18603
  .mn-wd-md-65p-f {
15406
    min-width: 65% !important;
18604
    min-width: 65% !important;
-
 
18605
  }
15407
  }
18606
 
15408
  .wd-md-70 {
18607
  .wd-md-70 {
15409
    width: 70px;
18608
    width: 70px;
-
 
18609
  }
15410
  }
18610
 
15411
  .wd-md-70p {
18611
  .wd-md-70p {
15412
    width: 70%;
18612
    width: 70%;
-
 
18613
  }
15413
  }
18614
 
15414
  .mx-wd-md-70p {
18615
  .mx-wd-md-70p {
15415
    max-width: 70%;
18616
    max-width: 70%;
-
 
18617
  }
15416
  }
18618
 
15417
  .mn-wd-md-70p {
18619
  .mn-wd-md-70p {
15418
    min-width: 70%;
18620
    min-width: 70%;
-
 
18621
  }
15419
  }
18622
 
15420
  .wd-md-70-f {
18623
  .wd-md-70-f {
15421
    width: 70px !important;
18624
    width: 70px !important;
-
 
18625
  }
15422
  }
18626
 
15423
  .wd-md-70p-f {
18627
  .wd-md-70p-f {
15424
    width: 70% !important;
18628
    width: 70% !important;
-
 
18629
  }
15425
  }
18630
 
15426
  .mx-wd-md-70p-f {
18631
  .mx-wd-md-70p-f {
15427
    max-width: 70% !important;
18632
    max-width: 70% !important;
-
 
18633
  }
15428
  }
18634
 
15429
  .mn-wd-md-70p-f {
18635
  .mn-wd-md-70p-f {
15430
    min-width: 70% !important;
18636
    min-width: 70% !important;
-
 
18637
  }
15431
  }
18638
 
15432
  .wd-md-75 {
18639
  .wd-md-75 {
15433
    width: 75px;
18640
    width: 75px;
-
 
18641
  }
15434
  }
18642
 
15435
  .wd-md-75p {
18643
  .wd-md-75p {
15436
    width: 75%;
18644
    width: 75%;
-
 
18645
  }
15437
  }
18646
 
15438
  .mx-wd-md-75p {
18647
  .mx-wd-md-75p {
15439
    max-width: 75%;
18648
    max-width: 75%;
-
 
18649
  }
15440
  }
18650
 
15441
  .mn-wd-md-75p {
18651
  .mn-wd-md-75p {
15442
    min-width: 75%;
18652
    min-width: 75%;
-
 
18653
  }
15443
  }
18654
 
15444
  .wd-md-75-f {
18655
  .wd-md-75-f {
15445
    width: 75px !important;
18656
    width: 75px !important;
-
 
18657
  }
15446
  }
18658
 
15447
  .wd-md-75p-f {
18659
  .wd-md-75p-f {
15448
    width: 75% !important;
18660
    width: 75% !important;
-
 
18661
  }
15449
  }
18662
 
15450
  .mx-wd-md-75p-f {
18663
  .mx-wd-md-75p-f {
15451
    max-width: 75% !important;
18664
    max-width: 75% !important;
-
 
18665
  }
15452
  }
18666
 
15453
  .mn-wd-md-75p-f {
18667
  .mn-wd-md-75p-f {
15454
    min-width: 75% !important;
18668
    min-width: 75% !important;
-
 
18669
  }
15455
  }
18670
 
15456
  .wd-md-80 {
18671
  .wd-md-80 {
15457
    width: 80px;
18672
    width: 80px;
-
 
18673
  }
15458
  }
18674
 
15459
  .wd-md-80p {
18675
  .wd-md-80p {
15460
    width: 80%;
18676
    width: 80%;
-
 
18677
  }
15461
  }
18678
 
15462
  .mx-wd-md-80p {
18679
  .mx-wd-md-80p {
15463
    max-width: 80%;
18680
    max-width: 80%;
-
 
18681
  }
15464
  }
18682
 
15465
  .mn-wd-md-80p {
18683
  .mn-wd-md-80p {
15466
    min-width: 80%;
18684
    min-width: 80%;
-
 
18685
  }
15467
  }
18686
 
15468
  .wd-md-80-f {
18687
  .wd-md-80-f {
15469
    width: 80px !important;
18688
    width: 80px !important;
-
 
18689
  }
15470
  }
18690
 
15471
  .wd-md-80p-f {
18691
  .wd-md-80p-f {
15472
    width: 80% !important;
18692
    width: 80% !important;
-
 
18693
  }
15473
  }
18694
 
15474
  .mx-wd-md-80p-f {
18695
  .mx-wd-md-80p-f {
15475
    max-width: 80% !important;
18696
    max-width: 80% !important;
-
 
18697
  }
15476
  }
18698
 
15477
  .mn-wd-md-80p-f {
18699
  .mn-wd-md-80p-f {
15478
    min-width: 80% !important;
18700
    min-width: 80% !important;
-
 
18701
  }
15479
  }
18702
 
15480
  .wd-md-85 {
18703
  .wd-md-85 {
15481
    width: 85px;
18704
    width: 85px;
-
 
18705
  }
15482
  }
18706
 
15483
  .wd-md-85p {
18707
  .wd-md-85p {
15484
    width: 85%;
18708
    width: 85%;
-
 
18709
  }
15485
  }
18710
 
15486
  .mx-wd-md-85p {
18711
  .mx-wd-md-85p {
15487
    max-width: 85%;
18712
    max-width: 85%;
-
 
18713
  }
15488
  }
18714
 
15489
  .mn-wd-md-85p {
18715
  .mn-wd-md-85p {
15490
    min-width: 85%;
18716
    min-width: 85%;
-
 
18717
  }
15491
  }
18718
 
15492
  .wd-md-85-f {
18719
  .wd-md-85-f {
15493
    width: 85px !important;
18720
    width: 85px !important;
-
 
18721
  }
15494
  }
18722
 
15495
  .wd-md-85p-f {
18723
  .wd-md-85p-f {
15496
    width: 85% !important;
18724
    width: 85% !important;
-
 
18725
  }
15497
  }
18726
 
15498
  .mx-wd-md-85p-f {
18727
  .mx-wd-md-85p-f {
15499
    max-width: 85% !important;
18728
    max-width: 85% !important;
-
 
18729
  }
15500
  }
18730
 
15501
  .mn-wd-md-85p-f {
18731
  .mn-wd-md-85p-f {
15502
    min-width: 85% !important;
18732
    min-width: 85% !important;
-
 
18733
  }
15503
  }
18734
 
15504
  .wd-md-90 {
18735
  .wd-md-90 {
15505
    width: 90px;
18736
    width: 90px;
-
 
18737
  }
15506
  }
18738
 
15507
  .wd-md-90p {
18739
  .wd-md-90p {
15508
    width: 90%;
18740
    width: 90%;
-
 
18741
  }
15509
  }
18742
 
15510
  .mx-wd-md-90p {
18743
  .mx-wd-md-90p {
15511
    max-width: 90%;
18744
    max-width: 90%;
-
 
18745
  }
15512
  }
18746
 
15513
  .mn-wd-md-90p {
18747
  .mn-wd-md-90p {
15514
    min-width: 90%;
18748
    min-width: 90%;
-
 
18749
  }
15515
  }
18750
 
15516
  .wd-md-90-f {
18751
  .wd-md-90-f {
15517
    width: 90px !important;
18752
    width: 90px !important;
-
 
18753
  }
15518
  }
18754
 
15519
  .wd-md-90p-f {
18755
  .wd-md-90p-f {
15520
    width: 90% !important;
18756
    width: 90% !important;
-
 
18757
  }
15521
  }
18758
 
15522
  .mx-wd-md-90p-f {
18759
  .mx-wd-md-90p-f {
15523
    max-width: 90% !important;
18760
    max-width: 90% !important;
-
 
18761
  }
15524
  }
18762
 
15525
  .mn-wd-md-90p-f {
18763
  .mn-wd-md-90p-f {
15526
    min-width: 90% !important;
18764
    min-width: 90% !important;
-
 
18765
  }
15527
  }
18766
 
15528
  .wd-md-95 {
18767
  .wd-md-95 {
15529
    width: 95px;
18768
    width: 95px;
-
 
18769
  }
15530
  }
18770
 
15531
  .wd-md-95p {
18771
  .wd-md-95p {
15532
    width: 95%;
18772
    width: 95%;
-
 
18773
  }
15533
  }
18774
 
15534
  .mx-wd-md-95p {
18775
  .mx-wd-md-95p {
15535
    max-width: 95%;
18776
    max-width: 95%;
-
 
18777
  }
15536
  }
18778
 
15537
  .mn-wd-md-95p {
18779
  .mn-wd-md-95p {
15538
    min-width: 95%;
18780
    min-width: 95%;
-
 
18781
  }
15539
  }
18782
 
15540
  .wd-md-95-f {
18783
  .wd-md-95-f {
15541
    width: 95px !important;
18784
    width: 95px !important;
-
 
18785
  }
15542
  }
18786
 
15543
  .wd-md-95p-f {
18787
  .wd-md-95p-f {
15544
    width: 95% !important;
18788
    width: 95% !important;
-
 
18789
  }
15545
  }
18790
 
15546
  .mx-wd-md-95p-f {
18791
  .mx-wd-md-95p-f {
15547
    max-width: 95% !important;
18792
    max-width: 95% !important;
-
 
18793
  }
15548
  }
18794
 
15549
  .mn-wd-md-95p-f {
18795
  .mn-wd-md-95p-f {
15550
    min-width: 95% !important;
18796
    min-width: 95% !important;
-
 
18797
  }
15551
  }
18798
 
15552
  .wd-md-100 {
18799
  .wd-md-100 {
15553
    width: 100px;
18800
    width: 100px;
-
 
18801
  }
15554
  }
18802
 
15555
  .wd-md-100p {
18803
  .wd-md-100p {
15556
    width: 100%;
18804
    width: 100%;
-
 
18805
  }
15557
  }
18806
 
15558
  .mx-wd-md-100p {
18807
  .mx-wd-md-100p {
15559
    max-width: 100%;
18808
    max-width: 100%;
-
 
18809
  }
15560
  }
18810
 
15561
  .mn-wd-md-100p {
18811
  .mn-wd-md-100p {
15562
    min-width: 100%;
18812
    min-width: 100%;
-
 
18813
  }
15563
  }
18814
 
15564
  .wd-md-100-f {
18815
  .wd-md-100-f {
15565
    width: 100px !important;
18816
    width: 100px !important;
-
 
18817
  }
15566
  }
18818
 
15567
  .wd-md-100p-f {
18819
  .wd-md-100p-f {
15568
    width: 100% !important;
18820
    width: 100% !important;
-
 
18821
  }
15569
  }
18822
 
15570
  .mx-wd-md-100p-f {
18823
  .mx-wd-md-100p-f {
15571
    max-width: 100% !important;
18824
    max-width: 100% !important;
-
 
18825
  }
15572
  }
18826
 
15573
  .mn-wd-md-100p-f {
18827
  .mn-wd-md-100p-f {
15574
    min-width: 100% !important;
18828
    min-width: 100% !important;
-
 
18829
  }
15575
  }
18830
 
15576
  .wd-md-150 {
18831
  .wd-md-150 {
15577
    width: 150px;
18832
    width: 150px;
-
 
18833
  }
15578
  }
18834
 
15579
  .wd-md-150p {
18835
  .wd-md-150p {
15580
    width: 150%;
18836
    width: 150%;
-
 
18837
  }
15581
  }
18838
 
15582
  .mx-wd-md-150p {
18839
  .mx-wd-md-150p {
15583
    max-width: 150%;
18840
    max-width: 150%;
-
 
18841
  }
15584
  }
18842
 
15585
  .mn-wd-md-150p {
18843
  .mn-wd-md-150p {
15586
    min-width: 150%;
18844
    min-width: 150%;
-
 
18845
  }
15587
  }
18846
 
15588
  .wd-md-150-f {
18847
  .wd-md-150-f {
15589
    width: 150px !important;
18848
    width: 150px !important;
-
 
18849
  }
15590
  }
18850
 
15591
  .wd-md-150p-f {
18851
  .wd-md-150p-f {
15592
    width: 150% !important;
18852
    width: 150% !important;
-
 
18853
  }
15593
  }
18854
 
15594
  .mx-wd-md-150p-f {
18855
  .mx-wd-md-150p-f {
15595
    max-width: 150% !important;
18856
    max-width: 150% !important;
-
 
18857
  }
15596
  }
18858
 
15597
  .mn-wd-md-150p-f {
18859
  .mn-wd-md-150p-f {
15598
    min-width: 150% !important;
18860
    min-width: 150% !important;
-
 
18861
  }
15599
  }
18862
 
15600
  .wd-md-200 {
18863
  .wd-md-200 {
15601
    width: 200px;
18864
    width: 200px;
-
 
18865
  }
15602
  }
18866
 
15603
  .wd-md-200p {
18867
  .wd-md-200p {
15604
    width: 200%;
18868
    width: 200%;
-
 
18869
  }
15605
  }
18870
 
15606
  .mx-wd-md-200p {
18871
  .mx-wd-md-200p {
15607
    max-width: 200%;
18872
    max-width: 200%;
-
 
18873
  }
15608
  }
18874
 
15609
  .mn-wd-md-200p {
18875
  .mn-wd-md-200p {
15610
    min-width: 200%;
18876
    min-width: 200%;
-
 
18877
  }
15611
  }
18878
 
15612
  .wd-md-200-f {
18879
  .wd-md-200-f {
15613
    width: 200px !important;
18880
    width: 200px !important;
-
 
18881
  }
15614
  }
18882
 
15615
  .wd-md-200p-f {
18883
  .wd-md-200p-f {
15616
    width: 200% !important;
18884
    width: 200% !important;
-
 
18885
  }
15617
  }
18886
 
15618
  .mx-wd-md-200p-f {
18887
  .mx-wd-md-200p-f {
15619
    max-width: 200% !important;
18888
    max-width: 200% !important;
-
 
18889
  }
15620
  }
18890
 
15621
  .mn-wd-md-200p-f {
18891
  .mn-wd-md-200p-f {
15622
    min-width: 200% !important;
18892
    min-width: 200% !important;
-
 
18893
  }
15623
  }
18894
 
15624
  .wd-md-250 {
18895
  .wd-md-250 {
15625
    width: 250px;
18896
    width: 250px;
-
 
18897
  }
15626
  }
18898
 
15627
  .wd-md-250p {
18899
  .wd-md-250p {
15628
    width: 250%;
18900
    width: 250%;
-
 
18901
  }
15629
  }
18902
 
15630
  .mx-wd-md-250p {
18903
  .mx-wd-md-250p {
15631
    max-width: 250%;
18904
    max-width: 250%;
-
 
18905
  }
15632
  }
18906
 
15633
  .mn-wd-md-250p {
18907
  .mn-wd-md-250p {
15634
    min-width: 250%;
18908
    min-width: 250%;
-
 
18909
  }
15635
  }
18910
 
15636
  .wd-md-250-f {
18911
  .wd-md-250-f {
15637
    width: 250px !important;
18912
    width: 250px !important;
-
 
18913
  }
15638
  }
18914
 
15639
  .wd-md-250p-f {
18915
  .wd-md-250p-f {
15640
    width: 250% !important;
18916
    width: 250% !important;
-
 
18917
  }
15641
  }
18918
 
15642
  .mx-wd-md-250p-f {
18919
  .mx-wd-md-250p-f {
15643
    max-width: 250% !important;
18920
    max-width: 250% !important;
-
 
18921
  }
15644
  }
18922
 
15645
  .mn-wd-md-250p-f {
18923
  .mn-wd-md-250p-f {
15646
    min-width: 250% !important;
18924
    min-width: 250% !important;
-
 
18925
  }
15647
  }
18926
 
15648
  .wd-md-300 {
18927
  .wd-md-300 {
15649
    width: 300px;
18928
    width: 300px;
-
 
18929
  }
15650
  }
18930
 
15651
  .wd-md-300p {
18931
  .wd-md-300p {
15652
    width: 300%;
18932
    width: 300%;
-
 
18933
  }
15653
  }
18934
 
15654
  .mx-wd-md-300p {
18935
  .mx-wd-md-300p {
15655
    max-width: 300%;
18936
    max-width: 300%;
-
 
18937
  }
15656
  }
18938
 
15657
  .mn-wd-md-300p {
18939
  .mn-wd-md-300p {
15658
    min-width: 300%;
18940
    min-width: 300%;
-
 
18941
  }
15659
  }
18942
 
15660
  .wd-md-300-f {
18943
  .wd-md-300-f {
15661
    width: 300px !important;
18944
    width: 300px !important;
-
 
18945
  }
15662
  }
18946
 
15663
  .wd-md-300p-f {
18947
  .wd-md-300p-f {
15664
    width: 300% !important;
18948
    width: 300% !important;
-
 
18949
  }
15665
  }
18950
 
15666
  .mx-wd-md-300p-f {
18951
  .mx-wd-md-300p-f {
15667
    max-width: 300% !important;
18952
    max-width: 300% !important;
-
 
18953
  }
15668
  }
18954
 
15669
  .mn-wd-md-300p-f {
18955
  .mn-wd-md-300p-f {
15670
    min-width: 300% !important;
18956
    min-width: 300% !important;
-
 
18957
  }
15671
  }
18958
 
15672
  .wd-md-350 {
18959
  .wd-md-350 {
15673
    width: 350px;
18960
    width: 350px;
-
 
18961
  }
15674
  }
18962
 
15675
  .wd-md-350p {
18963
  .wd-md-350p {
15676
    width: 350%;
18964
    width: 350%;
-
 
18965
  }
15677
  }
18966
 
15678
  .mx-wd-md-350p {
18967
  .mx-wd-md-350p {
15679
    max-width: 350%;
18968
    max-width: 350%;
-
 
18969
  }
15680
  }
18970
 
15681
  .mn-wd-md-350p {
18971
  .mn-wd-md-350p {
15682
    min-width: 350%;
18972
    min-width: 350%;
-
 
18973
  }
15683
  }
18974
 
15684
  .wd-md-350-f {
18975
  .wd-md-350-f {
15685
    width: 350px !important;
18976
    width: 350px !important;
-
 
18977
  }
15686
  }
18978
 
15687
  .wd-md-350p-f {
18979
  .wd-md-350p-f {
15688
    width: 350% !important;
18980
    width: 350% !important;
-
 
18981
  }
15689
  }
18982
 
15690
  .mx-wd-md-350p-f {
18983
  .mx-wd-md-350p-f {
15691
    max-width: 350% !important;
18984
    max-width: 350% !important;
-
 
18985
  }
15692
  }
18986
 
15693
  .mn-wd-md-350p-f {
18987
  .mn-wd-md-350p-f {
15694
    min-width: 350% !important;
18988
    min-width: 350% !important;
-
 
18989
  }
15695
  }
18990
 
15696
  .wd-md-400 {
18991
  .wd-md-400 {
15697
    width: 400px;
18992
    width: 400px;
-
 
18993
  }
15698
  }
18994
 
15699
  .wd-md-400p {
18995
  .wd-md-400p {
15700
    width: 400%;
18996
    width: 400%;
-
 
18997
  }
15701
  }
18998
 
15702
  .mx-wd-md-400p {
18999
  .mx-wd-md-400p {
15703
    max-width: 400%;
19000
    max-width: 400%;
-
 
19001
  }
15704
  }
19002
 
15705
  .mn-wd-md-400p {
19003
  .mn-wd-md-400p {
15706
    min-width: 400%;
19004
    min-width: 400%;
-
 
19005
  }
15707
  }
19006
 
15708
  .wd-md-400-f {
19007
  .wd-md-400-f {
15709
    width: 400px !important;
19008
    width: 400px !important;
-
 
19009
  }
15710
  }
19010
 
15711
  .wd-md-400p-f {
19011
  .wd-md-400p-f {
15712
    width: 400% !important;
19012
    width: 400% !important;
-
 
19013
  }
15713
  }
19014
 
15714
  .mx-wd-md-400p-f {
19015
  .mx-wd-md-400p-f {
15715
    max-width: 400% !important;
19016
    max-width: 400% !important;
-
 
19017
  }
15716
  }
19018
 
15717
  .mn-wd-md-400p-f {
19019
  .mn-wd-md-400p-f {
15718
    min-width: 400% !important;
19020
    min-width: 400% !important;
-
 
19021
  }
15719
  }
19022
 
15720
  .wd-md-450 {
19023
  .wd-md-450 {
15721
    width: 450px;
19024
    width: 450px;
-
 
19025
  }
15722
  }
19026
 
15723
  .wd-md-450p {
19027
  .wd-md-450p {
15724
    width: 450%;
19028
    width: 450%;
-
 
19029
  }
15725
  }
19030
 
15726
  .mx-wd-md-450p {
19031
  .mx-wd-md-450p {
15727
    max-width: 450%;
19032
    max-width: 450%;
-
 
19033
  }
15728
  }
19034
 
15729
  .mn-wd-md-450p {
19035
  .mn-wd-md-450p {
15730
    min-width: 450%;
19036
    min-width: 450%;
-
 
19037
  }
15731
  }
19038
 
15732
  .wd-md-450-f {
19039
  .wd-md-450-f {
15733
    width: 450px !important;
19040
    width: 450px !important;
-
 
19041
  }
15734
  }
19042
 
15735
  .wd-md-450p-f {
19043
  .wd-md-450p-f {
15736
    width: 450% !important;
19044
    width: 450% !important;
-
 
19045
  }
15737
  }
19046
 
15738
  .mx-wd-md-450p-f {
19047
  .mx-wd-md-450p-f {
15739
    max-width: 450% !important;
19048
    max-width: 450% !important;
-
 
19049
  }
15740
  }
19050
 
15741
  .mn-wd-md-450p-f {
19051
  .mn-wd-md-450p-f {
15742
    min-width: 450% !important;
19052
    min-width: 450% !important;
-
 
19053
  }
15743
  }
19054
 
15744
  .wd-md-500 {
19055
  .wd-md-500 {
15745
    width: 500px;
19056
    width: 500px;
-
 
19057
  }
15746
  }
19058
 
15747
  .wd-md-500p {
19059
  .wd-md-500p {
15748
    width: 500%;
19060
    width: 500%;
-
 
19061
  }
15749
  }
19062
 
15750
  .mx-wd-md-500p {
19063
  .mx-wd-md-500p {
15751
    max-width: 500%;
19064
    max-width: 500%;
-
 
19065
  }
15752
  }
19066
 
15753
  .mn-wd-md-500p {
19067
  .mn-wd-md-500p {
15754
    min-width: 500%;
19068
    min-width: 500%;
-
 
19069
  }
15755
  }
19070
 
15756
  .wd-md-500-f {
19071
  .wd-md-500-f {
15757
    width: 500px !important;
19072
    width: 500px !important;
-
 
19073
  }
15758
  }
19074
 
15759
  .wd-md-500p-f {
19075
  .wd-md-500p-f {
15760
    width: 500% !important;
19076
    width: 500% !important;
-
 
19077
  }
15761
  }
19078
 
15762
  .mx-wd-md-500p-f {
19079
  .mx-wd-md-500p-f {
15763
    max-width: 500% !important;
19080
    max-width: 500% !important;
-
 
19081
  }
15764
  }
19082
 
15765
  .mn-wd-md-500p-f {
19083
  .mn-wd-md-500p-f {
15766
    min-width: 500% !important;
19084
    min-width: 500% !important;
-
 
19085
  }
15767
  }
19086
 
15768
  .wd-md-550 {
19087
  .wd-md-550 {
15769
    width: 550px;
19088
    width: 550px;
-
 
19089
  }
15770
  }
19090
 
15771
  .wd-md-550p {
19091
  .wd-md-550p {
15772
    width: 550%;
19092
    width: 550%;
-
 
19093
  }
15773
  }
19094
 
15774
  .mx-wd-md-550p {
19095
  .mx-wd-md-550p {
15775
    max-width: 550%;
19096
    max-width: 550%;
-
 
19097
  }
15776
  }
19098
 
15777
  .mn-wd-md-550p {
19099
  .mn-wd-md-550p {
15778
    min-width: 550%;
19100
    min-width: 550%;
-
 
19101
  }
15779
  }
19102
 
15780
  .wd-md-550-f {
19103
  .wd-md-550-f {
15781
    width: 550px !important;
19104
    width: 550px !important;
-
 
19105
  }
15782
  }
19106
 
15783
  .wd-md-550p-f {
19107
  .wd-md-550p-f {
15784
    width: 550% !important;
19108
    width: 550% !important;
-
 
19109
  }
15785
  }
19110
 
15786
  .mx-wd-md-550p-f {
19111
  .mx-wd-md-550p-f {
15787
    max-width: 550% !important;
19112
    max-width: 550% !important;
-
 
19113
  }
15788
  }
19114
 
15789
  .mn-wd-md-550p-f {
19115
  .mn-wd-md-550p-f {
15790
    min-width: 550% !important;
19116
    min-width: 550% !important;
-
 
19117
  }
15791
  }
19118
 
15792
  .wd-md-600 {
19119
  .wd-md-600 {
15793
    width: 600px;
19120
    width: 600px;
-
 
19121
  }
15794
  }
19122
 
15795
  .wd-md-600p {
19123
  .wd-md-600p {
15796
    width: 600%;
19124
    width: 600%;
-
 
19125
  }
15797
  }
19126
 
15798
  .mx-wd-md-600p {
19127
  .mx-wd-md-600p {
15799
    max-width: 600%;
19128
    max-width: 600%;
-
 
19129
  }
15800
  }
19130
 
15801
  .mn-wd-md-600p {
19131
  .mn-wd-md-600p {
15802
    min-width: 600%;
19132
    min-width: 600%;
-
 
19133
  }
15803
  }
19134
 
15804
  .wd-md-600-f {
19135
  .wd-md-600-f {
15805
    width: 600px !important;
19136
    width: 600px !important;
-
 
19137
  }
15806
  }
19138
 
15807
  .wd-md-600p-f {
19139
  .wd-md-600p-f {
15808
    width: 600% !important;
19140
    width: 600% !important;
-
 
19141
  }
15809
  }
19142
 
15810
  .mx-wd-md-600p-f {
19143
  .mx-wd-md-600p-f {
15811
    max-width: 600% !important;
19144
    max-width: 600% !important;
-
 
19145
  }
15812
  }
19146
 
15813
  .mn-wd-md-600p-f {
19147
  .mn-wd-md-600p-f {
15814
    min-width: 600% !important;
19148
    min-width: 600% !important;
-
 
19149
  }
15815
  }
19150
 
15816
  .wd-md-650 {
19151
  .wd-md-650 {
15817
    width: 650px;
19152
    width: 650px;
-
 
19153
  }
15818
  }
19154
 
15819
  .wd-md-650p {
19155
  .wd-md-650p {
15820
    width: 650%;
19156
    width: 650%;
-
 
19157
  }
15821
  }
19158
 
15822
  .mx-wd-md-650p {
19159
  .mx-wd-md-650p {
15823
    max-width: 650%;
19160
    max-width: 650%;
-
 
19161
  }
15824
  }
19162
 
15825
  .mn-wd-md-650p {
19163
  .mn-wd-md-650p {
15826
    min-width: 650%;
19164
    min-width: 650%;
-
 
19165
  }
15827
  }
19166
 
15828
  .wd-md-650-f {
19167
  .wd-md-650-f {
15829
    width: 650px !important;
19168
    width: 650px !important;
-
 
19169
  }
15830
  }
19170
 
15831
  .wd-md-650p-f {
19171
  .wd-md-650p-f {
15832
    width: 650% !important;
19172
    width: 650% !important;
-
 
19173
  }
15833
  }
19174
 
15834
  .mx-wd-md-650p-f {
19175
  .mx-wd-md-650p-f {
15835
    max-width: 650% !important;
19176
    max-width: 650% !important;
-
 
19177
  }
15836
  }
19178
 
15837
  .mn-wd-md-650p-f {
19179
  .mn-wd-md-650p-f {
15838
    min-width: 650% !important;
19180
    min-width: 650% !important;
-
 
19181
  }
15839
  }
19182
 
15840
  .wd-md-700 {
19183
  .wd-md-700 {
15841
    width: 700px;
19184
    width: 700px;
-
 
19185
  }
15842
  }
19186
 
15843
  .wd-md-700p {
19187
  .wd-md-700p {
15844
    width: 700%;
19188
    width: 700%;
-
 
19189
  }
15845
  }
19190
 
15846
  .mx-wd-md-700p {
19191
  .mx-wd-md-700p {
15847
    max-width: 700%;
19192
    max-width: 700%;
-
 
19193
  }
15848
  }
19194
 
15849
  .mn-wd-md-700p {
19195
  .mn-wd-md-700p {
15850
    min-width: 700%;
19196
    min-width: 700%;
-
 
19197
  }
15851
  }
19198
 
15852
  .wd-md-700-f {
19199
  .wd-md-700-f {
15853
    width: 700px !important;
19200
    width: 700px !important;
-
 
19201
  }
15854
  }
19202
 
15855
  .wd-md-700p-f {
19203
  .wd-md-700p-f {
15856
    width: 700% !important;
19204
    width: 700% !important;
-
 
19205
  }
15857
  }
19206
 
15858
  .mx-wd-md-700p-f {
19207
  .mx-wd-md-700p-f {
15859
    max-width: 700% !important;
19208
    max-width: 700% !important;
-
 
19209
  }
15860
  }
19210
 
15861
  .mn-wd-md-700p-f {
19211
  .mn-wd-md-700p-f {
15862
    min-width: 700% !important;
19212
    min-width: 700% !important;
-
 
19213
  }
15863
  }
19214
 
15864
  .wd-md-750 {
19215
  .wd-md-750 {
15865
    width: 750px;
19216
    width: 750px;
-
 
19217
  }
15866
  }
19218
 
15867
  .wd-md-750p {
19219
  .wd-md-750p {
15868
    width: 750%;
19220
    width: 750%;
-
 
19221
  }
15869
  }
19222
 
15870
  .mx-wd-md-750p {
19223
  .mx-wd-md-750p {
15871
    max-width: 750%;
19224
    max-width: 750%;
-
 
19225
  }
15872
  }
19226
 
15873
  .mn-wd-md-750p {
19227
  .mn-wd-md-750p {
15874
    min-width: 750%;
19228
    min-width: 750%;
-
 
19229
  }
15875
  }
19230
 
15876
  .wd-md-750-f {
19231
  .wd-md-750-f {
15877
    width: 750px !important;
19232
    width: 750px !important;
-
 
19233
  }
15878
  }
19234
 
15879
  .wd-md-750p-f {
19235
  .wd-md-750p-f {
15880
    width: 750% !important;
19236
    width: 750% !important;
-
 
19237
  }
15881
  }
19238
 
15882
  .mx-wd-md-750p-f {
19239
  .mx-wd-md-750p-f {
15883
    max-width: 750% !important;
19240
    max-width: 750% !important;
-
 
19241
  }
15884
  }
19242
 
15885
  .mn-wd-md-750p-f {
19243
  .mn-wd-md-750p-f {
15886
    min-width: 750% !important;
19244
    min-width: 750% !important;
-
 
19245
  }
15887
  }
19246
 
15888
  .wd-md-800 {
19247
  .wd-md-800 {
15889
    width: 800px;
19248
    width: 800px;
-
 
19249
  }
15890
  }
19250
 
15891
  .wd-md-800p {
19251
  .wd-md-800p {
15892
    width: 800%;
19252
    width: 800%;
-
 
19253
  }
15893
  }
19254
 
15894
  .mx-wd-md-800p {
19255
  .mx-wd-md-800p {
15895
    max-width: 800%;
19256
    max-width: 800%;
-
 
19257
  }
15896
  }
19258
 
15897
  .mn-wd-md-800p {
19259
  .mn-wd-md-800p {
15898
    min-width: 800%;
19260
    min-width: 800%;
-
 
19261
  }
15899
  }
19262
 
15900
  .wd-md-800-f {
19263
  .wd-md-800-f {
15901
    width: 800px !important;
19264
    width: 800px !important;
-
 
19265
  }
15902
  }
19266
 
15903
  .wd-md-800p-f {
19267
  .wd-md-800p-f {
15904
    width: 800% !important;
19268
    width: 800% !important;
-
 
19269
  }
15905
  }
19270
 
15906
  .mx-wd-md-800p-f {
19271
  .mx-wd-md-800p-f {
15907
    max-width: 800% !important;
19272
    max-width: 800% !important;
-
 
19273
  }
15908
  }
19274
 
15909
  .mn-wd-md-800p-f {
19275
  .mn-wd-md-800p-f {
15910
    min-width: 800% !important;
19276
    min-width: 800% !important;
-
 
19277
  }
15911
  }
19278
 
15912
  .wd-md-850 {
19279
  .wd-md-850 {
15913
    width: 850px;
19280
    width: 850px;
-
 
19281
  }
15914
  }
19282
 
15915
  .wd-md-850p {
19283
  .wd-md-850p {
15916
    width: 850%;
19284
    width: 850%;
-
 
19285
  }
15917
  }
19286
 
15918
  .mx-wd-md-850p {
19287
  .mx-wd-md-850p {
15919
    max-width: 850%;
19288
    max-width: 850%;
-
 
19289
  }
15920
  }
19290
 
15921
  .mn-wd-md-850p {
19291
  .mn-wd-md-850p {
15922
    min-width: 850%;
19292
    min-width: 850%;
-
 
19293
  }
15923
  }
19294
 
15924
  .wd-md-850-f {
19295
  .wd-md-850-f {
15925
    width: 850px !important;
19296
    width: 850px !important;
-
 
19297
  }
15926
  }
19298
 
15927
  .wd-md-850p-f {
19299
  .wd-md-850p-f {
15928
    width: 850% !important;
19300
    width: 850% !important;
-
 
19301
  }
15929
  }
19302
 
15930
  .mx-wd-md-850p-f {
19303
  .mx-wd-md-850p-f {
15931
    max-width: 850% !important;
19304
    max-width: 850% !important;
-
 
19305
  }
15932
  }
19306
 
15933
  .mn-wd-md-850p-f {
19307
  .mn-wd-md-850p-f {
15934
    min-width: 850% !important;
19308
    min-width: 850% !important;
-
 
19309
  }
15935
  }
19310
 
15936
  .wd-md-900 {
19311
  .wd-md-900 {
15937
    width: 900px;
19312
    width: 900px;
-
 
19313
  }
15938
  }
19314
 
15939
  .wd-md-900p {
19315
  .wd-md-900p {
15940
    width: 900%;
19316
    width: 900%;
-
 
19317
  }
15941
  }
19318
 
15942
  .mx-wd-md-900p {
19319
  .mx-wd-md-900p {
15943
    max-width: 900%;
19320
    max-width: 900%;
-
 
19321
  }
15944
  }
19322
 
15945
  .mn-wd-md-900p {
19323
  .mn-wd-md-900p {
15946
    min-width: 900%;
19324
    min-width: 900%;
-
 
19325
  }
15947
  }
19326
 
15948
  .wd-md-900-f {
19327
  .wd-md-900-f {
15949
    width: 900px !important;
19328
    width: 900px !important;
-
 
19329
  }
15950
  }
19330
 
15951
  .wd-md-900p-f {
19331
  .wd-md-900p-f {
15952
    width: 900% !important;
19332
    width: 900% !important;
-
 
19333
  }
15953
  }
19334
 
15954
  .mx-wd-md-900p-f {
19335
  .mx-wd-md-900p-f {
15955
    max-width: 900% !important;
19336
    max-width: 900% !important;
-
 
19337
  }
15956
  }
19338
 
15957
  .mn-wd-md-900p-f {
19339
  .mn-wd-md-900p-f {
15958
    min-width: 900% !important;
19340
    min-width: 900% !important;
-
 
19341
  }
15959
  }
19342
 
15960
  .wd-md-950 {
19343
  .wd-md-950 {
15961
    width: 950px;
19344
    width: 950px;
-
 
19345
  }
15962
  }
19346
 
15963
  .wd-md-950p {
19347
  .wd-md-950p {
15964
    width: 950%;
19348
    width: 950%;
-
 
19349
  }
15965
  }
19350
 
15966
  .mx-wd-md-950p {
19351
  .mx-wd-md-950p {
15967
    max-width: 950%;
19352
    max-width: 950%;
-
 
19353
  }
15968
  }
19354
 
15969
  .mn-wd-md-950p {
19355
  .mn-wd-md-950p {
15970
    min-width: 950%;
19356
    min-width: 950%;
-
 
19357
  }
15971
  }
19358
 
15972
  .wd-md-950-f {
19359
  .wd-md-950-f {
15973
    width: 950px !important;
19360
    width: 950px !important;
-
 
19361
  }
15974
  }
19362
 
15975
  .wd-md-950p-f {
19363
  .wd-md-950p-f {
15976
    width: 950% !important;
19364
    width: 950% !important;
-
 
19365
  }
15977
  }
19366
 
15978
  .mx-wd-md-950p-f {
19367
  .mx-wd-md-950p-f {
15979
    max-width: 950% !important;
19368
    max-width: 950% !important;
-
 
19369
  }
15980
  }
19370
 
15981
  .mn-wd-md-950p-f {
19371
  .mn-wd-md-950p-f {
15982
    min-width: 950% !important;
19372
    min-width: 950% !important;
-
 
19373
  }
15983
  }
19374
 
15984
  .wd-md-1000 {
19375
  .wd-md-1000 {
15985
    width: 1000px;
19376
    width: 1000px;
-
 
19377
  }
15986
  }
19378
 
15987
  .wd-md-1000p {
19379
  .wd-md-1000p {
15988
    width: 1000%;
19380
    width: 1000%;
-
 
19381
  }
15989
  }
19382
 
15990
  .mx-wd-md-1000p {
19383
  .mx-wd-md-1000p {
15991
    max-width: 1000%;
19384
    max-width: 1000%;
-
 
19385
  }
15992
  }
19386
 
15993
  .mn-wd-md-1000p {
19387
  .mn-wd-md-1000p {
15994
    min-width: 1000%;
19388
    min-width: 1000%;
-
 
19389
  }
15995
  }
19390
 
15996
  .wd-md-1000-f {
19391
  .wd-md-1000-f {
15997
    width: 1000px !important;
19392
    width: 1000px !important;
-
 
19393
  }
15998
  }
19394
 
15999
  .wd-md-1000p-f {
19395
  .wd-md-1000p-f {
16000
    width: 1000% !important;
19396
    width: 1000% !important;
-
 
19397
  }
16001
  }
19398
 
16002
  .mx-wd-md-1000p-f {
19399
  .mx-wd-md-1000p-f {
16003
    max-width: 1000% !important;
19400
    max-width: 1000% !important;
-
 
19401
  }
16004
  }
19402
 
16005
  .mn-wd-md-1000p-f {
19403
  .mn-wd-md-1000p-f {
16006
    min-width: 1000% !important;
19404
    min-width: 1000% !important;
-
 
19405
  }
16007
  }
19406
 
16008
  .wd-md-auto {
19407
  .wd-md-auto {
16009
    width: auto;
19408
    width: auto;
-
 
19409
  }
16010
  }
19410
 
16011
  .wd-md-auto-f {
19411
  .wd-md-auto-f {
16012
    width: auto !important;
19412
    width: auto !important;
-
 
19413
  }
16013
  }
19414
 
16014
  .wd-md-120 {
19415
  .wd-md-120 {
16015
    width: 120px;
19416
    width: 120px;
16016
  }
19417
  }
-
 
19418
}
16017
}
19419
 
16018
@media (min-width: 992px) {
19420
@media (min-width: 992px) {
16019
  .wd-lg-5 {
19421
  .wd-lg-5 {
16020
    width: 5px;
19422
    width: 5px;
-
 
19423
  }
16021
  }
19424
 
16022
  .wd-lg-5p {
19425
  .wd-lg-5p {
16023
    width: 5%;
19426
    width: 5%;
-
 
19427
  }
16024
  }
19428
 
16025
  .mx-wd-lg-5p {
19429
  .mx-wd-lg-5p {
16026
    max-width: 5%;
19430
    max-width: 5%;
-
 
19431
  }
16027
  }
19432
 
16028
  .mn-wd-lg-5p {
19433
  .mn-wd-lg-5p {
16029
    min-width: 5%;
19434
    min-width: 5%;
-
 
19435
  }
16030
  }
19436
 
16031
  .wd-lg-5-f {
19437
  .wd-lg-5-f {
16032
    width: 5px !important;
19438
    width: 5px !important;
-
 
19439
  }
16033
  }
19440
 
16034
  .wd-lg-5p-f {
19441
  .wd-lg-5p-f {
16035
    width: 5% !important;
19442
    width: 5% !important;
-
 
19443
  }
16036
  }
19444
 
16037
  .mx-wd-lg-5p-f {
19445
  .mx-wd-lg-5p-f {
16038
    max-width: 5% !important;
19446
    max-width: 5% !important;
-
 
19447
  }
16039
  }
19448
 
16040
  .mn-wd-lg-5p-f {
19449
  .mn-wd-lg-5p-f {
16041
    min-width: 5% !important;
19450
    min-width: 5% !important;
-
 
19451
  }
16042
  }
19452
 
16043
  .wd-lg-10 {
19453
  .wd-lg-10 {
16044
    width: 10px;
19454
    width: 10px;
-
 
19455
  }
16045
  }
19456
 
16046
  .wd-lg-10p {
19457
  .wd-lg-10p {
16047
    width: 10%;
19458
    width: 10%;
-
 
19459
  }
16048
  }
19460
 
16049
  .mx-wd-lg-10p {
19461
  .mx-wd-lg-10p {
16050
    max-width: 10%;
19462
    max-width: 10%;
-
 
19463
  }
16051
  }
19464
 
16052
  .mn-wd-lg-10p {
19465
  .mn-wd-lg-10p {
16053
    min-width: 10%;
19466
    min-width: 10%;
-
 
19467
  }
16054
  }
19468
 
16055
  .wd-lg-10-f {
19469
  .wd-lg-10-f {
16056
    width: 10px !important;
19470
    width: 10px !important;
-
 
19471
  }
16057
  }
19472
 
16058
  .wd-lg-10p-f {
19473
  .wd-lg-10p-f {
16059
    width: 10% !important;
19474
    width: 10% !important;
-
 
19475
  }
16060
  }
19476
 
16061
  .mx-wd-lg-10p-f {
19477
  .mx-wd-lg-10p-f {
16062
    max-width: 10% !important;
19478
    max-width: 10% !important;
-
 
19479
  }
16063
  }
19480
 
16064
  .mn-wd-lg-10p-f {
19481
  .mn-wd-lg-10p-f {
16065
    min-width: 10% !important;
19482
    min-width: 10% !important;
-
 
19483
  }
16066
  }
19484
 
16067
  .wd-lg-15 {
19485
  .wd-lg-15 {
16068
    width: 15px;
19486
    width: 15px;
-
 
19487
  }
16069
  }
19488
 
16070
  .wd-lg-15p {
19489
  .wd-lg-15p {
16071
    width: 15%;
19490
    width: 15%;
-
 
19491
  }
16072
  }
19492
 
16073
  .mx-wd-lg-15p {
19493
  .mx-wd-lg-15p {
16074
    max-width: 15%;
19494
    max-width: 15%;
-
 
19495
  }
16075
  }
19496
 
16076
  .mn-wd-lg-15p {
19497
  .mn-wd-lg-15p {
16077
    min-width: 15%;
19498
    min-width: 15%;
-
 
19499
  }
16078
  }
19500
 
16079
  .wd-lg-15-f {
19501
  .wd-lg-15-f {
16080
    width: 15px !important;
19502
    width: 15px !important;
-
 
19503
  }
16081
  }
19504
 
16082
  .wd-lg-15p-f {
19505
  .wd-lg-15p-f {
16083
    width: 15% !important;
19506
    width: 15% !important;
-
 
19507
  }
16084
  }
19508
 
16085
  .mx-wd-lg-15p-f {
19509
  .mx-wd-lg-15p-f {
16086
    max-width: 15% !important;
19510
    max-width: 15% !important;
-
 
19511
  }
16087
  }
19512
 
16088
  .mn-wd-lg-15p-f {
19513
  .mn-wd-lg-15p-f {
16089
    min-width: 15% !important;
19514
    min-width: 15% !important;
-
 
19515
  }
16090
  }
19516
 
16091
  .wd-lg-20 {
19517
  .wd-lg-20 {
16092
    width: 20px;
19518
    width: 20px;
-
 
19519
  }
16093
  }
19520
 
16094
  .wd-lg-20p {
19521
  .wd-lg-20p {
16095
    width: 20%;
19522
    width: 20%;
-
 
19523
  }
16096
  }
19524
 
16097
  .mx-wd-lg-20p {
19525
  .mx-wd-lg-20p {
16098
    max-width: 20%;
19526
    max-width: 20%;
-
 
19527
  }
16099
  }
19528
 
16100
  .mn-wd-lg-20p {
19529
  .mn-wd-lg-20p {
16101
    min-width: 20%;
19530
    min-width: 20%;
-
 
19531
  }
16102
  }
19532
 
16103
  .wd-lg-20-f {
19533
  .wd-lg-20-f {
16104
    width: 20px !important;
19534
    width: 20px !important;
-
 
19535
  }
16105
  }
19536
 
16106
  .wd-lg-20p-f {
19537
  .wd-lg-20p-f {
16107
    width: 20% !important;
19538
    width: 20% !important;
-
 
19539
  }
16108
  }
19540
 
16109
  .mx-wd-lg-20p-f {
19541
  .mx-wd-lg-20p-f {
16110
    max-width: 20% !important;
19542
    max-width: 20% !important;
-
 
19543
  }
16111
  }
19544
 
16112
  .mn-wd-lg-20p-f {
19545
  .mn-wd-lg-20p-f {
16113
    min-width: 20% !important;
19546
    min-width: 20% !important;
-
 
19547
  }
16114
  }
19548
 
16115
  .wd-lg-25 {
19549
  .wd-lg-25 {
16116
    width: 25px;
19550
    width: 25px;
-
 
19551
  }
16117
  }
19552
 
16118
  .wd-lg-25p {
19553
  .wd-lg-25p {
16119
    width: 25%;
19554
    width: 25%;
-
 
19555
  }
16120
  }
19556
 
16121
  .mx-wd-lg-25p {
19557
  .mx-wd-lg-25p {
16122
    max-width: 25%;
19558
    max-width: 25%;
-
 
19559
  }
16123
  }
19560
 
16124
  .mn-wd-lg-25p {
19561
  .mn-wd-lg-25p {
16125
    min-width: 25%;
19562
    min-width: 25%;
-
 
19563
  }
16126
  }
19564
 
16127
  .wd-lg-25-f {
19565
  .wd-lg-25-f {
16128
    width: 25px !important;
19566
    width: 25px !important;
-
 
19567
  }
16129
  }
19568
 
16130
  .wd-lg-25p-f {
19569
  .wd-lg-25p-f {
16131
    width: 25% !important;
19570
    width: 25% !important;
-
 
19571
  }
16132
  }
19572
 
16133
  .mx-wd-lg-25p-f {
19573
  .mx-wd-lg-25p-f {
16134
    max-width: 25% !important;
19574
    max-width: 25% !important;
-
 
19575
  }
16135
  }
19576
 
16136
  .mn-wd-lg-25p-f {
19577
  .mn-wd-lg-25p-f {
16137
    min-width: 25% !important;
19578
    min-width: 25% !important;
-
 
19579
  }
16138
  }
19580
 
16139
  .wd-lg-30 {
19581
  .wd-lg-30 {
16140
    width: 30px;
19582
    width: 30px;
-
 
19583
  }
16141
  }
19584
 
16142
  .wd-lg-30p {
19585
  .wd-lg-30p {
16143
    width: 30%;
19586
    width: 30%;
-
 
19587
  }
16144
  }
19588
 
16145
  .mx-wd-lg-30p {
19589
  .mx-wd-lg-30p {
16146
    max-width: 30%;
19590
    max-width: 30%;
-
 
19591
  }
16147
  }
19592
 
16148
  .mn-wd-lg-30p {
19593
  .mn-wd-lg-30p {
16149
    min-width: 30%;
19594
    min-width: 30%;
-
 
19595
  }
16150
  }
19596
 
16151
  .wd-lg-30-f {
19597
  .wd-lg-30-f {
16152
    width: 30px !important;
19598
    width: 30px !important;
-
 
19599
  }
16153
  }
19600
 
16154
  .wd-lg-30p-f {
19601
  .wd-lg-30p-f {
16155
    width: 30% !important;
19602
    width: 30% !important;
-
 
19603
  }
16156
  }
19604
 
16157
  .mx-wd-lg-30p-f {
19605
  .mx-wd-lg-30p-f {
16158
    max-width: 30% !important;
19606
    max-width: 30% !important;
-
 
19607
  }
16159
  }
19608
 
16160
  .mn-wd-lg-30p-f {
19609
  .mn-wd-lg-30p-f {
16161
    min-width: 30% !important;
19610
    min-width: 30% !important;
-
 
19611
  }
16162
  }
19612
 
16163
  .wd-lg-35 {
19613
  .wd-lg-35 {
16164
    width: 35px;
19614
    width: 35px;
-
 
19615
  }
16165
  }
19616
 
16166
  .wd-lg-35p {
19617
  .wd-lg-35p {
16167
    width: 35%;
19618
    width: 35%;
-
 
19619
  }
16168
  }
19620
 
16169
  .mx-wd-lg-35p {
19621
  .mx-wd-lg-35p {
16170
    max-width: 35%;
19622
    max-width: 35%;
-
 
19623
  }
16171
  }
19624
 
16172
  .mn-wd-lg-35p {
19625
  .mn-wd-lg-35p {
16173
    min-width: 35%;
19626
    min-width: 35%;
-
 
19627
  }
16174
  }
19628
 
16175
  .wd-lg-35-f {
19629
  .wd-lg-35-f {
16176
    width: 35px !important;
19630
    width: 35px !important;
-
 
19631
  }
16177
  }
19632
 
16178
  .wd-lg-35p-f {
19633
  .wd-lg-35p-f {
16179
    width: 35% !important;
19634
    width: 35% !important;
-
 
19635
  }
16180
  }
19636
 
16181
  .mx-wd-lg-35p-f {
19637
  .mx-wd-lg-35p-f {
16182
    max-width: 35% !important;
19638
    max-width: 35% !important;
-
 
19639
  }
16183
  }
19640
 
16184
  .mn-wd-lg-35p-f {
19641
  .mn-wd-lg-35p-f {
16185
    min-width: 35% !important;
19642
    min-width: 35% !important;
-
 
19643
  }
16186
  }
19644
 
16187
  .wd-lg-40 {
19645
  .wd-lg-40 {
16188
    width: 40px;
19646
    width: 40px;
-
 
19647
  }
16189
  }
19648
 
16190
  .wd-lg-40p {
19649
  .wd-lg-40p {
16191
    width: 40%;
19650
    width: 40%;
-
 
19651
  }
16192
  }
19652
 
16193
  .mx-wd-lg-40p {
19653
  .mx-wd-lg-40p {
16194
    max-width: 40%;
19654
    max-width: 40%;
-
 
19655
  }
16195
  }
19656
 
16196
  .mn-wd-lg-40p {
19657
  .mn-wd-lg-40p {
16197
    min-width: 40%;
19658
    min-width: 40%;
-
 
19659
  }
16198
  }
19660
 
16199
  .wd-lg-40-f {
19661
  .wd-lg-40-f {
16200
    width: 40px !important;
19662
    width: 40px !important;
-
 
19663
  }
16201
  }
19664
 
16202
  .wd-lg-40p-f {
19665
  .wd-lg-40p-f {
16203
    width: 40% !important;
19666
    width: 40% !important;
-
 
19667
  }
16204
  }
19668
 
16205
  .mx-wd-lg-40p-f {
19669
  .mx-wd-lg-40p-f {
16206
    max-width: 40% !important;
19670
    max-width: 40% !important;
-
 
19671
  }
16207
  }
19672
 
16208
  .mn-wd-lg-40p-f {
19673
  .mn-wd-lg-40p-f {
16209
    min-width: 40% !important;
19674
    min-width: 40% !important;
-
 
19675
  }
16210
  }
19676
 
16211
  .wd-lg-45 {
19677
  .wd-lg-45 {
16212
    width: 45px;
19678
    width: 45px;
-
 
19679
  }
16213
  }
19680
 
16214
  .wd-lg-45p {
19681
  .wd-lg-45p {
16215
    width: 45%;
19682
    width: 45%;
-
 
19683
  }
16216
  }
19684
 
16217
  .mx-wd-lg-45p {
19685
  .mx-wd-lg-45p {
16218
    max-width: 45%;
19686
    max-width: 45%;
-
 
19687
  }
16219
  }
19688
 
16220
  .mn-wd-lg-45p {
19689
  .mn-wd-lg-45p {
16221
    min-width: 45%;
19690
    min-width: 45%;
-
 
19691
  }
16222
  }
19692
 
16223
  .wd-lg-45-f {
19693
  .wd-lg-45-f {
16224
    width: 45px !important;
19694
    width: 45px !important;
-
 
19695
  }
16225
  }
19696
 
16226
  .wd-lg-45p-f {
19697
  .wd-lg-45p-f {
16227
    width: 45% !important;
19698
    width: 45% !important;
-
 
19699
  }
16228
  }
19700
 
16229
  .mx-wd-lg-45p-f {
19701
  .mx-wd-lg-45p-f {
16230
    max-width: 45% !important;
19702
    max-width: 45% !important;
-
 
19703
  }
16231
  }
19704
 
16232
  .mn-wd-lg-45p-f {
19705
  .mn-wd-lg-45p-f {
16233
    min-width: 45% !important;
19706
    min-width: 45% !important;
-
 
19707
  }
16234
  }
19708
 
16235
  .wd-lg-50 {
19709
  .wd-lg-50 {
16236
    width: 50px;
19710
    width: 50px;
-
 
19711
  }
16237
  }
19712
 
16238
  .wd-lg-50p {
19713
  .wd-lg-50p {
16239
    width: 50%;
19714
    width: 50%;
-
 
19715
  }
16240
  }
19716
 
16241
  .mx-wd-lg-50p {
19717
  .mx-wd-lg-50p {
16242
    max-width: 50%;
19718
    max-width: 50%;
-
 
19719
  }
16243
  }
19720
 
16244
  .mn-wd-lg-50p {
19721
  .mn-wd-lg-50p {
16245
    min-width: 50%;
19722
    min-width: 50%;
-
 
19723
  }
16246
  }
19724
 
16247
  .wd-lg-50-f {
19725
  .wd-lg-50-f {
16248
    width: 50px !important;
19726
    width: 50px !important;
-
 
19727
  }
16249
  }
19728
 
16250
  .wd-lg-50p-f {
19729
  .wd-lg-50p-f {
16251
    width: 50% !important;
19730
    width: 50% !important;
-
 
19731
  }
16252
  }
19732
 
16253
  .mx-wd-lg-50p-f {
19733
  .mx-wd-lg-50p-f {
16254
    max-width: 50% !important;
19734
    max-width: 50% !important;
-
 
19735
  }
16255
  }
19736
 
16256
  .mn-wd-lg-50p-f {
19737
  .mn-wd-lg-50p-f {
16257
    min-width: 50% !important;
19738
    min-width: 50% !important;
-
 
19739
  }
16258
  }
19740
 
16259
  .wd-lg-55 {
19741
  .wd-lg-55 {
16260
    width: 55px;
19742
    width: 55px;
-
 
19743
  }
16261
  }
19744
 
16262
  .wd-lg-55p {
19745
  .wd-lg-55p {
16263
    width: 55%;
19746
    width: 55%;
-
 
19747
  }
16264
  }
19748
 
16265
  .mx-wd-lg-55p {
19749
  .mx-wd-lg-55p {
16266
    max-width: 55%;
19750
    max-width: 55%;
-
 
19751
  }
16267
  }
19752
 
16268
  .mn-wd-lg-55p {
19753
  .mn-wd-lg-55p {
16269
    min-width: 55%;
19754
    min-width: 55%;
-
 
19755
  }
16270
  }
19756
 
16271
  .wd-lg-55-f {
19757
  .wd-lg-55-f {
16272
    width: 55px !important;
19758
    width: 55px !important;
-
 
19759
  }
16273
  }
19760
 
16274
  .wd-lg-55p-f {
19761
  .wd-lg-55p-f {
16275
    width: 55% !important;
19762
    width: 55% !important;
-
 
19763
  }
16276
  }
19764
 
16277
  .mx-wd-lg-55p-f {
19765
  .mx-wd-lg-55p-f {
16278
    max-width: 55% !important;
19766
    max-width: 55% !important;
-
 
19767
  }
16279
  }
19768
 
16280
  .mn-wd-lg-55p-f {
19769
  .mn-wd-lg-55p-f {
16281
    min-width: 55% !important;
19770
    min-width: 55% !important;
-
 
19771
  }
16282
  }
19772
 
16283
  .wd-lg-60 {
19773
  .wd-lg-60 {
16284
    width: 60px;
19774
    width: 60px;
-
 
19775
  }
16285
  }
19776
 
16286
  .wd-lg-60p {
19777
  .wd-lg-60p {
16287
    width: 60%;
19778
    width: 60%;
-
 
19779
  }
16288
  }
19780
 
16289
  .mx-wd-lg-60p {
19781
  .mx-wd-lg-60p {
16290
    max-width: 60%;
19782
    max-width: 60%;
-
 
19783
  }
16291
  }
19784
 
16292
  .mn-wd-lg-60p {
19785
  .mn-wd-lg-60p {
16293
    min-width: 60%;
19786
    min-width: 60%;
-
 
19787
  }
16294
  }
19788
 
16295
  .wd-lg-60-f {
19789
  .wd-lg-60-f {
16296
    width: 60px !important;
19790
    width: 60px !important;
-
 
19791
  }
16297
  }
19792
 
16298
  .wd-lg-60p-f {
19793
  .wd-lg-60p-f {
16299
    width: 60% !important;
19794
    width: 60% !important;
-
 
19795
  }
16300
  }
19796
 
16301
  .mx-wd-lg-60p-f {
19797
  .mx-wd-lg-60p-f {
16302
    max-width: 60% !important;
19798
    max-width: 60% !important;
-
 
19799
  }
16303
  }
19800
 
16304
  .mn-wd-lg-60p-f {
19801
  .mn-wd-lg-60p-f {
16305
    min-width: 60% !important;
19802
    min-width: 60% !important;
-
 
19803
  }
16306
  }
19804
 
16307
  .wd-lg-65 {
19805
  .wd-lg-65 {
16308
    width: 65px;
19806
    width: 65px;
-
 
19807
  }
16309
  }
19808
 
16310
  .wd-lg-65p {
19809
  .wd-lg-65p {
16311
    width: 65%;
19810
    width: 65%;
-
 
19811
  }
16312
  }
19812
 
16313
  .mx-wd-lg-65p {
19813
  .mx-wd-lg-65p {
16314
    max-width: 65%;
19814
    max-width: 65%;
-
 
19815
  }
16315
  }
19816
 
16316
  .mn-wd-lg-65p {
19817
  .mn-wd-lg-65p {
16317
    min-width: 65%;
19818
    min-width: 65%;
-
 
19819
  }
16318
  }
19820
 
16319
  .wd-lg-65-f {
19821
  .wd-lg-65-f {
16320
    width: 65px !important;
19822
    width: 65px !important;
-
 
19823
  }
16321
  }
19824
 
16322
  .wd-lg-65p-f {
19825
  .wd-lg-65p-f {
16323
    width: 65% !important;
19826
    width: 65% !important;
-
 
19827
  }
16324
  }
19828
 
16325
  .mx-wd-lg-65p-f {
19829
  .mx-wd-lg-65p-f {
16326
    max-width: 65% !important;
19830
    max-width: 65% !important;
-
 
19831
  }
16327
  }
19832
 
16328
  .mn-wd-lg-65p-f {
19833
  .mn-wd-lg-65p-f {
16329
    min-width: 65% !important;
19834
    min-width: 65% !important;
-
 
19835
  }
16330
  }
19836
 
16331
  .wd-lg-70 {
19837
  .wd-lg-70 {
16332
    width: 70px;
19838
    width: 70px;
-
 
19839
  }
16333
  }
19840
 
16334
  .wd-lg-70p {
19841
  .wd-lg-70p {
16335
    width: 70%;
19842
    width: 70%;
-
 
19843
  }
16336
  }
19844
 
16337
  .mx-wd-lg-70p {
19845
  .mx-wd-lg-70p {
16338
    max-width: 70%;
19846
    max-width: 70%;
-
 
19847
  }
16339
  }
19848
 
16340
  .mn-wd-lg-70p {
19849
  .mn-wd-lg-70p {
16341
    min-width: 70%;
19850
    min-width: 70%;
-
 
19851
  }
16342
  }
19852
 
16343
  .wd-lg-70-f {
19853
  .wd-lg-70-f {
16344
    width: 70px !important;
19854
    width: 70px !important;
-
 
19855
  }
16345
  }
19856
 
16346
  .wd-lg-70p-f {
19857
  .wd-lg-70p-f {
16347
    width: 70% !important;
19858
    width: 70% !important;
-
 
19859
  }
16348
  }
19860
 
16349
  .mx-wd-lg-70p-f {
19861
  .mx-wd-lg-70p-f {
16350
    max-width: 70% !important;
19862
    max-width: 70% !important;
-
 
19863
  }
16351
  }
19864
 
16352
  .mn-wd-lg-70p-f {
19865
  .mn-wd-lg-70p-f {
16353
    min-width: 70% !important;
19866
    min-width: 70% !important;
-
 
19867
  }
16354
  }
19868
 
16355
  .wd-lg-75 {
19869
  .wd-lg-75 {
16356
    width: 75px;
19870
    width: 75px;
-
 
19871
  }
16357
  }
19872
 
16358
  .wd-lg-75p {
19873
  .wd-lg-75p {
16359
    width: 75%;
19874
    width: 75%;
-
 
19875
  }
16360
  }
19876
 
16361
  .mx-wd-lg-75p {
19877
  .mx-wd-lg-75p {
16362
    max-width: 75%;
19878
    max-width: 75%;
-
 
19879
  }
16363
  }
19880
 
16364
  .mn-wd-lg-75p {
19881
  .mn-wd-lg-75p {
16365
    min-width: 75%;
19882
    min-width: 75%;
-
 
19883
  }
16366
  }
19884
 
16367
  .wd-lg-75-f {
19885
  .wd-lg-75-f {
16368
    width: 75px !important;
19886
    width: 75px !important;
-
 
19887
  }
16369
  }
19888
 
16370
  .wd-lg-75p-f {
19889
  .wd-lg-75p-f {
16371
    width: 75% !important;
19890
    width: 75% !important;
-
 
19891
  }
16372
  }
19892
 
16373
  .mx-wd-lg-75p-f {
19893
  .mx-wd-lg-75p-f {
16374
    max-width: 75% !important;
19894
    max-width: 75% !important;
-
 
19895
  }
16375
  }
19896
 
16376
  .mn-wd-lg-75p-f {
19897
  .mn-wd-lg-75p-f {
16377
    min-width: 75% !important;
19898
    min-width: 75% !important;
-
 
19899
  }
16378
  }
19900
 
16379
  .wd-lg-80 {
19901
  .wd-lg-80 {
16380
    width: 80px;
19902
    width: 80px;
-
 
19903
  }
16381
  }
19904
 
16382
  .wd-lg-80p {
19905
  .wd-lg-80p {
16383
    width: 80%;
19906
    width: 80%;
-
 
19907
  }
16384
  }
19908
 
16385
  .mx-wd-lg-80p {
19909
  .mx-wd-lg-80p {
16386
    max-width: 80%;
19910
    max-width: 80%;
-
 
19911
  }
16387
  }
19912
 
16388
  .mn-wd-lg-80p {
19913
  .mn-wd-lg-80p {
16389
    min-width: 80%;
19914
    min-width: 80%;
-
 
19915
  }
16390
  }
19916
 
16391
  .wd-lg-80-f {
19917
  .wd-lg-80-f {
16392
    width: 80px !important;
19918
    width: 80px !important;
-
 
19919
  }
16393
  }
19920
 
16394
  .wd-lg-80p-f {
19921
  .wd-lg-80p-f {
16395
    width: 80% !important;
19922
    width: 80% !important;
-
 
19923
  }
16396
  }
19924
 
16397
  .mx-wd-lg-80p-f {
19925
  .mx-wd-lg-80p-f {
16398
    max-width: 80% !important;
19926
    max-width: 80% !important;
-
 
19927
  }
16399
  }
19928
 
16400
  .mn-wd-lg-80p-f {
19929
  .mn-wd-lg-80p-f {
16401
    min-width: 80% !important;
19930
    min-width: 80% !important;
-
 
19931
  }
16402
  }
19932
 
16403
  .wd-lg-85 {
19933
  .wd-lg-85 {
16404
    width: 85px;
19934
    width: 85px;
-
 
19935
  }
16405
  }
19936
 
16406
  .wd-lg-85p {
19937
  .wd-lg-85p {
16407
    width: 85%;
19938
    width: 85%;
-
 
19939
  }
16408
  }
19940
 
16409
  .mx-wd-lg-85p {
19941
  .mx-wd-lg-85p {
16410
    max-width: 85%;
19942
    max-width: 85%;
-
 
19943
  }
16411
  }
19944
 
16412
  .mn-wd-lg-85p {
19945
  .mn-wd-lg-85p {
16413
    min-width: 85%;
19946
    min-width: 85%;
-
 
19947
  }
16414
  }
19948
 
16415
  .wd-lg-85-f {
19949
  .wd-lg-85-f {
16416
    width: 85px !important;
19950
    width: 85px !important;
-
 
19951
  }
16417
  }
19952
 
16418
  .wd-lg-85p-f {
19953
  .wd-lg-85p-f {
16419
    width: 85% !important;
19954
    width: 85% !important;
-
 
19955
  }
16420
  }
19956
 
16421
  .mx-wd-lg-85p-f {
19957
  .mx-wd-lg-85p-f {
16422
    max-width: 85% !important;
19958
    max-width: 85% !important;
-
 
19959
  }
16423
  }
19960
 
16424
  .mn-wd-lg-85p-f {
19961
  .mn-wd-lg-85p-f {
16425
    min-width: 85% !important;
19962
    min-width: 85% !important;
-
 
19963
  }
16426
  }
19964
 
16427
  .wd-lg-90 {
19965
  .wd-lg-90 {
16428
    width: 90px;
19966
    width: 90px;
-
 
19967
  }
16429
  }
19968
 
16430
  .wd-lg-90p {
19969
  .wd-lg-90p {
16431
    width: 90%;
19970
    width: 90%;
-
 
19971
  }
16432
  }
19972
 
16433
  .mx-wd-lg-90p {
19973
  .mx-wd-lg-90p {
16434
    max-width: 90%;
19974
    max-width: 90%;
-
 
19975
  }
16435
  }
19976
 
16436
  .mn-wd-lg-90p {
19977
  .mn-wd-lg-90p {
16437
    min-width: 90%;
19978
    min-width: 90%;
-
 
19979
  }
16438
  }
19980
 
16439
  .wd-lg-90-f {
19981
  .wd-lg-90-f {
16440
    width: 90px !important;
19982
    width: 90px !important;
-
 
19983
  }
16441
  }
19984
 
16442
  .wd-lg-90p-f {
19985
  .wd-lg-90p-f {
16443
    width: 90% !important;
19986
    width: 90% !important;
-
 
19987
  }
16444
  }
19988
 
16445
  .mx-wd-lg-90p-f {
19989
  .mx-wd-lg-90p-f {
16446
    max-width: 90% !important;
19990
    max-width: 90% !important;
-
 
19991
  }
16447
  }
19992
 
16448
  .mn-wd-lg-90p-f {
19993
  .mn-wd-lg-90p-f {
16449
    min-width: 90% !important;
19994
    min-width: 90% !important;
-
 
19995
  }
16450
  }
19996
 
16451
  .wd-lg-95 {
19997
  .wd-lg-95 {
16452
    width: 95px;
19998
    width: 95px;
-
 
19999
  }
16453
  }
20000
 
16454
  .wd-lg-95p {
20001
  .wd-lg-95p {
16455
    width: 95%;
20002
    width: 95%;
-
 
20003
  }
16456
  }
20004
 
16457
  .mx-wd-lg-95p {
20005
  .mx-wd-lg-95p {
16458
    max-width: 95%;
20006
    max-width: 95%;
-
 
20007
  }
16459
  }
20008
 
16460
  .mn-wd-lg-95p {
20009
  .mn-wd-lg-95p {
16461
    min-width: 95%;
20010
    min-width: 95%;
-
 
20011
  }
16462
  }
20012
 
16463
  .wd-lg-95-f {
20013
  .wd-lg-95-f {
16464
    width: 95px !important;
20014
    width: 95px !important;
-
 
20015
  }
16465
  }
20016
 
16466
  .wd-lg-95p-f {
20017
  .wd-lg-95p-f {
16467
    width: 95% !important;
20018
    width: 95% !important;
-
 
20019
  }
16468
  }
20020
 
16469
  .mx-wd-lg-95p-f {
20021
  .mx-wd-lg-95p-f {
16470
    max-width: 95% !important;
20022
    max-width: 95% !important;
-
 
20023
  }
16471
  }
20024
 
16472
  .mn-wd-lg-95p-f {
20025
  .mn-wd-lg-95p-f {
16473
    min-width: 95% !important;
20026
    min-width: 95% !important;
-
 
20027
  }
16474
  }
20028
 
16475
  .wd-lg-100 {
20029
  .wd-lg-100 {
16476
    width: 100px;
20030
    width: 100px;
-
 
20031
  }
16477
  }
20032
 
16478
  .wd-lg-100p {
20033
  .wd-lg-100p {
16479
    width: 100%;
20034
    width: 100%;
-
 
20035
  }
16480
  }
20036
 
16481
  .mx-wd-lg-100p {
20037
  .mx-wd-lg-100p {
16482
    max-width: 100%;
20038
    max-width: 100%;
-
 
20039
  }
16483
  }
20040
 
16484
  .mn-wd-lg-100p {
20041
  .mn-wd-lg-100p {
16485
    min-width: 100%;
20042
    min-width: 100%;
-
 
20043
  }
16486
  }
20044
 
16487
  .wd-lg-100-f {
20045
  .wd-lg-100-f {
16488
    width: 100px !important;
20046
    width: 100px !important;
-
 
20047
  }
16489
  }
20048
 
16490
  .wd-lg-100p-f {
20049
  .wd-lg-100p-f {
16491
    width: 100% !important;
20050
    width: 100% !important;
-
 
20051
  }
16492
  }
20052
 
16493
  .mx-wd-lg-100p-f {
20053
  .mx-wd-lg-100p-f {
16494
    max-width: 100% !important;
20054
    max-width: 100% !important;
-
 
20055
  }
16495
  }
20056
 
16496
  .mn-wd-lg-100p-f {
20057
  .mn-wd-lg-100p-f {
16497
    min-width: 100% !important;
20058
    min-width: 100% !important;
-
 
20059
  }
16498
  }
20060
 
16499
  .wd-lg-150 {
20061
  .wd-lg-150 {
16500
    width: 150px;
20062
    width: 150px;
-
 
20063
  }
16501
  }
20064
 
16502
  .wd-lg-150p {
20065
  .wd-lg-150p {
16503
    width: 150%;
20066
    width: 150%;
-
 
20067
  }
16504
  }
20068
 
16505
  .mx-wd-lg-150p {
20069
  .mx-wd-lg-150p {
16506
    max-width: 150%;
20070
    max-width: 150%;
-
 
20071
  }
16507
  }
20072
 
16508
  .mn-wd-lg-150p {
20073
  .mn-wd-lg-150p {
16509
    min-width: 150%;
20074
    min-width: 150%;
-
 
20075
  }
16510
  }
20076
 
16511
  .wd-lg-150-f {
20077
  .wd-lg-150-f {
16512
    width: 150px !important;
20078
    width: 150px !important;
-
 
20079
  }
16513
  }
20080
 
16514
  .wd-lg-150p-f {
20081
  .wd-lg-150p-f {
16515
    width: 150% !important;
20082
    width: 150% !important;
-
 
20083
  }
16516
  }
20084
 
16517
  .mx-wd-lg-150p-f {
20085
  .mx-wd-lg-150p-f {
16518
    max-width: 150% !important;
20086
    max-width: 150% !important;
-
 
20087
  }
16519
  }
20088
 
16520
  .mn-wd-lg-150p-f {
20089
  .mn-wd-lg-150p-f {
16521
    min-width: 150% !important;
20090
    min-width: 150% !important;
-
 
20091
  }
16522
  }
20092
 
16523
  .wd-lg-200 {
20093
  .wd-lg-200 {
16524
    width: 200px;
20094
    width: 200px;
-
 
20095
  }
16525
  }
20096
 
16526
  .wd-lg-200p {
20097
  .wd-lg-200p {
16527
    width: 200%;
20098
    width: 200%;
-
 
20099
  }
16528
  }
20100
 
16529
  .mx-wd-lg-200p {
20101
  .mx-wd-lg-200p {
16530
    max-width: 200%;
20102
    max-width: 200%;
-
 
20103
  }
16531
  }
20104
 
16532
  .mn-wd-lg-200p {
20105
  .mn-wd-lg-200p {
16533
    min-width: 200%;
20106
    min-width: 200%;
-
 
20107
  }
16534
  }
20108
 
16535
  .wd-lg-200-f {
20109
  .wd-lg-200-f {
16536
    width: 200px !important;
20110
    width: 200px !important;
-
 
20111
  }
16537
  }
20112
 
16538
  .wd-lg-200p-f {
20113
  .wd-lg-200p-f {
16539
    width: 200% !important;
20114
    width: 200% !important;
-
 
20115
  }
16540
  }
20116
 
16541
  .mx-wd-lg-200p-f {
20117
  .mx-wd-lg-200p-f {
16542
    max-width: 200% !important;
20118
    max-width: 200% !important;
-
 
20119
  }
16543
  }
20120
 
16544
  .mn-wd-lg-200p-f {
20121
  .mn-wd-lg-200p-f {
16545
    min-width: 200% !important;
20122
    min-width: 200% !important;
-
 
20123
  }
16546
  }
20124
 
16547
  .wd-lg-250 {
20125
  .wd-lg-250 {
16548
    width: 250px;
20126
    width: 250px;
-
 
20127
  }
16549
  }
20128
 
16550
  .wd-lg-250p {
20129
  .wd-lg-250p {
16551
    width: 250%;
20130
    width: 250%;
-
 
20131
  }
16552
  }
20132
 
16553
  .mx-wd-lg-250p {
20133
  .mx-wd-lg-250p {
16554
    max-width: 250%;
20134
    max-width: 250%;
-
 
20135
  }
16555
  }
20136
 
16556
  .mn-wd-lg-250p {
20137
  .mn-wd-lg-250p {
16557
    min-width: 250%;
20138
    min-width: 250%;
-
 
20139
  }
16558
  }
20140
 
16559
  .wd-lg-250-f {
20141
  .wd-lg-250-f {
16560
    width: 250px !important;
20142
    width: 250px !important;
-
 
20143
  }
16561
  }
20144
 
16562
  .wd-lg-250p-f {
20145
  .wd-lg-250p-f {
16563
    width: 250% !important;
20146
    width: 250% !important;
-
 
20147
  }
16564
  }
20148
 
16565
  .mx-wd-lg-250p-f {
20149
  .mx-wd-lg-250p-f {
16566
    max-width: 250% !important;
20150
    max-width: 250% !important;
-
 
20151
  }
16567
  }
20152
 
16568
  .mn-wd-lg-250p-f {
20153
  .mn-wd-lg-250p-f {
16569
    min-width: 250% !important;
20154
    min-width: 250% !important;
-
 
20155
  }
16570
  }
20156
 
16571
  .wd-lg-300 {
20157
  .wd-lg-300 {
16572
    width: 300px;
20158
    width: 300px;
-
 
20159
  }
16573
  }
20160
 
16574
  .wd-lg-300p {
20161
  .wd-lg-300p {
16575
    width: 300%;
20162
    width: 300%;
-
 
20163
  }
16576
  }
20164
 
16577
  .mx-wd-lg-300p {
20165
  .mx-wd-lg-300p {
16578
    max-width: 300%;
20166
    max-width: 300%;
-
 
20167
  }
16579
  }
20168
 
16580
  .mn-wd-lg-300p {
20169
  .mn-wd-lg-300p {
16581
    min-width: 300%;
20170
    min-width: 300%;
-
 
20171
  }
16582
  }
20172
 
16583
  .wd-lg-300-f {
20173
  .wd-lg-300-f {
16584
    width: 300px !important;
20174
    width: 300px !important;
-
 
20175
  }
16585
  }
20176
 
16586
  .wd-lg-300p-f {
20177
  .wd-lg-300p-f {
16587
    width: 300% !important;
20178
    width: 300% !important;
-
 
20179
  }
16588
  }
20180
 
16589
  .mx-wd-lg-300p-f {
20181
  .mx-wd-lg-300p-f {
16590
    max-width: 300% !important;
20182
    max-width: 300% !important;
-
 
20183
  }
16591
  }
20184
 
16592
  .mn-wd-lg-300p-f {
20185
  .mn-wd-lg-300p-f {
16593
    min-width: 300% !important;
20186
    min-width: 300% !important;
-
 
20187
  }
16594
  }
20188
 
16595
  .wd-lg-350 {
20189
  .wd-lg-350 {
16596
    width: 350px;
20190
    width: 350px;
-
 
20191
  }
16597
  }
20192
 
16598
  .wd-lg-350p {
20193
  .wd-lg-350p {
16599
    width: 350%;
20194
    width: 350%;
-
 
20195
  }
16600
  }
20196
 
16601
  .mx-wd-lg-350p {
20197
  .mx-wd-lg-350p {
16602
    max-width: 350%;
20198
    max-width: 350%;
-
 
20199
  }
16603
  }
20200
 
16604
  .mn-wd-lg-350p {
20201
  .mn-wd-lg-350p {
16605
    min-width: 350%;
20202
    min-width: 350%;
-
 
20203
  }
16606
  }
20204
 
16607
  .wd-lg-350-f {
20205
  .wd-lg-350-f {
16608
    width: 350px !important;
20206
    width: 350px !important;
-
 
20207
  }
16609
  }
20208
 
16610
  .wd-lg-350p-f {
20209
  .wd-lg-350p-f {
16611
    width: 350% !important;
20210
    width: 350% !important;
-
 
20211
  }
16612
  }
20212
 
16613
  .mx-wd-lg-350p-f {
20213
  .mx-wd-lg-350p-f {
16614
    max-width: 350% !important;
20214
    max-width: 350% !important;
-
 
20215
  }
16615
  }
20216
 
16616
  .mn-wd-lg-350p-f {
20217
  .mn-wd-lg-350p-f {
16617
    min-width: 350% !important;
20218
    min-width: 350% !important;
-
 
20219
  }
16618
  }
20220
 
16619
  .wd-lg-400 {
20221
  .wd-lg-400 {
16620
    width: 400px;
20222
    width: 400px;
-
 
20223
  }
16621
  }
20224
 
16622
  .wd-lg-400p {
20225
  .wd-lg-400p {
16623
    width: 400%;
20226
    width: 400%;
-
 
20227
  }
16624
  }
20228
 
16625
  .mx-wd-lg-400p {
20229
  .mx-wd-lg-400p {
16626
    max-width: 400%;
20230
    max-width: 400%;
-
 
20231
  }
16627
  }
20232
 
16628
  .mn-wd-lg-400p {
20233
  .mn-wd-lg-400p {
16629
    min-width: 400%;
20234
    min-width: 400%;
-
 
20235
  }
16630
  }
20236
 
16631
  .wd-lg-400-f {
20237
  .wd-lg-400-f {
16632
    width: 400px !important;
20238
    width: 400px !important;
-
 
20239
  }
16633
  }
20240
 
16634
  .wd-lg-400p-f {
20241
  .wd-lg-400p-f {
16635
    width: 400% !important;
20242
    width: 400% !important;
-
 
20243
  }
16636
  }
20244
 
16637
  .mx-wd-lg-400p-f {
20245
  .mx-wd-lg-400p-f {
16638
    max-width: 400% !important;
20246
    max-width: 400% !important;
-
 
20247
  }
16639
  }
20248
 
16640
  .mn-wd-lg-400p-f {
20249
  .mn-wd-lg-400p-f {
16641
    min-width: 400% !important;
20250
    min-width: 400% !important;
-
 
20251
  }
16642
  }
20252
 
16643
  .wd-lg-450 {
20253
  .wd-lg-450 {
16644
    width: 450px;
20254
    width: 450px;
-
 
20255
  }
16645
  }
20256
 
16646
  .wd-lg-450p {
20257
  .wd-lg-450p {
16647
    width: 450%;
20258
    width: 450%;
-
 
20259
  }
16648
  }
20260
 
16649
  .mx-wd-lg-450p {
20261
  .mx-wd-lg-450p {
16650
    max-width: 450%;
20262
    max-width: 450%;
-
 
20263
  }
16651
  }
20264
 
16652
  .mn-wd-lg-450p {
20265
  .mn-wd-lg-450p {
16653
    min-width: 450%;
20266
    min-width: 450%;
-
 
20267
  }
16654
  }
20268
 
16655
  .wd-lg-450-f {
20269
  .wd-lg-450-f {
16656
    width: 450px !important;
20270
    width: 450px !important;
-
 
20271
  }
16657
  }
20272
 
16658
  .wd-lg-450p-f {
20273
  .wd-lg-450p-f {
16659
    width: 450% !important;
20274
    width: 450% !important;
-
 
20275
  }
16660
  }
20276
 
16661
  .mx-wd-lg-450p-f {
20277
  .mx-wd-lg-450p-f {
16662
    max-width: 450% !important;
20278
    max-width: 450% !important;
-
 
20279
  }
16663
  }
20280
 
16664
  .mn-wd-lg-450p-f {
20281
  .mn-wd-lg-450p-f {
16665
    min-width: 450% !important;
20282
    min-width: 450% !important;
-
 
20283
  }
16666
  }
20284
 
16667
  .wd-lg-500 {
20285
  .wd-lg-500 {
16668
    width: 500px;
20286
    width: 500px;
-
 
20287
  }
16669
  }
20288
 
16670
  .wd-lg-500p {
20289
  .wd-lg-500p {
16671
    width: 500%;
20290
    width: 500%;
-
 
20291
  }
16672
  }
20292
 
16673
  .mx-wd-lg-500p {
20293
  .mx-wd-lg-500p {
16674
    max-width: 500%;
20294
    max-width: 500%;
-
 
20295
  }
16675
  }
20296
 
16676
  .mn-wd-lg-500p {
20297
  .mn-wd-lg-500p {
16677
    min-width: 500%;
20298
    min-width: 500%;
-
 
20299
  }
16678
  }
20300
 
16679
  .wd-lg-500-f {
20301
  .wd-lg-500-f {
16680
    width: 500px !important;
20302
    width: 500px !important;
-
 
20303
  }
16681
  }
20304
 
16682
  .wd-lg-500p-f {
20305
  .wd-lg-500p-f {
16683
    width: 500% !important;
20306
    width: 500% !important;
-
 
20307
  }
16684
  }
20308
 
16685
  .mx-wd-lg-500p-f {
20309
  .mx-wd-lg-500p-f {
16686
    max-width: 500% !important;
20310
    max-width: 500% !important;
-
 
20311
  }
16687
  }
20312
 
16688
  .mn-wd-lg-500p-f {
20313
  .mn-wd-lg-500p-f {
16689
    min-width: 500% !important;
20314
    min-width: 500% !important;
-
 
20315
  }
16690
  }
20316
 
16691
  .wd-lg-550 {
20317
  .wd-lg-550 {
16692
    width: 550px;
20318
    width: 550px;
-
 
20319
  }
16693
  }
20320
 
16694
  .wd-lg-550p {
20321
  .wd-lg-550p {
16695
    width: 550%;
20322
    width: 550%;
-
 
20323
  }
16696
  }
20324
 
16697
  .mx-wd-lg-550p {
20325
  .mx-wd-lg-550p {
16698
    max-width: 550%;
20326
    max-width: 550%;
-
 
20327
  }
16699
  }
20328
 
16700
  .mn-wd-lg-550p {
20329
  .mn-wd-lg-550p {
16701
    min-width: 550%;
20330
    min-width: 550%;
-
 
20331
  }
16702
  }
20332
 
16703
  .wd-lg-550-f {
20333
  .wd-lg-550-f {
16704
    width: 550px !important;
20334
    width: 550px !important;
-
 
20335
  }
16705
  }
20336
 
16706
  .wd-lg-550p-f {
20337
  .wd-lg-550p-f {
16707
    width: 550% !important;
20338
    width: 550% !important;
-
 
20339
  }
16708
  }
20340
 
16709
  .mx-wd-lg-550p-f {
20341
  .mx-wd-lg-550p-f {
16710
    max-width: 550% !important;
20342
    max-width: 550% !important;
-
 
20343
  }
16711
  }
20344
 
16712
  .mn-wd-lg-550p-f {
20345
  .mn-wd-lg-550p-f {
16713
    min-width: 550% !important;
20346
    min-width: 550% !important;
-
 
20347
  }
16714
  }
20348
 
16715
  .wd-lg-600 {
20349
  .wd-lg-600 {
16716
    width: 600px;
20350
    width: 600px;
-
 
20351
  }
16717
  }
20352
 
16718
  .wd-lg-600p {
20353
  .wd-lg-600p {
16719
    width: 600%;
20354
    width: 600%;
-
 
20355
  }
16720
  }
20356
 
16721
  .mx-wd-lg-600p {
20357
  .mx-wd-lg-600p {
16722
    max-width: 600%;
20358
    max-width: 600%;
-
 
20359
  }
16723
  }
20360
 
16724
  .mn-wd-lg-600p {
20361
  .mn-wd-lg-600p {
16725
    min-width: 600%;
20362
    min-width: 600%;
-
 
20363
  }
16726
  }
20364
 
16727
  .wd-lg-600-f {
20365
  .wd-lg-600-f {
16728
    width: 600px !important;
20366
    width: 600px !important;
-
 
20367
  }
16729
  }
20368
 
16730
  .wd-lg-600p-f {
20369
  .wd-lg-600p-f {
16731
    width: 600% !important;
20370
    width: 600% !important;
-
 
20371
  }
16732
  }
20372
 
16733
  .mx-wd-lg-600p-f {
20373
  .mx-wd-lg-600p-f {
16734
    max-width: 600% !important;
20374
    max-width: 600% !important;
-
 
20375
  }
16735
  }
20376
 
16736
  .mn-wd-lg-600p-f {
20377
  .mn-wd-lg-600p-f {
16737
    min-width: 600% !important;
20378
    min-width: 600% !important;
-
 
20379
  }
16738
  }
20380
 
16739
  .wd-lg-650 {
20381
  .wd-lg-650 {
16740
    width: 650px;
20382
    width: 650px;
-
 
20383
  }
16741
  }
20384
 
16742
  .wd-lg-650p {
20385
  .wd-lg-650p {
16743
    width: 650%;
20386
    width: 650%;
-
 
20387
  }
16744
  }
20388
 
16745
  .mx-wd-lg-650p {
20389
  .mx-wd-lg-650p {
16746
    max-width: 650%;
20390
    max-width: 650%;
-
 
20391
  }
16747
  }
20392
 
16748
  .mn-wd-lg-650p {
20393
  .mn-wd-lg-650p {
16749
    min-width: 650%;
20394
    min-width: 650%;
-
 
20395
  }
16750
  }
20396
 
16751
  .wd-lg-650-f {
20397
  .wd-lg-650-f {
16752
    width: 650px !important;
20398
    width: 650px !important;
-
 
20399
  }
16753
  }
20400
 
16754
  .wd-lg-650p-f {
20401
  .wd-lg-650p-f {
16755
    width: 650% !important;
20402
    width: 650% !important;
-
 
20403
  }
16756
  }
20404
 
16757
  .mx-wd-lg-650p-f {
20405
  .mx-wd-lg-650p-f {
16758
    max-width: 650% !important;
20406
    max-width: 650% !important;
-
 
20407
  }
16759
  }
20408
 
16760
  .mn-wd-lg-650p-f {
20409
  .mn-wd-lg-650p-f {
16761
    min-width: 650% !important;
20410
    min-width: 650% !important;
-
 
20411
  }
16762
  }
20412
 
16763
  .wd-lg-700 {
20413
  .wd-lg-700 {
16764
    width: 700px;
20414
    width: 700px;
-
 
20415
  }
16765
  }
20416
 
16766
  .wd-lg-700p {
20417
  .wd-lg-700p {
16767
    width: 700%;
20418
    width: 700%;
-
 
20419
  }
16768
  }
20420
 
16769
  .mx-wd-lg-700p {
20421
  .mx-wd-lg-700p {
16770
    max-width: 700%;
20422
    max-width: 700%;
-
 
20423
  }
16771
  }
20424
 
16772
  .mn-wd-lg-700p {
20425
  .mn-wd-lg-700p {
16773
    min-width: 700%;
20426
    min-width: 700%;
-
 
20427
  }
16774
  }
20428
 
16775
  .wd-lg-700-f {
20429
  .wd-lg-700-f {
16776
    width: 700px !important;
20430
    width: 700px !important;
-
 
20431
  }
16777
  }
20432
 
16778
  .wd-lg-700p-f {
20433
  .wd-lg-700p-f {
16779
    width: 700% !important;
20434
    width: 700% !important;
-
 
20435
  }
16780
  }
20436
 
16781
  .mx-wd-lg-700p-f {
20437
  .mx-wd-lg-700p-f {
16782
    max-width: 700% !important;
20438
    max-width: 700% !important;
-
 
20439
  }
16783
  }
20440
 
16784
  .mn-wd-lg-700p-f {
20441
  .mn-wd-lg-700p-f {
16785
    min-width: 700% !important;
20442
    min-width: 700% !important;
-
 
20443
  }
16786
  }
20444
 
16787
  .wd-lg-750 {
20445
  .wd-lg-750 {
16788
    width: 750px;
20446
    width: 750px;
-
 
20447
  }
16789
  }
20448
 
16790
  .wd-lg-750p {
20449
  .wd-lg-750p {
16791
    width: 750%;
20450
    width: 750%;
-
 
20451
  }
16792
  }
20452
 
16793
  .mx-wd-lg-750p {
20453
  .mx-wd-lg-750p {
16794
    max-width: 750%;
20454
    max-width: 750%;
-
 
20455
  }
16795
  }
20456
 
16796
  .mn-wd-lg-750p {
20457
  .mn-wd-lg-750p {
16797
    min-width: 750%;
20458
    min-width: 750%;
-
 
20459
  }
16798
  }
20460
 
16799
  .wd-lg-750-f {
20461
  .wd-lg-750-f {
16800
    width: 750px !important;
20462
    width: 750px !important;
-
 
20463
  }
16801
  }
20464
 
16802
  .wd-lg-750p-f {
20465
  .wd-lg-750p-f {
16803
    width: 750% !important;
20466
    width: 750% !important;
-
 
20467
  }
16804
  }
20468
 
16805
  .mx-wd-lg-750p-f {
20469
  .mx-wd-lg-750p-f {
16806
    max-width: 750% !important;
20470
    max-width: 750% !important;
-
 
20471
  }
16807
  }
20472
 
16808
  .mn-wd-lg-750p-f {
20473
  .mn-wd-lg-750p-f {
16809
    min-width: 750% !important;
20474
    min-width: 750% !important;
-
 
20475
  }
16810
  }
20476
 
16811
  .wd-lg-800 {
20477
  .wd-lg-800 {
16812
    width: 800px;
20478
    width: 800px;
-
 
20479
  }
16813
  }
20480
 
16814
  .wd-lg-800p {
20481
  .wd-lg-800p {
16815
    width: 800%;
20482
    width: 800%;
-
 
20483
  }
16816
  }
20484
 
16817
  .mx-wd-lg-800p {
20485
  .mx-wd-lg-800p {
16818
    max-width: 800%;
20486
    max-width: 800%;
-
 
20487
  }
16819
  }
20488
 
16820
  .mn-wd-lg-800p {
20489
  .mn-wd-lg-800p {
16821
    min-width: 800%;
20490
    min-width: 800%;
-
 
20491
  }
16822
  }
20492
 
16823
  .wd-lg-800-f {
20493
  .wd-lg-800-f {
16824
    width: 800px !important;
20494
    width: 800px !important;
-
 
20495
  }
16825
  }
20496
 
16826
  .wd-lg-800p-f {
20497
  .wd-lg-800p-f {
16827
    width: 800% !important;
20498
    width: 800% !important;
-
 
20499
  }
16828
  }
20500
 
16829
  .mx-wd-lg-800p-f {
20501
  .mx-wd-lg-800p-f {
16830
    max-width: 800% !important;
20502
    max-width: 800% !important;
-
 
20503
  }
16831
  }
20504
 
16832
  .mn-wd-lg-800p-f {
20505
  .mn-wd-lg-800p-f {
16833
    min-width: 800% !important;
20506
    min-width: 800% !important;
-
 
20507
  }
16834
  }
20508
 
16835
  .wd-lg-850 {
20509
  .wd-lg-850 {
16836
    width: 850px;
20510
    width: 850px;
-
 
20511
  }
16837
  }
20512
 
16838
  .wd-lg-850p {
20513
  .wd-lg-850p {
16839
    width: 850%;
20514
    width: 850%;
-
 
20515
  }
16840
  }
20516
 
16841
  .mx-wd-lg-850p {
20517
  .mx-wd-lg-850p {
16842
    max-width: 850%;
20518
    max-width: 850%;
-
 
20519
  }
16843
  }
20520
 
16844
  .mn-wd-lg-850p {
20521
  .mn-wd-lg-850p {
16845
    min-width: 850%;
20522
    min-width: 850%;
-
 
20523
  }
16846
  }
20524
 
16847
  .wd-lg-850-f {
20525
  .wd-lg-850-f {
16848
    width: 850px !important;
20526
    width: 850px !important;
-
 
20527
  }
16849
  }
20528
 
16850
  .wd-lg-850p-f {
20529
  .wd-lg-850p-f {
16851
    width: 850% !important;
20530
    width: 850% !important;
-
 
20531
  }
16852
  }
20532
 
16853
  .mx-wd-lg-850p-f {
20533
  .mx-wd-lg-850p-f {
16854
    max-width: 850% !important;
20534
    max-width: 850% !important;
-
 
20535
  }
16855
  }
20536
 
16856
  .mn-wd-lg-850p-f {
20537
  .mn-wd-lg-850p-f {
16857
    min-width: 850% !important;
20538
    min-width: 850% !important;
-
 
20539
  }
16858
  }
20540
 
16859
  .wd-lg-900 {
20541
  .wd-lg-900 {
16860
    width: 900px;
20542
    width: 900px;
-
 
20543
  }
16861
  }
20544
 
16862
  .wd-lg-900p {
20545
  .wd-lg-900p {
16863
    width: 900%;
20546
    width: 900%;
-
 
20547
  }
16864
  }
20548
 
16865
  .mx-wd-lg-900p {
20549
  .mx-wd-lg-900p {
16866
    max-width: 900%;
20550
    max-width: 900%;
-
 
20551
  }
16867
  }
20552
 
16868
  .mn-wd-lg-900p {
20553
  .mn-wd-lg-900p {
16869
    min-width: 900%;
20554
    min-width: 900%;
-
 
20555
  }
16870
  }
20556
 
16871
  .wd-lg-900-f {
20557
  .wd-lg-900-f {
16872
    width: 900px !important;
20558
    width: 900px !important;
-
 
20559
  }
16873
  }
20560
 
16874
  .wd-lg-900p-f {
20561
  .wd-lg-900p-f {
16875
    width: 900% !important;
20562
    width: 900% !important;
-
 
20563
  }
16876
  }
20564
 
16877
  .mx-wd-lg-900p-f {
20565
  .mx-wd-lg-900p-f {
16878
    max-width: 900% !important;
20566
    max-width: 900% !important;
-
 
20567
  }
16879
  }
20568
 
16880
  .mn-wd-lg-900p-f {
20569
  .mn-wd-lg-900p-f {
16881
    min-width: 900% !important;
20570
    min-width: 900% !important;
-
 
20571
  }
16882
  }
20572
 
16883
  .wd-lg-950 {
20573
  .wd-lg-950 {
16884
    width: 950px;
20574
    width: 950px;
-
 
20575
  }
16885
  }
20576
 
16886
  .wd-lg-950p {
20577
  .wd-lg-950p {
16887
    width: 950%;
20578
    width: 950%;
-
 
20579
  }
16888
  }
20580
 
16889
  .mx-wd-lg-950p {
20581
  .mx-wd-lg-950p {
16890
    max-width: 950%;
20582
    max-width: 950%;
-
 
20583
  }
16891
  }
20584
 
16892
  .mn-wd-lg-950p {
20585
  .mn-wd-lg-950p {
16893
    min-width: 950%;
20586
    min-width: 950%;
-
 
20587
  }
16894
  }
20588
 
16895
  .wd-lg-950-f {
20589
  .wd-lg-950-f {
16896
    width: 950px !important;
20590
    width: 950px !important;
-
 
20591
  }
16897
  }
20592
 
16898
  .wd-lg-950p-f {
20593
  .wd-lg-950p-f {
16899
    width: 950% !important;
20594
    width: 950% !important;
-
 
20595
  }
16900
  }
20596
 
16901
  .mx-wd-lg-950p-f {
20597
  .mx-wd-lg-950p-f {
16902
    max-width: 950% !important;
20598
    max-width: 950% !important;
-
 
20599
  }
16903
  }
20600
 
16904
  .mn-wd-lg-950p-f {
20601
  .mn-wd-lg-950p-f {
16905
    min-width: 950% !important;
20602
    min-width: 950% !important;
-
 
20603
  }
16906
  }
20604
 
16907
  .wd-lg-1000 {
20605
  .wd-lg-1000 {
16908
    width: 1000px;
20606
    width: 1000px;
-
 
20607
  }
16909
  }
20608
 
16910
  .wd-lg-1000p {
20609
  .wd-lg-1000p {
16911
    width: 1000%;
20610
    width: 1000%;
-
 
20611
  }
16912
  }
20612
 
16913
  .mx-wd-lg-1000p {
20613
  .mx-wd-lg-1000p {
16914
    max-width: 1000%;
20614
    max-width: 1000%;
-
 
20615
  }
16915
  }
20616
 
16916
  .mn-wd-lg-1000p {
20617
  .mn-wd-lg-1000p {
16917
    min-width: 1000%;
20618
    min-width: 1000%;
-
 
20619
  }
16918
  }
20620
 
16919
  .wd-lg-1000-f {
20621
  .wd-lg-1000-f {
16920
    width: 1000px !important;
20622
    width: 1000px !important;
-
 
20623
  }
16921
  }
20624
 
16922
  .wd-lg-1000p-f {
20625
  .wd-lg-1000p-f {
16923
    width: 1000% !important;
20626
    width: 1000% !important;
-
 
20627
  }
16924
  }
20628
 
16925
  .mx-wd-lg-1000p-f {
20629
  .mx-wd-lg-1000p-f {
16926
    max-width: 1000% !important;
20630
    max-width: 1000% !important;
-
 
20631
  }
16927
  }
20632
 
16928
  .mn-wd-lg-1000p-f {
20633
  .mn-wd-lg-1000p-f {
16929
    min-width: 1000% !important;
20634
    min-width: 1000% !important;
-
 
20635
  }
16930
  }
20636
 
16931
  .wd-lg-auto {
20637
  .wd-lg-auto {
16932
    width: auto;
20638
    width: auto;
-
 
20639
  }
16933
  }
20640
 
16934
  .wd-lg-auto-f {
20641
  .wd-lg-auto-f {
16935
    width: auto !important;
20642
    width: auto !important;
16936
  }
20643
  }
-
 
20644
}
16937
}
20645
 
16938
@media (min-width: 1200px) {
20646
@media (min-width: 1200px) {
16939
  .wd-xl-5 {
20647
  .wd-xl-5 {
16940
    width: 5px;
20648
    width: 5px;
-
 
20649
  }
16941
  }
20650
 
16942
  .wd-xl-5p {
20651
  .wd-xl-5p {
16943
    width: 5%;
20652
    width: 5%;
-
 
20653
  }
16944
  }
20654
 
16945
  .mx-wd-xl-5p {
20655
  .mx-wd-xl-5p {
16946
    max-width: 5%;
20656
    max-width: 5%;
-
 
20657
  }
16947
  }
20658
 
16948
  .mn-wd-xl-5p {
20659
  .mn-wd-xl-5p {
16949
    min-width: 5%;
20660
    min-width: 5%;
-
 
20661
  }
16950
  }
20662
 
16951
  .wd-xl-5-f {
20663
  .wd-xl-5-f {
16952
    width: 5px !important;
20664
    width: 5px !important;
-
 
20665
  }
16953
  }
20666
 
16954
  .wd-xl-5p-f {
20667
  .wd-xl-5p-f {
16955
    width: 5% !important;
20668
    width: 5% !important;
-
 
20669
  }
16956
  }
20670
 
16957
  .mx-wd-xl-5p-f {
20671
  .mx-wd-xl-5p-f {
16958
    max-width: 5% !important;
20672
    max-width: 5% !important;
-
 
20673
  }
16959
  }
20674
 
16960
  .mn-wd-xl-5p-f {
20675
  .mn-wd-xl-5p-f {
16961
    min-width: 5% !important;
20676
    min-width: 5% !important;
-
 
20677
  }
16962
  }
20678
 
16963
  .wd-xl-10 {
20679
  .wd-xl-10 {
16964
    width: 10px;
20680
    width: 10px;
-
 
20681
  }
16965
  }
20682
 
16966
  .wd-xl-10p {
20683
  .wd-xl-10p {
16967
    width: 10%;
20684
    width: 10%;
-
 
20685
  }
16968
  }
20686
 
16969
  .mx-wd-xl-10p {
20687
  .mx-wd-xl-10p {
16970
    max-width: 10%;
20688
    max-width: 10%;
-
 
20689
  }
16971
  }
20690
 
16972
  .mn-wd-xl-10p {
20691
  .mn-wd-xl-10p {
16973
    min-width: 10%;
20692
    min-width: 10%;
-
 
20693
  }
16974
  }
20694
 
16975
  .wd-xl-10-f {
20695
  .wd-xl-10-f {
16976
    width: 10px !important;
20696
    width: 10px !important;
-
 
20697
  }
16977
  }
20698
 
16978
  .wd-xl-10p-f {
20699
  .wd-xl-10p-f {
16979
    width: 10% !important;
20700
    width: 10% !important;
-
 
20701
  }
16980
  }
20702
 
16981
  .mx-wd-xl-10p-f {
20703
  .mx-wd-xl-10p-f {
16982
    max-width: 10% !important;
20704
    max-width: 10% !important;
-
 
20705
  }
16983
  }
20706
 
16984
  .mn-wd-xl-10p-f {
20707
  .mn-wd-xl-10p-f {
16985
    min-width: 10% !important;
20708
    min-width: 10% !important;
-
 
20709
  }
16986
  }
20710
 
16987
  .wd-xl-15 {
20711
  .wd-xl-15 {
16988
    width: 15px;
20712
    width: 15px;
-
 
20713
  }
16989
  }
20714
 
16990
  .wd-xl-15p {
20715
  .wd-xl-15p {
16991
    width: 15%;
20716
    width: 15%;
-
 
20717
  }
16992
  }
20718
 
16993
  .mx-wd-xl-15p {
20719
  .mx-wd-xl-15p {
16994
    max-width: 15%;
20720
    max-width: 15%;
-
 
20721
  }
16995
  }
20722
 
16996
  .mn-wd-xl-15p {
20723
  .mn-wd-xl-15p {
16997
    min-width: 15%;
20724
    min-width: 15%;
-
 
20725
  }
16998
  }
20726
 
16999
  .wd-xl-15-f {
20727
  .wd-xl-15-f {
17000
    width: 15px !important;
20728
    width: 15px !important;
-
 
20729
  }
17001
  }
20730
 
17002
  .wd-xl-15p-f {
20731
  .wd-xl-15p-f {
17003
    width: 15% !important;
20732
    width: 15% !important;
-
 
20733
  }
17004
  }
20734
 
17005
  .mx-wd-xl-15p-f {
20735
  .mx-wd-xl-15p-f {
17006
    max-width: 15% !important;
20736
    max-width: 15% !important;
-
 
20737
  }
17007
  }
20738
 
17008
  .mn-wd-xl-15p-f {
20739
  .mn-wd-xl-15p-f {
17009
    min-width: 15% !important;
20740
    min-width: 15% !important;
-
 
20741
  }
17010
  }
20742
 
17011
  .wd-xl-20 {
20743
  .wd-xl-20 {
17012
    width: 20px;
20744
    width: 20px;
-
 
20745
  }
17013
  }
20746
 
17014
  .wd-xl-20p {
20747
  .wd-xl-20p {
17015
    width: 20%;
20748
    width: 20%;
-
 
20749
  }
17016
  }
20750
 
17017
  .mx-wd-xl-20p {
20751
  .mx-wd-xl-20p {
17018
    max-width: 20%;
20752
    max-width: 20%;
-
 
20753
  }
17019
  }
20754
 
17020
  .mn-wd-xl-20p {
20755
  .mn-wd-xl-20p {
17021
    min-width: 20%;
20756
    min-width: 20%;
-
 
20757
  }
17022
  }
20758
 
17023
  .wd-xl-20-f {
20759
  .wd-xl-20-f {
17024
    width: 20px !important;
20760
    width: 20px !important;
-
 
20761
  }
17025
  }
20762
 
17026
  .wd-xl-20p-f {
20763
  .wd-xl-20p-f {
17027
    width: 20% !important;
20764
    width: 20% !important;
-
 
20765
  }
17028
  }
20766
 
17029
  .mx-wd-xl-20p-f {
20767
  .mx-wd-xl-20p-f {
17030
    max-width: 20% !important;
20768
    max-width: 20% !important;
-
 
20769
  }
17031
  }
20770
 
17032
  .mn-wd-xl-20p-f {
20771
  .mn-wd-xl-20p-f {
17033
    min-width: 20% !important;
20772
    min-width: 20% !important;
-
 
20773
  }
17034
  }
20774
 
17035
  .wd-xl-25 {
20775
  .wd-xl-25 {
17036
    width: 25px;
20776
    width: 25px;
-
 
20777
  }
17037
  }
20778
 
17038
  .wd-xl-25p {
20779
  .wd-xl-25p {
17039
    width: 25%;
20780
    width: 25%;
-
 
20781
  }
17040
  }
20782
 
17041
  .mx-wd-xl-25p {
20783
  .mx-wd-xl-25p {
17042
    max-width: 25%;
20784
    max-width: 25%;
-
 
20785
  }
17043
  }
20786
 
17044
  .mn-wd-xl-25p {
20787
  .mn-wd-xl-25p {
17045
    min-width: 25%;
20788
    min-width: 25%;
-
 
20789
  }
17046
  }
20790
 
17047
  .wd-xl-25-f {
20791
  .wd-xl-25-f {
17048
    width: 25px !important;
20792
    width: 25px !important;
-
 
20793
  }
17049
  }
20794
 
17050
  .wd-xl-25p-f {
20795
  .wd-xl-25p-f {
17051
    width: 25% !important;
20796
    width: 25% !important;
-
 
20797
  }
17052
  }
20798
 
17053
  .mx-wd-xl-25p-f {
20799
  .mx-wd-xl-25p-f {
17054
    max-width: 25% !important;
20800
    max-width: 25% !important;
-
 
20801
  }
17055
  }
20802
 
17056
  .mn-wd-xl-25p-f {
20803
  .mn-wd-xl-25p-f {
17057
    min-width: 25% !important;
20804
    min-width: 25% !important;
-
 
20805
  }
17058
  }
20806
 
17059
  .wd-xl-30 {
20807
  .wd-xl-30 {
17060
    width: 30px;
20808
    width: 30px;
-
 
20809
  }
17061
  }
20810
 
17062
  .wd-xl-30p {
20811
  .wd-xl-30p {
17063
    width: 30%;
20812
    width: 30%;
-
 
20813
  }
17064
  }
20814
 
17065
  .mx-wd-xl-30p {
20815
  .mx-wd-xl-30p {
17066
    max-width: 30%;
20816
    max-width: 30%;
-
 
20817
  }
17067
  }
20818
 
17068
  .mn-wd-xl-30p {
20819
  .mn-wd-xl-30p {
17069
    min-width: 30%;
20820
    min-width: 30%;
-
 
20821
  }
17070
  }
20822
 
17071
  .wd-xl-30-f {
20823
  .wd-xl-30-f {
17072
    width: 30px !important;
20824
    width: 30px !important;
-
 
20825
  }
17073
  }
20826
 
17074
  .wd-xl-30p-f {
20827
  .wd-xl-30p-f {
17075
    width: 30% !important;
20828
    width: 30% !important;
-
 
20829
  }
17076
  }
20830
 
17077
  .mx-wd-xl-30p-f {
20831
  .mx-wd-xl-30p-f {
17078
    max-width: 30% !important;
20832
    max-width: 30% !important;
-
 
20833
  }
17079
  }
20834
 
17080
  .mn-wd-xl-30p-f {
20835
  .mn-wd-xl-30p-f {
17081
    min-width: 30% !important;
20836
    min-width: 30% !important;
-
 
20837
  }
17082
  }
20838
 
17083
  .wd-xl-35 {
20839
  .wd-xl-35 {
17084
    width: 35px;
20840
    width: 35px;
-
 
20841
  }
17085
  }
20842
 
17086
  .wd-xl-35p {
20843
  .wd-xl-35p {
17087
    width: 35%;
20844
    width: 35%;
-
 
20845
  }
17088
  }
20846
 
17089
  .mx-wd-xl-35p {
20847
  .mx-wd-xl-35p {
17090
    max-width: 35%;
20848
    max-width: 35%;
-
 
20849
  }
17091
  }
20850
 
17092
  .mn-wd-xl-35p {
20851
  .mn-wd-xl-35p {
17093
    min-width: 35%;
20852
    min-width: 35%;
-
 
20853
  }
17094
  }
20854
 
17095
  .wd-xl-35-f {
20855
  .wd-xl-35-f {
17096
    width: 35px !important;
20856
    width: 35px !important;
-
 
20857
  }
17097
  }
20858
 
17098
  .wd-xl-35p-f {
20859
  .wd-xl-35p-f {
17099
    width: 35% !important;
20860
    width: 35% !important;
-
 
20861
  }
17100
  }
20862
 
17101
  .mx-wd-xl-35p-f {
20863
  .mx-wd-xl-35p-f {
17102
    max-width: 35% !important;
20864
    max-width: 35% !important;
-
 
20865
  }
17103
  }
20866
 
17104
  .mn-wd-xl-35p-f {
20867
  .mn-wd-xl-35p-f {
17105
    min-width: 35% !important;
20868
    min-width: 35% !important;
-
 
20869
  }
17106
  }
20870
 
17107
  .wd-xl-40 {
20871
  .wd-xl-40 {
17108
    width: 40px;
20872
    width: 40px;
-
 
20873
  }
17109
  }
20874
 
17110
  .wd-xl-40p {
20875
  .wd-xl-40p {
17111
    width: 40%;
20876
    width: 40%;
-
 
20877
  }
17112
  }
20878
 
17113
  .mx-wd-xl-40p {
20879
  .mx-wd-xl-40p {
17114
    max-width: 40%;
20880
    max-width: 40%;
-
 
20881
  }
17115
  }
20882
 
17116
  .mn-wd-xl-40p {
20883
  .mn-wd-xl-40p {
17117
    min-width: 40%;
20884
    min-width: 40%;
-
 
20885
  }
17118
  }
20886
 
17119
  .wd-xl-40-f {
20887
  .wd-xl-40-f {
17120
    width: 40px !important;
20888
    width: 40px !important;
-
 
20889
  }
17121
  }
20890
 
17122
  .wd-xl-40p-f {
20891
  .wd-xl-40p-f {
17123
    width: 40% !important;
20892
    width: 40% !important;
-
 
20893
  }
17124
  }
20894
 
17125
  .mx-wd-xl-40p-f {
20895
  .mx-wd-xl-40p-f {
17126
    max-width: 40% !important;
20896
    max-width: 40% !important;
-
 
20897
  }
17127
  }
20898
 
17128
  .mn-wd-xl-40p-f {
20899
  .mn-wd-xl-40p-f {
17129
    min-width: 40% !important;
20900
    min-width: 40% !important;
-
 
20901
  }
17130
  }
20902
 
17131
  .wd-xl-45 {
20903
  .wd-xl-45 {
17132
    width: 45px;
20904
    width: 45px;
-
 
20905
  }
17133
  }
20906
 
17134
  .wd-xl-45p {
20907
  .wd-xl-45p {
17135
    width: 45%;
20908
    width: 45%;
-
 
20909
  }
17136
  }
20910
 
17137
  .mx-wd-xl-45p {
20911
  .mx-wd-xl-45p {
17138
    max-width: 45%;
20912
    max-width: 45%;
-
 
20913
  }
17139
  }
20914
 
17140
  .mn-wd-xl-45p {
20915
  .mn-wd-xl-45p {
17141
    min-width: 45%;
20916
    min-width: 45%;
-
 
20917
  }
17142
  }
20918
 
17143
  .wd-xl-45-f {
20919
  .wd-xl-45-f {
17144
    width: 45px !important;
20920
    width: 45px !important;
-
 
20921
  }
17145
  }
20922
 
17146
  .wd-xl-45p-f {
20923
  .wd-xl-45p-f {
17147
    width: 45% !important;
20924
    width: 45% !important;
-
 
20925
  }
17148
  }
20926
 
17149
  .mx-wd-xl-45p-f {
20927
  .mx-wd-xl-45p-f {
17150
    max-width: 45% !important;
20928
    max-width: 45% !important;
-
 
20929
  }
17151
  }
20930
 
17152
  .mn-wd-xl-45p-f {
20931
  .mn-wd-xl-45p-f {
17153
    min-width: 45% !important;
20932
    min-width: 45% !important;
-
 
20933
  }
17154
  }
20934
 
17155
  .wd-xl-50 {
20935
  .wd-xl-50 {
17156
    width: 50px;
20936
    width: 50px;
-
 
20937
  }
17157
  }
20938
 
17158
  .wd-xl-50p {
20939
  .wd-xl-50p {
17159
    width: 50%;
20940
    width: 50%;
-
 
20941
  }
17160
  }
20942
 
17161
  .mx-wd-xl-50p {
20943
  .mx-wd-xl-50p {
17162
    max-width: 50%;
20944
    max-width: 50%;
-
 
20945
  }
17163
  }
20946
 
17164
  .mn-wd-xl-50p {
20947
  .mn-wd-xl-50p {
17165
    min-width: 50%;
20948
    min-width: 50%;
-
 
20949
  }
17166
  }
20950
 
17167
  .wd-xl-50-f {
20951
  .wd-xl-50-f {
17168
    width: 50px !important;
20952
    width: 50px !important;
-
 
20953
  }
17169
  }
20954
 
17170
  .wd-xl-50p-f {
20955
  .wd-xl-50p-f {
17171
    width: 50% !important;
20956
    width: 50% !important;
-
 
20957
  }
17172
  }
20958
 
17173
  .mx-wd-xl-50p-f {
20959
  .mx-wd-xl-50p-f {
17174
    max-width: 50% !important;
20960
    max-width: 50% !important;
-
 
20961
  }
17175
  }
20962
 
17176
  .mn-wd-xl-50p-f {
20963
  .mn-wd-xl-50p-f {
17177
    min-width: 50% !important;
20964
    min-width: 50% !important;
-
 
20965
  }
17178
  }
20966
 
17179
  .wd-xl-55 {
20967
  .wd-xl-55 {
17180
    width: 55px;
20968
    width: 55px;
-
 
20969
  }
17181
  }
20970
 
17182
  .wd-xl-55p {
20971
  .wd-xl-55p {
17183
    width: 55%;
20972
    width: 55%;
-
 
20973
  }
17184
  }
20974
 
17185
  .mx-wd-xl-55p {
20975
  .mx-wd-xl-55p {
17186
    max-width: 55%;
20976
    max-width: 55%;
-
 
20977
  }
17187
  }
20978
 
17188
  .mn-wd-xl-55p {
20979
  .mn-wd-xl-55p {
17189
    min-width: 55%;
20980
    min-width: 55%;
-
 
20981
  }
17190
  }
20982
 
17191
  .wd-xl-55-f {
20983
  .wd-xl-55-f {
17192
    width: 55px !important;
20984
    width: 55px !important;
-
 
20985
  }
17193
  }
20986
 
17194
  .wd-xl-55p-f {
20987
  .wd-xl-55p-f {
17195
    width: 55% !important;
20988
    width: 55% !important;
-
 
20989
  }
17196
  }
20990
 
17197
  .mx-wd-xl-55p-f {
20991
  .mx-wd-xl-55p-f {
17198
    max-width: 55% !important;
20992
    max-width: 55% !important;
-
 
20993
  }
17199
  }
20994
 
17200
  .mn-wd-xl-55p-f {
20995
  .mn-wd-xl-55p-f {
17201
    min-width: 55% !important;
20996
    min-width: 55% !important;
-
 
20997
  }
17202
  }
20998
 
17203
  .wd-xl-60 {
20999
  .wd-xl-60 {
17204
    width: 60px;
21000
    width: 60px;
-
 
21001
  }
17205
  }
21002
 
17206
  .wd-xl-60p {
21003
  .wd-xl-60p {
17207
    width: 60%;
21004
    width: 60%;
-
 
21005
  }
17208
  }
21006
 
17209
  .mx-wd-xl-60p {
21007
  .mx-wd-xl-60p {
17210
    max-width: 60%;
21008
    max-width: 60%;
-
 
21009
  }
17211
  }
21010
 
17212
  .mn-wd-xl-60p {
21011
  .mn-wd-xl-60p {
17213
    min-width: 60%;
21012
    min-width: 60%;
-
 
21013
  }
17214
  }
21014
 
17215
  .wd-xl-60-f {
21015
  .wd-xl-60-f {
17216
    width: 60px !important;
21016
    width: 60px !important;
-
 
21017
  }
17217
  }
21018
 
17218
  .wd-xl-60p-f {
21019
  .wd-xl-60p-f {
17219
    width: 60% !important;
21020
    width: 60% !important;
-
 
21021
  }
17220
  }
21022
 
17221
  .mx-wd-xl-60p-f {
21023
  .mx-wd-xl-60p-f {
17222
    max-width: 60% !important;
21024
    max-width: 60% !important;
-
 
21025
  }
17223
  }
21026
 
17224
  .mn-wd-xl-60p-f {
21027
  .mn-wd-xl-60p-f {
17225
    min-width: 60% !important;
21028
    min-width: 60% !important;
-
 
21029
  }
17226
  }
21030
 
17227
  .wd-xl-65 {
21031
  .wd-xl-65 {
17228
    width: 65px;
21032
    width: 65px;
-
 
21033
  }
17229
  }
21034
 
17230
  .wd-xl-65p {
21035
  .wd-xl-65p {
17231
    width: 65%;
21036
    width: 65%;
-
 
21037
  }
17232
  }
21038
 
17233
  .mx-wd-xl-65p {
21039
  .mx-wd-xl-65p {
17234
    max-width: 65%;
21040
    max-width: 65%;
-
 
21041
  }
17235
  }
21042
 
17236
  .mn-wd-xl-65p {
21043
  .mn-wd-xl-65p {
17237
    min-width: 65%;
21044
    min-width: 65%;
-
 
21045
  }
17238
  }
21046
 
17239
  .wd-xl-65-f {
21047
  .wd-xl-65-f {
17240
    width: 65px !important;
21048
    width: 65px !important;
-
 
21049
  }
17241
  }
21050
 
17242
  .wd-xl-65p-f {
21051
  .wd-xl-65p-f {
17243
    width: 65% !important;
21052
    width: 65% !important;
-
 
21053
  }
17244
  }
21054
 
17245
  .mx-wd-xl-65p-f {
21055
  .mx-wd-xl-65p-f {
17246
    max-width: 65% !important;
21056
    max-width: 65% !important;
-
 
21057
  }
17247
  }
21058
 
17248
  .mn-wd-xl-65p-f {
21059
  .mn-wd-xl-65p-f {
17249
    min-width: 65% !important;
21060
    min-width: 65% !important;
-
 
21061
  }
17250
  }
21062
 
17251
  .wd-xl-70 {
21063
  .wd-xl-70 {
17252
    width: 70px;
21064
    width: 70px;
-
 
21065
  }
17253
  }
21066
 
17254
  .wd-xl-70p {
21067
  .wd-xl-70p {
17255
    width: 70%;
21068
    width: 70%;
-
 
21069
  }
17256
  }
21070
 
17257
  .mx-wd-xl-70p {
21071
  .mx-wd-xl-70p {
17258
    max-width: 70%;
21072
    max-width: 70%;
-
 
21073
  }
17259
  }
21074
 
17260
  .mn-wd-xl-70p {
21075
  .mn-wd-xl-70p {
17261
    min-width: 70%;
21076
    min-width: 70%;
-
 
21077
  }
17262
  }
21078
 
17263
  .wd-xl-70-f {
21079
  .wd-xl-70-f {
17264
    width: 70px !important;
21080
    width: 70px !important;
-
 
21081
  }
17265
  }
21082
 
17266
  .wd-xl-70p-f {
21083
  .wd-xl-70p-f {
17267
    width: 70% !important;
21084
    width: 70% !important;
-
 
21085
  }
17268
  }
21086
 
17269
  .mx-wd-xl-70p-f {
21087
  .mx-wd-xl-70p-f {
17270
    max-width: 70% !important;
21088
    max-width: 70% !important;
-
 
21089
  }
17271
  }
21090
 
17272
  .mn-wd-xl-70p-f {
21091
  .mn-wd-xl-70p-f {
17273
    min-width: 70% !important;
21092
    min-width: 70% !important;
-
 
21093
  }
17274
  }
21094
 
17275
  .wd-xl-75 {
21095
  .wd-xl-75 {
17276
    width: 75px;
21096
    width: 75px;
-
 
21097
  }
17277
  }
21098
 
17278
  .wd-xl-75p {
21099
  .wd-xl-75p {
17279
    width: 75%;
21100
    width: 75%;
-
 
21101
  }
17280
  }
21102
 
17281
  .mx-wd-xl-75p {
21103
  .mx-wd-xl-75p {
17282
    max-width: 75%;
21104
    max-width: 75%;
-
 
21105
  }
17283
  }
21106
 
17284
  .mn-wd-xl-75p {
21107
  .mn-wd-xl-75p {
17285
    min-width: 75%;
21108
    min-width: 75%;
-
 
21109
  }
17286
  }
21110
 
17287
  .wd-xl-75-f {
21111
  .wd-xl-75-f {
17288
    width: 75px !important;
21112
    width: 75px !important;
-
 
21113
  }
17289
  }
21114
 
17290
  .wd-xl-75p-f {
21115
  .wd-xl-75p-f {
17291
    width: 75% !important;
21116
    width: 75% !important;
-
 
21117
  }
17292
  }
21118
 
17293
  .mx-wd-xl-75p-f {
21119
  .mx-wd-xl-75p-f {
17294
    max-width: 75% !important;
21120
    max-width: 75% !important;
-
 
21121
  }
17295
  }
21122
 
17296
  .mn-wd-xl-75p-f {
21123
  .mn-wd-xl-75p-f {
17297
    min-width: 75% !important;
21124
    min-width: 75% !important;
-
 
21125
  }
17298
  }
21126
 
17299
  .wd-xl-80 {
21127
  .wd-xl-80 {
17300
    width: 80px;
21128
    width: 80px;
-
 
21129
  }
17301
  }
21130
 
17302
  .wd-xl-80p {
21131
  .wd-xl-80p {
17303
    width: 80%;
21132
    width: 80%;
-
 
21133
  }
17304
  }
21134
 
17305
  .mx-wd-xl-80p {
21135
  .mx-wd-xl-80p {
17306
    max-width: 80%;
21136
    max-width: 80%;
-
 
21137
  }
17307
  }
21138
 
17308
  .mn-wd-xl-80p {
21139
  .mn-wd-xl-80p {
17309
    min-width: 80%;
21140
    min-width: 80%;
-
 
21141
  }
17310
  }
21142
 
17311
  .wd-xl-80-f {
21143
  .wd-xl-80-f {
17312
    width: 80px !important;
21144
    width: 80px !important;
-
 
21145
  }
17313
  }
21146
 
17314
  .wd-xl-80p-f {
21147
  .wd-xl-80p-f {
17315
    width: 80% !important;
21148
    width: 80% !important;
-
 
21149
  }
17316
  }
21150
 
17317
  .mx-wd-xl-80p-f {
21151
  .mx-wd-xl-80p-f {
17318
    max-width: 80% !important;
21152
    max-width: 80% !important;
-
 
21153
  }
17319
  }
21154
 
17320
  .mn-wd-xl-80p-f {
21155
  .mn-wd-xl-80p-f {
17321
    min-width: 80% !important;
21156
    min-width: 80% !important;
-
 
21157
  }
17322
  }
21158
 
17323
  .wd-xl-85 {
21159
  .wd-xl-85 {
17324
    width: 85px;
21160
    width: 85px;
-
 
21161
  }
17325
  }
21162
 
17326
  .wd-xl-85p {
21163
  .wd-xl-85p {
17327
    width: 85%;
21164
    width: 85%;
-
 
21165
  }
17328
  }
21166
 
17329
  .mx-wd-xl-85p {
21167
  .mx-wd-xl-85p {
17330
    max-width: 85%;
21168
    max-width: 85%;
-
 
21169
  }
17331
  }
21170
 
17332
  .mn-wd-xl-85p {
21171
  .mn-wd-xl-85p {
17333
    min-width: 85%;
21172
    min-width: 85%;
-
 
21173
  }
17334
  }
21174
 
17335
  .wd-xl-85-f {
21175
  .wd-xl-85-f {
17336
    width: 85px !important;
21176
    width: 85px !important;
-
 
21177
  }
17337
  }
21178
 
17338
  .wd-xl-85p-f {
21179
  .wd-xl-85p-f {
17339
    width: 85% !important;
21180
    width: 85% !important;
-
 
21181
  }
17340
  }
21182
 
17341
  .mx-wd-xl-85p-f {
21183
  .mx-wd-xl-85p-f {
17342
    max-width: 85% !important;
21184
    max-width: 85% !important;
-
 
21185
  }
17343
  }
21186
 
17344
  .mn-wd-xl-85p-f {
21187
  .mn-wd-xl-85p-f {
17345
    min-width: 85% !important;
21188
    min-width: 85% !important;
-
 
21189
  }
17346
  }
21190
 
17347
  .wd-xl-90 {
21191
  .wd-xl-90 {
17348
    width: 90px;
21192
    width: 90px;
-
 
21193
  }
17349
  }
21194
 
17350
  .wd-xl-90p {
21195
  .wd-xl-90p {
17351
    width: 90%;
21196
    width: 90%;
-
 
21197
  }
17352
  }
21198
 
17353
  .mx-wd-xl-90p {
21199
  .mx-wd-xl-90p {
17354
    max-width: 90%;
21200
    max-width: 90%;
-
 
21201
  }
17355
  }
21202
 
17356
  .mn-wd-xl-90p {
21203
  .mn-wd-xl-90p {
17357
    min-width: 90%;
21204
    min-width: 90%;
-
 
21205
  }
17358
  }
21206
 
17359
  .wd-xl-90-f {
21207
  .wd-xl-90-f {
17360
    width: 90px !important;
21208
    width: 90px !important;
-
 
21209
  }
17361
  }
21210
 
17362
  .wd-xl-90p-f {
21211
  .wd-xl-90p-f {
17363
    width: 90% !important;
21212
    width: 90% !important;
-
 
21213
  }
17364
  }
21214
 
17365
  .mx-wd-xl-90p-f {
21215
  .mx-wd-xl-90p-f {
17366
    max-width: 90% !important;
21216
    max-width: 90% !important;
-
 
21217
  }
17367
  }
21218
 
17368
  .mn-wd-xl-90p-f {
21219
  .mn-wd-xl-90p-f {
17369
    min-width: 90% !important;
21220
    min-width: 90% !important;
-
 
21221
  }
17370
  }
21222
 
17371
  .wd-xl-95 {
21223
  .wd-xl-95 {
17372
    width: 95px;
21224
    width: 95px;
-
 
21225
  }
17373
  }
21226
 
17374
  .wd-xl-95p {
21227
  .wd-xl-95p {
17375
    width: 95%;
21228
    width: 95%;
-
 
21229
  }
17376
  }
21230
 
17377
  .mx-wd-xl-95p {
21231
  .mx-wd-xl-95p {
17378
    max-width: 95%;
21232
    max-width: 95%;
-
 
21233
  }
17379
  }
21234
 
17380
  .mn-wd-xl-95p {
21235
  .mn-wd-xl-95p {
17381
    min-width: 95%;
21236
    min-width: 95%;
-
 
21237
  }
17382
  }
21238
 
17383
  .wd-xl-95-f {
21239
  .wd-xl-95-f {
17384
    width: 95px !important;
21240
    width: 95px !important;
-
 
21241
  }
17385
  }
21242
 
17386
  .wd-xl-95p-f {
21243
  .wd-xl-95p-f {
17387
    width: 95% !important;
21244
    width: 95% !important;
-
 
21245
  }
17388
  }
21246
 
17389
  .mx-wd-xl-95p-f {
21247
  .mx-wd-xl-95p-f {
17390
    max-width: 95% !important;
21248
    max-width: 95% !important;
-
 
21249
  }
17391
  }
21250
 
17392
  .mn-wd-xl-95p-f {
21251
  .mn-wd-xl-95p-f {
17393
    min-width: 95% !important;
21252
    min-width: 95% !important;
-
 
21253
  }
17394
  }
21254
 
17395
  .wd-xl-100 {
21255
  .wd-xl-100 {
17396
    width: 100px;
21256
    width: 100px;
-
 
21257
  }
17397
  }
21258
 
17398
  .wd-xl-100p {
21259
  .wd-xl-100p {
17399
    width: 100%;
21260
    width: 100%;
-
 
21261
  }
17400
  }
21262
 
17401
  .mx-wd-xl-100p {
21263
  .mx-wd-xl-100p {
17402
    max-width: 100%;
21264
    max-width: 100%;
-
 
21265
  }
17403
  }
21266
 
17404
  .mn-wd-xl-100p {
21267
  .mn-wd-xl-100p {
17405
    min-width: 100%;
21268
    min-width: 100%;
-
 
21269
  }
17406
  }
21270
 
17407
  .wd-xl-100-f {
21271
  .wd-xl-100-f {
17408
    width: 100px !important;
21272
    width: 100px !important;
-
 
21273
  }
17409
  }
21274
 
17410
  .wd-xl-100p-f {
21275
  .wd-xl-100p-f {
17411
    width: 100% !important;
21276
    width: 100% !important;
-
 
21277
  }
17412
  }
21278
 
17413
  .mx-wd-xl-100p-f {
21279
  .mx-wd-xl-100p-f {
17414
    max-width: 100% !important;
21280
    max-width: 100% !important;
-
 
21281
  }
17415
  }
21282
 
17416
  .mn-wd-xl-100p-f {
21283
  .mn-wd-xl-100p-f {
17417
    min-width: 100% !important;
21284
    min-width: 100% !important;
-
 
21285
  }
17418
  }
21286
 
17419
  .wd-xl-150 {
21287
  .wd-xl-150 {
17420
    width: 150px;
21288
    width: 150px;
-
 
21289
  }
17421
  }
21290
 
17422
  .wd-xl-150p {
21291
  .wd-xl-150p {
17423
    width: 150%;
21292
    width: 150%;
-
 
21293
  }
17424
  }
21294
 
17425
  .mx-wd-xl-150p {
21295
  .mx-wd-xl-150p {
17426
    max-width: 150%;
21296
    max-width: 150%;
-
 
21297
  }
17427
  }
21298
 
17428
  .mn-wd-xl-150p {
21299
  .mn-wd-xl-150p {
17429
    min-width: 150%;
21300
    min-width: 150%;
-
 
21301
  }
17430
  }
21302
 
17431
  .wd-xl-150-f {
21303
  .wd-xl-150-f {
17432
    width: 150px !important;
21304
    width: 150px !important;
-
 
21305
  }
17433
  }
21306
 
17434
  .wd-xl-150p-f {
21307
  .wd-xl-150p-f {
17435
    width: 150% !important;
21308
    width: 150% !important;
-
 
21309
  }
17436
  }
21310
 
17437
  .mx-wd-xl-150p-f {
21311
  .mx-wd-xl-150p-f {
17438
    max-width: 150% !important;
21312
    max-width: 150% !important;
-
 
21313
  }
17439
  }
21314
 
17440
  .mn-wd-xl-150p-f {
21315
  .mn-wd-xl-150p-f {
17441
    min-width: 150% !important;
21316
    min-width: 150% !important;
-
 
21317
  }
17442
  }
21318
 
17443
  .wd-xl-200 {
21319
  .wd-xl-200 {
17444
    width: 200px;
21320
    width: 200px;
-
 
21321
  }
17445
  }
21322
 
17446
  .wd-xl-200p {
21323
  .wd-xl-200p {
17447
    width: 200%;
21324
    width: 200%;
-
 
21325
  }
17448
  }
21326
 
17449
  .mx-wd-xl-200p {
21327
  .mx-wd-xl-200p {
17450
    max-width: 200%;
21328
    max-width: 200%;
-
 
21329
  }
17451
  }
21330
 
17452
  .mn-wd-xl-200p {
21331
  .mn-wd-xl-200p {
17453
    min-width: 200%;
21332
    min-width: 200%;
-
 
21333
  }
17454
  }
21334
 
17455
  .wd-xl-200-f {
21335
  .wd-xl-200-f {
17456
    width: 200px !important;
21336
    width: 200px !important;
-
 
21337
  }
17457
  }
21338
 
17458
  .wd-xl-200p-f {
21339
  .wd-xl-200p-f {
17459
    width: 200% !important;
21340
    width: 200% !important;
-
 
21341
  }
17460
  }
21342
 
17461
  .mx-wd-xl-200p-f {
21343
  .mx-wd-xl-200p-f {
17462
    max-width: 200% !important;
21344
    max-width: 200% !important;
-
 
21345
  }
17463
  }
21346
 
17464
  .mn-wd-xl-200p-f {
21347
  .mn-wd-xl-200p-f {
17465
    min-width: 200% !important;
21348
    min-width: 200% !important;
-
 
21349
  }
17466
  }
21350
 
17467
  .wd-xl-250 {
21351
  .wd-xl-250 {
17468
    width: 250px;
21352
    width: 250px;
-
 
21353
  }
17469
  }
21354
 
17470
  .wd-xl-250p {
21355
  .wd-xl-250p {
17471
    width: 250%;
21356
    width: 250%;
-
 
21357
  }
17472
  }
21358
 
17473
  .mx-wd-xl-250p {
21359
  .mx-wd-xl-250p {
17474
    max-width: 250%;
21360
    max-width: 250%;
-
 
21361
  }
17475
  }
21362
 
17476
  .mn-wd-xl-250p {
21363
  .mn-wd-xl-250p {
17477
    min-width: 250%;
21364
    min-width: 250%;
-
 
21365
  }
17478
  }
21366
 
17479
  .wd-xl-250-f {
21367
  .wd-xl-250-f {
17480
    width: 250px !important;
21368
    width: 250px !important;
-
 
21369
  }
17481
  }
21370
 
17482
  .wd-xl-250p-f {
21371
  .wd-xl-250p-f {
17483
    width: 250% !important;
21372
    width: 250% !important;
-
 
21373
  }
17484
  }
21374
 
17485
  .mx-wd-xl-250p-f {
21375
  .mx-wd-xl-250p-f {
17486
    max-width: 250% !important;
21376
    max-width: 250% !important;
-
 
21377
  }
17487
  }
21378
 
17488
  .mn-wd-xl-250p-f {
21379
  .mn-wd-xl-250p-f {
17489
    min-width: 250% !important;
21380
    min-width: 250% !important;
-
 
21381
  }
17490
  }
21382
 
17491
  .wd-xl-300 {
21383
  .wd-xl-300 {
17492
    width: 300px;
21384
    width: 300px;
-
 
21385
  }
17493
  }
21386
 
17494
  .wd-xl-300p {
21387
  .wd-xl-300p {
17495
    width: 300%;
21388
    width: 300%;
-
 
21389
  }
17496
  }
21390
 
17497
  .mx-wd-xl-300p {
21391
  .mx-wd-xl-300p {
17498
    max-width: 300%;
21392
    max-width: 300%;
-
 
21393
  }
17499
  }
21394
 
17500
  .mn-wd-xl-300p {
21395
  .mn-wd-xl-300p {
17501
    min-width: 300%;
21396
    min-width: 300%;
-
 
21397
  }
17502
  }
21398
 
17503
  .wd-xl-300-f {
21399
  .wd-xl-300-f {
17504
    width: 300px !important;
21400
    width: 300px !important;
-
 
21401
  }
17505
  }
21402
 
17506
  .wd-xl-300p-f {
21403
  .wd-xl-300p-f {
17507
    width: 300% !important;
21404
    width: 300% !important;
-
 
21405
  }
17508
  }
21406
 
17509
  .mx-wd-xl-300p-f {
21407
  .mx-wd-xl-300p-f {
17510
    max-width: 300% !important;
21408
    max-width: 300% !important;
-
 
21409
  }
17511
  }
21410
 
17512
  .mn-wd-xl-300p-f {
21411
  .mn-wd-xl-300p-f {
17513
    min-width: 300% !important;
21412
    min-width: 300% !important;
-
 
21413
  }
17514
  }
21414
 
17515
  .wd-xl-350 {
21415
  .wd-xl-350 {
17516
    width: 350px;
21416
    width: 350px;
-
 
21417
  }
17517
  }
21418
 
17518
  .wd-xl-350p {
21419
  .wd-xl-350p {
17519
    width: 350%;
21420
    width: 350%;
-
 
21421
  }
17520
  }
21422
 
17521
  .mx-wd-xl-350p {
21423
  .mx-wd-xl-350p {
17522
    max-width: 350%;
21424
    max-width: 350%;
-
 
21425
  }
17523
  }
21426
 
17524
  .mn-wd-xl-350p {
21427
  .mn-wd-xl-350p {
17525
    min-width: 350%;
21428
    min-width: 350%;
-
 
21429
  }
17526
  }
21430
 
17527
  .wd-xl-350-f {
21431
  .wd-xl-350-f {
17528
    width: 350px !important;
21432
    width: 350px !important;
-
 
21433
  }
17529
  }
21434
 
17530
  .wd-xl-350p-f {
21435
  .wd-xl-350p-f {
17531
    width: 350% !important;
21436
    width: 350% !important;
-
 
21437
  }
17532
  }
21438
 
17533
  .mx-wd-xl-350p-f {
21439
  .mx-wd-xl-350p-f {
17534
    max-width: 350% !important;
21440
    max-width: 350% !important;
-
 
21441
  }
17535
  }
21442
 
17536
  .mn-wd-xl-350p-f {
21443
  .mn-wd-xl-350p-f {
17537
    min-width: 350% !important;
21444
    min-width: 350% !important;
-
 
21445
  }
17538
  }
21446
 
17539
  .wd-xl-400 {
21447
  .wd-xl-400 {
17540
    width: 400px;
21448
    width: 400px;
-
 
21449
  }
17541
  }
21450
 
17542
  .wd-xl-400p {
21451
  .wd-xl-400p {
17543
    width: 400%;
21452
    width: 400%;
-
 
21453
  }
17544
  }
21454
 
17545
  .mx-wd-xl-400p {
21455
  .mx-wd-xl-400p {
17546
    max-width: 400%;
21456
    max-width: 400%;
-
 
21457
  }
17547
  }
21458
 
17548
  .mn-wd-xl-400p {
21459
  .mn-wd-xl-400p {
17549
    min-width: 400%;
21460
    min-width: 400%;
-
 
21461
  }
17550
  }
21462
 
17551
  .wd-xl-400-f {
21463
  .wd-xl-400-f {
17552
    width: 400px !important;
21464
    width: 400px !important;
-
 
21465
  }
17553
  }
21466
 
17554
  .wd-xl-400p-f {
21467
  .wd-xl-400p-f {
17555
    width: 400% !important;
21468
    width: 400% !important;
-
 
21469
  }
17556
  }
21470
 
17557
  .mx-wd-xl-400p-f {
21471
  .mx-wd-xl-400p-f {
17558
    max-width: 400% !important;
21472
    max-width: 400% !important;
-
 
21473
  }
17559
  }
21474
 
17560
  .mn-wd-xl-400p-f {
21475
  .mn-wd-xl-400p-f {
17561
    min-width: 400% !important;
21476
    min-width: 400% !important;
-
 
21477
  }
17562
  }
21478
 
17563
  .wd-xl-450 {
21479
  .wd-xl-450 {
17564
    width: 450px;
21480
    width: 450px;
-
 
21481
  }
17565
  }
21482
 
17566
  .wd-xl-450p {
21483
  .wd-xl-450p {
17567
    width: 450%;
21484
    width: 450%;
-
 
21485
  }
17568
  }
21486
 
17569
  .mx-wd-xl-450p {
21487
  .mx-wd-xl-450p {
17570
    max-width: 450%;
21488
    max-width: 450%;
-
 
21489
  }
17571
  }
21490
 
17572
  .mn-wd-xl-450p {
21491
  .mn-wd-xl-450p {
17573
    min-width: 450%;
21492
    min-width: 450%;
-
 
21493
  }
17574
  }
21494
 
17575
  .wd-xl-450-f {
21495
  .wd-xl-450-f {
17576
    width: 450px !important;
21496
    width: 450px !important;
-
 
21497
  }
17577
  }
21498
 
17578
  .wd-xl-450p-f {
21499
  .wd-xl-450p-f {
17579
    width: 450% !important;
21500
    width: 450% !important;
-
 
21501
  }
17580
  }
21502
 
17581
  .mx-wd-xl-450p-f {
21503
  .mx-wd-xl-450p-f {
17582
    max-width: 450% !important;
21504
    max-width: 450% !important;
-
 
21505
  }
17583
  }
21506
 
17584
  .mn-wd-xl-450p-f {
21507
  .mn-wd-xl-450p-f {
17585
    min-width: 450% !important;
21508
    min-width: 450% !important;
-
 
21509
  }
17586
  }
21510
 
17587
  .wd-xl-500 {
21511
  .wd-xl-500 {
17588
    width: 500px;
21512
    width: 500px;
-
 
21513
  }
17589
  }
21514
 
17590
  .wd-xl-500p {
21515
  .wd-xl-500p {
17591
    width: 500%;
21516
    width: 500%;
-
 
21517
  }
17592
  }
21518
 
17593
  .mx-wd-xl-500p {
21519
  .mx-wd-xl-500p {
17594
    max-width: 500%;
21520
    max-width: 500%;
-
 
21521
  }
17595
  }
21522
 
17596
  .mn-wd-xl-500p {
21523
  .mn-wd-xl-500p {
17597
    min-width: 500%;
21524
    min-width: 500%;
-
 
21525
  }
17598
  }
21526
 
17599
  .wd-xl-500-f {
21527
  .wd-xl-500-f {
17600
    width: 500px !important;
21528
    width: 500px !important;
-
 
21529
  }
17601
  }
21530
 
17602
  .wd-xl-500p-f {
21531
  .wd-xl-500p-f {
17603
    width: 500% !important;
21532
    width: 500% !important;
-
 
21533
  }
17604
  }
21534
 
17605
  .mx-wd-xl-500p-f {
21535
  .mx-wd-xl-500p-f {
17606
    max-width: 500% !important;
21536
    max-width: 500% !important;
-
 
21537
  }
17607
  }
21538
 
17608
  .mn-wd-xl-500p-f {
21539
  .mn-wd-xl-500p-f {
17609
    min-width: 500% !important;
21540
    min-width: 500% !important;
-
 
21541
  }
17610
  }
21542
 
17611
  .wd-xl-550 {
21543
  .wd-xl-550 {
17612
    width: 550px;
21544
    width: 550px;
-
 
21545
  }
17613
  }
21546
 
17614
  .wd-xl-550p {
21547
  .wd-xl-550p {
17615
    width: 550%;
21548
    width: 550%;
-
 
21549
  }
17616
  }
21550
 
17617
  .mx-wd-xl-550p {
21551
  .mx-wd-xl-550p {
17618
    max-width: 550%;
21552
    max-width: 550%;
-
 
21553
  }
17619
  }
21554
 
17620
  .mn-wd-xl-550p {
21555
  .mn-wd-xl-550p {
17621
    min-width: 550%;
21556
    min-width: 550%;
-
 
21557
  }
17622
  }
21558
 
17623
  .wd-xl-550-f {
21559
  .wd-xl-550-f {
17624
    width: 550px !important;
21560
    width: 550px !important;
-
 
21561
  }
17625
  }
21562
 
17626
  .wd-xl-550p-f {
21563
  .wd-xl-550p-f {
17627
    width: 550% !important;
21564
    width: 550% !important;
-
 
21565
  }
17628
  }
21566
 
17629
  .mx-wd-xl-550p-f {
21567
  .mx-wd-xl-550p-f {
17630
    max-width: 550% !important;
21568
    max-width: 550% !important;
-
 
21569
  }
17631
  }
21570
 
17632
  .mn-wd-xl-550p-f {
21571
  .mn-wd-xl-550p-f {
17633
    min-width: 550% !important;
21572
    min-width: 550% !important;
-
 
21573
  }
17634
  }
21574
 
17635
  .wd-xl-600 {
21575
  .wd-xl-600 {
17636
    width: 600px;
21576
    width: 600px;
-
 
21577
  }
17637
  }
21578
 
17638
  .wd-xl-600p {
21579
  .wd-xl-600p {
17639
    width: 600%;
21580
    width: 600%;
-
 
21581
  }
17640
  }
21582
 
17641
  .mx-wd-xl-600p {
21583
  .mx-wd-xl-600p {
17642
    max-width: 600%;
21584
    max-width: 600%;
-
 
21585
  }
17643
  }
21586
 
17644
  .mn-wd-xl-600p {
21587
  .mn-wd-xl-600p {
17645
    min-width: 600%;
21588
    min-width: 600%;
-
 
21589
  }
17646
  }
21590
 
17647
  .wd-xl-600-f {
21591
  .wd-xl-600-f {
17648
    width: 600px !important;
21592
    width: 600px !important;
-
 
21593
  }
17649
  }
21594
 
17650
  .wd-xl-600p-f {
21595
  .wd-xl-600p-f {
17651
    width: 600% !important;
21596
    width: 600% !important;
-
 
21597
  }
17652
  }
21598
 
17653
  .mx-wd-xl-600p-f {
21599
  .mx-wd-xl-600p-f {
17654
    max-width: 600% !important;
21600
    max-width: 600% !important;
-
 
21601
  }
17655
  }
21602
 
17656
  .mn-wd-xl-600p-f {
21603
  .mn-wd-xl-600p-f {
17657
    min-width: 600% !important;
21604
    min-width: 600% !important;
-
 
21605
  }
17658
  }
21606
 
17659
  .wd-xl-650 {
21607
  .wd-xl-650 {
17660
    width: 650px;
21608
    width: 650px;
-
 
21609
  }
17661
  }
21610
 
17662
  .wd-xl-650p {
21611
  .wd-xl-650p {
17663
    width: 650%;
21612
    width: 650%;
-
 
21613
  }
17664
  }
21614
 
17665
  .mx-wd-xl-650p {
21615
  .mx-wd-xl-650p {
17666
    max-width: 650%;
21616
    max-width: 650%;
-
 
21617
  }
17667
  }
21618
 
17668
  .mn-wd-xl-650p {
21619
  .mn-wd-xl-650p {
17669
    min-width: 650%;
21620
    min-width: 650%;
-
 
21621
  }
17670
  }
21622
 
17671
  .wd-xl-650-f {
21623
  .wd-xl-650-f {
17672
    width: 650px !important;
21624
    width: 650px !important;
-
 
21625
  }
17673
  }
21626
 
17674
  .wd-xl-650p-f {
21627
  .wd-xl-650p-f {
17675
    width: 650% !important;
21628
    width: 650% !important;
-
 
21629
  }
17676
  }
21630
 
17677
  .mx-wd-xl-650p-f {
21631
  .mx-wd-xl-650p-f {
17678
    max-width: 650% !important;
21632
    max-width: 650% !important;
-
 
21633
  }
17679
  }
21634
 
17680
  .mn-wd-xl-650p-f {
21635
  .mn-wd-xl-650p-f {
17681
    min-width: 650% !important;
21636
    min-width: 650% !important;
-
 
21637
  }
17682
  }
21638
 
17683
  .wd-xl-700 {
21639
  .wd-xl-700 {
17684
    width: 700px;
21640
    width: 700px;
-
 
21641
  }
17685
  }
21642
 
17686
  .wd-xl-700p {
21643
  .wd-xl-700p {
17687
    width: 700%;
21644
    width: 700%;
-
 
21645
  }
17688
  }
21646
 
17689
  .mx-wd-xl-700p {
21647
  .mx-wd-xl-700p {
17690
    max-width: 700%;
21648
    max-width: 700%;
-
 
21649
  }
17691
  }
21650
 
17692
  .mn-wd-xl-700p {
21651
  .mn-wd-xl-700p {
17693
    min-width: 700%;
21652
    min-width: 700%;
-
 
21653
  }
17694
  }
21654
 
17695
  .wd-xl-700-f {
21655
  .wd-xl-700-f {
17696
    width: 700px !important;
21656
    width: 700px !important;
-
 
21657
  }
17697
  }
21658
 
17698
  .wd-xl-700p-f {
21659
  .wd-xl-700p-f {
17699
    width: 700% !important;
21660
    width: 700% !important;
-
 
21661
  }
17700
  }
21662
 
17701
  .mx-wd-xl-700p-f {
21663
  .mx-wd-xl-700p-f {
17702
    max-width: 700% !important;
21664
    max-width: 700% !important;
-
 
21665
  }
17703
  }
21666
 
17704
  .mn-wd-xl-700p-f {
21667
  .mn-wd-xl-700p-f {
17705
    min-width: 700% !important;
21668
    min-width: 700% !important;
-
 
21669
  }
17706
  }
21670
 
17707
  .wd-xl-750 {
21671
  .wd-xl-750 {
17708
    width: 750px;
21672
    width: 750px;
-
 
21673
  }
17709
  }
21674
 
17710
  .wd-xl-750p {
21675
  .wd-xl-750p {
17711
    width: 750%;
21676
    width: 750%;
-
 
21677
  }
17712
  }
21678
 
17713
  .mx-wd-xl-750p {
21679
  .mx-wd-xl-750p {
17714
    max-width: 750%;
21680
    max-width: 750%;
-
 
21681
  }
17715
  }
21682
 
17716
  .mn-wd-xl-750p {
21683
  .mn-wd-xl-750p {
17717
    min-width: 750%;
21684
    min-width: 750%;
-
 
21685
  }
17718
  }
21686
 
17719
  .wd-xl-750-f {
21687
  .wd-xl-750-f {
17720
    width: 750px !important;
21688
    width: 750px !important;
-
 
21689
  }
17721
  }
21690
 
17722
  .wd-xl-750p-f {
21691
  .wd-xl-750p-f {
17723
    width: 750% !important;
21692
    width: 750% !important;
-
 
21693
  }
17724
  }
21694
 
17725
  .mx-wd-xl-750p-f {
21695
  .mx-wd-xl-750p-f {
17726
    max-width: 750% !important;
21696
    max-width: 750% !important;
-
 
21697
  }
17727
  }
21698
 
17728
  .mn-wd-xl-750p-f {
21699
  .mn-wd-xl-750p-f {
17729
    min-width: 750% !important;
21700
    min-width: 750% !important;
-
 
21701
  }
17730
  }
21702
 
17731
  .wd-xl-800 {
21703
  .wd-xl-800 {
17732
    width: 800px;
21704
    width: 800px;
-
 
21705
  }
17733
  }
21706
 
17734
  .wd-xl-800p {
21707
  .wd-xl-800p {
17735
    width: 800%;
21708
    width: 800%;
-
 
21709
  }
17736
  }
21710
 
17737
  .mx-wd-xl-800p {
21711
  .mx-wd-xl-800p {
17738
    max-width: 800%;
21712
    max-width: 800%;
-
 
21713
  }
17739
  }
21714
 
17740
  .mn-wd-xl-800p {
21715
  .mn-wd-xl-800p {
17741
    min-width: 800%;
21716
    min-width: 800%;
-
 
21717
  }
17742
  }
21718
 
17743
  .wd-xl-800-f {
21719
  .wd-xl-800-f {
17744
    width: 800px !important;
21720
    width: 800px !important;
-
 
21721
  }
17745
  }
21722
 
17746
  .wd-xl-800p-f {
21723
  .wd-xl-800p-f {
17747
    width: 800% !important;
21724
    width: 800% !important;
-
 
21725
  }
17748
  }
21726
 
17749
  .mx-wd-xl-800p-f {
21727
  .mx-wd-xl-800p-f {
17750
    max-width: 800% !important;
21728
    max-width: 800% !important;
-
 
21729
  }
17751
  }
21730
 
17752
  .mn-wd-xl-800p-f {
21731
  .mn-wd-xl-800p-f {
17753
    min-width: 800% !important;
21732
    min-width: 800% !important;
-
 
21733
  }
17754
  }
21734
 
17755
  .wd-xl-850 {
21735
  .wd-xl-850 {
17756
    width: 850px;
21736
    width: 850px;
-
 
21737
  }
17757
  }
21738
 
17758
  .wd-xl-850p {
21739
  .wd-xl-850p {
17759
    width: 850%;
21740
    width: 850%;
-
 
21741
  }
17760
  }
21742
 
17761
  .mx-wd-xl-850p {
21743
  .mx-wd-xl-850p {
17762
    max-width: 850%;
21744
    max-width: 850%;
-
 
21745
  }
17763
  }
21746
 
17764
  .mn-wd-xl-850p {
21747
  .mn-wd-xl-850p {
17765
    min-width: 850%;
21748
    min-width: 850%;
-
 
21749
  }
17766
  }
21750
 
17767
  .wd-xl-850-f {
21751
  .wd-xl-850-f {
17768
    width: 850px !important;
21752
    width: 850px !important;
-
 
21753
  }
17769
  }
21754
 
17770
  .wd-xl-850p-f {
21755
  .wd-xl-850p-f {
17771
    width: 850% !important;
21756
    width: 850% !important;
-
 
21757
  }
17772
  }
21758
 
17773
  .mx-wd-xl-850p-f {
21759
  .mx-wd-xl-850p-f {
17774
    max-width: 850% !important;
21760
    max-width: 850% !important;
-
 
21761
  }
17775
  }
21762
 
17776
  .mn-wd-xl-850p-f {
21763
  .mn-wd-xl-850p-f {
17777
    min-width: 850% !important;
21764
    min-width: 850% !important;
-
 
21765
  }
17778
  }
21766
 
17779
  .wd-xl-900 {
21767
  .wd-xl-900 {
17780
    width: 900px;
21768
    width: 900px;
-
 
21769
  }
17781
  }
21770
 
17782
  .wd-xl-900p {
21771
  .wd-xl-900p {
17783
    width: 900%;
21772
    width: 900%;
-
 
21773
  }
17784
  }
21774
 
17785
  .mx-wd-xl-900p {
21775
  .mx-wd-xl-900p {
17786
    max-width: 900%;
21776
    max-width: 900%;
-
 
21777
  }
17787
  }
21778
 
17788
  .mn-wd-xl-900p {
21779
  .mn-wd-xl-900p {
17789
    min-width: 900%;
21780
    min-width: 900%;
-
 
21781
  }
17790
  }
21782
 
17791
  .wd-xl-900-f {
21783
  .wd-xl-900-f {
17792
    width: 900px !important;
21784
    width: 900px !important;
-
 
21785
  }
17793
  }
21786
 
17794
  .wd-xl-900p-f {
21787
  .wd-xl-900p-f {
17795
    width: 900% !important;
21788
    width: 900% !important;
-
 
21789
  }
17796
  }
21790
 
17797
  .mx-wd-xl-900p-f {
21791
  .mx-wd-xl-900p-f {
17798
    max-width: 900% !important;
21792
    max-width: 900% !important;
-
 
21793
  }
17799
  }
21794
 
17800
  .mn-wd-xl-900p-f {
21795
  .mn-wd-xl-900p-f {
17801
    min-width: 900% !important;
21796
    min-width: 900% !important;
-
 
21797
  }
17802
  }
21798
 
17803
  .wd-xl-950 {
21799
  .wd-xl-950 {
17804
    width: 950px;
21800
    width: 950px;
-
 
21801
  }
17805
  }
21802
 
17806
  .wd-xl-950p {
21803
  .wd-xl-950p {
17807
    width: 950%;
21804
    width: 950%;
-
 
21805
  }
17808
  }
21806
 
17809
  .mx-wd-xl-950p {
21807
  .mx-wd-xl-950p {
17810
    max-width: 950%;
21808
    max-width: 950%;
-
 
21809
  }
17811
  }
21810
 
17812
  .mn-wd-xl-950p {
21811
  .mn-wd-xl-950p {
17813
    min-width: 950%;
21812
    min-width: 950%;
-
 
21813
  }
17814
  }
21814
 
17815
  .wd-xl-950-f {
21815
  .wd-xl-950-f {
17816
    width: 950px !important;
21816
    width: 950px !important;
-
 
21817
  }
17817
  }
21818
 
17818
  .wd-xl-950p-f {
21819
  .wd-xl-950p-f {
17819
    width: 950% !important;
21820
    width: 950% !important;
-
 
21821
  }
17820
  }
21822
 
17821
  .mx-wd-xl-950p-f {
21823
  .mx-wd-xl-950p-f {
17822
    max-width: 950% !important;
21824
    max-width: 950% !important;
-
 
21825
  }
17823
  }
21826
 
17824
  .mn-wd-xl-950p-f {
21827
  .mn-wd-xl-950p-f {
17825
    min-width: 950% !important;
21828
    min-width: 950% !important;
-
 
21829
  }
17826
  }
21830
 
17827
  .wd-xl-1000 {
21831
  .wd-xl-1000 {
17828
    width: 1000px;
21832
    width: 1000px;
-
 
21833
  }
17829
  }
21834
 
17830
  .wd-xl-1000p {
21835
  .wd-xl-1000p {
17831
    width: 1000%;
21836
    width: 1000%;
-
 
21837
  }
17832
  }
21838
 
17833
  .mx-wd-xl-1000p {
21839
  .mx-wd-xl-1000p {
17834
    max-width: 1000%;
21840
    max-width: 1000%;
-
 
21841
  }
17835
  }
21842
 
17836
  .mn-wd-xl-1000p {
21843
  .mn-wd-xl-1000p {
17837
    min-width: 1000%;
21844
    min-width: 1000%;
-
 
21845
  }
17838
  }
21846
 
17839
  .wd-xl-1000-f {
21847
  .wd-xl-1000-f {
17840
    width: 1000px !important;
21848
    width: 1000px !important;
-
 
21849
  }
17841
  }
21850
 
17842
  .wd-xl-1000p-f {
21851
  .wd-xl-1000p-f {
17843
    width: 1000% !important;
21852
    width: 1000% !important;
-
 
21853
  }
17844
  }
21854
 
17845
  .mx-wd-xl-1000p-f {
21855
  .mx-wd-xl-1000p-f {
17846
    max-width: 1000% !important;
21856
    max-width: 1000% !important;
-
 
21857
  }
17847
  }
21858
 
17848
  .mn-wd-xl-1000p-f {
21859
  .mn-wd-xl-1000p-f {
17849
    min-width: 1000% !important;
21860
    min-width: 1000% !important;
-
 
21861
  }
17850
  }
21862
 
17851
  .wd-xl-auto {
21863
  .wd-xl-auto {
17852
    width: auto;
21864
    width: auto;
-
 
21865
  }
17853
  }
21866
 
17854
  .wd-xl-auto {
21867
  .wd-xl-auto {
17855
    width: auto !important;
21868
    width: auto !important;
17856
  }
21869
  }
-
 
21870
}
17857
}
21871
 
17858
@media (min-width: 1400px) {
21872
@media (min-width: 1400px) {
17859
  .wd-xxl-5 {
21873
  .wd-xxl-5 {
17860
    width: 5px;
21874
    width: 5px;
-
 
21875
  }
17861
  }
21876
 
17862
  .wd-xxl-5p {
21877
  .wd-xxl-5p {
17863
    width: 5%;
21878
    width: 5%;
-
 
21879
  }
17864
  }
21880
 
17865
  .mx-wd-xxl-5p {
21881
  .mx-wd-xxl-5p {
17866
    max-width: 5%;
21882
    max-width: 5%;
-
 
21883
  }
17867
  }
21884
 
17868
  .mn-wd-xxl-5p {
21885
  .mn-wd-xxl-5p {
17869
    min-width: 5%;
21886
    min-width: 5%;
-
 
21887
  }
17870
  }
21888
 
17871
  .wd-xxl-5-f {
21889
  .wd-xxl-5-f {
17872
    width: 5px !important;
21890
    width: 5px !important;
-
 
21891
  }
17873
  }
21892
 
17874
  .wd-xxl-5p-f {
21893
  .wd-xxl-5p-f {
17875
    width: 5% !important;
21894
    width: 5% !important;
-
 
21895
  }
17876
  }
21896
 
17877
  .mx-wd-xxl-5p-f {
21897
  .mx-wd-xxl-5p-f {
17878
    max-width: 5% !important;
21898
    max-width: 5% !important;
-
 
21899
  }
17879
  }
21900
 
17880
  .mn-wd-xxl-5p-f {
21901
  .mn-wd-xxl-5p-f {
17881
    min-width: 5% !important;
21902
    min-width: 5% !important;
-
 
21903
  }
17882
  }
21904
 
17883
  .wd-xxl-10 {
21905
  .wd-xxl-10 {
17884
    width: 10px;
21906
    width: 10px;
-
 
21907
  }
17885
  }
21908
 
17886
  .wd-xxl-10p {
21909
  .wd-xxl-10p {
17887
    width: 10%;
21910
    width: 10%;
-
 
21911
  }
17888
  }
21912
 
17889
  .mx-wd-xxl-10p {
21913
  .mx-wd-xxl-10p {
17890
    max-width: 10%;
21914
    max-width: 10%;
-
 
21915
  }
17891
  }
21916
 
17892
  .mn-wd-xxl-10p {
21917
  .mn-wd-xxl-10p {
17893
    min-width: 10%;
21918
    min-width: 10%;
-
 
21919
  }
17894
  }
21920
 
17895
  .wd-xxl-10-f {
21921
  .wd-xxl-10-f {
17896
    width: 10px !important;
21922
    width: 10px !important;
-
 
21923
  }
17897
  }
21924
 
17898
  .wd-xxl-10p-f {
21925
  .wd-xxl-10p-f {
17899
    width: 10% !important;
21926
    width: 10% !important;
-
 
21927
  }
17900
  }
21928
 
17901
  .mx-wd-xxl-10p-f {
21929
  .mx-wd-xxl-10p-f {
17902
    max-width: 10% !important;
21930
    max-width: 10% !important;
-
 
21931
  }
17903
  }
21932
 
17904
  .mn-wd-xxl-10p-f {
21933
  .mn-wd-xxl-10p-f {
17905
    min-width: 10% !important;
21934
    min-width: 10% !important;
-
 
21935
  }
17906
  }
21936
 
17907
  .wd-xxl-15 {
21937
  .wd-xxl-15 {
17908
    width: 15px;
21938
    width: 15px;
-
 
21939
  }
17909
  }
21940
 
17910
  .wd-xxl-15p {
21941
  .wd-xxl-15p {
17911
    width: 15%;
21942
    width: 15%;
-
 
21943
  }
17912
  }
21944
 
17913
  .mx-wd-xxl-15p {
21945
  .mx-wd-xxl-15p {
17914
    max-width: 15%;
21946
    max-width: 15%;
-
 
21947
  }
17915
  }
21948
 
17916
  .mn-wd-xxl-15p {
21949
  .mn-wd-xxl-15p {
17917
    min-width: 15%;
21950
    min-width: 15%;
-
 
21951
  }
17918
  }
21952
 
17919
  .wd-xxl-15-f {
21953
  .wd-xxl-15-f {
17920
    width: 15px !important;
21954
    width: 15px !important;
-
 
21955
  }
17921
  }
21956
 
17922
  .wd-xxl-15p-f {
21957
  .wd-xxl-15p-f {
17923
    width: 15% !important;
21958
    width: 15% !important;
-
 
21959
  }
17924
  }
21960
 
17925
  .mx-wd-xxl-15p-f {
21961
  .mx-wd-xxl-15p-f {
17926
    max-width: 15% !important;
21962
    max-width: 15% !important;
-
 
21963
  }
17927
  }
21964
 
17928
  .mn-wd-xxl-15p-f {
21965
  .mn-wd-xxl-15p-f {
17929
    min-width: 15% !important;
21966
    min-width: 15% !important;
-
 
21967
  }
17930
  }
21968
 
17931
  .wd-xxl-20 {
21969
  .wd-xxl-20 {
17932
    width: 20px;
21970
    width: 20px;
-
 
21971
  }
17933
  }
21972
 
17934
  .wd-xxl-20p {
21973
  .wd-xxl-20p {
17935
    width: 20%;
21974
    width: 20%;
-
 
21975
  }
17936
  }
21976
 
17937
  .mx-wd-xxl-20p {
21977
  .mx-wd-xxl-20p {
17938
    max-width: 20%;
21978
    max-width: 20%;
-
 
21979
  }
17939
  }
21980
 
17940
  .mn-wd-xxl-20p {
21981
  .mn-wd-xxl-20p {
17941
    min-width: 20%;
21982
    min-width: 20%;
-
 
21983
  }
17942
  }
21984
 
17943
  .wd-xxl-20-f {
21985
  .wd-xxl-20-f {
17944
    width: 20px !important;
21986
    width: 20px !important;
-
 
21987
  }
17945
  }
21988
 
17946
  .wd-xxl-20p-f {
21989
  .wd-xxl-20p-f {
17947
    width: 20% !important;
21990
    width: 20% !important;
-
 
21991
  }
17948
  }
21992
 
17949
  .mx-wd-xxl-20p-f {
21993
  .mx-wd-xxl-20p-f {
17950
    max-width: 20% !important;
21994
    max-width: 20% !important;
-
 
21995
  }
17951
  }
21996
 
17952
  .mn-wd-xxl-20p-f {
21997
  .mn-wd-xxl-20p-f {
17953
    min-width: 20% !important;
21998
    min-width: 20% !important;
-
 
21999
  }
17954
  }
22000
 
17955
  .wd-xxl-25 {
22001
  .wd-xxl-25 {
17956
    width: 25px;
22002
    width: 25px;
-
 
22003
  }
17957
  }
22004
 
17958
  .wd-xxl-25p {
22005
  .wd-xxl-25p {
17959
    width: 25%;
22006
    width: 25%;
-
 
22007
  }
17960
  }
22008
 
17961
  .mx-wd-xxl-25p {
22009
  .mx-wd-xxl-25p {
17962
    max-width: 25%;
22010
    max-width: 25%;
-
 
22011
  }
17963
  }
22012
 
17964
  .mn-wd-xxl-25p {
22013
  .mn-wd-xxl-25p {
17965
    min-width: 25%;
22014
    min-width: 25%;
-
 
22015
  }
17966
  }
22016
 
17967
  .wd-xxl-25-f {
22017
  .wd-xxl-25-f {
17968
    width: 25px !important;
22018
    width: 25px !important;
-
 
22019
  }
17969
  }
22020
 
17970
  .wd-xxl-25p-f {
22021
  .wd-xxl-25p-f {
17971
    width: 25% !important;
22022
    width: 25% !important;
-
 
22023
  }
17972
  }
22024
 
17973
  .mx-wd-xxl-25p-f {
22025
  .mx-wd-xxl-25p-f {
17974
    max-width: 25% !important;
22026
    max-width: 25% !important;
-
 
22027
  }
17975
  }
22028
 
17976
  .mn-wd-xxl-25p-f {
22029
  .mn-wd-xxl-25p-f {
17977
    min-width: 25% !important;
22030
    min-width: 25% !important;
-
 
22031
  }
17978
  }
22032
 
17979
  .wd-xxl-30 {
22033
  .wd-xxl-30 {
17980
    width: 30px;
22034
    width: 30px;
-
 
22035
  }
17981
  }
22036
 
17982
  .wd-xxl-30p {
22037
  .wd-xxl-30p {
17983
    width: 30%;
22038
    width: 30%;
-
 
22039
  }
17984
  }
22040
 
17985
  .mx-wd-xxl-30p {
22041
  .mx-wd-xxl-30p {
17986
    max-width: 30%;
22042
    max-width: 30%;
-
 
22043
  }
17987
  }
22044
 
17988
  .mn-wd-xxl-30p {
22045
  .mn-wd-xxl-30p {
17989
    min-width: 30%;
22046
    min-width: 30%;
-
 
22047
  }
17990
  }
22048
 
17991
  .wd-xxl-30-f {
22049
  .wd-xxl-30-f {
17992
    width: 30px !important;
22050
    width: 30px !important;
-
 
22051
  }
17993
  }
22052
 
17994
  .wd-xxl-30p-f {
22053
  .wd-xxl-30p-f {
17995
    width: 30% !important;
22054
    width: 30% !important;
-
 
22055
  }
17996
  }
22056
 
17997
  .mx-wd-xxl-30p-f {
22057
  .mx-wd-xxl-30p-f {
17998
    max-width: 30% !important;
22058
    max-width: 30% !important;
-
 
22059
  }
17999
  }
22060
 
18000
  .mn-wd-xxl-30p-f {
22061
  .mn-wd-xxl-30p-f {
18001
    min-width: 30% !important;
22062
    min-width: 30% !important;
-
 
22063
  }
18002
  }
22064
 
18003
  .wd-xxl-35 {
22065
  .wd-xxl-35 {
18004
    width: 35px;
22066
    width: 35px;
-
 
22067
  }
18005
  }
22068
 
18006
  .wd-xxl-35p {
22069
  .wd-xxl-35p {
18007
    width: 35%;
22070
    width: 35%;
-
 
22071
  }
18008
  }
22072
 
18009
  .mx-wd-xxl-35p {
22073
  .mx-wd-xxl-35p {
18010
    max-width: 35%;
22074
    max-width: 35%;
-
 
22075
  }
18011
  }
22076
 
18012
  .mn-wd-xxl-35p {
22077
  .mn-wd-xxl-35p {
18013
    min-width: 35%;
22078
    min-width: 35%;
-
 
22079
  }
18014
  }
22080
 
18015
  .wd-xxl-35-f {
22081
  .wd-xxl-35-f {
18016
    width: 35px !important;
22082
    width: 35px !important;
-
 
22083
  }
18017
  }
22084
 
18018
  .wd-xxl-35p-f {
22085
  .wd-xxl-35p-f {
18019
    width: 35% !important;
22086
    width: 35% !important;
-
 
22087
  }
18020
  }
22088
 
18021
  .mx-wd-xxl-35p-f {
22089
  .mx-wd-xxl-35p-f {
18022
    max-width: 35% !important;
22090
    max-width: 35% !important;
-
 
22091
  }
18023
  }
22092
 
18024
  .mn-wd-xxl-35p-f {
22093
  .mn-wd-xxl-35p-f {
18025
    min-width: 35% !important;
22094
    min-width: 35% !important;
-
 
22095
  }
18026
  }
22096
 
18027
  .wd-xxl-40 {
22097
  .wd-xxl-40 {
18028
    width: 40px;
22098
    width: 40px;
-
 
22099
  }
18029
  }
22100
 
18030
  .wd-xxl-40p {
22101
  .wd-xxl-40p {
18031
    width: 40%;
22102
    width: 40%;
-
 
22103
  }
18032
  }
22104
 
18033
  .mx-wd-xxl-40p {
22105
  .mx-wd-xxl-40p {
18034
    max-width: 40%;
22106
    max-width: 40%;
-
 
22107
  }
18035
  }
22108
 
18036
  .mn-wd-xxl-40p {
22109
  .mn-wd-xxl-40p {
18037
    min-width: 40%;
22110
    min-width: 40%;
-
 
22111
  }
18038
  }
22112
 
18039
  .wd-xxl-40-f {
22113
  .wd-xxl-40-f {
18040
    width: 40px !important;
22114
    width: 40px !important;
-
 
22115
  }
18041
  }
22116
 
18042
  .wd-xxl-40p-f {
22117
  .wd-xxl-40p-f {
18043
    width: 40% !important;
22118
    width: 40% !important;
-
 
22119
  }
18044
  }
22120
 
18045
  .mx-wd-xxl-40p-f {
22121
  .mx-wd-xxl-40p-f {
18046
    max-width: 40% !important;
22122
    max-width: 40% !important;
-
 
22123
  }
18047
  }
22124
 
18048
  .mn-wd-xxl-40p-f {
22125
  .mn-wd-xxl-40p-f {
18049
    min-width: 40% !important;
22126
    min-width: 40% !important;
-
 
22127
  }
18050
  }
22128
 
18051
  .wd-xxl-45 {
22129
  .wd-xxl-45 {
18052
    width: 45px;
22130
    width: 45px;
-
 
22131
  }
18053
  }
22132
 
18054
  .wd-xxl-45p {
22133
  .wd-xxl-45p {
18055
    width: 45%;
22134
    width: 45%;
-
 
22135
  }
18056
  }
22136
 
18057
  .mx-wd-xxl-45p {
22137
  .mx-wd-xxl-45p {
18058
    max-width: 45%;
22138
    max-width: 45%;
-
 
22139
  }
18059
  }
22140
 
18060
  .mn-wd-xxl-45p {
22141
  .mn-wd-xxl-45p {
18061
    min-width: 45%;
22142
    min-width: 45%;
-
 
22143
  }
18062
  }
22144
 
18063
  .wd-xxl-45-f {
22145
  .wd-xxl-45-f {
18064
    width: 45px !important;
22146
    width: 45px !important;
-
 
22147
  }
18065
  }
22148
 
18066
  .wd-xxl-45p-f {
22149
  .wd-xxl-45p-f {
18067
    width: 45% !important;
22150
    width: 45% !important;
-
 
22151
  }
18068
  }
22152
 
18069
  .mx-wd-xxl-45p-f {
22153
  .mx-wd-xxl-45p-f {
18070
    max-width: 45% !important;
22154
    max-width: 45% !important;
-
 
22155
  }
18071
  }
22156
 
18072
  .mn-wd-xxl-45p-f {
22157
  .mn-wd-xxl-45p-f {
18073
    min-width: 45% !important;
22158
    min-width: 45% !important;
-
 
22159
  }
18074
  }
22160
 
18075
  .wd-xxl-50 {
22161
  .wd-xxl-50 {
18076
    width: 50px;
22162
    width: 50px;
-
 
22163
  }
18077
  }
22164
 
18078
  .wd-xxl-50p {
22165
  .wd-xxl-50p {
18079
    width: 50%;
22166
    width: 50%;
-
 
22167
  }
18080
  }
22168
 
18081
  .mx-wd-xxl-50p {
22169
  .mx-wd-xxl-50p {
18082
    max-width: 50%;
22170
    max-width: 50%;
-
 
22171
  }
18083
  }
22172
 
18084
  .mn-wd-xxl-50p {
22173
  .mn-wd-xxl-50p {
18085
    min-width: 50%;
22174
    min-width: 50%;
-
 
22175
  }
18086
  }
22176
 
18087
  .wd-xxl-50-f {
22177
  .wd-xxl-50-f {
18088
    width: 50px !important;
22178
    width: 50px !important;
-
 
22179
  }
18089
  }
22180
 
18090
  .wd-xxl-50p-f {
22181
  .wd-xxl-50p-f {
18091
    width: 50% !important;
22182
    width: 50% !important;
-
 
22183
  }
18092
  }
22184
 
18093
  .mx-wd-xxl-50p-f {
22185
  .mx-wd-xxl-50p-f {
18094
    max-width: 50% !important;
22186
    max-width: 50% !important;
-
 
22187
  }
18095
  }
22188
 
18096
  .mn-wd-xxl-50p-f {
22189
  .mn-wd-xxl-50p-f {
18097
    min-width: 50% !important;
22190
    min-width: 50% !important;
-
 
22191
  }
18098
  }
22192
 
18099
  .wd-xxl-55 {
22193
  .wd-xxl-55 {
18100
    width: 55px;
22194
    width: 55px;
-
 
22195
  }
18101
  }
22196
 
18102
  .wd-xxl-55p {
22197
  .wd-xxl-55p {
18103
    width: 55%;
22198
    width: 55%;
-
 
22199
  }
18104
  }
22200
 
18105
  .mx-wd-xxl-55p {
22201
  .mx-wd-xxl-55p {
18106
    max-width: 55%;
22202
    max-width: 55%;
-
 
22203
  }
18107
  }
22204
 
18108
  .mn-wd-xxl-55p {
22205
  .mn-wd-xxl-55p {
18109
    min-width: 55%;
22206
    min-width: 55%;
-
 
22207
  }
18110
  }
22208
 
18111
  .wd-xxl-55-f {
22209
  .wd-xxl-55-f {
18112
    width: 55px !important;
22210
    width: 55px !important;
-
 
22211
  }
18113
  }
22212
 
18114
  .wd-xxl-55p-f {
22213
  .wd-xxl-55p-f {
18115
    width: 55% !important;
22214
    width: 55% !important;
-
 
22215
  }
18116
  }
22216
 
18117
  .mx-wd-xxl-55p-f {
22217
  .mx-wd-xxl-55p-f {
18118
    max-width: 55% !important;
22218
    max-width: 55% !important;
-
 
22219
  }
18119
  }
22220
 
18120
  .mn-wd-xxl-55p-f {
22221
  .mn-wd-xxl-55p-f {
18121
    min-width: 55% !important;
22222
    min-width: 55% !important;
-
 
22223
  }
18122
  }
22224
 
18123
  .wd-xxl-60 {
22225
  .wd-xxl-60 {
18124
    width: 60px;
22226
    width: 60px;
-
 
22227
  }
18125
  }
22228
 
18126
  .wd-xxl-60p {
22229
  .wd-xxl-60p {
18127
    width: 60%;
22230
    width: 60%;
-
 
22231
  }
18128
  }
22232
 
18129
  .mx-wd-xxl-60p {
22233
  .mx-wd-xxl-60p {
18130
    max-width: 60%;
22234
    max-width: 60%;
-
 
22235
  }
18131
  }
22236
 
18132
  .mn-wd-xxl-60p {
22237
  .mn-wd-xxl-60p {
18133
    min-width: 60%;
22238
    min-width: 60%;
-
 
22239
  }
18134
  }
22240
 
18135
  .wd-xxl-60-f {
22241
  .wd-xxl-60-f {
18136
    width: 60px !important;
22242
    width: 60px !important;
-
 
22243
  }
18137
  }
22244
 
18138
  .wd-xxl-60p-f {
22245
  .wd-xxl-60p-f {
18139
    width: 60% !important;
22246
    width: 60% !important;
-
 
22247
  }
18140
  }
22248
 
18141
  .mx-wd-xxl-60p-f {
22249
  .mx-wd-xxl-60p-f {
18142
    max-width: 60% !important;
22250
    max-width: 60% !important;
-
 
22251
  }
18143
  }
22252
 
18144
  .mn-wd-xxl-60p-f {
22253
  .mn-wd-xxl-60p-f {
18145
    min-width: 60% !important;
22254
    min-width: 60% !important;
-
 
22255
  }
18146
  }
22256
 
18147
  .wd-xxl-65 {
22257
  .wd-xxl-65 {
18148
    width: 65px;
22258
    width: 65px;
-
 
22259
  }
18149
  }
22260
 
18150
  .wd-xxl-65p {
22261
  .wd-xxl-65p {
18151
    width: 65%;
22262
    width: 65%;
-
 
22263
  }
18152
  }
22264
 
18153
  .mx-wd-xxl-65p {
22265
  .mx-wd-xxl-65p {
18154
    max-width: 65%;
22266
    max-width: 65%;
-
 
22267
  }
18155
  }
22268
 
18156
  .mn-wd-xxl-65p {
22269
  .mn-wd-xxl-65p {
18157
    min-width: 65%;
22270
    min-width: 65%;
-
 
22271
  }
18158
  }
22272
 
18159
  .wd-xxl-65-f {
22273
  .wd-xxl-65-f {
18160
    width: 65px !important;
22274
    width: 65px !important;
-
 
22275
  }
18161
  }
22276
 
18162
  .wd-xxl-65p-f {
22277
  .wd-xxl-65p-f {
18163
    width: 65% !important;
22278
    width: 65% !important;
-
 
22279
  }
18164
  }
22280
 
18165
  .mx-wd-xxl-65p-f {
22281
  .mx-wd-xxl-65p-f {
18166
    max-width: 65% !important;
22282
    max-width: 65% !important;
-
 
22283
  }
18167
  }
22284
 
18168
  .mn-wd-xxl-65p-f {
22285
  .mn-wd-xxl-65p-f {
18169
    min-width: 65% !important;
22286
    min-width: 65% !important;
-
 
22287
  }
18170
  }
22288
 
18171
  .wd-xxl-70 {
22289
  .wd-xxl-70 {
18172
    width: 70px;
22290
    width: 70px;
-
 
22291
  }
18173
  }
22292
 
18174
  .wd-xxl-70p {
22293
  .wd-xxl-70p {
18175
    width: 70%;
22294
    width: 70%;
-
 
22295
  }
18176
  }
22296
 
18177
  .mx-wd-xxl-70p {
22297
  .mx-wd-xxl-70p {
18178
    max-width: 70%;
22298
    max-width: 70%;
-
 
22299
  }
18179
  }
22300
 
18180
  .mn-wd-xxl-70p {
22301
  .mn-wd-xxl-70p {
18181
    min-width: 70%;
22302
    min-width: 70%;
-
 
22303
  }
18182
  }
22304
 
18183
  .wd-xxl-70-f {
22305
  .wd-xxl-70-f {
18184
    width: 70px !important;
22306
    width: 70px !important;
-
 
22307
  }
18185
  }
22308
 
18186
  .wd-xxl-70p-f {
22309
  .wd-xxl-70p-f {
18187
    width: 70% !important;
22310
    width: 70% !important;
-
 
22311
  }
18188
  }
22312
 
18189
  .mx-wd-xxl-70p-f {
22313
  .mx-wd-xxl-70p-f {
18190
    max-width: 70% !important;
22314
    max-width: 70% !important;
-
 
22315
  }
18191
  }
22316
 
18192
  .mn-wd-xxl-70p-f {
22317
  .mn-wd-xxl-70p-f {
18193
    min-width: 70% !important;
22318
    min-width: 70% !important;
-
 
22319
  }
18194
  }
22320
 
18195
  .wd-xxl-75 {
22321
  .wd-xxl-75 {
18196
    width: 75px;
22322
    width: 75px;
-
 
22323
  }
18197
  }
22324
 
18198
  .wd-xxl-75p {
22325
  .wd-xxl-75p {
18199
    width: 75%;
22326
    width: 75%;
-
 
22327
  }
18200
  }
22328
 
18201
  .mx-wd-xxl-75p {
22329
  .mx-wd-xxl-75p {
18202
    max-width: 75%;
22330
    max-width: 75%;
-
 
22331
  }
18203
  }
22332
 
18204
  .mn-wd-xxl-75p {
22333
  .mn-wd-xxl-75p {
18205
    min-width: 75%;
22334
    min-width: 75%;
-
 
22335
  }
18206
  }
22336
 
18207
  .wd-xxl-75-f {
22337
  .wd-xxl-75-f {
18208
    width: 75px !important;
22338
    width: 75px !important;
-
 
22339
  }
18209
  }
22340
 
18210
  .wd-xxl-75p-f {
22341
  .wd-xxl-75p-f {
18211
    width: 75% !important;
22342
    width: 75% !important;
-
 
22343
  }
18212
  }
22344
 
18213
  .mx-wd-xxl-75p-f {
22345
  .mx-wd-xxl-75p-f {
18214
    max-width: 75% !important;
22346
    max-width: 75% !important;
-
 
22347
  }
18215
  }
22348
 
18216
  .mn-wd-xxl-75p-f {
22349
  .mn-wd-xxl-75p-f {
18217
    min-width: 75% !important;
22350
    min-width: 75% !important;
-
 
22351
  }
18218
  }
22352
 
18219
  .wd-xxl-80 {
22353
  .wd-xxl-80 {
18220
    width: 80px;
22354
    width: 80px;
-
 
22355
  }
18221
  }
22356
 
18222
  .wd-xxl-80p {
22357
  .wd-xxl-80p {
18223
    width: 80%;
22358
    width: 80%;
-
 
22359
  }
18224
  }
22360
 
18225
  .mx-wd-xxl-80p {
22361
  .mx-wd-xxl-80p {
18226
    max-width: 80%;
22362
    max-width: 80%;
-
 
22363
  }
18227
  }
22364
 
18228
  .mn-wd-xxl-80p {
22365
  .mn-wd-xxl-80p {
18229
    min-width: 80%;
22366
    min-width: 80%;
-
 
22367
  }
18230
  }
22368
 
18231
  .wd-xxl-80-f {
22369
  .wd-xxl-80-f {
18232
    width: 80px !important;
22370
    width: 80px !important;
-
 
22371
  }
18233
  }
22372
 
18234
  .wd-xxl-80p-f {
22373
  .wd-xxl-80p-f {
18235
    width: 80% !important;
22374
    width: 80% !important;
-
 
22375
  }
18236
  }
22376
 
18237
  .mx-wd-xxl-80p-f {
22377
  .mx-wd-xxl-80p-f {
18238
    max-width: 80% !important;
22378
    max-width: 80% !important;
-
 
22379
  }
18239
  }
22380
 
18240
  .mn-wd-xxl-80p-f {
22381
  .mn-wd-xxl-80p-f {
18241
    min-width: 80% !important;
22382
    min-width: 80% !important;
-
 
22383
  }
18242
  }
22384
 
18243
  .wd-xxl-85 {
22385
  .wd-xxl-85 {
18244
    width: 85px;
22386
    width: 85px;
-
 
22387
  }
18245
  }
22388
 
18246
  .wd-xxl-85p {
22389
  .wd-xxl-85p {
18247
    width: 85%;
22390
    width: 85%;
-
 
22391
  }
18248
  }
22392
 
18249
  .mx-wd-xxl-85p {
22393
  .mx-wd-xxl-85p {
18250
    max-width: 85%;
22394
    max-width: 85%;
-
 
22395
  }
18251
  }
22396
 
18252
  .mn-wd-xxl-85p {
22397
  .mn-wd-xxl-85p {
18253
    min-width: 85%;
22398
    min-width: 85%;
-
 
22399
  }
18254
  }
22400
 
18255
  .wd-xxl-85-f {
22401
  .wd-xxl-85-f {
18256
    width: 85px !important;
22402
    width: 85px !important;
-
 
22403
  }
18257
  }
22404
 
18258
  .wd-xxl-85p-f {
22405
  .wd-xxl-85p-f {
18259
    width: 85% !important;
22406
    width: 85% !important;
-
 
22407
  }
18260
  }
22408
 
18261
  .mx-wd-xxl-85p-f {
22409
  .mx-wd-xxl-85p-f {
18262
    max-width: 85% !important;
22410
    max-width: 85% !important;
-
 
22411
  }
18263
  }
22412
 
18264
  .mn-wd-xxl-85p-f {
22413
  .mn-wd-xxl-85p-f {
18265
    min-width: 85% !important;
22414
    min-width: 85% !important;
-
 
22415
  }
18266
  }
22416
 
18267
  .wd-xxl-90 {
22417
  .wd-xxl-90 {
18268
    width: 90px;
22418
    width: 90px;
-
 
22419
  }
18269
  }
22420
 
18270
  .wd-xxl-90p {
22421
  .wd-xxl-90p {
18271
    width: 90%;
22422
    width: 90%;
-
 
22423
  }
18272
  }
22424
 
18273
  .mx-wd-xxl-90p {
22425
  .mx-wd-xxl-90p {
18274
    max-width: 90%;
22426
    max-width: 90%;
-
 
22427
  }
18275
  }
22428
 
18276
  .mn-wd-xxl-90p {
22429
  .mn-wd-xxl-90p {
18277
    min-width: 90%;
22430
    min-width: 90%;
-
 
22431
  }
18278
  }
22432
 
18279
  .wd-xxl-90-f {
22433
  .wd-xxl-90-f {
18280
    width: 90px !important;
22434
    width: 90px !important;
-
 
22435
  }
18281
  }
22436
 
18282
  .wd-xxl-90p-f {
22437
  .wd-xxl-90p-f {
18283
    width: 90% !important;
22438
    width: 90% !important;
-
 
22439
  }
18284
  }
22440
 
18285
  .mx-wd-xxl-90p-f {
22441
  .mx-wd-xxl-90p-f {
18286
    max-width: 90% !important;
22442
    max-width: 90% !important;
-
 
22443
  }
18287
  }
22444
 
18288
  .mn-wd-xxl-90p-f {
22445
  .mn-wd-xxl-90p-f {
18289
    min-width: 90% !important;
22446
    min-width: 90% !important;
-
 
22447
  }
18290
  }
22448
 
18291
  .wd-xxl-95 {
22449
  .wd-xxl-95 {
18292
    width: 95px;
22450
    width: 95px;
-
 
22451
  }
18293
  }
22452
 
18294
  .wd-xxl-95p {
22453
  .wd-xxl-95p {
18295
    width: 95%;
22454
    width: 95%;
-
 
22455
  }
18296
  }
22456
 
18297
  .mx-wd-xxl-95p {
22457
  .mx-wd-xxl-95p {
18298
    max-width: 95%;
22458
    max-width: 95%;
-
 
22459
  }
18299
  }
22460
 
18300
  .mn-wd-xxl-95p {
22461
  .mn-wd-xxl-95p {
18301
    min-width: 95%;
22462
    min-width: 95%;
-
 
22463
  }
18302
  }
22464
 
18303
  .wd-xxl-95-f {
22465
  .wd-xxl-95-f {
18304
    width: 95px !important;
22466
    width: 95px !important;
-
 
22467
  }
18305
  }
22468
 
18306
  .wd-xxl-95p-f {
22469
  .wd-xxl-95p-f {
18307
    width: 95% !important;
22470
    width: 95% !important;
-
 
22471
  }
18308
  }
22472
 
18309
  .mx-wd-xxl-95p-f {
22473
  .mx-wd-xxl-95p-f {
18310
    max-width: 95% !important;
22474
    max-width: 95% !important;
-
 
22475
  }
18311
  }
22476
 
18312
  .mn-wd-xxl-95p-f {
22477
  .mn-wd-xxl-95p-f {
18313
    min-width: 95% !important;
22478
    min-width: 95% !important;
-
 
22479
  }
18314
  }
22480
 
18315
  .wd-xxl-100 {
22481
  .wd-xxl-100 {
18316
    width: 100px;
22482
    width: 100px;
-
 
22483
  }
18317
  }
22484
 
18318
  .wd-xxl-100p {
22485
  .wd-xxl-100p {
18319
    width: 100%;
22486
    width: 100%;
-
 
22487
  }
18320
  }
22488
 
18321
  .mx-wd-xxl-100p {
22489
  .mx-wd-xxl-100p {
18322
    max-width: 100%;
22490
    max-width: 100%;
-
 
22491
  }
18323
  }
22492
 
18324
  .mn-wd-xxl-100p {
22493
  .mn-wd-xxl-100p {
18325
    min-width: 100%;
22494
    min-width: 100%;
-
 
22495
  }
18326
  }
22496
 
18327
  .wd-xxl-100-f {
22497
  .wd-xxl-100-f {
18328
    width: 100px !important;
22498
    width: 100px !important;
-
 
22499
  }
18329
  }
22500
 
18330
  .wd-xxl-100p-f {
22501
  .wd-xxl-100p-f {
18331
    width: 100% !important;
22502
    width: 100% !important;
-
 
22503
  }
18332
  }
22504
 
18333
  .mx-wd-xxl-100p-f {
22505
  .mx-wd-xxl-100p-f {
18334
    max-width: 100% !important;
22506
    max-width: 100% !important;
-
 
22507
  }
18335
  }
22508
 
18336
  .mn-wd-xxl-100p-f {
22509
  .mn-wd-xxl-100p-f {
18337
    min-width: 100% !important;
22510
    min-width: 100% !important;
-
 
22511
  }
18338
  }
22512
 
18339
  .wd-xxl-150 {
22513
  .wd-xxl-150 {
18340
    width: 150px;
22514
    width: 150px;
-
 
22515
  }
18341
  }
22516
 
18342
  .wd-xxl-150p {
22517
  .wd-xxl-150p {
18343
    width: 150%;
22518
    width: 150%;
-
 
22519
  }
18344
  }
22520
 
18345
  .mx-wd-xxl-150p {
22521
  .mx-wd-xxl-150p {
18346
    max-width: 150%;
22522
    max-width: 150%;
-
 
22523
  }
18347
  }
22524
 
18348
  .mn-wd-xxl-150p {
22525
  .mn-wd-xxl-150p {
18349
    min-width: 150%;
22526
    min-width: 150%;
-
 
22527
  }
18350
  }
22528
 
18351
  .wd-xxl-150-f {
22529
  .wd-xxl-150-f {
18352
    width: 150px !important;
22530
    width: 150px !important;
-
 
22531
  }
18353
  }
22532
 
18354
  .wd-xxl-150p-f {
22533
  .wd-xxl-150p-f {
18355
    width: 150% !important;
22534
    width: 150% !important;
-
 
22535
  }
18356
  }
22536
 
18357
  .mx-wd-xxl-150p-f {
22537
  .mx-wd-xxl-150p-f {
18358
    max-width: 150% !important;
22538
    max-width: 150% !important;
-
 
22539
  }
18359
  }
22540
 
18360
  .mn-wd-xxl-150p-f {
22541
  .mn-wd-xxl-150p-f {
18361
    min-width: 150% !important;
22542
    min-width: 150% !important;
-
 
22543
  }
18362
  }
22544
 
18363
  .wd-xxl-200 {
22545
  .wd-xxl-200 {
18364
    width: 200px;
22546
    width: 200px;
-
 
22547
  }
18365
  }
22548
 
18366
  .wd-xxl-200p {
22549
  .wd-xxl-200p {
18367
    width: 200%;
22550
    width: 200%;
-
 
22551
  }
18368
  }
22552
 
18369
  .mx-wd-xxl-200p {
22553
  .mx-wd-xxl-200p {
18370
    max-width: 200%;
22554
    max-width: 200%;
-
 
22555
  }
18371
  }
22556
 
18372
  .mn-wd-xxl-200p {
22557
  .mn-wd-xxl-200p {
18373
    min-width: 200%;
22558
    min-width: 200%;
-
 
22559
  }
18374
  }
22560
 
18375
  .wd-xxl-200-f {
22561
  .wd-xxl-200-f {
18376
    width: 200px !important;
22562
    width: 200px !important;
-
 
22563
  }
18377
  }
22564
 
18378
  .wd-xxl-200p-f {
22565
  .wd-xxl-200p-f {
18379
    width: 200% !important;
22566
    width: 200% !important;
-
 
22567
  }
18380
  }
22568
 
18381
  .mx-wd-xxl-200p-f {
22569
  .mx-wd-xxl-200p-f {
18382
    max-width: 200% !important;
22570
    max-width: 200% !important;
-
 
22571
  }
18383
  }
22572
 
18384
  .mn-wd-xxl-200p-f {
22573
  .mn-wd-xxl-200p-f {
18385
    min-width: 200% !important;
22574
    min-width: 200% !important;
-
 
22575
  }
18386
  }
22576
 
18387
  .wd-xxl-250 {
22577
  .wd-xxl-250 {
18388
    width: 250px;
22578
    width: 250px;
-
 
22579
  }
18389
  }
22580
 
18390
  .wd-xxl-250p {
22581
  .wd-xxl-250p {
18391
    width: 250%;
22582
    width: 250%;
-
 
22583
  }
18392
  }
22584
 
18393
  .mx-wd-xxl-250p {
22585
  .mx-wd-xxl-250p {
18394
    max-width: 250%;
22586
    max-width: 250%;
-
 
22587
  }
18395
  }
22588
 
18396
  .mn-wd-xxl-250p {
22589
  .mn-wd-xxl-250p {
18397
    min-width: 250%;
22590
    min-width: 250%;
-
 
22591
  }
18398
  }
22592
 
18399
  .wd-xxl-250-f {
22593
  .wd-xxl-250-f {
18400
    width: 250px !important;
22594
    width: 250px !important;
-
 
22595
  }
18401
  }
22596
 
18402
  .wd-xxl-250p-f {
22597
  .wd-xxl-250p-f {
18403
    width: 250% !important;
22598
    width: 250% !important;
-
 
22599
  }
18404
  }
22600
 
18405
  .mx-wd-xxl-250p-f {
22601
  .mx-wd-xxl-250p-f {
18406
    max-width: 250% !important;
22602
    max-width: 250% !important;
-
 
22603
  }
18407
  }
22604
 
18408
  .mn-wd-xxl-250p-f {
22605
  .mn-wd-xxl-250p-f {
18409
    min-width: 250% !important;
22606
    min-width: 250% !important;
-
 
22607
  }
18410
  }
22608
 
18411
  .wd-xxl-300 {
22609
  .wd-xxl-300 {
18412
    width: 300px;
22610
    width: 300px;
-
 
22611
  }
18413
  }
22612
 
18414
  .wd-xxl-300p {
22613
  .wd-xxl-300p {
18415
    width: 300%;
22614
    width: 300%;
-
 
22615
  }
18416
  }
22616
 
18417
  .mx-wd-xxl-300p {
22617
  .mx-wd-xxl-300p {
18418
    max-width: 300%;
22618
    max-width: 300%;
-
 
22619
  }
18419
  }
22620
 
18420
  .mn-wd-xxl-300p {
22621
  .mn-wd-xxl-300p {
18421
    min-width: 300%;
22622
    min-width: 300%;
-
 
22623
  }
18422
  }
22624
 
18423
  .wd-xxl-300-f {
22625
  .wd-xxl-300-f {
18424
    width: 300px !important;
22626
    width: 300px !important;
-
 
22627
  }
18425
  }
22628
 
18426
  .wd-xxl-300p-f {
22629
  .wd-xxl-300p-f {
18427
    width: 300% !important;
22630
    width: 300% !important;
-
 
22631
  }
18428
  }
22632
 
18429
  .mx-wd-xxl-300p-f {
22633
  .mx-wd-xxl-300p-f {
18430
    max-width: 300% !important;
22634
    max-width: 300% !important;
-
 
22635
  }
18431
  }
22636
 
18432
  .mn-wd-xxl-300p-f {
22637
  .mn-wd-xxl-300p-f {
18433
    min-width: 300% !important;
22638
    min-width: 300% !important;
-
 
22639
  }
18434
  }
22640
 
18435
  .wd-xxl-350 {
22641
  .wd-xxl-350 {
18436
    width: 350px;
22642
    width: 350px;
-
 
22643
  }
18437
  }
22644
 
18438
  .wd-xxl-350p {
22645
  .wd-xxl-350p {
18439
    width: 350%;
22646
    width: 350%;
-
 
22647
  }
18440
  }
22648
 
18441
  .mx-wd-xxl-350p {
22649
  .mx-wd-xxl-350p {
18442
    max-width: 350%;
22650
    max-width: 350%;
-
 
22651
  }
18443
  }
22652
 
18444
  .mn-wd-xxl-350p {
22653
  .mn-wd-xxl-350p {
18445
    min-width: 350%;
22654
    min-width: 350%;
-
 
22655
  }
18446
  }
22656
 
18447
  .wd-xxl-350-f {
22657
  .wd-xxl-350-f {
18448
    width: 350px !important;
22658
    width: 350px !important;
-
 
22659
  }
18449
  }
22660
 
18450
  .wd-xxl-350p-f {
22661
  .wd-xxl-350p-f {
18451
    width: 350% !important;
22662
    width: 350% !important;
-
 
22663
  }
18452
  }
22664
 
18453
  .mx-wd-xxl-350p-f {
22665
  .mx-wd-xxl-350p-f {
18454
    max-width: 350% !important;
22666
    max-width: 350% !important;
-
 
22667
  }
18455
  }
22668
 
18456
  .mn-wd-xxl-350p-f {
22669
  .mn-wd-xxl-350p-f {
18457
    min-width: 350% !important;
22670
    min-width: 350% !important;
-
 
22671
  }
18458
  }
22672
 
18459
  .wd-xxl-400 {
22673
  .wd-xxl-400 {
18460
    width: 400px;
22674
    width: 400px;
-
 
22675
  }
18461
  }
22676
 
18462
  .wd-xxl-400p {
22677
  .wd-xxl-400p {
18463
    width: 400%;
22678
    width: 400%;
-
 
22679
  }
18464
  }
22680
 
18465
  .mx-wd-xxl-400p {
22681
  .mx-wd-xxl-400p {
18466
    max-width: 400%;
22682
    max-width: 400%;
-
 
22683
  }
18467
  }
22684
 
18468
  .mn-wd-xxl-400p {
22685
  .mn-wd-xxl-400p {
18469
    min-width: 400%;
22686
    min-width: 400%;
-
 
22687
  }
18470
  }
22688
 
18471
  .wd-xxl-400-f {
22689
  .wd-xxl-400-f {
18472
    width: 400px !important;
22690
    width: 400px !important;
-
 
22691
  }
18473
  }
22692
 
18474
  .wd-xxl-400p-f {
22693
  .wd-xxl-400p-f {
18475
    width: 400% !important;
22694
    width: 400% !important;
-
 
22695
  }
18476
  }
22696
 
18477
  .mx-wd-xxl-400p-f {
22697
  .mx-wd-xxl-400p-f {
18478
    max-width: 400% !important;
22698
    max-width: 400% !important;
-
 
22699
  }
18479
  }
22700
 
18480
  .mn-wd-xxl-400p-f {
22701
  .mn-wd-xxl-400p-f {
18481
    min-width: 400% !important;
22702
    min-width: 400% !important;
-
 
22703
  }
18482
  }
22704
 
18483
  .wd-xxl-450 {
22705
  .wd-xxl-450 {
18484
    width: 450px;
22706
    width: 450px;
-
 
22707
  }
18485
  }
22708
 
18486
  .wd-xxl-450p {
22709
  .wd-xxl-450p {
18487
    width: 450%;
22710
    width: 450%;
-
 
22711
  }
18488
  }
22712
 
18489
  .mx-wd-xxl-450p {
22713
  .mx-wd-xxl-450p {
18490
    max-width: 450%;
22714
    max-width: 450%;
-
 
22715
  }
18491
  }
22716
 
18492
  .mn-wd-xxl-450p {
22717
  .mn-wd-xxl-450p {
18493
    min-width: 450%;
22718
    min-width: 450%;
-
 
22719
  }
18494
  }
22720
 
18495
  .wd-xxl-450-f {
22721
  .wd-xxl-450-f {
18496
    width: 450px !important;
22722
    width: 450px !important;
-
 
22723
  }
18497
  }
22724
 
18498
  .wd-xxl-450p-f {
22725
  .wd-xxl-450p-f {
18499
    width: 450% !important;
22726
    width: 450% !important;
-
 
22727
  }
18500
  }
22728
 
18501
  .mx-wd-xxl-450p-f {
22729
  .mx-wd-xxl-450p-f {
18502
    max-width: 450% !important;
22730
    max-width: 450% !important;
-
 
22731
  }
18503
  }
22732
 
18504
  .mn-wd-xxl-450p-f {
22733
  .mn-wd-xxl-450p-f {
18505
    min-width: 450% !important;
22734
    min-width: 450% !important;
-
 
22735
  }
18506
  }
22736
 
18507
  .wd-xxl-500 {
22737
  .wd-xxl-500 {
18508
    width: 500px;
22738
    width: 500px;
-
 
22739
  }
18509
  }
22740
 
18510
  .wd-xxl-500p {
22741
  .wd-xxl-500p {
18511
    width: 500%;
22742
    width: 500%;
-
 
22743
  }
18512
  }
22744
 
18513
  .mx-wd-xxl-500p {
22745
  .mx-wd-xxl-500p {
18514
    max-width: 500%;
22746
    max-width: 500%;
-
 
22747
  }
18515
  }
22748
 
18516
  .mn-wd-xxl-500p {
22749
  .mn-wd-xxl-500p {
18517
    min-width: 500%;
22750
    min-width: 500%;
-
 
22751
  }
18518
  }
22752
 
18519
  .wd-xxl-500-f {
22753
  .wd-xxl-500-f {
18520
    width: 500px !important;
22754
    width: 500px !important;
-
 
22755
  }
18521
  }
22756
 
18522
  .wd-xxl-500p-f {
22757
  .wd-xxl-500p-f {
18523
    width: 500% !important;
22758
    width: 500% !important;
-
 
22759
  }
18524
  }
22760
 
18525
  .mx-wd-xxl-500p-f {
22761
  .mx-wd-xxl-500p-f {
18526
    max-width: 500% !important;
22762
    max-width: 500% !important;
-
 
22763
  }
18527
  }
22764
 
18528
  .mn-wd-xxl-500p-f {
22765
  .mn-wd-xxl-500p-f {
18529
    min-width: 500% !important;
22766
    min-width: 500% !important;
-
 
22767
  }
18530
  }
22768
 
18531
  .wd-xxl-550 {
22769
  .wd-xxl-550 {
18532
    width: 550px;
22770
    width: 550px;
-
 
22771
  }
18533
  }
22772
 
18534
  .wd-xxl-550p {
22773
  .wd-xxl-550p {
18535
    width: 550%;
22774
    width: 550%;
-
 
22775
  }
18536
  }
22776
 
18537
  .mx-wd-xxl-550p {
22777
  .mx-wd-xxl-550p {
18538
    max-width: 550%;
22778
    max-width: 550%;
-
 
22779
  }
18539
  }
22780
 
18540
  .mn-wd-xxl-550p {
22781
  .mn-wd-xxl-550p {
18541
    min-width: 550%;
22782
    min-width: 550%;
-
 
22783
  }
18542
  }
22784
 
18543
  .wd-xxl-550-f {
22785
  .wd-xxl-550-f {
18544
    width: 550px !important;
22786
    width: 550px !important;
-
 
22787
  }
18545
  }
22788
 
18546
  .wd-xxl-550p-f {
22789
  .wd-xxl-550p-f {
18547
    width: 550% !important;
22790
    width: 550% !important;
-
 
22791
  }
18548
  }
22792
 
18549
  .mx-wd-xxl-550p-f {
22793
  .mx-wd-xxl-550p-f {
18550
    max-width: 550% !important;
22794
    max-width: 550% !important;
-
 
22795
  }
18551
  }
22796
 
18552
  .mn-wd-xxl-550p-f {
22797
  .mn-wd-xxl-550p-f {
18553
    min-width: 550% !important;
22798
    min-width: 550% !important;
-
 
22799
  }
18554
  }
22800
 
18555
  .wd-xxl-600 {
22801
  .wd-xxl-600 {
18556
    width: 600px;
22802
    width: 600px;
-
 
22803
  }
18557
  }
22804
 
18558
  .wd-xxl-600p {
22805
  .wd-xxl-600p {
18559
    width: 600%;
22806
    width: 600%;
-
 
22807
  }
18560
  }
22808
 
18561
  .mx-wd-xxl-600p {
22809
  .mx-wd-xxl-600p {
18562
    max-width: 600%;
22810
    max-width: 600%;
-
 
22811
  }
18563
  }
22812
 
18564
  .mn-wd-xxl-600p {
22813
  .mn-wd-xxl-600p {
18565
    min-width: 600%;
22814
    min-width: 600%;
-
 
22815
  }
18566
  }
22816
 
18567
  .wd-xxl-600-f {
22817
  .wd-xxl-600-f {
18568
    width: 600px !important;
22818
    width: 600px !important;
-
 
22819
  }
18569
  }
22820
 
18570
  .wd-xxl-600p-f {
22821
  .wd-xxl-600p-f {
18571
    width: 600% !important;
22822
    width: 600% !important;
-
 
22823
  }
18572
  }
22824
 
18573
  .mx-wd-xxl-600p-f {
22825
  .mx-wd-xxl-600p-f {
18574
    max-width: 600% !important;
22826
    max-width: 600% !important;
-
 
22827
  }
18575
  }
22828
 
18576
  .mn-wd-xxl-600p-f {
22829
  .mn-wd-xxl-600p-f {
18577
    min-width: 600% !important;
22830
    min-width: 600% !important;
-
 
22831
  }
18578
  }
22832
 
18579
  .wd-xxl-650 {
22833
  .wd-xxl-650 {
18580
    width: 650px;
22834
    width: 650px;
-
 
22835
  }
18581
  }
22836
 
18582
  .wd-xxl-650p {
22837
  .wd-xxl-650p {
18583
    width: 650%;
22838
    width: 650%;
-
 
22839
  }
18584
  }
22840
 
18585
  .mx-wd-xxl-650p {
22841
  .mx-wd-xxl-650p {
18586
    max-width: 650%;
22842
    max-width: 650%;
-
 
22843
  }
18587
  }
22844
 
18588
  .mn-wd-xxl-650p {
22845
  .mn-wd-xxl-650p {
18589
    min-width: 650%;
22846
    min-width: 650%;
-
 
22847
  }
18590
  }
22848
 
18591
  .wd-xxl-650-f {
22849
  .wd-xxl-650-f {
18592
    width: 650px !important;
22850
    width: 650px !important;
-
 
22851
  }
18593
  }
22852
 
18594
  .wd-xxl-650p-f {
22853
  .wd-xxl-650p-f {
18595
    width: 650% !important;
22854
    width: 650% !important;
-
 
22855
  }
18596
  }
22856
 
18597
  .mx-wd-xxl-650p-f {
22857
  .mx-wd-xxl-650p-f {
18598
    max-width: 650% !important;
22858
    max-width: 650% !important;
-
 
22859
  }
18599
  }
22860
 
18600
  .mn-wd-xxl-650p-f {
22861
  .mn-wd-xxl-650p-f {
18601
    min-width: 650% !important;
22862
    min-width: 650% !important;
-
 
22863
  }
18602
  }
22864
 
18603
  .wd-xxl-700 {
22865
  .wd-xxl-700 {
18604
    width: 700px;
22866
    width: 700px;
-
 
22867
  }
18605
  }
22868
 
18606
  .wd-xxl-700p {
22869
  .wd-xxl-700p {
18607
    width: 700%;
22870
    width: 700%;
-
 
22871
  }
18608
  }
22872
 
18609
  .mx-wd-xxl-700p {
22873
  .mx-wd-xxl-700p {
18610
    max-width: 700%;
22874
    max-width: 700%;
-
 
22875
  }
18611
  }
22876
 
18612
  .mn-wd-xxl-700p {
22877
  .mn-wd-xxl-700p {
18613
    min-width: 700%;
22878
    min-width: 700%;
-
 
22879
  }
18614
  }
22880
 
18615
  .wd-xxl-700-f {
22881
  .wd-xxl-700-f {
18616
    width: 700px !important;
22882
    width: 700px !important;
-
 
22883
  }
18617
  }
22884
 
18618
  .wd-xxl-700p-f {
22885
  .wd-xxl-700p-f {
18619
    width: 700% !important;
22886
    width: 700% !important;
-
 
22887
  }
18620
  }
22888
 
18621
  .mx-wd-xxl-700p-f {
22889
  .mx-wd-xxl-700p-f {
18622
    max-width: 700% !important;
22890
    max-width: 700% !important;
-
 
22891
  }
18623
  }
22892
 
18624
  .mn-wd-xxl-700p-f {
22893
  .mn-wd-xxl-700p-f {
18625
    min-width: 700% !important;
22894
    min-width: 700% !important;
-
 
22895
  }
18626
  }
22896
 
18627
  .wd-xxl-750 {
22897
  .wd-xxl-750 {
18628
    width: 750px;
22898
    width: 750px;
-
 
22899
  }
18629
  }
22900
 
18630
  .wd-xxl-750p {
22901
  .wd-xxl-750p {
18631
    width: 750%;
22902
    width: 750%;
-
 
22903
  }
18632
  }
22904
 
18633
  .mx-wd-xxl-750p {
22905
  .mx-wd-xxl-750p {
18634
    max-width: 750%;
22906
    max-width: 750%;
-
 
22907
  }
18635
  }
22908
 
18636
  .mn-wd-xxl-750p {
22909
  .mn-wd-xxl-750p {
18637
    min-width: 750%;
22910
    min-width: 750%;
-
 
22911
  }
18638
  }
22912
 
18639
  .wd-xxl-750-f {
22913
  .wd-xxl-750-f {
18640
    width: 750px !important;
22914
    width: 750px !important;
-
 
22915
  }
18641
  }
22916
 
18642
  .wd-xxl-750p-f {
22917
  .wd-xxl-750p-f {
18643
    width: 750% !important;
22918
    width: 750% !important;
-
 
22919
  }
18644
  }
22920
 
18645
  .mx-wd-xxl-750p-f {
22921
  .mx-wd-xxl-750p-f {
18646
    max-width: 750% !important;
22922
    max-width: 750% !important;
-
 
22923
  }
18647
  }
22924
 
18648
  .mn-wd-xxl-750p-f {
22925
  .mn-wd-xxl-750p-f {
18649
    min-width: 750% !important;
22926
    min-width: 750% !important;
-
 
22927
  }
18650
  }
22928
 
18651
  .wd-xxl-800 {
22929
  .wd-xxl-800 {
18652
    width: 800px;
22930
    width: 800px;
-
 
22931
  }
18653
  }
22932
 
18654
  .wd-xxl-800p {
22933
  .wd-xxl-800p {
18655
    width: 800%;
22934
    width: 800%;
-
 
22935
  }
18656
  }
22936
 
18657
  .mx-wd-xxl-800p {
22937
  .mx-wd-xxl-800p {
18658
    max-width: 800%;
22938
    max-width: 800%;
-
 
22939
  }
18659
  }
22940
 
18660
  .mn-wd-xxl-800p {
22941
  .mn-wd-xxl-800p {
18661
    min-width: 800%;
22942
    min-width: 800%;
-
 
22943
  }
18662
  }
22944
 
18663
  .wd-xxl-800-f {
22945
  .wd-xxl-800-f {
18664
    width: 800px !important;
22946
    width: 800px !important;
-
 
22947
  }
18665
  }
22948
 
18666
  .wd-xxl-800p-f {
22949
  .wd-xxl-800p-f {
18667
    width: 800% !important;
22950
    width: 800% !important;
-
 
22951
  }
18668
  }
22952
 
18669
  .mx-wd-xxl-800p-f {
22953
  .mx-wd-xxl-800p-f {
18670
    max-width: 800% !important;
22954
    max-width: 800% !important;
-
 
22955
  }
18671
  }
22956
 
18672
  .mn-wd-xxl-800p-f {
22957
  .mn-wd-xxl-800p-f {
18673
    min-width: 800% !important;
22958
    min-width: 800% !important;
-
 
22959
  }
18674
  }
22960
 
18675
  .wd-xxl-850 {
22961
  .wd-xxl-850 {
18676
    width: 850px;
22962
    width: 850px;
-
 
22963
  }
18677
  }
22964
 
18678
  .wd-xxl-850p {
22965
  .wd-xxl-850p {
18679
    width: 850%;
22966
    width: 850%;
-
 
22967
  }
18680
  }
22968
 
18681
  .mx-wd-xxl-850p {
22969
  .mx-wd-xxl-850p {
18682
    max-width: 850%;
22970
    max-width: 850%;
-
 
22971
  }
18683
  }
22972
 
18684
  .mn-wd-xxl-850p {
22973
  .mn-wd-xxl-850p {
18685
    min-width: 850%;
22974
    min-width: 850%;
-
 
22975
  }
18686
  }
22976
 
18687
  .wd-xxl-850-f {
22977
  .wd-xxl-850-f {
18688
    width: 850px !important;
22978
    width: 850px !important;
-
 
22979
  }
18689
  }
22980
 
18690
  .wd-xxl-850p-f {
22981
  .wd-xxl-850p-f {
18691
    width: 850% !important;
22982
    width: 850% !important;
-
 
22983
  }
18692
  }
22984
 
18693
  .mx-wd-xxl-850p-f {
22985
  .mx-wd-xxl-850p-f {
18694
    max-width: 850% !important;
22986
    max-width: 850% !important;
-
 
22987
  }
18695
  }
22988
 
18696
  .mn-wd-xxl-850p-f {
22989
  .mn-wd-xxl-850p-f {
18697
    min-width: 850% !important;
22990
    min-width: 850% !important;
-
 
22991
  }
18698
  }
22992
 
18699
  .wd-xxl-900 {
22993
  .wd-xxl-900 {
18700
    width: 900px;
22994
    width: 900px;
-
 
22995
  }
18701
  }
22996
 
18702
  .wd-xxl-900p {
22997
  .wd-xxl-900p {
18703
    width: 900%;
22998
    width: 900%;
-
 
22999
  }
18704
  }
23000
 
18705
  .mx-wd-xxl-900p {
23001
  .mx-wd-xxl-900p {
18706
    max-width: 900%;
23002
    max-width: 900%;
-
 
23003
  }
18707
  }
23004
 
18708
  .mn-wd-xxl-900p {
23005
  .mn-wd-xxl-900p {
18709
    min-width: 900%;
23006
    min-width: 900%;
-
 
23007
  }
18710
  }
23008
 
18711
  .wd-xxl-900-f {
23009
  .wd-xxl-900-f {
18712
    width: 900px !important;
23010
    width: 900px !important;
-
 
23011
  }
18713
  }
23012
 
18714
  .wd-xxl-900p-f {
23013
  .wd-xxl-900p-f {
18715
    width: 900% !important;
23014
    width: 900% !important;
-
 
23015
  }
18716
  }
23016
 
18717
  .mx-wd-xxl-900p-f {
23017
  .mx-wd-xxl-900p-f {
18718
    max-width: 900% !important;
23018
    max-width: 900% !important;
-
 
23019
  }
18719
  }
23020
 
18720
  .mn-wd-xxl-900p-f {
23021
  .mn-wd-xxl-900p-f {
18721
    min-width: 900% !important;
23022
    min-width: 900% !important;
-
 
23023
  }
18722
  }
23024
 
18723
  .wd-xxl-950 {
23025
  .wd-xxl-950 {
18724
    width: 950px;
23026
    width: 950px;
-
 
23027
  }
18725
  }
23028
 
18726
  .wd-xxl-950p {
23029
  .wd-xxl-950p {
18727
    width: 950%;
23030
    width: 950%;
-
 
23031
  }
18728
  }
23032
 
18729
  .mx-wd-xxl-950p {
23033
  .mx-wd-xxl-950p {
18730
    max-width: 950%;
23034
    max-width: 950%;
-
 
23035
  }
18731
  }
23036
 
18732
  .mn-wd-xxl-950p {
23037
  .mn-wd-xxl-950p {
18733
    min-width: 950%;
23038
    min-width: 950%;
-
 
23039
  }
18734
  }
23040
 
18735
  .wd-xxl-950-f {
23041
  .wd-xxl-950-f {
18736
    width: 950px !important;
23042
    width: 950px !important;
-
 
23043
  }
18737
  }
23044
 
18738
  .wd-xxl-950p-f {
23045
  .wd-xxl-950p-f {
18739
    width: 950% !important;
23046
    width: 950% !important;
-
 
23047
  }
18740
  }
23048
 
18741
  .mx-wd-xxl-950p-f {
23049
  .mx-wd-xxl-950p-f {
18742
    max-width: 950% !important;
23050
    max-width: 950% !important;
-
 
23051
  }
18743
  }
23052
 
18744
  .mn-wd-xxl-950p-f {
23053
  .mn-wd-xxl-950p-f {
18745
    min-width: 950% !important;
23054
    min-width: 950% !important;
-
 
23055
  }
18746
  }
23056
 
18747
  .wd-xxl-1000 {
23057
  .wd-xxl-1000 {
18748
    width: 1000px;
23058
    width: 1000px;
-
 
23059
  }
18749
  }
23060
 
18750
  .wd-xxl-1000p {
23061
  .wd-xxl-1000p {
18751
    width: 1000%;
23062
    width: 1000%;
-
 
23063
  }
18752
  }
23064
 
18753
  .mx-wd-xxl-1000p {
23065
  .mx-wd-xxl-1000p {
18754
    max-width: 1000%;
23066
    max-width: 1000%;
-
 
23067
  }
18755
  }
23068
 
18756
  .mn-wd-xxl-1000p {
23069
  .mn-wd-xxl-1000p {
18757
    min-width: 1000%;
23070
    min-width: 1000%;
-
 
23071
  }
18758
  }
23072
 
18759
  .wd-xxl-1000-f {
23073
  .wd-xxl-1000-f {
18760
    width: 1000px !important;
23074
    width: 1000px !important;
-
 
23075
  }
18761
  }
23076
 
18762
  .wd-xxl-1000p-f {
23077
  .wd-xxl-1000p-f {
18763
    width: 1000% !important;
23078
    width: 1000% !important;
-
 
23079
  }
18764
  }
23080
 
18765
  .mx-wd-xxl-1000p-f {
23081
  .mx-wd-xxl-1000p-f {
18766
    max-width: 1000% !important;
23082
    max-width: 1000% !important;
-
 
23083
  }
18767
  }
23084
 
18768
  .mn-wd-xxl-1000p-f {
23085
  .mn-wd-xxl-1000p-f {
18769
    min-width: 1000% !important;
23086
    min-width: 1000% !important;
-
 
23087
  }
18770
  }
23088
 
18771
  .wd-xxl-auto {
23089
  .wd-xxl-auto {
18772
    width: auto;
23090
    width: auto;
-
 
23091
  }
18773
  }
23092
 
18774
  .wd-xxl-auto {
23093
  .wd-xxl-auto {
18775
    width: auto !important;
23094
    width: auto !important;
18776
  }
23095
  }
-
 
23096
}
18777
}
23097
 
18778
.bg-facebook {
23098
.bg-facebook {
18779
  background: social-color("facebook");
23099
  background: social-color("facebook");
Línea 18780... Línea 23100...
18780
}
23100
}
Línea 18826... Línea 23146...
18826
body {
23146
body {
18827
  margin: 0;
23147
  margin: 0;
18828
  padding: 0;
23148
  padding: 0;
18829
}
23149
}
Línea -... Línea 23150...
-
 
23150
 
18830
 
23151
.btn,
18831
.btn, .wizard > .actions a,
23152
.wizard>.actions a,
-
 
23153
.wizard>.actions a:active,
-
 
23154
.wizard>.actions a:hover,
18832
.wizard > .actions a:active,
23155
div.tox .tox-button,
-
 
23156
.swal2-popup .swal2-actions button,
18833
.wizard > .actions a:hover, div.tox .tox-button, .swal2-popup .swal2-actions button, .fc .fc-button-primary,
23157
.fc .fc-button-primary,
18834
.btn-group.open .dropdown-toggle,
23158
.btn-group.open .dropdown-toggle,
18835
.btn:active,
23159
.btn:active,
18836
.btn:focus,
23160
.btn:focus,
18837
.btn:hover,
23161
.btn:hover,
Línea 18866... Línea 23190...
18866
  box-shadow: none;
23190
  box-shadow: none;
18867
}
23191
}
Línea 18868... Línea 23192...
18868
 
23192
 
18869
select,
23193
select,
18870
.form-check-input {
23194
.form-check-input {
18871
  -webkit-appearance: none;
23195
  appearance: none;
18872
  -moz-appearance: none;
23196
  -moz-appearance: none;
Línea 18873... Línea 23197...
18873
}
23197
}
18874
 
23198
 
Línea 18931... Línea 23255...
18931
.stretch-card {
23255
.stretch-card {
18932
  display: flex;
23256
  display: flex;
18933
  align-items: stretch;
23257
  align-items: stretch;
18934
  justify-content: stretch;
23258
  justify-content: stretch;
18935
}
23259
}
-
 
23260
 
18936
.stretch-card > .card {
23261
.stretch-card>.card {
18937
  width: 100%;
23262
  width: 100%;
18938
  min-width: 100%;
23263
  min-width: 100%;
18939
}
23264
}
Línea 18940... Línea 23265...
18940
 
23265
 
Línea 19208... Línea 23533...
19208
 
23533
 
19209
.main-content {
23534
.main-content {
19210
  color: #000;
23535
  color: #000;
19211
  font-size: 16px;
23536
  font-size: 16px;
-
 
23537
}
19212
}
23538
 
19213
.main-content > .page-title {
23539
.main-content>.page-title {
19214
  margin-bottom: 1rem;
23540
  margin-bottom: 1rem;
19215
  font-weight: 400;
23541
  font-weight: 400;
-
 
23542
}
-
 
23543
 
19216
}
23544
.main-content>h4,
19217
.main-content > h4, .main-content > .h4 {
23545
.main-content>.h4 {
19218
  margin-top: 1.5rem;
23546
  margin-top: 1.5rem;
19219
  margin-bottom: 0.875rem;
23547
  margin-bottom: 0.875rem;
-
 
23548
}
-
 
23549
 
19220
}
23550
.main-content>h4::before,
19221
.main-content > h4::before, .main-content > .h4::before {
23551
.main-content>.h4::before {
19222
  display: block;
23552
  display: block;
19223
  height: 5.4rem;
23553
  height: 5.4rem;
19224
  margin-top: -6rem;
23554
  margin-top: -6rem;
19225
  content: "";
23555
  content: "";
-
 
23556
}
19226
}
23557
 
19227
.main-content > hr {
23558
.main-content>hr {
19228
  margin-top: 40px;
23559
  margin-top: 40px;
19229
  margin-bottom: 40px;
23560
  margin-bottom: 40px;
-
 
23561
}
19230
}
23562
 
19231
.main-content .example {
23563
.main-content .example {
19232
  font-size: 0.875rem;
23564
  font-size: 0.875rem;
19233
  letter-spacing: normal;
23565
  letter-spacing: normal;
19234
  padding: 10px;
23566
  padding: 10px;
19235
  background-color: #fff;
23567
  background-color: #fff;
19236
  border: 4px solid #e9ecef;
23568
  border: 4px solid #e9ecef;
19237
  position: relative;
23569
  position: relative;
-
 
23570
}
19238
}
23571
 
19239
@media (min-width: 576px) {
23572
@media (min-width: 576px) {
19240
  .main-content .example {
23573
  .main-content .example {
19241
    padding: 25px;
23574
    padding: 25px;
19242
  }
23575
  }
-
 
23576
}
19243
}
23577
 
19244
.main-content .highlight {
23578
.main-content .highlight {
19245
  position: relative;
23579
  position: relative;
19246
  background-color: #fff;
23580
  background-color: #fff;
19247
  padding: 15px;
23581
  padding: 15px;
-
 
23582
}
19248
}
23583
 
19249
.main-content .highlight pre {
23584
.main-content .highlight pre {
19250
  padding: 15px;
23585
  padding: 15px;
19251
  font-size: 0.875rem;
23586
  font-size: 0.875rem;
19252
  font-family: "Roboto", Helvetica, sans-serif;
23587
  font-family: "Roboto", Helvetica, sans-serif;
19253
  background: transparent;
23588
  background: transparent;
19254
  line-height: 1.4;
23589
  line-height: 1.4;
19255
  margin: 0;
23590
  margin: 0;
-
 
23591
}
19256
}
23592
 
19257
.main-content .highlight pre code {
23593
.main-content .highlight pre code {
19258
  font-family: "Roboto", Helvetica, sans-serif;
23594
  font-family: "Roboto", Helvetica, sans-serif;
19259
  padding: 0;
23595
  padding: 0;
19260
  tab-size: 8;
23596
  tab-size: 8;
19261
  color: #000;
23597
  color: #000;
19262
  text-shadow: none;
23598
  text-shadow: none;
-
 
23599
}
-
 
23600
 
-
 
23601
.main-content .highlight pre code .token.url,
-
 
23602
.main-content .highlight pre code .token.string,
19263
}
23603
.main-content .highlight pre code .token.entity,
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 {
23604
.main-content .highlight pre code .token.operator {
19265
  background: none;
23605
  background: none;
-
 
23606
}
19266
}
23607
 
19267
.main-content .highlight .btn-clipboard {
23608
.main-content .highlight .btn-clipboard {
19268
  position: absolute;
23609
  position: absolute;
19269
  top: 6px;
23610
  top: 6px;
19270
  right: 6px;
23611
  right: 6px;
19271
  font-size: 12px;
23612
  font-size: 12px;
19272
  padding: 1px 6px;
23613
  padding: 1px 6px;
19273
  background: rgba(101, 113, 255, 0.2);
23614
  background: rgba(101, 113, 255, 0.2);
-
 
23615
}
-
 
23616
 
19274
}
23617
.main-content .highlight .btn-clipboard:hover,
19275
.main-content .highlight .btn-clipboard:hover, .main-content .highlight .btn-clipboard:focus {
23618
.main-content .highlight .btn-clipboard:focus {
19276
  background: rgba(101, 113, 255, 0.3);
23619
  background: rgba(101, 113, 255, 0.3);
19277
  border-color: transparent;
23620
  border-color: transparent;
19278
  transition: background 0.3s ease-in-out;
23621
  transition: background 0.3s ease-in-out;
Línea 19279... Línea 23622...
19279
}
23622
}
19280
 
23623
 
19281
.example .btn-toolbar + .btn-toolbar {
23624
.example .btn-toolbar+.btn-toolbar {
-
 
23625
  margin-top: 0.5rem;
19282
  margin-top: 0.5rem;
23626
}
19283
}
23627
 
19284
.example .modal.static {
23628
.example .modal.static {
19285
  position: static;
23629
  position: static;
-
 
23630
  display: block;
19286
  display: block;
23631
}
19287
}
23632
 
19288
.example .navbar {
23633
.example .navbar {
19289
  position: relative;
23634
  position: relative;
19290
  padding: 0.5rem 1rem;
23635
  padding: 0.5rem 1rem;
19291
  left: auto;
23636
  left: auto;
19292
  width: 100%;
23637
  width: 100%;
19293
  height: auto;
23638
  height: auto;
19294
  z-index: 9;
23639
  z-index: 9;
19295
  border-bottom: 0;
23640
  border-bottom: 0;
-
 
23641
  box-shadow: none;
19296
  box-shadow: none;
23642
}
19297
}
23643
 
19298
.example .navbar .navbar-brand {
23644
.example .navbar .navbar-brand {
-
 
23645
  font-size: 1.25rem;
19299
  font-size: 1.25rem;
23646
}
19300
}
23647
 
19301
.example .progress + .progress {
23648
.example .progress+.progress {
-
 
23649
  margin-top: 10px;
19302
  margin-top: 10px;
23650
}
19303
}
23651
 
19304
.example .perfect-scrollbar-example {
23652
.example .perfect-scrollbar-example {
19305
  position: relative;
23653
  position: relative;
19306
  max-height: 250px;
23654
  max-height: 250px;
-
 
23655
  background: #fff;
19307
  background: #fff;
23656
}
19308
}
23657
 
19309
.example .scrollspy-example {
23658
.example .scrollspy-example {
19310
  position: relative;
23659
  position: relative;
19311
  height: 200px;
23660
  height: 200px;
19312
  margin-top: 0.5rem;
23661
  margin-top: 0.5rem;
-
 
23662
  overflow: auto;
19313
  overflow: auto;
23663
}
19314
}
23664
 
19315
.example .scrollspy-example-2 {
23665
.example .scrollspy-example-2 {
19316
  position: relative;
23666
  position: relative;
19317
  height: 350px;
23667
  height: 350px;
-
 
23668
  overflow: auto;
19318
  overflow: auto;
23669
}
19319
}
23670
 
19320
.example nav .breadcrumb {
23671
.example nav .breadcrumb {
-
 
23672
  margin-bottom: 0.75rem;
19321
  margin-bottom: 0.75rem;
23673
}
19322
}
23674
 
19323
.example nav:last-child .breadcrumb {
23675
.example nav:last-child .breadcrumb {
Línea 19324... Línea 23676...
19324
  margin-bottom: 0;
23676
  margin-bottom: 0;
19325
}
23677
}
19326
 
23678
 
-
 
23679
.page-breadcrumb {
19327
.page-breadcrumb {
23680
  margin-bottom: 15px;
19328
  margin-bottom: 15px;
23681
}
19329
}
23682
 
19330
.page-breadcrumb .breadcrumb {
23683
.page-breadcrumb .breadcrumb {
Línea 19331... Línea 23684...
19331
  padding: 0;
23684
  padding: 0;
19332
  background: #f9fafb;
23685
  background: #f9fafb;
19333
}
23686
}
19334
 
23687
 
19335
.noble-ui-logo {
23688
.noble-ui-logo {
-
 
23689
  font-weight: 700;
19336
  font-weight: 700;
23690
  font-size: 25px;
19337
  font-size: 25px;
23691
  color: #000865;
19338
  color: #000865;
23692
}
19339
}
23693
 
-
 
23694
.noble-ui-logo span {
19340
.noble-ui-logo span {
23695
  color: #6571ff;
19341
  color: #6571ff;
23696
  font-weight: 300;
19342
  font-weight: 300;
23697
}
-
 
23698
 
19343
}
23699
.noble-ui-logo:hover {
19344
.noble-ui-logo:hover {
23700
  color: #000865;
19345
  color: #000865;
23701
}
Línea 19346... Línea 23702...
19346
}
23702
 
19347
.noble-ui-logo.logo-light {
23703
.noble-ui-logo.logo-light {
19348
  color: #000;
23704
  color: #000;
19349
}
23705
}
19350
 
23706
 
19351
.buy-now-wrapper {
23707
.buy-now-wrapper {
-
 
23708
  position: fixed;
19352
  position: fixed;
23709
  bottom: 30px;
19353
  bottom: 30px;
23710
  right: 35px;
19354
  right: 35px;
23711
  z-index: 99999;
19355
  z-index: 99999;
23712
}
-
 
23713
 
-
 
23714
.rtl .buy-now-wrapper {
-
 
23715
  right: auto;
-
 
23716
  left: 35px;
-
 
23717
}
-
 
23718
 
19356
}
23719
.buy-now-wrapper .btn svg,
-
 
23720
.buy-now-wrapper .wizard>.actions a svg,
-
 
23721
.wizard>.actions .buy-now-wrapper a svg,
-
 
23722
.buy-now-wrapper div.tox .tox-button svg,
19357
.rtl .buy-now-wrapper {
23723
div.tox .buy-now-wrapper .tox-button svg,
19358
  right: auto;
23724
.buy-now-wrapper .swal2-popup .swal2-actions button svg,
19359
  left: 35px;
23725
.swal2-popup .swal2-actions .buy-now-wrapper button svg,
Línea 19360... Línea 23726...
19360
}
23726
.buy-now-wrapper .fc .fc-button-primary svg,
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 {
23727
.fc .buy-now-wrapper .fc-button-primary svg {
19362
  width: 19px !important;
23728
  width: 19px !important;
-
 
23729
  height: 19px !important;
19363
  height: 19px !important;
23730
}
19364
}
23731
 
19365
 
23732
.main-wrapper {
19366
.main-wrapper {
23733
  display: flex;
19367
  display: flex;
23734
}
19368
}
23735
 
19369
.main-wrapper .page-wrapper {
23736
.main-wrapper .page-wrapper {
19370
  min-height: 100vh;
23737
  min-height: 100vh;
19371
  background: #f9fafb;
23738
  background: #f9fafb;
19372
  width: calc(100% - 240px);
23739
  width: calc(100% - 240px);
-
 
23740
  margin-left: 240px;
19373
  margin-left: 240px;
23741
  display: flex;
19374
  display: flex;
23742
  flex-direction: column;
19375
  flex-direction: column;
23743
  -webkit-transition: margin 0.1s ease, width 0.1s ease;
19376
  -webkit-transition: margin 0.1s ease, width 0.1s ease;
23744
  transition: margin 0.1s ease, width 0.1s ease;
19377
  transition: margin 0.1s ease, width 0.1s ease;
23745
}
-
 
23746
 
19378
}
23747
.main-wrapper .page-wrapper .page-content {
19379
.main-wrapper .page-wrapper .page-content {
23748
  flex-grow: 1;
19380
  flex-grow: 1;
23749
  padding: 25px;
19381
  padding: 25px;
23750
  margin-top: 60px;
19382
  margin-top: 60px;
23751
}
-
 
23752
 
19383
}
23753
@media (max-width: 767px) {
19384
@media (max-width: 767px) {
23754
  .main-wrapper .page-wrapper .page-content {
19385
  .main-wrapper .page-wrapper .page-content {
23755
    padding: 25px 15px;
19386
    padding: 25px 15px;
23756
  }
-
 
23757
}
19387
  }
23758
 
19388
}
23759
.main-wrapper .page-wrapper.full-page {
19389
.main-wrapper .page-wrapper.full-page {
23760
  width: 100%;
-
 
23761
  margin-left: 0;
19390
  width: 100%;
23762
}
19391
  margin-left: 0;
23763
 
19392
}
23764
.main-wrapper .page-wrapper.full-page .page-content {
19393
.main-wrapper .page-wrapper.full-page .page-content {
23765
  margin-top: 0;
19394
  margin-top: 0;
23766
}
Línea 19407... Línea 23779...
19407
  height: calc(100vh - 6rem);
23779
  height: calc(100vh - 6rem);
19408
  overflow-y: auto;
23780
  overflow-y: auto;
19409
  border-left: 1px solid #e9ecef;
23781
  border-left: 1px solid #e9ecef;
19410
  display: none;
23782
  display: none;
19411
}
23783
}
-
 
23784
 
19412
@media (min-width: 1200px) {
23785
@media (min-width: 1200px) {
19413
  .page-content .content-nav-wrapper {
23786
  .page-content .content-nav-wrapper {
19414
    display: block;
23787
    display: block;
19415
  }
23788
  }
19416
}
23789
}
-
 
23790
 
19417
.page-content .content-nav-wrapper .content-nav {
23791
.page-content .content-nav-wrapper .content-nav {
19418
  padding: 0px 25px;
23792
  padding: 0px 25px;
19419
}
23793
}
-
 
23794
 
19420
.page-content .content-nav-wrapper .content-nav .nav-item .nav-link {
23795
.page-content .content-nav-wrapper .content-nav .nav-item .nav-link {
19421
  padding: 0;
23796
  padding: 0;
19422
  height: 30px;
23797
  height: 30px;
19423
  white-space: nowrap;
23798
  white-space: nowrap;
19424
  color: #7987a1;
23799
  color: #7987a1;
Línea 19439... Línea 23814...
19439
  left: 240px;
23814
  left: 240px;
19440
  z-index: 978;
23815
  z-index: 978;
19441
  box-shadow: 3px 0 10px 0 rgba(183, 192, 206, 0.2);
23816
  box-shadow: 3px 0 10px 0 rgba(183, 192, 206, 0.2);
19442
  transition: width 0.1s ease, left 0.1s ease;
23817
  transition: width 0.1s ease, left 0.1s ease;
19443
}
23818
}
-
 
23819
 
19444
@media (max-width: 991px) {
23820
@media (max-width: 991px) {
19445
  .navbar {
23821
  .navbar {
19446
    width: 100%;
23822
    width: 100%;
19447
    left: 0;
23823
    left: 0;
19448
  }
23824
  }
-
 
23825
 
19449
  .navbar .navbar-content {
23826
  .navbar .navbar-content {
19450
    width: calc(100% - 70px - 1px);
23827
    width: calc(100% - 70px - 1px);
19451
  }
23828
  }
19452
}
23829
}
-
 
23830
 
19453
.navbar .sidebar-toggler {
23831
.navbar .sidebar-toggler {
19454
  height: 100%;
23832
  height: 100%;
19455
  border-right: 1px solid #e9ecef;
23833
  border-right: 1px solid #e9ecef;
19456
  align-items: center;
23834
  align-items: center;
19457
  padding: 0 25px;
23835
  padding: 0 25px;
19458
  display: none;
23836
  display: none;
19459
}
23837
}
-
 
23838
 
19460
.navbar .sidebar-toggler svg {
23839
.navbar .sidebar-toggler svg {
19461
  width: 20px;
23840
  width: 20px;
19462
  height: 20px;
23841
  height: 20px;
19463
  color: #7987a1;
23842
  color: #7987a1;
19464
}
23843
}
-
 
23844
 
19465
@media (max-width: 991px) {
23845
@media (max-width: 991px) {
19466
  .navbar .sidebar-toggler {
23846
  .navbar .sidebar-toggler {
19467
    display: flex;
23847
    display: flex;
19468
  }
23848
  }
19469
}
23849
}
-
 
23850
 
19470
.navbar .search-form {
23851
.navbar .search-form {
19471
  width: 100%;
23852
  width: 100%;
19472
  margin-right: 60px;
23853
  margin-right: 60px;
19473
}
23854
}
-
 
23855
 
19474
.navbar .search-form .input-group .input-group-text {
23856
.navbar .search-form .input-group .input-group-text {
19475
  padding: 0;
23857
  padding: 0;
19476
  border: 0;
23858
  border: 0;
19477
  color: #7987a1;
23859
  color: #7987a1;
19478
  background: #fff;
23860
  background: #fff;
19479
}
23861
}
-
 
23862
 
19480
.navbar .search-form .input-group .input-group-text svg {
23863
.navbar .search-form .input-group .input-group-text svg {
19481
  width: 20px;
23864
  width: 20px;
19482
  height: 20px;
23865
  height: 20px;
19483
  cursor: pointer;
23866
  cursor: pointer;
19484
}
23867
}
-
 
23868
 
-
 
23869
.navbar .search-form .input-group .form-control,
-
 
23870
.navbar .search-form .input-group .typeahead.tt-input,
-
 
23871
.navbar .search-form .input-group .typeahead.tt-hint,
19485
.navbar .search-form .input-group .form-control, .navbar .search-form .input-group .typeahead.tt-input,
23872
.navbar .search-form .input-group .select2-container--default .select2-search--dropdown .select2-search__field,
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 {
23873
.select2-container--default .select2-search--dropdown .navbar .search-form .input-group .select2-search__field {
19487
  border: 0;
23874
  border: 0;
19488
  margin-top: 3px;
23875
  margin-top: 3px;
19489
}
23876
}
-
 
23877
 
19490
.navbar .navbar-content {
23878
.navbar .navbar-content {
19491
  display: flex;
23879
  display: flex;
19492
  width: 100%;
23880
  width: 100%;
19493
  height: 100%;
23881
  height: 100%;
19494
  padding-left: 25px;
23882
  padding-left: 25px;
19495
  padding-right: 25px;
23883
  padding-right: 25px;
19496
}
23884
}
-
 
23885
 
19497
@media (max-width: 991px) {
23886
@media (max-width: 991px) {
19498
  .navbar .navbar-content {
23887
  .navbar .navbar-content {
19499
    width: calc(100% - 70px - 1px);
23888
    width: calc(100% - 70px - 1px);
19500
  }
23889
  }
19501
}
23890
}
-
 
23891
 
19502
.navbar .navbar-content .navbar-nav {
23892
.navbar .navbar-content .navbar-nav {
19503
  display: flex;
23893
  display: flex;
19504
  flex-direction: row;
23894
  flex-direction: row;
19505
  margin-left: auto;
23895
  margin-left: auto;
19506
}
23896
}
-
 
23897
 
19507
.navbar .navbar-content .navbar-nav .nav-item {
23898
.navbar .navbar-content .navbar-nav .nav-item {
19508
  position: relative;
23899
  position: relative;
19509
  margin-left: 5px;
23900
  margin-left: 5px;
19510
  margin-right: 5px;
23901
  margin-right: 5px;
19511
  min-width: 30px;
23902
  min-width: 30px;
19512
  display: flex;
23903
  display: flex;
19513
  align-items: center;
23904
  align-items: center;
19514
}
23905
}
-
 
23906
 
19515
.navbar .navbar-content .navbar-nav .nav-item .nav-link {
23907
.navbar .navbar-content .navbar-nav .nav-item .nav-link {
19516
  color: #000;
23908
  color: #000;
19517
  padding: 0;
23909
  padding: 0;
19518
  position: relative;
23910
  position: relative;
19519
  margin-left: auto;
23911
  margin-left: auto;
19520
  margin-right: auto;
23912
  margin-right: auto;
19521
}
23913
}
-
 
23914
 
-
 
23915
.navbar .navbar-content .navbar-nav .nav-item .nav-link:hover,
19522
.navbar .navbar-content .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-content .navbar-nav .nav-item .nav-link[aria-expanded=true] {
23916
.navbar .navbar-content .navbar-nav .nav-item .nav-link[aria-expanded=true] {
19523
  color: #6571ff;
23917
  color: #6571ff;
19524
}
23918
}
-
 
23919
 
19525
.navbar .navbar-content .navbar-nav .nav-item .nav-link::after {
23920
.navbar .navbar-content .navbar-nav .nav-item .nav-link::after {
19526
  display: none;
23921
  display: none;
19527
}
23922
}
-
 
23923
 
19528
.navbar .navbar-content .navbar-nav .nav-item .nav-link svg {
23924
.navbar .navbar-content .navbar-nav .nav-item .nav-link svg {
19529
  width: 20px;
23925
  width: 20px;
19530
  height: 20px;
23926
  height: 20px;
19531
}
23927
}
-
 
23928
 
19532
.navbar .navbar-content .navbar-nav .nav-item .nav-link .indicator {
23929
.navbar .navbar-content .navbar-nav .nav-item .nav-link .indicator {
19533
  position: absolute;
23930
  position: absolute;
19534
  top: 0px;
23931
  top: 0px;
19535
  right: 2px;
23932
  right: 2px;
19536
}
23933
}
-
 
23934
 
19537
.navbar .navbar-content .navbar-nav .nav-item .nav-link .indicator .circle {
23935
.navbar .navbar-content .navbar-nav .nav-item .nav-link .indicator .circle {
19538
  background: #6571ff;
23936
  background: #6571ff;
19539
  width: 7px;
23937
  width: 7px;
19540
  height: 7px;
23938
  height: 7px;
19541
  border-radius: 50%;
23939
  border-radius: 50%;
19542
}
23940
}
-
 
23941
 
19543
.navbar .navbar-content .navbar-nav .nav-item .nav-link .indicator .circle::before {
23942
.navbar .navbar-content .navbar-nav .nav-item .nav-link .indicator .circle::before {
19544
  background-color: #6571ff;
23943
  background-color: #6571ff;
19545
  content: "";
23944
  content: "";
19546
  display: table;
23945
  display: table;
19547
  border-radius: 50%;
23946
  border-radius: 50%;
19548
  position: absolute;
23947
  position: absolute;
19549
}
23948
}
-
 
23949
 
19550
@media (max-width: 767px) {
23950
@media (max-width: 767px) {
19551
  .navbar .navbar-content .navbar-nav .nav-item.dropdown {
23951
  .navbar .navbar-content .navbar-nav .nav-item.dropdown {
19552
    position: static;
23952
    position: static;
19553
  }
23953
  }
19554
}
23954
}
-
 
23955
 
19555
.navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu, .navbar .navbar-content .navbar-nav .nav-item.dropdown .tt-menu {
23956
.navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu,
-
 
23957
.navbar .navbar-content .navbar-nav .nav-item.dropdown .tt-menu {
19556
  width: max-content;
23958
  width: max-content;
19557
  position: absolute;
23959
  position: absolute;
19558
  right: -20px;
23960
  right: -20px;
19559
  left: auto;
23961
  left: auto;
19560
}
23962
}
-
 
23963
 
19561
.navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu::before, .navbar .navbar-content .navbar-nav .nav-item.dropdown .tt-menu::before {
23964
.navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu::before,
-
 
23965
.navbar .navbar-content .navbar-nav .nav-item.dropdown .tt-menu::before {
19562
  content: "";
23966
  content: "";
19563
  width: 13px;
23967
  width: 13px;
19564
  height: 13px;
23968
  height: 13px;
19565
  background: #fff;
23969
  background: #fff;
19566
  position: absolute;
23970
  position: absolute;
Línea 19568... Línea 23972...
19568
  right: 28px;
23972
  right: 28px;
19569
  transform: rotate(45deg);
23973
  transform: rotate(45deg);
19570
  border-top: 1px solid #f2f4f9;
23974
  border-top: 1px solid #f2f4f9;
19571
  border-left: 1px solid #f2f4f9;
23975
  border-left: 1px solid #f2f4f9;
19572
}
23976
}
-
 
23977
 
19573
@media (max-width: 767px) {
23978
@media (max-width: 767px) {
-
 
23979
 
19574
  .navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu, .navbar .navbar-content .navbar-nav .nav-item.dropdown .tt-menu {
23980
  .navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu,
-
 
23981
  .navbar .navbar-content .navbar-nav .nav-item.dropdown .tt-menu {
19575
    right: 20px;
23982
    right: 20px;
19576
    width: calc(100% - 40px);
23983
    width: calc(100% - 40px);
19577
  }
23984
  }
-
 
23985
 
19578
  .navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu::before, .navbar .navbar-content .navbar-nav .nav-item.dropdown .tt-menu::before {
23986
  .navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu::before,
-
 
23987
  .navbar .navbar-content .navbar-nav .nav-item.dropdown .tt-menu::before {
19579
    display: none;
23988
    display: none;
19580
  }
23989
  }
19581
}
23990
}
Línea 19582... Línea 23991...
19582
 
23991
 
Línea 19588... Línea 23997...
19588
  top: 0;
23997
  top: 0;
19589
  -webkit-transition: width 0.1s ease, margin 0.1s ease-in-out;
23998
  -webkit-transition: width 0.1s ease, margin 0.1s ease-in-out;
19590
  transition: width 0.1s ease, margin 0.1s ease-in-out;
23999
  transition: width 0.1s ease, margin 0.1s ease-in-out;
19591
  z-index: 999;
24000
  z-index: 999;
19592
}
24001
}
-
 
24002
 
19593
.sidebar .sidebar-header {
24003
.sidebar .sidebar-header {
19594
  background: #fff;
24004
  background: #fff;
19595
  height: 60px;
24005
  height: 60px;
19596
  border-bottom: 1px solid #e9ecef;
24006
  border-bottom: 1px solid #e9ecef;
19597
  display: flex;
24007
  display: flex;
Línea 19602... Línea 24012...
19602
  z-index: 999;
24012
  z-index: 999;
19603
  width: 240px;
24013
  width: 240px;
19604
  -webkit-transition: width 0.1s ease;
24014
  -webkit-transition: width 0.1s ease;
19605
  transition: width 0.1s ease;
24015
  transition: width 0.1s ease;
19606
}
24016
}
-
 
24017
 
19607
.sidebar-open .sidebar .sidebar-header {
24018
.sidebar-open .sidebar .sidebar-header {
19608
  border-bottom: 1px solid #e9ecef;
24019
  border-bottom: 1px solid #e9ecef;
19609
}
24020
}
-
 
24021
 
19610
.sidebar .sidebar-header .sidebar-brand {
24022
.sidebar .sidebar-header .sidebar-brand {
19611
  opacity: 1;
24023
  opacity: 1;
19612
  visibility: visible;
24024
  visibility: visible;
19613
  -webkit-transition: opacity 0.5s ease;
24025
  -webkit-transition: opacity 0.5s ease;
19614
  transition: opacity 0.5s ease;
24026
  transition: opacity 0.5s ease;
19615
  font-weight: 700;
24027
  font-weight: 700;
19616
  font-size: 25px;
24028
  font-size: 25px;
19617
  color: #000865;
24029
  color: #000865;
-
 
24030
  direction: ltr
19618
  direction: ltr/*rtl:ignore*/;
24031
    /*rtl:ignore*/
-
 
24032
  ;
19619
}
24033
}
-
 
24034
 
19620
.sidebar .sidebar-header .sidebar-brand span {
24035
.sidebar .sidebar-header .sidebar-brand span {
19621
  color: #6571ff;
24036
  color: #6571ff;
19622
  font-weight: 300;
24037
  font-weight: 300;
19623
}
24038
}
-
 
24039
 
19624
.sidebar .sidebar-header .sidebar-toggler {
24040
.sidebar .sidebar-header .sidebar-toggler {
19625
  cursor: pointer;
24041
  cursor: pointer;
19626
  width: 18px;
24042
  width: 18px;
19627
}
24043
}
-
 
24044
 
19628
.sidebar .sidebar-header .sidebar-toggler span {
24045
.sidebar .sidebar-header .sidebar-toggler span {
19629
  display: block;
24046
  display: block;
19630
  width: 100%;
24047
  width: 100%;
19631
  border-radius: 3px;
24048
  border-radius: 3px;
19632
  height: 2px;
24049
  height: 2px;
19633
  background: #7987a1;
24050
  background: #7987a1;
19634
  -webkit-transition: all 0.3s;
24051
  -webkit-transition: all 0.3s;
19635
  transition: all 0.3s;
24052
  transition: all 0.3s;
19636
  position: relative;
24053
  position: relative;
19637
}
24054
}
-
 
24055
 
19638
.sidebar .sidebar-header .sidebar-toggler span + span {
24056
.sidebar .sidebar-header .sidebar-toggler span+span {
19639
  margin-top: 4px;
24057
  margin-top: 4px;
19640
}
24058
}
-
 
24059
 
19641
.sidebar .sidebar-header .sidebar-toggler.active span:nth-child(1) {
24060
.sidebar .sidebar-header .sidebar-toggler.active span:nth-child(1) {
19642
  -webkit-animation: ease 0.6s top forwards;
24061
  -webkit-animation: ease 0.6s top forwards;
19643
  animation: ease 0.6s top forwards;
24062
  animation: ease 0.6s top forwards;
19644
}
24063
}
-
 
24064
 
19645
.sidebar .sidebar-header .sidebar-toggler.not-active span:nth-child(1) {
24065
.sidebar .sidebar-header .sidebar-toggler.not-active span:nth-child(1) {
19646
  -webkit-animation: ease 0.6s top-2 forwards;
24066
  -webkit-animation: ease 0.6s top-2 forwards;
19647
  animation: ease 0.6s top-2 forwards;
24067
  animation: ease 0.6s top-2 forwards;
19648
}
24068
}
-
 
24069
 
19649
.sidebar .sidebar-header .sidebar-toggler.active span:nth-child(2) {
24070
.sidebar .sidebar-header .sidebar-toggler.active span:nth-child(2) {
19650
  -webkit-animation: ease 0.6s scaled forwards;
24071
  -webkit-animation: ease 0.6s scaled forwards;
19651
  animation: ease 0.6s scaled forwards;
24072
  animation: ease 0.6s scaled forwards;
19652
}
24073
}
-
 
24074
 
19653
.sidebar .sidebar-header .sidebar-toggler.not-active span:nth-child(2) {
24075
.sidebar .sidebar-header .sidebar-toggler.not-active span:nth-child(2) {
19654
  -webkit-animation: ease 0.6s scaled-2 forwards;
24076
  -webkit-animation: ease 0.6s scaled-2 forwards;
19655
  animation: ease 0.6s scaled-2 forwards;
24077
  animation: ease 0.6s scaled-2 forwards;
19656
}
24078
}
-
 
24079
 
19657
.sidebar .sidebar-header .sidebar-toggler.active span:nth-child(3) {
24080
.sidebar .sidebar-header .sidebar-toggler.active span:nth-child(3) {
19658
  -webkit-animation: ease 0.6s bottom forwards;
24081
  -webkit-animation: ease 0.6s bottom forwards;
19659
  animation: ease 0.6s bottom forwards;
24082
  animation: ease 0.6s bottom forwards;
19660
}
24083
}
-
 
24084
 
19661
.sidebar .sidebar-header .sidebar-toggler.not-active span:nth-child(3) {
24085
.sidebar .sidebar-header .sidebar-toggler.not-active span:nth-child(3) {
19662
  -webkit-animation: ease 0.6s bottom-2 forwards;
24086
  -webkit-animation: ease 0.6s bottom-2 forwards;
19663
  animation: ease 0.6s bottom-2 forwards;
24087
  animation: ease 0.6s bottom-2 forwards;
19664
}
24088
}
-
 
24089
 
19665
@-webkit-keyframes top {
24090
@-webkit-keyframes top {
19666
  0% {
24091
  0% {
19667
    top: 0;
24092
    top: 0;
19668
    -webkit-transform: rotate(0);
24093
    -webkit-transform: rotate(0);
19669
    transform: rotate(0);
24094
    transform: rotate(0);
19670
  }
24095
  }
-
 
24096
 
19671
  50% {
24097
  50% {
19672
    top: 6px;
24098
    top: 6px;
19673
    -webkit-transform: rotate(0);
24099
    -webkit-transform: rotate(0);
19674
    transform: rotate(0);
24100
    transform: rotate(0);
19675
  }
24101
  }
-
 
24102
 
19676
  100% {
24103
  100% {
19677
    top: 6px;
24104
    top: 6px;
19678
    -webkit-transform: rotate(45deg);
24105
    -webkit-transform: rotate(45deg);
19679
    transform: rotate(45deg);
24106
    transform: rotate(45deg);
19680
  }
24107
  }
19681
}
24108
}
-
 
24109
 
19682
@keyframes top {
24110
@keyframes top {
19683
  0% {
24111
  0% {
19684
    top: 0;
24112
    top: 0;
19685
    -webkit-transform: rotate(0);
24113
    -webkit-transform: rotate(0);
19686
    transform: rotate(0);
24114
    transform: rotate(0);
19687
  }
24115
  }
-
 
24116
 
19688
  50% {
24117
  50% {
19689
    top: 6px;
24118
    top: 6px;
19690
    -webkit-transform: rotate(0);
24119
    -webkit-transform: rotate(0);
19691
    transform: rotate(0);
24120
    transform: rotate(0);
19692
  }
24121
  }
-
 
24122
 
19693
  100% {
24123
  100% {
19694
    top: 6px;
24124
    top: 6px;
19695
    -webkit-transform: rotate(45deg);
24125
    -webkit-transform: rotate(45deg);
19696
    transform: rotate(45deg);
24126
    transform: rotate(45deg);
19697
  }
24127
  }
19698
}
24128
}
-
 
24129
 
19699
@-webkit-keyframes top-2 {
24130
@-webkit-keyframes top-2 {
19700
  0% {
24131
  0% {
19701
    top: 6px;
24132
    top: 6px;
19702
    -webkit-transform: rotate(45deg);
24133
    -webkit-transform: rotate(45deg);
19703
    transform: rotate(45deg);
24134
    transform: rotate(45deg);
19704
  }
24135
  }
-
 
24136
 
19705
  50% {
24137
  50% {
19706
    top: 6px;
24138
    top: 6px;
19707
    -webkit-transform: rotate(0deg);
24139
    -webkit-transform: rotate(0deg);
19708
    transform: rotate(0deg);
24140
    transform: rotate(0deg);
19709
  }
24141
  }
-
 
24142
 
19710
  100% {
24143
  100% {
19711
    top: 0;
24144
    top: 0;
19712
    -webkit-transform: rotate(0deg);
24145
    -webkit-transform: rotate(0deg);
19713
    transform: rotate(0deg);
24146
    transform: rotate(0deg);
19714
  }
24147
  }
19715
}
24148
}
-
 
24149
 
19716
@keyframes top-2 {
24150
@keyframes top-2 {
19717
  0% {
24151
  0% {
19718
    top: 6px;
24152
    top: 6px;
19719
    -webkit-transform: rotate(45deg);
24153
    -webkit-transform: rotate(45deg);
19720
    transform: rotate(45deg);
24154
    transform: rotate(45deg);
19721
  }
24155
  }
-
 
24156
 
19722
  50% {
24157
  50% {
19723
    top: 6px;
24158
    top: 6px;
19724
    -webkit-transform: rotate(0deg);
24159
    -webkit-transform: rotate(0deg);
19725
    transform: rotate(0deg);
24160
    transform: rotate(0deg);
19726
  }
24161
  }
-
 
24162
 
19727
  100% {
24163
  100% {
19728
    top: 0;
24164
    top: 0;
19729
    -webkit-transform: rotate(0deg);
24165
    -webkit-transform: rotate(0deg);
19730
    transform: rotate(0deg);
24166
    transform: rotate(0deg);
19731
  }
24167
  }
19732
}
24168
}
-
 
24169
 
19733
@-webkit-keyframes bottom {
24170
@-webkit-keyframes bottom {
19734
  0% {
24171
  0% {
19735
    bottom: 0;
24172
    bottom: 0;
19736
    -webkit-transform: rotate(0);
24173
    -webkit-transform: rotate(0);
19737
    transform: rotate(0);
24174
    transform: rotate(0);
19738
  }
24175
  }
-
 
24176
 
19739
  50% {
24177
  50% {
19740
    bottom: 6px;
24178
    bottom: 6px;
19741
    -webkit-transform: rotate(0);
24179
    -webkit-transform: rotate(0);
19742
    transform: rotate(0);
24180
    transform: rotate(0);
19743
  }
24181
  }
-
 
24182
 
19744
  100% {
24183
  100% {
19745
    bottom: 6px;
24184
    bottom: 6px;
19746
    -webkit-transform: rotate(135deg);
24185
    -webkit-transform: rotate(135deg);
19747
    transform: rotate(135deg);
24186
    transform: rotate(135deg);
19748
  }
24187
  }
19749
}
24188
}
-
 
24189
 
19750
@keyframes bottom {
24190
@keyframes bottom {
19751
  0% {
24191
  0% {
19752
    bottom: 0;
24192
    bottom: 0;
19753
    -webkit-transform: rotate(0);
24193
    -webkit-transform: rotate(0);
19754
    transform: rotate(0);
24194
    transform: rotate(0);
19755
  }
24195
  }
-
 
24196
 
19756
  50% {
24197
  50% {
19757
    bottom: 6px;
24198
    bottom: 6px;
19758
    -webkit-transform: rotate(0);
24199
    -webkit-transform: rotate(0);
19759
    transform: rotate(0);
24200
    transform: rotate(0);
19760
  }
24201
  }
-
 
24202
 
19761
  100% {
24203
  100% {
19762
    bottom: 6px;
24204
    bottom: 6px;
19763
    -webkit-transform: rotate(135deg);
24205
    -webkit-transform: rotate(135deg);
19764
    transform: rotate(135deg);
24206
    transform: rotate(135deg);
19765
  }
24207
  }
19766
}
24208
}
-
 
24209
 
19767
@-webkit-keyframes bottom-2 {
24210
@-webkit-keyframes bottom-2 {
19768
  0% {
24211
  0% {
19769
    bottom: 6px;
24212
    bottom: 6px;
19770
    -webkit-transform: rotate(135deg);
24213
    -webkit-transform: rotate(135deg);
19771
    transform: rotate(135deg);
24214
    transform: rotate(135deg);
19772
  }
24215
  }
-
 
24216
 
19773
  50% {
24217
  50% {
19774
    bottom: 6px;
24218
    bottom: 6px;
19775
    -webkit-transform: rotate(0);
24219
    -webkit-transform: rotate(0);
19776
    transform: rotate(0);
24220
    transform: rotate(0);
19777
  }
24221
  }
-
 
24222
 
19778
  100% {
24223
  100% {
19779
    bottom: 0;
24224
    bottom: 0;
19780
    -webkit-transform: rotate(0);
24225
    -webkit-transform: rotate(0);
19781
    transform: rotate(0);
24226
    transform: rotate(0);
19782
  }
24227
  }
19783
}
24228
}
-
 
24229
 
19784
@keyframes bottom-2 {
24230
@keyframes bottom-2 {
19785
  0% {
24231
  0% {
19786
    bottom: 6px;
24232
    bottom: 6px;
19787
    -webkit-transform: rotate(135deg);
24233
    -webkit-transform: rotate(135deg);
19788
    transform: rotate(135deg);
24234
    transform: rotate(135deg);
19789
  }
24235
  }
-
 
24236
 
19790
  50% {
24237
  50% {
19791
    bottom: 6px;
24238
    bottom: 6px;
19792
    -webkit-transform: rotate(0);
24239
    -webkit-transform: rotate(0);
19793
    transform: rotate(0);
24240
    transform: rotate(0);
19794
  }
24241
  }
-
 
24242
 
19795
  100% {
24243
  100% {
19796
    bottom: 0;
24244
    bottom: 0;
19797
    -webkit-transform: rotate(0);
24245
    -webkit-transform: rotate(0);
19798
    transform: rotate(0);
24246
    transform: rotate(0);
19799
  }
24247
  }
19800
}
24248
}
-
 
24249
 
19801
@-webkit-keyframes scaled {
24250
@-webkit-keyframes scaled {
19802
  50% {
24251
  50% {
19803
    -webkit-transform: scale(0);
24252
    -webkit-transform: scale(0);
19804
    transform: scale(0);
24253
    transform: scale(0);
19805
  }
24254
  }
-
 
24255
 
19806
  100% {
24256
  100% {
19807
    -webkit-transform: scale(0);
24257
    -webkit-transform: scale(0);
19808
    transform: scale(0);
24258
    transform: scale(0);
19809
  }
24259
  }
19810
}
24260
}
-
 
24261
 
19811
@keyframes scaled {
24262
@keyframes scaled {
19812
  50% {
24263
  50% {
19813
    -webkit-transform: scale(0);
24264
    -webkit-transform: scale(0);
19814
    transform: scale(0);
24265
    transform: scale(0);
19815
  }
24266
  }
-
 
24267
 
19816
  100% {
24268
  100% {
19817
    -webkit-transform: scale(0);
24269
    -webkit-transform: scale(0);
19818
    transform: scale(0);
24270
    transform: scale(0);
19819
  }
24271
  }
19820
}
24272
}
-
 
24273
 
19821
@-webkit-keyframes scaled-2 {
24274
@-webkit-keyframes scaled-2 {
19822
  0% {
24275
  0% {
19823
    -webkit-transform: scale(0);
24276
    -webkit-transform: scale(0);
19824
    transform: scale(0);
24277
    transform: scale(0);
19825
  }
24278
  }
-
 
24279
 
19826
  50% {
24280
  50% {
19827
    -webkit-transform: scale(0);
24281
    -webkit-transform: scale(0);
19828
    transform: scale(0);
24282
    transform: scale(0);
19829
  }
24283
  }
-
 
24284
 
19830
  100% {
24285
  100% {
19831
    -webkit-transform: scale(1);
24286
    -webkit-transform: scale(1);
19832
    transform: scale(1);
24287
    transform: scale(1);
19833
  }
24288
  }
19834
}
24289
}
-
 
24290
 
19835
@keyframes scaled-2 {
24291
@keyframes scaled-2 {
19836
  0% {
24292
  0% {
19837
    -webkit-transform: scale(0);
24293
    -webkit-transform: scale(0);
19838
    transform: scale(0);
24294
    transform: scale(0);
19839
  }
24295
  }
-
 
24296
 
19840
  50% {
24297
  50% {
19841
    -webkit-transform: scale(0);
24298
    -webkit-transform: scale(0);
19842
    transform: scale(0);
24299
    transform: scale(0);
19843
  }
24300
  }
-
 
24301
 
19844
  100% {
24302
  100% {
19845
    -webkit-transform: scale(1);
24303
    -webkit-transform: scale(1);
19846
    transform: scale(1);
24304
    transform: scale(1);
19847
  }
24305
  }
19848
}
24306
}
-
 
24307
 
19849
.sidebar .sidebar-body {
24308
.sidebar .sidebar-body {
19850
  max-height: calc(100% - 60px);
24309
  max-height: calc(100% - 60px);
19851
  position: relative;
24310
  position: relative;
19852
  border-right: 1px solid #e9ecef;
24311
  border-right: 1px solid #e9ecef;
19853
  height: 100%;
24312
  height: 100%;
19854
  -webkit-box-shadow: 0 8px 10px 0 rgba(183, 192, 206, 0.2);
24313
  -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);
24314
  box-shadow: 0 8px 10px 0 rgba(183, 192, 206, 0.2);
19856
  background: #fff;
24315
  background: #fff;
19857
}
24316
}
-
 
24317
 
19858
.sidebar .sidebar-body .nav {
24318
.sidebar .sidebar-body .nav {
19859
  display: flex;
24319
  display: flex;
19860
  flex-direction: column;
24320
  flex-direction: column;
19861
  padding: 25px 25px 50px 25px;
24321
  padding: 25px 25px 50px 25px;
19862
}
24322
}
-
 
24323
 
19863
.sidebar .sidebar-body .nav .nav-item {
24324
.sidebar .sidebar-body .nav .nav-item {
19864
  position: relative;
24325
  position: relative;
19865
}
24326
}
-
 
24327
 
19866
.sidebar .sidebar-body .nav .nav-item .nav-link {
24328
.sidebar .sidebar-body .nav .nav-item .nav-link {
19867
  display: flex;
24329
  display: flex;
19868
  align-items: center;
24330
  align-items: center;
19869
  padding: 0;
24331
  padding: 0;
19870
  height: 32px;
24332
  height: 32px;
19871
  white-space: nowrap;
24333
  white-space: nowrap;
19872
  color: #000;
24334
  color: #000;
19873
}
24335
}
-
 
24336
 
19874
.sidebar .sidebar-body .nav .nav-item .nav-link .link-icon {
24337
.sidebar .sidebar-body .nav .nav-item .nav-link .link-icon {
19875
  width: 16px;
24338
  width: 16px;
19876
  height: 16px;
24339
  height: 16px;
19877
  fill: rgba(233, 236, 239, 0.21);
24340
  fill: rgba(233, 236, 239, 0.21);
19878
  position: absolute;
24341
  position: absolute;
19879
  color: inherit;
24342
  color: inherit;
19880
}
24343
}
-
 
24344
 
19881
.sidebar .sidebar-body .nav .nav-item .nav-link .link-title {
24345
.sidebar .sidebar-body .nav .nav-item .nav-link .link-title {
19882
  margin-left: 30px;
24346
  margin-left: 30px;
19883
  font-size: 14px;
24347
  font-size: 14px;
19884
  -webkit-transition: all 0.2s ease-in-out;
24348
  -webkit-transition: all 0.2s ease-in-out;
19885
  transition: all 0.2s ease-in-out;
24349
  transition: all 0.2s ease-in-out;
19886
}
24350
}
-
 
24351
 
19887
.sidebar .sidebar-body .nav .nav-item .nav-link .link-arrow {
24352
.sidebar .sidebar-body .nav .nav-item .nav-link .link-arrow {
19888
  width: 14px;
24353
  width: 14px;
19889
  height: 14px;
24354
  height: 14px;
19890
  margin-left: auto;
24355
  margin-left: auto;
19891
  -webkit-transition: all 0.3s ease;
24356
  -webkit-transition: all 0.3s ease;
19892
  -webkit-transition: all 0.3s ease-in-out;
24357
  -webkit-transition: all 0.3s ease-in-out;
19893
  transition: all 0.3s ease-in-out;
24358
  transition: all 0.3s ease-in-out;
19894
  color: inherit;
24359
  color: inherit;
19895
}
24360
}
-
 
24361
 
19896
.sidebar .sidebar-body .nav .nav-item .nav-link .link-icon,
24362
.sidebar .sidebar-body .nav .nav-item .nav-link .link-icon,
19897
.sidebar .sidebar-body .nav .nav-item .nav-link .link-title,
24363
.sidebar .sidebar-body .nav .nav-item .nav-link .link-title,
19898
.sidebar .sidebar-body .nav .nav-item .nav-link .link-arrow {
24364
.sidebar .sidebar-body .nav .nav-item .nav-link .link-arrow {
19899
  -webkit-transition: all 0.3s ease;
24365
  -webkit-transition: all 0.3s ease;
19900
  transition: all 0.3s ease;
24366
  transition: all 0.3s ease;
19901
}
24367
}
-
 
24368
 
19902
.sidebar .sidebar-body .nav .nav-item .nav-link[aria-expanded=true] {
24369
.sidebar .sidebar-body .nav .nav-item .nav-link[aria-expanded=true] {
19903
  color: #6571ff;
24370
  color: #6571ff;
19904
}
24371
}
-
 
24372
 
19905
.sidebar .sidebar-body .nav .nav-item .nav-link[aria-expanded=true] .link-arrow {
24373
.sidebar .sidebar-body .nav .nav-item .nav-link[aria-expanded=true] .link-arrow {
19906
  -webkit-transform: rotate(90deg);
24374
  -webkit-transform: rotate(90deg);
19907
  transform: rotate(180deg);
24375
  transform: rotate(180deg);
19908
}
24376
}
-
 
24377
 
19909
.sidebar .sidebar-body .nav .nav-item.nav-category {
24378
.sidebar .sidebar-body .nav .nav-item.nav-category {
19910
  color: #7987a1;
24379
  color: #7987a1;
19911
  font-size: 11px;
24380
  font-size: 11px;
19912
  text-transform: uppercase;
24381
  text-transform: uppercase;
19913
  font-weight: 500;
24382
  font-weight: 500;
19914
  letter-spacing: 0.5px;
24383
  letter-spacing: 0.5px;
19915
  margin-bottom: 5px;
24384
  margin-bottom: 5px;
19916
  height: 15px;
24385
  height: 15px;
19917
}
24386
}
-
 
24387
 
19918
.sidebar .sidebar-body .nav .nav-item.nav-category:not(:first-child) {
24388
.sidebar .sidebar-body .nav .nav-item.nav-category:not(:first-child) {
19919
  margin-top: 20px;
24389
  margin-top: 20px;
19920
}
24390
}
-
 
24391
 
19921
.sidebar .sidebar-body .nav .nav-item:hover .nav-link {
24392
.sidebar .sidebar-body .nav .nav-item:hover .nav-link {
19922
  color: #6571ff;
24393
  color: #6571ff;
19923
}
24394
}
-
 
24395
 
19924
.sidebar .sidebar-body .nav .nav-item:hover .nav-link .link-title {
24396
.sidebar .sidebar-body .nav .nav-item:hover .nav-link .link-title {
19925
  margin-left: 31px;
24397
  margin-left: 31px;
19926
}
24398
}
-
 
24399
 
19927
.sidebar .sidebar-body .nav .nav-item:hover .nav-link .link-icon {
24400
.sidebar .sidebar-body .nav .nav-item:hover .nav-link .link-icon {
19928
  color: #6571ff;
24401
  color: #6571ff;
19929
  fill: rgba(239, 243, 255, 0.5);
24402
  fill: rgba(239, 243, 255, 0.5);
19930
}
24403
}
-
 
24404
 
19931
.sidebar .sidebar-body .nav .nav-item.active .nav-link {
24405
.sidebar .sidebar-body .nav .nav-item.active .nav-link {
19932
  color: #6571ff;
24406
  color: #6571ff;
19933
}
24407
}
-
 
24408
 
19934
.sidebar .sidebar-body .nav .nav-item.active .nav-link::before {
24409
.sidebar .sidebar-body .nav .nav-item.active .nav-link::before {
19935
  content: "";
24410
  content: "";
19936
  width: 3px;
24411
  width: 3px;
19937
  height: 26px;
24412
  height: 26px;
19938
  background: #6571ff;
24413
  background: #6571ff;
19939
  position: absolute;
24414
  position: absolute;
19940
  left: -25px;
24415
  left: -25px;
19941
}
24416
}
-
 
24417
 
19942
.sidebar .sidebar-body .nav .nav-item.active .nav-link .link-icon {
24418
.sidebar .sidebar-body .nav .nav-item.active .nav-link .link-icon {
19943
  fill: rgba(239, 243, 255, 0.5);
24419
  fill: rgba(239, 243, 255, 0.5);
19944
  color: #6571ff;
24420
  color: #6571ff;
19945
}
24421
}
-
 
24422
 
19946
.sidebar .sidebar-body .nav.sub-menu {
24423
.sidebar .sidebar-body .nav.sub-menu {
19947
  padding: 0 0 15px 33px;
24424
  padding: 0 0 15px 33px;
19948
}
24425
}
-
 
24426
 
19949
.sidebar .sidebar-body .nav.sub-menu .nav-item {
24427
.sidebar .sidebar-body .nav.sub-menu .nav-item {
19950
  position: relative;
24428
  position: relative;
19951
}
24429
}
-
 
24430
 
19952
.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link {
24431
.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link {
19953
  height: 25px;
24432
  height: 25px;
19954
  color: #000;
24433
  color: #000;
19955
  font-size: 13px;
24434
  font-size: 13px;
19956
  -webkit-transition: all 0.3s ease-in-out;
24435
  -webkit-transition: all 0.3s ease-in-out;
19957
  transition: all 0.3s ease-in-out;
24436
  transition: all 0.3s ease-in-out;
19958
}
24437
}
-
 
24438
 
19959
.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link::before {
24439
.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link::before {
19960
  content: "";
24440
  content: "";
19961
  width: 6px;
24441
  width: 6px;
19962
  height: 6px;
24442
  height: 6px;
19963
  border-radius: 50%;
24443
  border-radius: 50%;
Línea 19968... Línea 24448...
19968
  top: 10px;
24448
  top: 10px;
19969
  -webkit-transition: all 0.7s ease-in-out;
24449
  -webkit-transition: all 0.7s ease-in-out;
19970
  -webkit-transition: all 0.4s ease-in-out;
24450
  -webkit-transition: all 0.4s ease-in-out;
19971
  transition: all 0.4s ease-in-out;
24451
  transition: all 0.4s ease-in-out;
19972
}
24452
}
-
 
24453
 
19973
.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link.active {
24454
.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link.active {
19974
  color: #6571ff;
24455
  color: #6571ff;
19975
}
24456
}
-
 
24457
 
19976
.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link.active::before {
24458
.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link.active::before {
19977
  border: 1px solid #6571ff;
24459
  border: 1px solid #6571ff;
19978
  background: #6571ff;
24460
  background: #6571ff;
19979
}
24461
}
-
 
24462
 
19980
.sidebar .sidebar-body .nav.sub-menu .nav-item:hover .nav-link {
24463
.sidebar .sidebar-body .nav.sub-menu .nav-item:hover .nav-link {
19981
  color: #6571ff;
24464
  color: #6571ff;
19982
  margin-left: 3px;
24465
  margin-left: 3px;
19983
}
24466
}
-
 
24467
 
19984
.sidebar .sidebar-body .nav.sub-menu .nav-item:hover .nav-link::before {
24468
.sidebar .sidebar-body .nav.sub-menu .nav-item:hover .nav-link::before {
19985
  border: 1px solid #6571ff;
24469
  border: 1px solid #6571ff;
19986
  background: #6571ff;
24470
  background: #6571ff;
19987
}
24471
}
-
 
24472
 
19988
@media (max-width: 991px) {
24473
@media (max-width: 991px) {
19989
  .sidebar {
24474
  .sidebar {
19990
    z-index: 999;
24475
    z-index: 999;
19991
    margin-left: -240px;
24476
    margin-left: -240px;
19992
    visibility: hidden;
24477
    visibility: hidden;
19993
  }
24478
  }
-
 
24479
 
19994
  .sidebar-open .sidebar {
24480
  .sidebar-open .sidebar {
19995
    margin-left: 0;
24481
    margin-left: 0;
19996
    visibility: visible;
24482
    visibility: visible;
19997
  }
24483
  }
-
 
24484
 
19998
  .sidebar .sidebar-body .nav .nav-item {
24485
  .sidebar .sidebar-body .nav .nav-item {
19999
    width: auto;
24486
    width: auto;
20000
  }
24487
  }
-
 
24488
 
20001
  .sidebar .sidebar-body .nav .nav-item .nav-link .link-icon {
24489
  .sidebar .sidebar-body .nav .nav-item .nav-link .link-icon {
20002
    -webkit-transition: none;
24490
    -webkit-transition: none;
20003
    transition: none;
24491
    transition: none;
20004
    margin: 0;
24492
    margin: 0;
20005
  }
24493
  }
Línea 20008... Línea 24496...
20008
.sidebar-dark .sidebar .sidebar-header {
24496
.sidebar-dark .sidebar .sidebar-header {
20009
  background: #0c1427;
24497
  background: #0c1427;
20010
  border-bottom: 1px solid rgba(233, 236, 239, 0.1);
24498
  border-bottom: 1px solid rgba(233, 236, 239, 0.1);
20011
  border-right: 1px solid rgba(233, 236, 239, 0.1);
24499
  border-right: 1px solid rgba(233, 236, 239, 0.1);
20012
}
24500
}
-
 
24501
 
20013
.sidebar-dark .sidebar .sidebar-header .sidebar-brand {
24502
.sidebar-dark .sidebar .sidebar-header .sidebar-brand {
20014
  color: #e9ecef;
24503
  color: #e9ecef;
20015
}
24504
}
-
 
24505
 
20016
.sidebar-dark .sidebar .sidebar-header .sidebar-toggler span {
24506
.sidebar-dark .sidebar .sidebar-header .sidebar-toggler span {
20017
  background: #7987a1;
24507
  background: #7987a1;
20018
}
24508
}
-
 
24509
 
20019
.sidebar-dark .sidebar .sidebar-body {
24510
.sidebar-dark .sidebar .sidebar-body {
20020
  background: #0c1427;
24511
  background: #0c1427;
20021
  border-right: 1px solid rgba(233, 236, 239, 0.1);
24512
  border-right: 1px solid rgba(233, 236, 239, 0.1);
20022
}
24513
}
-
 
24514
 
20023
.sidebar-dark .sidebar .sidebar-body .nav .nav-item.nav-category {
24515
.sidebar-dark .sidebar .sidebar-body .nav .nav-item.nav-category {
20024
  color: #fff;
24516
  color: #fff;
20025
}
24517
}
-
 
24518
 
20026
.sidebar-dark .sidebar .sidebar-body .nav .nav-item .nav-link {
24519
.sidebar-dark .sidebar .sidebar-body .nav .nav-item .nav-link {
20027
  color: #7987a1;
24520
  color: #7987a1;
20028
}
24521
}
-
 
24522
 
20029
.sidebar-dark .sidebar .sidebar-body .nav .nav-item .nav-link svg {
24523
.sidebar-dark .sidebar .sidebar-body .nav .nav-item .nav-link svg {
20030
  fill: none;
24524
  fill: none;
20031
}
24525
}
-
 
24526
 
20032
.sidebar-dark .sidebar .sidebar-body .nav .nav-item .nav-link[aria-expanded=true] {
24527
.sidebar-dark .sidebar .sidebar-body .nav .nav-item .nav-link[aria-expanded=true] {
20033
  color: #6571ff;
24528
  color: #6571ff;
20034
}
24529
}
-
 
24530
 
-
 
24531
.sidebar-dark .sidebar .sidebar-body .nav .nav-item:hover .nav-link svg,
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 {
24532
.sidebar-dark .sidebar .sidebar-body .nav .nav-item.active .nav-link svg {
20036
  fill: rgba(101, 113, 255, 0.2);
24533
  fill: rgba(101, 113, 255, 0.2);
20037
}
24534
}
-
 
24535
 
-
 
24536
.sidebar-dark .sidebar .sidebar-body .nav .nav-item:hover .nav-link .link-title,
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 {
24537
.sidebar-dark .sidebar .sidebar-body .nav .nav-item.active .nav-link .link-title {
20039
  color: #6571ff;
24538
  color: #6571ff;
20040
}
24539
}
Línea 20041... Línea 24540...
20041
 
24540
 
20042
.settings-sidebar {
24541
.settings-sidebar {
Línea 20050... Línea 24549...
20050
  z-index: 999;
24549
  z-index: 999;
20051
  border-radius: 0 0 0 4px;
24550
  border-radius: 0 0 0 4px;
20052
  -webkit-transition: all 0.2s ease-in-out;
24551
  -webkit-transition: all 0.2s ease-in-out;
20053
  transition: all 0.2s ease-in-out;
24552
  transition: all 0.2s ease-in-out;
20054
}
24553
}
-
 
24554
 
20055
.settings-open .settings-sidebar {
24555
.settings-open .settings-sidebar {
20056
  right: 0;
24556
  right: 0;
20057
}
24557
}
-
 
24558
 
20058
.settings-sidebar .sidebar-body {
24559
.settings-sidebar .sidebar-body {
20059
  position: relative;
24560
  position: relative;
20060
  padding: 18px;
24561
  padding: 18px;
20061
}
24562
}
-
 
24563
 
20062
.settings-sidebar .sidebar-body .settings-sidebar-toggler {
24564
.settings-sidebar .sidebar-body .settings-sidebar-toggler {
20063
  position: absolute;
24565
  position: absolute;
20064
  left: -44px;
24566
  left: -44px;
20065
  top: 0;
24567
  top: 0;
20066
  padding: 12px;
24568
  padding: 12px;
20067
  border-radius: 4px 0 0 4px;
24569
  border-radius: 4px 0 0 4px;
20068
  background: #fff;
24570
  background: #fff;
20069
  -webkit-box-shadow: -3px 0 10px 0 rgba(183, 192, 206, 0.2);
24571
  -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);
24572
  box-shadow: -3px 0 10px 0 rgba(183, 192, 206, 0.2);
20071
}
24573
}
-
 
24574
 
20072
.settings-sidebar .sidebar-body .settings-sidebar-toggler svg {
24575
.settings-sidebar .sidebar-body .settings-sidebar-toggler svg {
20073
  width: 20px;
24576
  width: 20px;
20074
  height: 20px;
24577
  height: 20px;
20075
  color: #7987a1;
24578
  color: #7987a1;
20076
}
24579
}
-
 
24580
 
20077
.settings-sidebar .sidebar-body .theme-wrapper .theme-item {
24581
.settings-sidebar .sidebar-body .theme-wrapper .theme-item {
20078
  position: relative;
24582
  position: relative;
20079
  display: block;
24583
  display: block;
20080
  margin-bottom: 19px;
24584
  margin-bottom: 19px;
20081
  border-radius: 6px;
24585
  border-radius: 6px;
20082
  border: 3px solid #e9ecef;
24586
  border: 3px solid #e9ecef;
20083
}
24587
}
-
 
24588
 
20084
.settings-sidebar .sidebar-body .theme-wrapper .theme-item::after {
24589
.settings-sidebar .sidebar-body .theme-wrapper .theme-item::after {
20085
  content: "";
24590
  content: "";
20086
  position: absolute;
24591
  position: absolute;
20087
  top: 0;
24592
  top: 0;
20088
  left: 0;
24593
  left: 0;
20089
  width: 100%;
24594
  width: 100%;
20090
  height: 100%;
24595
  height: 100%;
20091
  background: rgba(101, 113, 255, 0);
24596
  background: rgba(101, 113, 255, 0);
20092
}
24597
}
-
 
24598
 
20093
.settings-sidebar .sidebar-body .theme-wrapper .theme-item:last-child {
24599
.settings-sidebar .sidebar-body .theme-wrapper .theme-item:last-child {
20094
  margin-bottom: 0;
24600
  margin-bottom: 0;
20095
}
24601
}
-
 
24602
 
20096
.settings-sidebar .sidebar-body .theme-wrapper .theme-item.active {
24603
.settings-sidebar .sidebar-body .theme-wrapper .theme-item.active {
20097
  border: 3px solid #b2b8ff;
24604
  border: 3px solid #b2b8ff;
20098
}
24605
}
-
 
24606
 
20099
.settings-sidebar .sidebar-body .theme-wrapper .theme-item img {
24607
.settings-sidebar .sidebar-body .theme-wrapper .theme-item img {
20100
  width: 100%;
24608
  width: 100%;
20101
  border-radius: 3px;
24609
  border-radius: 3px;
20102
}
24610
}
-
 
24611
 
20103
.settings-sidebar .sidebar-body .theme-wrapper .theme-item:hover::after {
24612
.settings-sidebar .sidebar-body .theme-wrapper .theme-item:hover::after {
20104
  background: rgba(101, 113, 255, 0.2);
24613
  background: rgba(101, 113, 255, 0.2);
20105
  -webkit-transition: all 0.3s ease-in-out;
24614
  -webkit-transition: all 0.3s ease-in-out;
20106
  transition: all 0.3s ease-in-out;
24615
  transition: all 0.3s ease-in-out;
20107
}
24616
}
Línea 20108... Línea 24617...
20108
 
24617
 
20109
.sidebar-folded .sidebar .sidebar-header {
24618
.sidebar-folded .sidebar .sidebar-header {
20110
  width: 70px;
24619
  width: 70px;
-
 
24620
}
20111
}
24621
 
20112
.sidebar-folded .sidebar .sidebar-header .sidebar-brand {
24622
.sidebar-folded .sidebar .sidebar-header .sidebar-brand {
20113
  display: none;
24623
  display: none;
-
 
24624
}
20114
}
24625
 
20115
.sidebar-folded .page-wrapper {
24626
.sidebar-folded .page-wrapper {
20116
  width: calc(100% - 70px);
24627
  width: calc(100% - 70px);
20117
  margin-left: 70px;
24628
  margin-left: 70px;
-
 
24629
}
20118
}
24630
 
20119
.sidebar-folded .page-wrapper .navbar {
24631
.sidebar-folded .page-wrapper .navbar {
20120
  width: calc(100% - 70px);
24632
  width: calc(100% - 70px);
20121
  left: 70px;
24633
  left: 70px;
20122
  right: 0;
24634
  right: 0;
-
 
24635
}
20123
}
24636
 
20124
.sidebar-folded:not(.open-sidebar-folded) .sidebar {
24637
.sidebar-folded:not(.open-sidebar-folded) .sidebar {
20125
  width: 70px;
24638
  width: 70px;
-
 
24639
}
20126
}
24640
 
20127
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-header {
24641
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-header {
20128
  width: 70px;
24642
  width: 70px;
-
 
24643
}
20129
}
24644
 
20130
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-header .sidebar-brand {
24645
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-header .sidebar-brand {
20131
  opacity: 0;
24646
  opacity: 0;
20132
  visibility: hidden;
24647
  visibility: hidden;
20133
  width: 0;
24648
  width: 0;
-
 
24649
}
20134
}
24650
 
20135
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .nav .nav-item .nav-link .link-title,
24651
.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 {
24652
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .nav .nav-item .nav-link .link-arrow {
20137
  visibility: hidden;
24653
  visibility: hidden;
20138
  opacity: 0;
24654
  opacity: 0;
-
 
24655
}
20139
}
24656
 
20140
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .nav .nav-item.nav-category {
24657
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .nav .nav-item.nav-category {
20141
  visibility: hidden;
24658
  visibility: hidden;
-
 
24659
}
20142
}
24660
 
20143
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .nav .nav-item.nav-category::before {
24661
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .nav .nav-item.nav-category::before {
20144
  content: "";
24662
  content: "";
20145
  width: 5px;
24663
  width: 5px;
20146
  height: 5px;
24664
  height: 5px;
Línea 20149... Línea 24667...
20149
  position: absolute;
24667
  position: absolute;
20150
  top: 5px;
24668
  top: 5px;
20151
  left: 6px;
24669
  left: 6px;
20152
  visibility: visible;
24670
  visibility: visible;
20153
}
24671
}
-
 
24672
 
20154
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .nav.sub-menu {
24673
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .nav.sub-menu {
20155
  display: none;
24674
  display: none;
20156
}
24675
}
Línea 20157... Línea 24676...
20157
 
24676
 
-
 
24677
@media (max-width: 991px) {
-
 
24678
 
20158
@media (max-width: 991px) {
24679
  .sidebar-open .main-wrapper::before,
20159
  .sidebar-open .main-wrapper::before, .settings-open .main-wrapper::before {
24680
  .settings-open .main-wrapper::before {
20160
    content: "";
24681
    content: "";
20161
    width: 100vw;
24682
    width: 100vw;
20162
    background: rgba(0, 0, 0, 0.3);
24683
    background: rgba(0, 0, 0, 0.3);
20163
    position: fixed;
24684
    position: fixed;
Línea 20178... Línea 24699...
20178
.alert-primary {
24699
.alert-primary {
20179
  background-color: rgba(101, 113, 255, 0.1);
24700
  background-color: rgba(101, 113, 255, 0.1);
20180
  color: #4c59ff;
24701
  color: #4c59ff;
20181
  border-color: rgba(101, 113, 255, 0.2);
24702
  border-color: rgba(101, 113, 255, 0.2);
20182
}
24703
}
-
 
24704
 
20183
.alert-primary .alert-link {
24705
.alert-primary .alert-link {
20184
  color: #4c59ff;
24706
  color: #4c59ff;
20185
}
24707
}
-
 
24708
 
20186
.alert-primary svg {
24709
.alert-primary svg {
20187
  width: 19px;
24710
  width: 19px;
20188
  height: 19px;
24711
  height: 19px;
20189
  margin-right: 0.5rem;
24712
  margin-right: 0.5rem;
20190
}
24713
}
-
 
24714
 
20191
.alert-primary i {
24715
.alert-primary i {
20192
  font-size: 19px;
24716
  font-size: 19px;
20193
  margin-right: 0.5rem;
24717
  margin-right: 0.5rem;
20194
}
24718
}
Línea 20195... Línea 24719...
20195
 
24719
 
20196
.alert-fill-primary {
24720
.alert-fill-primary {
20197
  --bs-alert-color: #fff;
24721
  --bs-alert-color: #fff;
20198
  --bs-alert-bg: #6571ff;
24722
  --bs-alert-bg: #6571ff;
20199
  --bs-alert-border-color: #6571ff;
24723
  --bs-alert-border-color: #6571ff;
-
 
24724
}
20200
}
24725
 
20201
.alert-fill-primary .alert-link {
24726
.alert-fill-primary .alert-link {
20202
  color: #cccccc;
24727
  color: #cccccc;
-
 
24728
}
20203
}
24729
 
20204
.alert-fill-primary.alert-fill-light {
24730
.alert-fill-primary.alert-fill-light {
20205
  color: #7987a1;
24731
  color: #7987a1;
Línea 20206... Línea 24732...
20206
}
24732
}
20207
 
24733
 
20208
.alert-secondary {
24734
.alert-secondary {
20209
  background-color: rgba(121, 135, 161, 0.1);
24735
  background-color: rgba(121, 135, 161, 0.1);
20210
  color: #6a7a96;
24736
  color: #6a7a96;
-
 
24737
  border-color: rgba(121, 135, 161, 0.2);
20211
  border-color: rgba(121, 135, 161, 0.2);
24738
}
20212
}
24739
 
20213
.alert-secondary .alert-link {
24740
.alert-secondary .alert-link {
-
 
24741
  color: #6a7a96;
20214
  color: #6a7a96;
24742
}
20215
}
24743
 
20216
.alert-secondary svg {
24744
.alert-secondary svg {
20217
  width: 19px;
24745
  width: 19px;
20218
  height: 19px;
24746
  height: 19px;
-
 
24747
  margin-right: 0.5rem;
20219
  margin-right: 0.5rem;
24748
}
20220
}
24749
 
20221
.alert-secondary i {
24750
.alert-secondary i {
20222
  font-size: 19px;
24751
  font-size: 19px;
Línea 20223... Línea 24752...
20223
  margin-right: 0.5rem;
24752
  margin-right: 0.5rem;
20224
}
24753
}
20225
 
24754
 
20226
.alert-fill-secondary {
24755
.alert-fill-secondary {
20227
  --bs-alert-color: #fff;
24756
  --bs-alert-color: #fff;
-
 
24757
  --bs-alert-bg: #7987a1;
20228
  --bs-alert-bg: #7987a1;
24758
  --bs-alert-border-color: #7987a1;
20229
  --bs-alert-border-color: #7987a1;
24759
}
20230
}
24760
 
-
 
24761
.alert-fill-secondary .alert-link {
20231
.alert-fill-secondary .alert-link {
24762
  color: #cccccc;
20232
  color: #cccccc;
24763
}
20233
}
24764
 
Línea 20234... Línea 24765...
20234
.alert-fill-secondary.alert-fill-light {
24765
.alert-fill-secondary.alert-fill-light {
20235
  color: #7987a1;
24766
  color: #7987a1;
20236
}
24767
}
20237
 
24768
 
20238
.alert-success {
24769
.alert-success {
-
 
24770
  background-color: rgba(5, 163, 74, 0.1);
20239
  background-color: rgba(5, 163, 74, 0.1);
24771
  color: #048a3f;
20240
  color: #048a3f;
24772
  border-color: rgba(5, 163, 74, 0.2);
20241
  border-color: rgba(5, 163, 74, 0.2);
24773
}
-
 
24774
 
20242
}
24775
.alert-success .alert-link {
20243
.alert-success .alert-link {
24776
  color: #048a3f;
20244
  color: #048a3f;
24777
}
20245
}
24778
 
20246
.alert-success svg {
24779
.alert-success svg {
-
 
24780
  width: 19px;
20247
  width: 19px;
24781
  height: 19px;
20248
  height: 19px;
24782
  margin-right: 0.5rem;
20249
  margin-right: 0.5rem;
24783
}
20250
}
24784
 
Línea 20251... Línea 24785...
20251
.alert-success i {
24785
.alert-success i {
20252
  font-size: 19px;
24786
  font-size: 19px;
20253
  margin-right: 0.5rem;
24787
  margin-right: 0.5rem;
20254
}
24788
}
20255
 
24789
 
-
 
24790
.alert-fill-success {
20256
.alert-fill-success {
24791
  --bs-alert-color: #fff;
20257
  --bs-alert-color: #fff;
24792
  --bs-alert-bg: #05a34a;
20258
  --bs-alert-bg: #05a34a;
24793
  --bs-alert-border-color: #05a34a;
-
 
24794
}
20259
  --bs-alert-border-color: #05a34a;
24795
 
20260
}
24796
.alert-fill-success .alert-link {
20261
.alert-fill-success .alert-link {
24797
  color: #cccccc;
Línea 20262... Línea 24798...
20262
  color: #cccccc;
24798
}
20263
}
24799
 
20264
.alert-fill-success.alert-fill-light {
24800
.alert-fill-success.alert-fill-light {
20265
  color: #7987a1;
24801
  color: #7987a1;
20266
}
24802
}
-
 
24803
 
20267
 
24804
.alert-info {
20268
.alert-info {
24805
  background-color: rgba(102, 209, 209, 0.1);
20269
  background-color: rgba(102, 209, 209, 0.1);
24806
  color: #52cbcb;
-
 
24807
  border-color: rgba(102, 209, 209, 0.2);
20270
  color: #52cbcb;
24808
}
20271
  border-color: rgba(102, 209, 209, 0.2);
24809
 
20272
}
24810
.alert-info .alert-link {
20273
.alert-info .alert-link {
24811
  color: #52cbcb;
20274
  color: #52cbcb;
24812
}
-
 
24813
 
20275
}
24814
.alert-info svg {
20276
.alert-info svg {
24815
  width: 19px;
20277
  width: 19px;
24816
  height: 19px;
20278
  height: 19px;
24817
  margin-right: 0.5rem;
Línea 20279... Línea 24818...
20279
  margin-right: 0.5rem;
24818
}
20280
}
24819
 
20281
.alert-info i {
24820
.alert-info i {
20282
  font-size: 19px;
24821
  font-size: 19px;
20283
  margin-right: 0.5rem;
24822
  margin-right: 0.5rem;
-
 
24823
}
20284
}
24824
 
20285
 
24825
.alert-fill-info {
20286
.alert-fill-info {
24826
  --bs-alert-color: #fff;
-
 
24827
  --bs-alert-bg: #66d1d1;
20287
  --bs-alert-color: #fff;
24828
  --bs-alert-border-color: #66d1d1;
20288
  --bs-alert-bg: #66d1d1;
24829
}
20289
  --bs-alert-border-color: #66d1d1;
24830
 
Línea 20290... Línea 24831...
20290
}
24831
.alert-fill-info .alert-link {
20291
.alert-fill-info .alert-link {
24832
  color: #cccccc;
20292
  color: #cccccc;
24833
}
20293
}
24834
 
20294
.alert-fill-info.alert-fill-light {
24835
.alert-fill-info.alert-fill-light {
-
 
24836
  color: #7987a1;
20295
  color: #7987a1;
24837
}
20296
}
24838
 
20297
 
24839
.alert-warning {
-
 
24840
  background-color: rgba(251, 188, 6, 0.1);
20298
.alert-warning {
24841
  color: #e4aa04;
20299
  background-color: rgba(251, 188, 6, 0.1);
24842
  border-color: rgba(251, 188, 6, 0.2);
20300
  color: #e4aa04;
24843
}
20301
  border-color: rgba(251, 188, 6, 0.2);
24844
 
20302
}
24845
.alert-warning .alert-link {
-
 
24846
  color: #e4aa04;
20303
.alert-warning .alert-link {
24847
}
20304
  color: #e4aa04;
24848
 
20305
}
24849
.alert-warning svg {
20306
.alert-warning svg {
24850
  width: 19px;
Línea 20307... Línea 24851...
20307
  width: 19px;
24851
  height: 19px;
20308
  height: 19px;
24852
  margin-right: 0.5rem;
20309
  margin-right: 0.5rem;
24853
}
20310
}
24854
 
20311
.alert-warning i {
24855
.alert-warning i {
-
 
24856
  font-size: 19px;
20312
  font-size: 19px;
24857
  margin-right: 0.5rem;
20313
  margin-right: 0.5rem;
24858
}
20314
}
24859
 
-
 
24860
.alert-fill-warning {
20315
 
24861
  --bs-alert-color: #fff;
20316
.alert-fill-warning {
24862
  --bs-alert-bg: #fbbc06;
20317
  --bs-alert-color: #fff;
24863
  --bs-alert-border-color: #fbbc06;
Línea 20318... Línea 24864...
20318
  --bs-alert-bg: #fbbc06;
24864
}
20319
  --bs-alert-border-color: #fbbc06;
24865
 
20320
}
24866
.alert-fill-warning .alert-link {
20321
.alert-fill-warning .alert-link {
24867
  color: #cccccc;
20322
  color: #cccccc;
24868
}
-
 
24869
 
20323
}
24870
.alert-fill-warning.alert-fill-light {
20324
.alert-fill-warning.alert-fill-light {
24871
  color: #7987a1;
20325
  color: #7987a1;
24872
}
-
 
24873
 
20326
}
24874
.alert-danger {
20327
 
24875
  background-color: rgba(255, 51, 102, 0.1);
20328
.alert-danger {
24876
  color: #ff1a53;
20329
  background-color: rgba(255, 51, 102, 0.1);
24877
  border-color: rgba(255, 51, 102, 0.2);
20330
  color: #ff1a53;
24878
}
-
 
24879
 
20331
  border-color: rgba(255, 51, 102, 0.2);
24880
.alert-danger .alert-link {
20332
}
24881
  color: #ff1a53;
20333
.alert-danger .alert-link {
24882
}
20334
  color: #ff1a53;
24883
 
Línea 20335... Línea 24884...
20335
}
24884
.alert-danger svg {
20336
.alert-danger svg {
24885
  width: 19px;
20337
  width: 19px;
24886
  height: 19px;
20338
  height: 19px;
24887
  margin-right: 0.5rem;
20339
  margin-right: 0.5rem;
24888
}
-
 
24889
 
20340
}
24890
.alert-danger i {
20341
.alert-danger i {
24891
  font-size: 19px;
20342
  font-size: 19px;
24892
  margin-right: 0.5rem;
-
 
24893
}
20343
  margin-right: 0.5rem;
24894
 
20344
}
24895
.alert-fill-danger {
20345
 
24896
  --bs-alert-color: #fff;
Línea 20346... Línea 24897...
20346
.alert-fill-danger {
24897
  --bs-alert-bg: #ff3366;
20347
  --bs-alert-color: #fff;
24898
  --bs-alert-border-color: #ff3366;
20348
  --bs-alert-bg: #ff3366;
24899
}
20349
  --bs-alert-border-color: #ff3366;
24900
 
20350
}
24901
.alert-fill-danger .alert-link {
-
 
24902
  color: #cccccc;
20351
.alert-fill-danger .alert-link {
24903
}
20352
  color: #cccccc;
24904
 
20353
}
24905
.alert-fill-danger.alert-fill-light {
-
 
24906
  color: #7987a1;
20354
.alert-fill-danger.alert-fill-light {
24907
}
20355
  color: #7987a1;
24908
 
20356
}
24909
.alert-light {
20357
 
24910
  background-color: rgba(233, 236, 239, 0.1);
20358
.alert-light {
24911
  color: #dadfe4;
-
 
24912
  border-color: rgba(233, 236, 239, 0.2);
20359
  background-color: rgba(233, 236, 239, 0.1);
24913
}
20360
  color: #dadfe4;
24914
 
20361
  border-color: rgba(233, 236, 239, 0.2);
24915
.alert-light .alert-link {
20362
}
24916
  color: #dadfe4;
Línea 20363... Línea 24917...
20363
.alert-light .alert-link {
24917
}
20364
  color: #dadfe4;
24918
 
20365
}
24919
.alert-light svg {
20366
.alert-light svg {
24920
  width: 19px;
20367
  width: 19px;
24921
  height: 19px;
-
 
24922
  margin-right: 0.5rem;
20368
  height: 19px;
24923
}
20369
  margin-right: 0.5rem;
24924
 
20370
}
24925
.alert-light i {
-
 
24926
  font-size: 19px;
20371
.alert-light i {
24927
  margin-right: 0.5rem;
20372
  font-size: 19px;
24928
}
20373
  margin-right: 0.5rem;
24929
 
Línea 20374... Línea 24930...
20374
}
24930
.alert-fill-light {
20375
 
24931
  --bs-alert-color: #fff;
20376
.alert-fill-light {
24932
  --bs-alert-bg: #e9ecef;
20377
  --bs-alert-color: #fff;
24933
  --bs-alert-border-color: #e9ecef;
20378
  --bs-alert-bg: #e9ecef;
24934
}
-
 
24935
 
20379
  --bs-alert-border-color: #e9ecef;
24936
.alert-fill-light .alert-link {
20380
}
24937
  color: #cccccc;
20381
.alert-fill-light .alert-link {
24938
}
-
 
24939
 
20382
  color: #cccccc;
24940
.alert-fill-light.alert-fill-light {
20383
}
24941
  color: #7987a1;
20384
.alert-fill-light.alert-fill-light {
24942
}
20385
  color: #7987a1;
24943
 
20386
}
24944
.alert-dark {
-
 
24945
  background-color: rgba(6, 12, 23, 0.1);
20387
 
24946
  color: #010103;
20388
.alert-dark {
24947
  border-color: rgba(6, 12, 23, 0.2);
20389
  background-color: rgba(6, 12, 23, 0.1);
24948
}
20390
  color: #010103;
24949
 
Línea 20391... Línea 24950...
20391
  border-color: rgba(6, 12, 23, 0.2);
24950
.alert-dark .alert-link {
20392
}
24951
  color: #010103;
20393
.alert-dark .alert-link {
24952
}
20394
  color: #010103;
24953
 
20395
}
24954
.alert-dark svg {
-
 
24955
  width: 19px;
20396
.alert-dark svg {
24956
  height: 19px;
20397
  width: 19px;
24957
  margin-right: 0.5rem;
20398
  height: 19px;
24958
}
-
 
24959
 
20399
  margin-right: 0.5rem;
24960
.alert-dark i {
20400
}
24961
  font-size: 19px;
20401
.alert-dark i {
24962
  margin-right: 0.5rem;
Línea 20402... Línea 24963...
20402
  font-size: 19px;
24963
}
20403
  margin-right: 0.5rem;
24964
 
20404
}
24965
.alert-fill-dark {
-
 
24966
  --bs-alert-color: #fff;
20405
 
24967
  --bs-alert-bg: #060c17;
20406
.alert-fill-dark {
24968
  --bs-alert-border-color: #060c17;
20407
  --bs-alert-color: #fff;
24969
}
-
 
24970
 
20408
  --bs-alert-bg: #060c17;
24971
.alert-fill-dark .alert-link {
20409
  --bs-alert-border-color: #060c17;
24972
  color: #cccccc;
20410
}
24973
}
Línea 20411... Línea 24974...
20411
.alert-fill-dark .alert-link {
24974
 
-
 
24975
.alert-fill-dark.alert-fill-light {
20412
  color: #cccccc;
24976
  color: #7987a1;
20413
}
24977
}
-
 
24978
 
-
 
24979
.breadcrumb.breadcrumb-line .breadcrumb-item+.breadcrumb-item::before {
20414
.alert-fill-dark.alert-fill-light {
24980
  content: "-" !important;
-
 
24981
}
20415
  color: #7987a1;
24982
 
20416
}
24983
.breadcrumb.breadcrumb-dot .breadcrumb-item+.breadcrumb-item::before {
-
 
24984
  content: "•" !important;
-
 
24985
}
-
 
24986
 
-
 
24987
.breadcrumb.breadcrumb-arrow .breadcrumb-item+.breadcrumb-item::before {
20417
 
24988
  content: ">" !important;
-
 
24989
}
20418
.breadcrumb.breadcrumb-line .breadcrumb-item + .breadcrumb-item::before {
24990
 
20419
  content: "-" !important;
24991
/* Buttons */
-
 
24992
.btn i,
-
 
24993
.wizard>.actions a i,
-
 
24994
.wizard>.actions a:active i,
-
 
24995
.wizard>.actions a:hover i,
20420
}
24996
div.tox .tox-button i,
-
 
24997
.swal2-popup .swal2-actions button i,
20421
.breadcrumb.breadcrumb-dot .breadcrumb-item + .breadcrumb-item::before {
24998
.fc .fc-button-primary i {
20422
  content: "•" !important;
24999
  font-size: 1rem;
20423
}
25000
}
-
 
25001
 
-
 
25002
.btn.btn-rounded,
-
 
25003
.wizard>.actions a.btn-rounded,
-
 
25004
div.tox .btn-rounded.tox-button,
20424
.breadcrumb.breadcrumb-arrow .breadcrumb-item + .breadcrumb-item::before {
25005
.swal2-popup .swal2-actions button.btn-rounded,
-
 
25006
.fc .btn-rounded.fc-button-primary {
20425
  content: ">" !important;
25007
  border-radius: 50px;
20426
}
25008
}
20427
 
25009
 
20428
/* Buttons */
25010
.btn.btn-xs,
20429
.btn i, .wizard > .actions a i,
25011
.wizard>.actions a.btn-xs,
20430
.wizard > .actions a:active i,
25012
div.tox .btn-xs.tox-button,
20431
.wizard > .actions a:hover i, div.tox .tox-button i, .swal2-popup .swal2-actions button i, .fc .fc-button-primary i {
25013
.swal2-popup .swal2-actions button.btn-xs,
-
 
25014
.fc .btn-xs.fc-button-primary {
-
 
25015
  padding: 0.313rem 0.8rem;
-
 
25016
  font-size: 0.75rem;
-
 
25017
}
20432
  font-size: 1rem;
25018
 
-
 
25019
.btn.btn-icon,
20433
}
25020
.wizard>.actions a.btn-icon,
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 {
25021
div.tox .btn-icon.tox-button,
-
 
25022
.swal2-popup .swal2-actions button.btn-icon,
-
 
25023
.fc .btn-icon.fc-button-primary {
-
 
25024
  width: 38px;
-
 
25025
  height: 38px;
20435
  border-radius: 50px;
25026
  padding: 0;
-
 
25027
  display: inline-flex;
20436
}
25028
  align-items: center;
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 {
25029
  justify-content: center;
20438
  padding: 0.313rem 0.8rem;
25030
}
-
 
25031
 
-
 
25032
.btn.btn-icon svg,
-
 
25033
.wizard>.actions a.btn-icon svg,
-
 
25034
div.tox .btn-icon.tox-button svg,
20439
  font-size: 0.75rem;
25035
.swal2-popup .swal2-actions button.btn-icon svg,
-
 
25036
.fc .btn-icon.fc-button-primary svg {
20440
}
25037
  height: 18px;
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 {
25038
}
-
 
25039
 
-
 
25040
.btn.btn-icon.btn-xs,
-
 
25041
.wizard>.actions a.btn-icon.btn-xs,
-
 
25042
div.tox .btn-icon.btn-xs.tox-button,
20442
  width: 38px;
25043
.swal2-popup .swal2-actions button.btn-icon.btn-xs,
-
 
25044
.fc .btn-icon.btn-xs.fc-button-primary {
-
 
25045
  width: 30px;
-
 
25046
  height: 30px;
-
 
25047
}
-
 
25048
 
20443
  height: 38px;
25049
.btn.btn-icon.btn-xs svg,
20444
  padding: 0;
25050
.wizard>.actions a.btn-icon.btn-xs svg,
20445
  display: inline-flex;
25051
div.tox .btn-icon.btn-xs.tox-button svg,
-
 
25052
.swal2-popup .swal2-actions button.btn-icon.btn-xs svg,
-
 
25053
.fc .btn-icon.btn-xs.fc-button-primary svg {
-
 
25054
  height: 14px;
-
 
25055
}
20446
  align-items: center;
25056
 
-
 
25057
.btn.btn-icon.btn-sm,
-
 
25058
.wizard>.actions a.btn-icon.btn-sm,
-
 
25059
div.tox .btn-icon.btn-sm.tox-button,
-
 
25060
.swal2-popup .swal2-actions button.btn-icon.btn-sm,
-
 
25061
.fc .btn-icon.fc-button-primary,
20447
  justify-content: center;
25062
.btn-group-sm>.btn.btn-icon,
20448
}
25063
.wizard>.actions .btn-group-sm>a.btn-icon,
-
 
25064
div.tox .btn-group-sm>.btn-icon.tox-button,
-
 
25065
.swal2-popup .swal2-actions .btn-group-sm>button.btn-icon {
-
 
25066
  width: 36px;
-
 
25067
  height: 36px;
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 {
25068
}
-
 
25069
 
-
 
25070
.btn.btn-icon.btn-sm svg,
-
 
25071
.wizard>.actions a.btn-icon.btn-sm svg,
-
 
25072
div.tox .btn-icon.btn-sm.tox-button svg,
-
 
25073
.swal2-popup .swal2-actions button.btn-icon.btn-sm svg,
-
 
25074
.fc .btn-icon.fc-button-primary svg,
20450
  height: 18px;
25075
.btn-group-sm>.btn.btn-icon svg,
20451
}
25076
.wizard>.actions .btn-group-sm>a.btn-icon svg,
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 {
25077
div.tox .btn-group-sm>.btn-icon.tox-button svg,
-
 
25078
.swal2-popup .swal2-actions .btn-group-sm>button.btn-icon svg {
-
 
25079
  height: 15px;
-
 
25080
}
-
 
25081
 
20453
  width: 30px;
25082
.btn.btn-icon.btn-lg,
-
 
25083
.wizard>.actions a.btn-icon.btn-lg,
-
 
25084
div.tox .btn-icon.btn-lg.tox-button,
-
 
25085
.swal2-popup .swal2-actions button.btn-icon.btn-lg,
-
 
25086
.fc .btn-icon.btn-lg.fc-button-primary,
-
 
25087
.btn-group-lg>.btn.btn-icon,
-
 
25088
.wizard>.actions .btn-group-lg>a.btn-icon,
20454
  height: 30px;
25089
div.tox .btn-group-lg>.btn-icon.tox-button,
20455
}
25090
.swal2-popup .swal2-actions .btn-group-lg>button.btn-icon,
-
 
25091
.fc .btn-group-lg>.btn-icon.fc-button-primary {
-
 
25092
  width: 42px;
-
 
25093
  height: 42px;
-
 
25094
}
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 {
25095
 
-
 
25096
.btn.btn-icon.btn-lg svg,
20457
  height: 14px;
25097
.wizard>.actions a.btn-icon.btn-lg svg,
20458
}
25098
div.tox .btn-icon.btn-lg.tox-button svg,
-
 
25099
.swal2-popup .swal2-actions button.btn-icon.btn-lg svg,
-
 
25100
.fc .btn-icon.btn-lg.fc-button-primary svg,
-
 
25101
.btn-group-lg>.btn.btn-icon svg,
-
 
25102
.wizard>.actions .btn-group-lg>a.btn-icon svg,
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 {
25103
div.tox .btn-group-lg>.btn-icon.tox-button svg,
-
 
25104
.swal2-popup .swal2-actions .btn-group-lg>button.btn-icon svg,
20460
  width: 36px;
25105
.fc .btn-group-lg>.btn-icon.fc-button-primary svg {
20461
  height: 36px;
25106
  height: 18px;
-
 
25107
}
-
 
25108
 
-
 
25109
.btn.btn-icon-text .btn-icon-prepend,
-
 
25110
.wizard>.actions a.btn-icon-text .btn-icon-prepend,
20462
}
25111
div.tox .btn-icon-text.tox-button .btn-icon-prepend,
-
 
25112
.swal2-popup .swal2-actions button.btn-icon-text .btn-icon-prepend,
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 {
25113
.fc .btn-icon-text.fc-button-primary .btn-icon-prepend {
20464
  height: 15px;
25114
  margin-right: 0.5rem;
20465
}
25115
}
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 {
25116
 
20467
  width: 42px;
25117
.btn.btn-icon-text .btn-icon-append,
20468
  height: 42px;
25118
.wizard>.actions a.btn-icon-text .btn-icon-append,
20469
}
25119
div.tox .btn-icon-text.tox-button .btn-icon-append,
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 {
25120
.swal2-popup .swal2-actions button.btn-icon-text .btn-icon-append,
-
 
25121
.fc .btn-icon-text.fc-button-primary .btn-icon-append {
-
 
25122
  margin-left: 0.5rem;
-
 
25123
}
-
 
25124
 
20471
  height: 18px;
25125
.btn.btn-icon-text .btn-icon-prepend,
-
 
25126
.wizard>.actions a.btn-icon-text .btn-icon-prepend,
20472
}
25127
div.tox .btn-icon-text.tox-button .btn-icon-prepend,
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 {
25128
.swal2-popup .swal2-actions button.btn-icon-text .btn-icon-prepend,
20474
  margin-right: 0.5rem;
25129
.fc .btn-icon-text.fc-button-primary .btn-icon-prepend,
20475
}
25130
.btn.btn-icon-text .btn-icon-append,
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 {
25131
.wizard>.actions a.btn-icon-text .btn-icon-append,
20477
  margin-left: 0.5rem;
25132
div.tox .btn-icon-text.tox-button .btn-icon-append,
20478
}
25133
.swal2-popup .swal2-actions button.btn-icon-text .btn-icon-append,
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,
25134
.fc .btn-icon-text.fc-button-primary .btn-icon-append {
-
 
25135
  width: 18px;
-
 
25136
  height: 18px;
-
 
25137
}
-
 
25138
 
20480
.btn.btn-icon-text .btn-icon-append,
25139
.btn.btn-icon-text.btn-xs .btn-icon-prepend,
-
 
25140
.wizard>.actions a.btn-icon-text.btn-xs .btn-icon-prepend,
-
 
25141
div.tox .btn-icon-text.btn-xs.tox-button .btn-icon-prepend,
-
 
25142
.swal2-popup .swal2-actions button.btn-icon-text.btn-xs .btn-icon-prepend,
-
 
25143
.fc .btn-icon-text.btn-xs.fc-button-primary .btn-icon-prepend,
-
 
25144
.btn.btn-icon-text.btn-xs .btn-icon-append,
20481
.wizard > .actions a.btn-icon-text .btn-icon-append,
25145
.wizard>.actions a.btn-icon-text.btn-xs .btn-icon-append,
20482
div.tox .btn-icon-text.tox-button .btn-icon-append,
25146
div.tox .btn-icon-text.btn-xs.tox-button .btn-icon-append,
20483
.swal2-popup .swal2-actions button.btn-icon-text .btn-icon-append,
25147
.swal2-popup .swal2-actions button.btn-icon-text.btn-xs .btn-icon-append,
20484
.fc .btn-icon-text.fc-button-primary .btn-icon-append {
25148
.fc .btn-icon-text.btn-xs.fc-button-primary .btn-icon-append {
20485
  width: 18px;
25149
  width: 14px;
20486
  height: 18px;
25150
  height: 14px;
20487
}
25151
}
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,
25152
 
20489
.btn.btn-icon-text.btn-xs .btn-icon-append,
25153
.btn.btn-icon-text.btn-sm .btn-icon-prepend,
20490
.wizard > .actions a.btn-icon-text.btn-xs .btn-icon-append,
25154
.wizard>.actions a.btn-icon-text.btn-sm .btn-icon-prepend,
20491
div.tox .btn-icon-text.btn-xs.tox-button .btn-icon-append,
25155
div.tox .btn-icon-text.btn-sm.tox-button .btn-icon-prepend,
20492
.swal2-popup .swal2-actions button.btn-icon-text.btn-xs .btn-icon-append,
25156
.swal2-popup .swal2-actions button.btn-icon-text.btn-sm .btn-icon-prepend,
-
 
25157
.fc .btn-icon-text.fc-button-primary .btn-icon-prepend,
-
 
25158
.btn-group-sm>.btn.btn-icon-text .btn-icon-prepend,
-
 
25159
.wizard>.actions .btn-group-sm>a.btn-icon-text .btn-icon-prepend,
-
 
25160
div.tox .btn-group-sm>.btn-icon-text.tox-button .btn-icon-prepend,
20493
.fc .btn-icon-text.btn-xs.fc-button-primary .btn-icon-append {
25161
.swal2-popup .swal2-actions .btn-group-sm>button.btn-icon-text .btn-icon-prepend,
-
 
25162
.btn.btn-icon-text.btn-sm .btn-icon-append,
-
 
25163
.wizard>.actions a.btn-icon-text.btn-sm .btn-icon-append,
-
 
25164
div.tox .btn-icon-text.btn-sm.tox-button .btn-icon-append,
-
 
25165
.swal2-popup .swal2-actions button.btn-icon-text.btn-sm .btn-icon-append,
-
 
25166
.fc .btn-icon-text.fc-button-primary .btn-icon-append,
-
 
25167
.btn-group-sm>.btn.btn-icon-text .btn-icon-append,
20494
  width: 14px;
25168
.wizard>.actions .btn-group-sm>a.btn-icon-text .btn-icon-append,
20495
  height: 14px;
25169
div.tox .btn-group-sm>.btn-icon-text.tox-button .btn-icon-append,
20496
}
25170
.swal2-popup .swal2-actions .btn-group-sm>button.btn-icon-text .btn-icon-append {
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,
25171
  width: 15px;
20498
.btn.btn-icon-text.btn-sm .btn-icon-append,
25172
  height: 15px;
20499
.wizard > .actions a.btn-icon-text.btn-sm .btn-icon-append,
25173
}
20500
div.tox .btn-icon-text.btn-sm.tox-button .btn-icon-append,
25174
 
20501
.swal2-popup .swal2-actions button.btn-icon-text.btn-sm .btn-icon-append,
25175
.btn.btn-icon-text.btn-lg .btn-icon-prepend,
20502
.fc .btn-icon-text.fc-button-primary .btn-icon-append,
25176
.wizard>.actions a.btn-icon-text.btn-lg .btn-icon-prepend,
20503
.btn-group-sm > .btn.btn-icon-text .btn-icon-append,
25177
div.tox .btn-icon-text.btn-lg.tox-button .btn-icon-prepend,
20504
.wizard > .actions .btn-group-sm > a.btn-icon-text .btn-icon-append,
25178
.swal2-popup .swal2-actions button.btn-icon-text.btn-lg .btn-icon-prepend,
20505
div.tox .btn-group-sm > .btn-icon-text.tox-button .btn-icon-append,
25179
.fc .btn-icon-text.btn-lg.fc-button-primary .btn-icon-prepend,
20506
.swal2-popup .swal2-actions .btn-group-sm > button.btn-icon-text .btn-icon-append {
25180
.btn-group-lg>.btn.btn-icon-text .btn-icon-prepend,
Línea 20507... Línea 25181...
20507
  width: 15px;
25181
.wizard>.actions .btn-group-lg>a.btn-icon-text .btn-icon-prepend,
20508
  height: 15px;
25182
div.tox .btn-group-lg>.btn-icon-text.tox-button .btn-icon-prepend,
20509
}
25183
.swal2-popup .swal2-actions .btn-group-lg>button.btn-icon-text .btn-icon-prepend,
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,
25184
.fc .btn-group-lg>.btn-icon-text.fc-button-primary .btn-icon-prepend,
-
 
25185
.btn.btn-icon-text.btn-lg .btn-icon-append,
-
 
25186
.wizard>.actions a.btn-icon-text.btn-lg .btn-icon-append,
20511
.btn.btn-icon-text.btn-lg .btn-icon-append,
25187
div.tox .btn-icon-text.btn-lg.tox-button .btn-icon-append,
20512
.wizard > .actions a.btn-icon-text.btn-lg .btn-icon-append,
25188
.swal2-popup .swal2-actions button.btn-icon-text.btn-lg .btn-icon-append,
20513
div.tox .btn-icon-text.btn-lg.tox-button .btn-icon-append,
25189
.fc .btn-icon-text.btn-lg.fc-button-primary .btn-icon-append,
20514
.swal2-popup .swal2-actions button.btn-icon-text.btn-lg .btn-icon-append,
25190
.btn-group-lg>.btn.btn-icon-text .btn-icon-append,
-
 
25191
.wizard>.actions .btn-group-lg>a.btn-icon-text .btn-icon-append,
20515
.fc .btn-icon-text.btn-lg.fc-button-primary .btn-icon-append,
25192
div.tox .btn-group-lg>.btn-icon-text.tox-button .btn-icon-append,
20516
.btn-group-lg > .btn.btn-icon-text .btn-icon-append,
25193
.swal2-popup .swal2-actions .btn-group-lg>button.btn-icon-text .btn-icon-append,
20517
.wizard > .actions .btn-group-lg > a.btn-icon-text .btn-icon-append,
25194
.fc .btn-group-lg>.btn-icon-text.fc-button-primary .btn-icon-append {
20518
div.tox .btn-group-lg > .btn-icon-text.tox-button .btn-icon-append,
25195
  width: 18px;
-
 
25196
  height: 18px;
20519
.swal2-popup .swal2-actions .btn-group-lg > button.btn-icon-text .btn-icon-append,
25197
}
20520
.fc .btn-group-lg > .btn-icon-text.fc-button-primary .btn-icon-append {
25198
 
20521
  width: 18px;
25199
.btn-facebook {
20522
  height: 18px;
25200
  background: #3b5998;
20523
}
25201
  color: #fff;
Línea 20543... Línea 25221...
20543
 
25221
 
20544
.btn-outline-facebook {
25222
.btn-outline-facebook {
20545
  border: 1px solid #3b5998;
25223
  border: 1px solid #3b5998;
20546
  color: #3b5998;
25224
  color: #3b5998;
-
 
25225
}
20547
}
25226
 
20548
.btn-outline-facebook:hover {
25227
.btn-outline-facebook:hover {
20549
  background: #3b5998;
25228
  background: #3b5998;
20550
  color: #fff;
25229
  color: #fff;
Línea 20551... Línea 25230...
20551
}
25230
}
20552
 
25231
 
20553
.btn-twitter {
25232
.btn-twitter {
20554
  background: #1da1f2;
25233
  background: #1da1f2;
-
 
25234
  color: #fff;
-
 
25235
}
20555
  color: #fff;
25236
 
20556
}
25237
.btn-twitter:hover,
20557
.btn-twitter:hover, .btn-twitter:focus {
25238
.btn-twitter:focus {
20558
  background: #0c85d0;
25239
  background: #0c85d0;
-
 
25240
  color: #fff;
20559
  color: #fff;
25241
}
20560
}
25242
 
20561
.btn-twitter.btn-social-icon-text {
25243
.btn-twitter.btn-social-icon-text {
20562
  padding: 0 1.5rem 0 0;
25244
  padding: 0 1.5rem 0 0;
-
 
25245
  background: #4db5f5;
20563
  background: #4db5f5;
25246
}
20564
}
25247
 
20565
.btn-twitter.btn-social-icon-text i {
25248
.btn-twitter.btn-social-icon-text i {
20566
  background: #1da1f2;
25249
  background: #1da1f2;
20567
  padding: 0.75rem;
25250
  padding: 0.75rem;
Línea 20571... Línea 25254...
20571
 
25254
 
20572
.btn-outline-twitter {
25255
.btn-outline-twitter {
20573
  border: 1px solid #1da1f2;
25256
  border: 1px solid #1da1f2;
20574
  color: #1da1f2;
25257
  color: #1da1f2;
-
 
25258
}
20575
}
25259
 
20576
.btn-outline-twitter:hover {
25260
.btn-outline-twitter:hover {
20577
  background: #1da1f2;
25261
  background: #1da1f2;
20578
  color: #fff;
25262
  color: #fff;
Línea 20579... Línea 25263...
20579
}
25263
}
20580
 
25264
 
20581
.btn-google {
25265
.btn-google {
20582
  background: #dc4e41;
25266
  background: #dc4e41;
-
 
25267
  color: #fff;
-
 
25268
}
20583
  color: #fff;
25269
 
20584
}
25270
.btn-google:hover,
20585
.btn-google:hover, .btn-google:focus {
25271
.btn-google:focus {
20586
  background: #c63224;
25272
  background: #c63224;
-
 
25273
  color: #fff;
20587
  color: #fff;
25274
}
20588
}
25275
 
20589
.btn-google.btn-social-icon-text {
25276
.btn-google.btn-social-icon-text {
20590
  padding: 0 1.5rem 0 0;
25277
  padding: 0 1.5rem 0 0;
-
 
25278
  background: #e4766c;
20591
  background: #e4766c;
25279
}
20592
}
25280
 
20593
.btn-google.btn-social-icon-text i {
25281
.btn-google.btn-social-icon-text i {
20594
  background: #dc4e41;
25282
  background: #dc4e41;
20595
  padding: 0.75rem;
25283
  padding: 0.75rem;
Línea 20599... Línea 25287...
20599
 
25287
 
20600
.btn-outline-google {
25288
.btn-outline-google {
20601
  border: 1px solid #dc4e41;
25289
  border: 1px solid #dc4e41;
20602
  color: #dc4e41;
25290
  color: #dc4e41;
-
 
25291
}
20603
}
25292
 
20604
.btn-outline-google:hover {
25293
.btn-outline-google:hover {
20605
  background: #dc4e41;
25294
  background: #dc4e41;
20606
  color: #fff;
25295
  color: #fff;
Línea 20607... Línea 25296...
20607
}
25296
}
20608
 
25297
 
20609
.btn-youtube {
25298
.btn-youtube {
20610
  background: #f00;
25299
  background: #f00;
-
 
25300
  color: #fff;
-
 
25301
}
20611
  color: #fff;
25302
 
20612
}
25303
.btn-youtube:hover,
20613
.btn-youtube:hover, .btn-youtube:focus {
25304
.btn-youtube:focus {
20614
  background: #cc0000;
25305
  background: #cc0000;
-
 
25306
  color: #fff;
20615
  color: #fff;
25307
}
20616
}
25308
 
20617
.btn-youtube.btn-social-icon-text {
25309
.btn-youtube.btn-social-icon-text {
20618
  padding: 0 1.5rem 0 0;
25310
  padding: 0 1.5rem 0 0;
-
 
25311
  background: #ff3333;
20619
  background: #ff3333;
25312
}
20620
}
25313
 
20621
.btn-youtube.btn-social-icon-text i {
25314
.btn-youtube.btn-social-icon-text i {
20622
  background: #f00;
25315
  background: #f00;
20623
  padding: 0.75rem;
25316
  padding: 0.75rem;
Línea 20627... Línea 25320...
20627
 
25320
 
20628
.btn-outline-youtube {
25321
.btn-outline-youtube {
20629
  border: 1px solid #f00;
25322
  border: 1px solid #f00;
20630
  color: #f00;
25323
  color: #f00;
-
 
25324
}
20631
}
25325
 
20632
.btn-outline-youtube:hover {
25326
.btn-outline-youtube:hover {
20633
  background: #f00;
25327
  background: #f00;
20634
  color: #fff;
25328
  color: #fff;
Línea 20635... Línea 25329...
20635
}
25329
}
20636
 
25330
 
20637
.btn-vimeo {
25331
.btn-vimeo {
20638
  background: #1ab7ea;
25332
  background: #1ab7ea;
-
 
25333
  color: #fff;
-
 
25334
}
20639
  color: #fff;
25335
 
20640
}
25336
.btn-vimeo:hover,
20641
.btn-vimeo:hover, .btn-vimeo:focus {
25337
.btn-vimeo:focus {
20642
  background: #1295bf;
25338
  background: #1295bf;
-
 
25339
  color: #fff;
20643
  color: #fff;
25340
}
20644
}
25341
 
20645
.btn-vimeo.btn-social-icon-text {
25342
.btn-vimeo.btn-social-icon-text {
20646
  padding: 0 1.5rem 0 0;
25343
  padding: 0 1.5rem 0 0;
-
 
25344
  background: #49c6ee;
20647
  background: #49c6ee;
25345
}
20648
}
25346
 
20649
.btn-vimeo.btn-social-icon-text i {
25347
.btn-vimeo.btn-social-icon-text i {
20650
  background: #1ab7ea;
25348
  background: #1ab7ea;
20651
  padding: 0.75rem;
25349
  padding: 0.75rem;
Línea 20655... Línea 25353...
20655
 
25353
 
20656
.btn-outline-vimeo {
25354
.btn-outline-vimeo {
20657
  border: 1px solid #1ab7ea;
25355
  border: 1px solid #1ab7ea;
20658
  color: #1ab7ea;
25356
  color: #1ab7ea;
-
 
25357
}
20659
}
25358
 
20660
.btn-outline-vimeo:hover {
25359
.btn-outline-vimeo:hover {
20661
  background: #1ab7ea;
25360
  background: #1ab7ea;
20662
  color: #fff;
25361
  color: #fff;
Línea 20663... Línea 25362...
20663
}
25362
}
20664
 
25363
 
20665
.btn-dribbble {
25364
.btn-dribbble {
20666
  background: #ea4c89;
25365
  background: #ea4c89;
-
 
25366
  color: #fff;
-
 
25367
}
20667
  color: #fff;
25368
 
20668
}
25369
.btn-dribbble:hover,
20669
.btn-dribbble:hover, .btn-dribbble:focus {
25370
.btn-dribbble:focus {
20670
  background: #e51e6b;
25371
  background: #e51e6b;
-
 
25372
  color: #fff;
20671
  color: #fff;
25373
}
20672
}
25374
 
20673
.btn-dribbble.btn-social-icon-text {
25375
.btn-dribbble.btn-social-icon-text {
20674
  padding: 0 1.5rem 0 0;
25376
  padding: 0 1.5rem 0 0;
-
 
25377
  background: #ef7aa7;
20675
  background: #ef7aa7;
25378
}
20676
}
25379
 
20677
.btn-dribbble.btn-social-icon-text i {
25380
.btn-dribbble.btn-social-icon-text i {
20678
  background: #ea4c89;
25381
  background: #ea4c89;
20679
  padding: 0.75rem;
25382
  padding: 0.75rem;
Línea 20683... Línea 25386...
20683
 
25386
 
20684
.btn-outline-dribbble {
25387
.btn-outline-dribbble {
20685
  border: 1px solid #ea4c89;
25388
  border: 1px solid #ea4c89;
20686
  color: #ea4c89;
25389
  color: #ea4c89;
-
 
25390
}
20687
}
25391
 
20688
.btn-outline-dribbble:hover {
25392
.btn-outline-dribbble:hover {
20689
  background: #ea4c89;
25393
  background: #ea4c89;
20690
  color: #fff;
25394
  color: #fff;
Línea 20691... Línea 25395...
20691
}
25395
}
20692
 
25396
 
20693
.btn-github {
25397
.btn-github {
20694
  background: #181717;
25398
  background: #181717;
-
 
25399
  color: #fff;
-
 
25400
}
20695
  color: #fff;
25401
 
20696
}
25402
.btn-github:hover,
20697
.btn-github:hover, .btn-github:focus {
25403
.btn-github:focus {
20698
  background: black;
25404
  background: black;
-
 
25405
  color: #fff;
20699
  color: #fff;
25406
}
20700
}
25407
 
20701
.btn-github.btn-social-icon-text {
25408
.btn-github.btn-social-icon-text {
20702
  padding: 0 1.5rem 0 0;
25409
  padding: 0 1.5rem 0 0;
-
 
25410
  background: #323030;
20703
  background: #323030;
25411
}
20704
}
25412
 
20705
.btn-github.btn-social-icon-text i {
25413
.btn-github.btn-social-icon-text i {
20706
  background: #181717;
25414
  background: #181717;
20707
  padding: 0.75rem;
25415
  padding: 0.75rem;
Línea 20711... Línea 25419...
20711
 
25419
 
20712
.btn-outline-github {
25420
.btn-outline-github {
20713
  border: 1px solid #181717;
25421
  border: 1px solid #181717;
20714
  color: #181717;
25422
  color: #181717;
-
 
25423
}
20715
}
25424
 
20716
.btn-outline-github:hover {
25425
.btn-outline-github:hover {
20717
  background: #181717;
25426
  background: #181717;
20718
  color: #fff;
25427
  color: #fff;
Línea 20719... Línea 25428...
20719
}
25428
}
20720
 
25429
 
20721
.btn-instagram {
25430
.btn-instagram {
20722
  background: #e4405f;
25431
  background: #e4405f;
-
 
25432
  color: #fff;
-
 
25433
}
20723
  color: #fff;
25434
 
20724
}
25435
.btn-instagram:hover,
20725
.btn-instagram:hover, .btn-instagram:focus {
25436
.btn-instagram:focus {
20726
  background: #d31e40;
25437
  background: #d31e40;
-
 
25438
  color: #fff;
20727
  color: #fff;
25439
}
20728
}
25440
 
20729
.btn-instagram.btn-social-icon-text {
25441
.btn-instagram.btn-social-icon-text {
20730
  padding: 0 1.5rem 0 0;
25442
  padding: 0 1.5rem 0 0;
-
 
25443
  background: #ea6d84;
20731
  background: #ea6d84;
25444
}
20732
}
25445
 
20733
.btn-instagram.btn-social-icon-text i {
25446
.btn-instagram.btn-social-icon-text i {
20734
  background: #e4405f;
25447
  background: #e4405f;
20735
  padding: 0.75rem;
25448
  padding: 0.75rem;
Línea 20739... Línea 25452...
20739
 
25452
 
20740
.btn-outline-instagram {
25453
.btn-outline-instagram {
20741
  border: 1px solid #e4405f;
25454
  border: 1px solid #e4405f;
20742
  color: #e4405f;
25455
  color: #e4405f;
-
 
25456
}
20743
}
25457
 
20744
.btn-outline-instagram:hover {
25458
.btn-outline-instagram:hover {
20745
  background: #e4405f;
25459
  background: #e4405f;
20746
  color: #fff;
25460
  color: #fff;
Línea 20747... Línea 25461...
20747
}
25461
}
20748
 
25462
 
20749
.btn-pinterest {
25463
.btn-pinterest {
20750
  background: #bd081c;
25464
  background: #bd081c;
-
 
25465
  color: #fff;
-
 
25466
}
20751
  color: #fff;
25467
 
20752
}
25468
.btn-pinterest:hover,
20753
.btn-pinterest:hover, .btn-pinterest:focus {
25469
.btn-pinterest:focus {
20754
  background: #8c0615;
25470
  background: #8c0615;
-
 
25471
  color: #fff;
20755
  color: #fff;
25472
}
20756
}
25473
 
20757
.btn-pinterest.btn-social-icon-text {
25474
.btn-pinterest.btn-social-icon-text {
20758
  padding: 0 1.5rem 0 0;
25475
  padding: 0 1.5rem 0 0;
-
 
25476
  background: #ee0a23;
20759
  background: #ee0a23;
25477
}
20760
}
25478
 
20761
.btn-pinterest.btn-social-icon-text i {
25479
.btn-pinterest.btn-social-icon-text i {
20762
  background: #bd081c;
25480
  background: #bd081c;
20763
  padding: 0.75rem;
25481
  padding: 0.75rem;
Línea 20767... Línea 25485...
20767
 
25485
 
20768
.btn-outline-pinterest {
25486
.btn-outline-pinterest {
20769
  border: 1px solid #bd081c;
25487
  border: 1px solid #bd081c;
20770
  color: #bd081c;
25488
  color: #bd081c;
-
 
25489
}
20771
}
25490
 
20772
.btn-outline-pinterest:hover {
25491
.btn-outline-pinterest:hover {
20773
  background: #bd081c;
25492
  background: #bd081c;
20774
  color: #fff;
25493
  color: #fff;
Línea 20775... Línea 25494...
20775
}
25494
}
20776
 
25495
 
20777
.btn-flickr {
25496
.btn-flickr {
20778
  background: #0063dc;
25497
  background: #0063dc;
-
 
25498
  color: #fff;
-
 
25499
}
20779
  color: #fff;
25500
 
20780
}
25501
.btn-flickr:hover,
20781
.btn-flickr:hover, .btn-flickr:focus {
25502
.btn-flickr:focus {
20782
  background: #004ca9;
25503
  background: #004ca9;
-
 
25504
  color: #fff;
20783
  color: #fff;
25505
}
20784
}
25506
 
20785
.btn-flickr.btn-social-icon-text {
25507
.btn-flickr.btn-social-icon-text {
20786
  padding: 0 1.5rem 0 0;
25508
  padding: 0 1.5rem 0 0;
-
 
25509
  background: #107cff;
20787
  background: #107cff;
25510
}
20788
}
25511
 
20789
.btn-flickr.btn-social-icon-text i {
25512
.btn-flickr.btn-social-icon-text i {
20790
  background: #0063dc;
25513
  background: #0063dc;
20791
  padding: 0.75rem;
25514
  padding: 0.75rem;
Línea 20795... Línea 25518...
20795
 
25518
 
20796
.btn-outline-flickr {
25519
.btn-outline-flickr {
20797
  border: 1px solid #0063dc;
25520
  border: 1px solid #0063dc;
20798
  color: #0063dc;
25521
  color: #0063dc;
-
 
25522
}
20799
}
25523
 
20800
.btn-outline-flickr:hover {
25524
.btn-outline-flickr:hover {
20801
  background: #0063dc;
25525
  background: #0063dc;
20802
  color: #fff;
25526
  color: #fff;
Línea 20803... Línea 25527...
20803
}
25527
}
20804
 
25528
 
20805
.btn-bitbucket {
25529
.btn-bitbucket {
20806
  background: #0052cc;
25530
  background: #0052cc;
-
 
25531
  color: #fff;
-
 
25532
}
20807
  color: #fff;
25533
 
20808
}
25534
.btn-bitbucket:hover,
20809
.btn-bitbucket:hover, .btn-bitbucket:focus {
25535
.btn-bitbucket:focus {
20810
  background: #003e99;
25536
  background: #003e99;
-
 
25537
  color: #fff;
20811
  color: #fff;
25538
}
20812
}
25539
 
20813
.btn-bitbucket.btn-social-icon-text {
25540
.btn-bitbucket.btn-social-icon-text {
20814
  padding: 0 1.5rem 0 0;
25541
  padding: 0 1.5rem 0 0;
-
 
25542
  background: #0067ff;
20815
  background: #0067ff;
25543
}
20816
}
25544
 
20817
.btn-bitbucket.btn-social-icon-text i {
25545
.btn-bitbucket.btn-social-icon-text i {
20818
  background: #0052cc;
25546
  background: #0052cc;
20819
  padding: 0.75rem;
25547
  padding: 0.75rem;
Línea 20823... Línea 25551...
20823
 
25551
 
20824
.btn-outline-bitbucket {
25552
.btn-outline-bitbucket {
20825
  border: 1px solid #0052cc;
25553
  border: 1px solid #0052cc;
20826
  color: #0052cc;
25554
  color: #0052cc;
-
 
25555
}
20827
}
25556
 
20828
.btn-outline-bitbucket:hover {
25557
.btn-outline-bitbucket:hover {
20829
  background: #0052cc;
25558
  background: #0052cc;
20830
  color: #fff;
25559
  color: #fff;
Línea 20831... Línea 25560...
20831
}
25560
}
20832
 
25561
 
20833
.btn-linkedin {
25562
.btn-linkedin {
20834
  background: #0077b5;
25563
  background: #0077b5;
-
 
25564
  color: #fff;
-
 
25565
}
20835
  color: #fff;
25566
 
20836
}
25567
.btn-linkedin:hover,
20837
.btn-linkedin:hover, .btn-linkedin:focus {
25568
.btn-linkedin:focus {
20838
  background: #005582;
25569
  background: #005582;
-
 
25570
  color: #fff;
20839
  color: #fff;
25571
}
20840
}
25572
 
20841
.btn-linkedin.btn-social-icon-text {
25573
.btn-linkedin.btn-social-icon-text {
20842
  padding: 0 1.5rem 0 0;
25574
  padding: 0 1.5rem 0 0;
-
 
25575
  background: #0099e8;
20843
  background: #0099e8;
25576
}
20844
}
25577
 
20845
.btn-linkedin.btn-social-icon-text i {
25578
.btn-linkedin.btn-social-icon-text i {
20846
  background: #0077b5;
25579
  background: #0077b5;
20847
  padding: 0.75rem;
25580
  padding: 0.75rem;
Línea 20851... Línea 25584...
20851
 
25584
 
20852
.btn-outline-linkedin {
25585
.btn-outline-linkedin {
20853
  border: 1px solid #0077b5;
25586
  border: 1px solid #0077b5;
20854
  color: #0077b5;
25587
  color: #0077b5;
-
 
25588
}
20855
}
25589
 
20856
.btn-outline-linkedin:hover {
25590
.btn-outline-linkedin:hover {
20857
  background: #0077b5;
25591
  background: #0077b5;
20858
  color: #fff;
25592
  color: #fff;
Línea 20859... Línea 25593...
20859
}
25593
}
20860
 
25594
 
20861
.btn-inverse-primary {
25595
.btn-inverse-primary {
20862
  background-color: rgba(101, 113, 255, 0.2);
25596
  background-color: rgba(101, 113, 255, 0.2);
20863
  background-image: none;
25597
  background-image: none;
-
 
25598
  border-color: rgba(101, 113, 255, 0);
20864
  border-color: rgba(101, 113, 255, 0);
25599
}
20865
}
25600
 
20866
.btn-inverse-primary:not(.btn-inverse-light) {
25601
.btn-inverse-primary:not(.btn-inverse-light) {
-
 
25602
  color: #6571ff;
-
 
25603
}
-
 
25604
 
-
 
25605
.btn-inverse-primary:hover,
20867
  color: #6571ff;
25606
.btn-inverse-primary.active,
20868
}
25607
.btn-inverse-primary:active,
20869
.btn-inverse-primary:hover, .btn-inverse-primary.active, .btn-inverse-primary:active, .show > .btn-inverse-primary.dropdown-toggle {
25608
.show>.btn-inverse-primary.dropdown-toggle {
20870
  background-color: rgba(101, 113, 255, 0.3);
25609
  background-color: rgba(101, 113, 255, 0.3);
-
 
25610
  border-color: rgba(101, 113, 255, 0);
-
 
25611
}
20871
  border-color: rgba(101, 113, 255, 0);
25612
 
20872
}
25613
.btn-inverse-primary.focus,
20873
.btn-inverse-primary.focus, .btn-inverse-primary:focus {
25614
.btn-inverse-primary:focus {
20874
  background-color: rgba(101, 113, 255, 0.3);
25615
  background-color: rgba(101, 113, 255, 0.3);
-
 
25616
  border-color: transparent;
-
 
25617
}
20875
  border-color: transparent;
25618
 
20876
}
25619
.btn-inverse-primary.disabled,
20877
.btn-inverse-primary.disabled, .btn-inverse-primary:disabled {
25620
.btn-inverse-primary:disabled {
20878
  color: #6571ff;
25621
  color: #6571ff;
Línea 20879... Línea 25622...
20879
  background-color: transparent;
25622
  background-color: transparent;
20880
}
25623
}
20881
 
25624
 
20882
.btn-inverse-secondary {
25625
.btn-inverse-secondary {
20883
  background-color: rgba(121, 135, 161, 0.2);
25626
  background-color: rgba(121, 135, 161, 0.2);
-
 
25627
  background-image: none;
20884
  background-image: none;
25628
  border-color: rgba(121, 135, 161, 0);
20885
  border-color: rgba(121, 135, 161, 0);
25629
}
20886
}
25630
 
-
 
25631
.btn-inverse-secondary:not(.btn-inverse-light) {
-
 
25632
  color: #7987a1;
-
 
25633
}
-
 
25634
 
20887
.btn-inverse-secondary:not(.btn-inverse-light) {
25635
.btn-inverse-secondary:hover,
20888
  color: #7987a1;
25636
.btn-inverse-secondary.active,
20889
}
25637
.btn-inverse-secondary:active,
20890
.btn-inverse-secondary:hover, .btn-inverse-secondary.active, .btn-inverse-secondary:active, .show > .btn-inverse-secondary.dropdown-toggle {
25638
.show>.btn-inverse-secondary.dropdown-toggle {
-
 
25639
  background-color: rgba(121, 135, 161, 0.3);
-
 
25640
  border-color: rgba(121, 135, 161, 0);
20891
  background-color: rgba(121, 135, 161, 0.3);
25641
}
20892
  border-color: rgba(121, 135, 161, 0);
25642
 
20893
}
25643
.btn-inverse-secondary.focus,
20894
.btn-inverse-secondary.focus, .btn-inverse-secondary:focus {
25644
.btn-inverse-secondary:focus {
-
 
25645
  background-color: rgba(121, 135, 161, 0.3);
-
 
25646
  border-color: transparent;
20895
  background-color: rgba(121, 135, 161, 0.3);
25647
}
20896
  border-color: transparent;
25648
 
20897
}
25649
.btn-inverse-secondary.disabled,
20898
.btn-inverse-secondary.disabled, .btn-inverse-secondary:disabled {
25650
.btn-inverse-secondary:disabled {
Línea 20899... Línea 25651...
20899
  color: #7987a1;
25651
  color: #7987a1;
20900
  background-color: transparent;
25652
  background-color: transparent;
20901
}
25653
}
20902
 
25654
 
20903
.btn-inverse-success {
25655
.btn-inverse-success {
-
 
25656
  background-color: rgba(5, 163, 74, 0.2);
20904
  background-color: rgba(5, 163, 74, 0.2);
25657
  background-image: none;
20905
  background-image: none;
25658
  border-color: rgba(5, 163, 74, 0);
20906
  border-color: rgba(5, 163, 74, 0);
25659
}
-
 
25660
 
-
 
25661
.btn-inverse-success:not(.btn-inverse-light) {
-
 
25662
  color: #05a34a;
-
 
25663
}
20907
}
25664
 
20908
.btn-inverse-success:not(.btn-inverse-light) {
25665
.btn-inverse-success:hover,
20909
  color: #05a34a;
25666
.btn-inverse-success.active,
20910
}
25667
.btn-inverse-success:active,
-
 
25668
.show>.btn-inverse-success.dropdown-toggle {
-
 
25669
  background-color: rgba(5, 163, 74, 0.3);
20911
.btn-inverse-success:hover, .btn-inverse-success.active, .btn-inverse-success:active, .show > .btn-inverse-success.dropdown-toggle {
25670
  border-color: rgba(5, 163, 74, 0);
20912
  background-color: rgba(5, 163, 74, 0.3);
25671
}
20913
  border-color: rgba(5, 163, 74, 0);
25672
 
20914
}
25673
.btn-inverse-success.focus,
-
 
25674
.btn-inverse-success:focus {
-
 
25675
  background-color: rgba(5, 163, 74, 0.3);
20915
.btn-inverse-success.focus, .btn-inverse-success:focus {
25676
  border-color: transparent;
20916
  background-color: rgba(5, 163, 74, 0.3);
25677
}
20917
  border-color: transparent;
25678
 
20918
}
25679
.btn-inverse-success.disabled,
Línea 20919... Línea 25680...
20919
.btn-inverse-success.disabled, .btn-inverse-success:disabled {
25680
.btn-inverse-success:disabled {
20920
  color: #05a34a;
25681
  color: #05a34a;
20921
  background-color: transparent;
25682
  background-color: transparent;
20922
}
25683
}
20923
 
25684
 
-
 
25685
.btn-inverse-info {
20924
.btn-inverse-info {
25686
  background-color: rgba(102, 209, 209, 0.2);
20925
  background-color: rgba(102, 209, 209, 0.2);
25687
  background-image: none;
20926
  background-image: none;
25688
  border-color: rgba(102, 209, 209, 0);
-
 
25689
}
-
 
25690
 
-
 
25691
.btn-inverse-info:not(.btn-inverse-light) {
-
 
25692
  color: #66d1d1;
20927
  border-color: rgba(102, 209, 209, 0);
25693
}
20928
}
25694
 
20929
.btn-inverse-info:not(.btn-inverse-light) {
25695
.btn-inverse-info:hover,
20930
  color: #66d1d1;
25696
.btn-inverse-info.active,
-
 
25697
.btn-inverse-info:active,
-
 
25698
.show>.btn-inverse-info.dropdown-toggle {
20931
}
25699
  background-color: rgba(102, 209, 209, 0.3);
20932
.btn-inverse-info:hover, .btn-inverse-info.active, .btn-inverse-info:active, .show > .btn-inverse-info.dropdown-toggle {
25700
  border-color: rgba(102, 209, 209, 0);
20933
  background-color: rgba(102, 209, 209, 0.3);
25701
}
20934
  border-color: rgba(102, 209, 209, 0);
25702
 
-
 
25703
.btn-inverse-info.focus,
-
 
25704
.btn-inverse-info:focus {
20935
}
25705
  background-color: rgba(102, 209, 209, 0.3);
20936
.btn-inverse-info.focus, .btn-inverse-info:focus {
25706
  border-color: transparent;
20937
  background-color: rgba(102, 209, 209, 0.3);
25707
}
20938
  border-color: transparent;
25708
 
Línea 20939... Línea 25709...
20939
}
25709
.btn-inverse-info.disabled,
20940
.btn-inverse-info.disabled, .btn-inverse-info:disabled {
25710
.btn-inverse-info:disabled {
20941
  color: #66d1d1;
25711
  color: #66d1d1;
20942
  background-color: transparent;
25712
  background-color: transparent;
20943
}
25713
}
-
 
25714
 
20944
 
25715
.btn-inverse-warning {
20945
.btn-inverse-warning {
25716
  background-color: rgba(251, 188, 6, 0.2);
20946
  background-color: rgba(251, 188, 6, 0.2);
25717
  background-image: none;
-
 
25718
  border-color: rgba(251, 188, 6, 0);
-
 
25719
}
-
 
25720
 
-
 
25721
.btn-inverse-warning:not(.btn-inverse-light) {
20947
  background-image: none;
25722
  color: #fbbc06;
20948
  border-color: rgba(251, 188, 6, 0);
25723
}
20949
}
25724
 
20950
.btn-inverse-warning:not(.btn-inverse-light) {
25725
.btn-inverse-warning:hover,
-
 
25726
.btn-inverse-warning.active,
-
 
25727
.btn-inverse-warning:active,
20951
  color: #fbbc06;
25728
.show>.btn-inverse-warning.dropdown-toggle {
20952
}
25729
  background-color: rgba(251, 188, 6, 0.3);
20953
.btn-inverse-warning:hover, .btn-inverse-warning.active, .btn-inverse-warning:active, .show > .btn-inverse-warning.dropdown-toggle {
25730
  border-color: rgba(251, 188, 6, 0);
20954
  background-color: rgba(251, 188, 6, 0.3);
25731
}
-
 
25732
 
-
 
25733
.btn-inverse-warning.focus,
20955
  border-color: rgba(251, 188, 6, 0);
25734
.btn-inverse-warning:focus {
20956
}
25735
  background-color: rgba(251, 188, 6, 0.3);
20957
.btn-inverse-warning.focus, .btn-inverse-warning:focus {
25736
  border-color: transparent;
20958
  background-color: rgba(251, 188, 6, 0.3);
25737
}
Línea 20959... Línea 25738...
20959
  border-color: transparent;
25738
 
20960
}
25739
.btn-inverse-warning.disabled,
20961
.btn-inverse-warning.disabled, .btn-inverse-warning:disabled {
25740
.btn-inverse-warning:disabled {
20962
  color: #fbbc06;
25741
  color: #fbbc06;
20963
  background-color: transparent;
25742
  background-color: transparent;
-
 
25743
}
20964
}
25744
 
20965
 
25745
.btn-inverse-danger {
20966
.btn-inverse-danger {
25746
  background-color: rgba(255, 51, 102, 0.2);
-
 
25747
  background-image: none;
-
 
25748
  border-color: rgba(255, 51, 102, 0);
-
 
25749
}
-
 
25750
 
20967
  background-color: rgba(255, 51, 102, 0.2);
25751
.btn-inverse-danger:not(.btn-inverse-light) {
20968
  background-image: none;
25752
  color: #ff3366;
20969
  border-color: rgba(255, 51, 102, 0);
25753
}
20970
}
25754
 
-
 
25755
.btn-inverse-danger:hover,
-
 
25756
.btn-inverse-danger.active,
20971
.btn-inverse-danger:not(.btn-inverse-light) {
25757
.btn-inverse-danger:active,
20972
  color: #ff3366;
25758
.show>.btn-inverse-danger.dropdown-toggle {
20973
}
25759
  background-color: rgba(255, 51, 102, 0.3);
20974
.btn-inverse-danger:hover, .btn-inverse-danger.active, .btn-inverse-danger:active, .show > .btn-inverse-danger.dropdown-toggle {
25760
  border-color: rgba(255, 51, 102, 0);
-
 
25761
}
-
 
25762
 
20975
  background-color: rgba(255, 51, 102, 0.3);
25763
.btn-inverse-danger.focus,
20976
  border-color: rgba(255, 51, 102, 0);
25764
.btn-inverse-danger:focus {
20977
}
25765
  background-color: rgba(255, 51, 102, 0.3);
20978
.btn-inverse-danger.focus, .btn-inverse-danger:focus {
25766
  border-color: transparent;
Línea 20979... Línea 25767...
20979
  background-color: rgba(255, 51, 102, 0.3);
25767
}
20980
  border-color: transparent;
25768
 
20981
}
25769
.btn-inverse-danger.disabled,
20982
.btn-inverse-danger.disabled, .btn-inverse-danger:disabled {
25770
.btn-inverse-danger:disabled {
20983
  color: #ff3366;
25771
  color: #ff3366;
-
 
25772
  background-color: transparent;
20984
  background-color: transparent;
25773
}
20985
}
25774
 
20986
 
25775
.btn-inverse-light {
-
 
25776
  background-color: rgba(233, 236, 239, 0.2);
-
 
25777
  background-image: none;
-
 
25778
  border-color: rgba(233, 236, 239, 0);
-
 
25779
}
20987
.btn-inverse-light {
25780
 
20988
  background-color: rgba(233, 236, 239, 0.2);
25781
.btn-inverse-light:not(.btn-inverse-light) {
20989
  background-image: none;
25782
  color: #e9ecef;
20990
  border-color: rgba(233, 236, 239, 0);
25783
}
-
 
25784
 
-
 
25785
.btn-inverse-light:hover,
20991
}
25786
.btn-inverse-light.active,
20992
.btn-inverse-light:not(.btn-inverse-light) {
25787
.btn-inverse-light:active,
20993
  color: #e9ecef;
25788
.show>.btn-inverse-light.dropdown-toggle {
20994
}
25789
  background-color: rgba(233, 236, 239, 0.3);
-
 
25790
  border-color: rgba(233, 236, 239, 0);
-
 
25791
}
20995
.btn-inverse-light:hover, .btn-inverse-light.active, .btn-inverse-light:active, .show > .btn-inverse-light.dropdown-toggle {
25792
 
20996
  background-color: rgba(233, 236, 239, 0.3);
25793
.btn-inverse-light.focus,
20997
  border-color: rgba(233, 236, 239, 0);
25794
.btn-inverse-light:focus {
20998
}
25795
  background-color: rgba(233, 236, 239, 0.3);
Línea 20999... Línea 25796...
20999
.btn-inverse-light.focus, .btn-inverse-light:focus {
25796
  border-color: transparent;
21000
  background-color: rgba(233, 236, 239, 0.3);
25797
}
21001
  border-color: transparent;
25798
 
21002
}
25799
.btn-inverse-light.disabled,
21003
.btn-inverse-light.disabled, .btn-inverse-light:disabled {
25800
.btn-inverse-light:disabled {
-
 
25801
  color: #e9ecef;
21004
  color: #e9ecef;
25802
  background-color: transparent;
21005
  background-color: transparent;
25803
}
21006
}
25804
 
-
 
25805
.btn-inverse-dark {
-
 
25806
  background-color: rgba(6, 12, 23, 0.2);
-
 
25807
  background-image: none;
-
 
25808
  border-color: rgba(6, 12, 23, 0);
21007
 
25809
}
21008
.btn-inverse-dark {
25810
 
21009
  background-color: rgba(6, 12, 23, 0.2);
25811
.btn-inverse-dark:not(.btn-inverse-light) {
21010
  background-image: none;
25812
  color: #060c17;
-
 
25813
}
-
 
25814
 
21011
  border-color: rgba(6, 12, 23, 0);
25815
.btn-inverse-dark:hover,
21012
}
25816
.btn-inverse-dark.active,
21013
.btn-inverse-dark:not(.btn-inverse-light) {
25817
.btn-inverse-dark:active,
21014
  color: #060c17;
25818
.show>.btn-inverse-dark.dropdown-toggle {
-
 
25819
  background-color: rgba(6, 12, 23, 0.3);
-
 
25820
  border-color: rgba(6, 12, 23, 0);
21015
}
25821
}
21016
.btn-inverse-dark:hover, .btn-inverse-dark.active, .btn-inverse-dark:active, .show > .btn-inverse-dark.dropdown-toggle {
25822
 
21017
  background-color: rgba(6, 12, 23, 0.3);
25823
.btn-inverse-dark.focus,
21018
  border-color: rgba(6, 12, 23, 0);
25824
.btn-inverse-dark:focus {
Línea 21019... Línea 25825...
21019
}
25825
  background-color: rgba(6, 12, 23, 0.3);
21020
.btn-inverse-dark.focus, .btn-inverse-dark:focus {
25826
  border-color: transparent;
21021
  background-color: rgba(6, 12, 23, 0.3);
25827
}
21022
  border-color: transparent;
25828
 
21023
}
25829
.btn-inverse-dark.disabled,
21024
.btn-inverse-dark.disabled, .btn-inverse-dark:disabled {
25830
.btn-inverse-dark:disabled {
-
 
25831
  color: #060c17;
21025
  color: #060c17;
25832
  background-color: transparent;
21026
  background-color: transparent;
25833
}
21027
}
25834
 
-
 
25835
.card {
21028
 
25836
  box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
21029
.card {
25837
  -webkit-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
21030
  box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
25838
  -moz-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);
25839
  -ms-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);
25840
}
Línea 21033... Línea 25841...
21033
  -ms-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
25841
 
21034
}
25842
.card .card-body+.card-body {
21035
.card .card-body + .card-body {
25843
  padding-top: 1rem;
-
 
25844
}
21036
  padding-top: 1rem;
25845
 
21037
}
25846
.card .card-title {
21038
.card .card-title {
25847
  text-transform: uppercase;
Línea 21039... Línea 25848...
21039
  text-transform: uppercase;
25848
  font-size: 0.875rem;
Línea 21060... Línea 25869...
21060
  height: auto;
25869
  height: auto;
21061
  vertical-align: middle;
25870
  vertical-align: middle;
21062
  line-height: 0.625rem;
25871
  line-height: 0.625rem;
21063
  font-size: 0.875rem;
25872
  font-size: 0.875rem;
21064
}
25873
}
-
 
25874
 
21065
.dropdown.dropup .dropdown-toggle::after,
25875
.dropdown.dropup .dropdown-toggle::after,
21066
.btn-group.dropup .dropdown-toggle::after {
25876
.btn-group.dropup .dropdown-toggle::after {
21067
  content: "\e845";
25877
  content: "\e845";
21068
}
25878
}
-
 
25879
 
21069
.dropdown.dropstart .dropdown-toggle::before,
25880
.dropdown.dropstart .dropdown-toggle::before,
21070
.btn-group.dropstart .dropdown-toggle::before {
25881
.btn-group.dropstart .dropdown-toggle::before {
21071
  border: 0;
25882
  border: 0;
21072
  font: normal normal normal 24px/1 "feather";
25883
  font: normal normal normal 24px/1 "feather";
21073
  content: "\e843";
25884
  content: "\e843";
Línea 21075... Línea 25886...
21075
  height: auto;
25886
  height: auto;
21076
  vertical-align: middle;
25887
  vertical-align: middle;
21077
  line-height: 0.625rem;
25888
  line-height: 0.625rem;
21078
  font-size: 0.875rem;
25889
  font-size: 0.875rem;
21079
}
25890
}
-
 
25891
 
21080
.dropdown.dropend .dropdown-toggle::after,
25892
.dropdown.dropend .dropdown-toggle::after,
21081
.btn-group.dropend .dropdown-toggle::after {
25893
.btn-group.dropend .dropdown-toggle::after {
21082
  content: "\e844";
25894
  content: "\e844";
21083
}
25895
}
Línea 21084... Línea 25896...
21084
 
25896
 
-
 
25897
.dropdown-menu,
21085
.dropdown-menu, .tt-menu {
25898
.tt-menu {
21086
  padding: 0.35rem;
25899
  padding: 0.35rem;
21087
  margin-top: 0;
25900
  margin-top: 0;
21088
  box-shadow: 0 5px 10px 0 rgba(183, 192, 206, 0.2);
25901
  box-shadow: 0 5px 10px 0 rgba(183, 192, 206, 0.2);
Línea -... Línea 25902...
-
 
25902
}
21089
}
25903
 
21090
 
25904
.dropdown-item,
21091
.dropdown-item, .tt-menu .tt-suggestion {
25905
.tt-menu .tt-suggestion {
21092
  font-size: 0.812rem;
25906
  font-size: 0.812rem;
21093
  padding: 0.25rem 0.875rem;
25907
  padding: 0.25rem 0.875rem;
-
 
25908
  border-radius: 2px;
-
 
25909
}
-
 
25910
 
-
 
25911
.dropdown-item i,
21094
  border-radius: 2px;
25912
.tt-menu .tt-suggestion i,
21095
}
25913
.dropdown-item svg,
21096
.dropdown-item i, .tt-menu .tt-suggestion i, .dropdown-item svg, .tt-menu .tt-suggestion svg {
25914
.tt-menu .tt-suggestion svg {
-
 
25915
  color: #7987a1;
-
 
25916
}
21097
  color: #7987a1;
25917
 
21098
}
25918
.dropdown-item:not(.dropdown-item:active, .dropdown-item.active):hover,
21099
.dropdown-item:not(.dropdown-item:active, .dropdown-item.active):hover, .tt-menu .tt-suggestion:not(.dropdown-item:active, .dropdown-item.active):hover {
25919
.tt-menu .tt-suggestion:not(.dropdown-item:active, .dropdown-item.active):hover {
-
 
25920
  background-color: rgba(101, 113, 255, 0.1);
-
 
25921
}
-
 
25922
 
-
 
25923
.dropdown-item:not(.dropdown-item:active, .dropdown-item.active):hover,
-
 
25924
.tt-menu .tt-suggestion:not(.dropdown-item:active, .dropdown-item.active):hover,
-
 
25925
.dropdown-item:not(.dropdown-item:active, .dropdown-item.active):hover i,
21100
  background-color: rgba(101, 113, 255, 0.1);
25926
.tt-menu .tt-suggestion:not(.dropdown-item:active, .dropdown-item.active):hover i,
21101
}
25927
.dropdown-item:not(.dropdown-item:active, .dropdown-item.active):hover svg,
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 {
25928
.tt-menu .tt-suggestion:not(.dropdown-item:active, .dropdown-item.active):hover svg {
-
 
25929
  color: #6571ff;
-
 
25930
}
-
 
25931
 
-
 
25932
.dropdown-item:active i,
-
 
25933
.tt-menu .tt-suggestion:active i,
-
 
25934
.dropdown-item:active svg,
-
 
25935
.tt-menu .tt-suggestion:active svg,
-
 
25936
.dropdown-item.active i,
21103
  color: #6571ff;
25937
.tt-menu .active.tt-suggestion i,
21104
}
25938
.dropdown-item.active svg,
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 {
25939
.tt-menu .active.tt-suggestion svg {
Línea 21106... Línea 25940...
21106
  color: #fff;
25940
  color: #fff;
21107
}
25941
}
21108
 
25942
 
21109
.form-control-xs,
25943
.form-control-xs,
21110
.form-select-xs {
25944
.form-select-xs {
Línea 21111... Línea 25945...
21111
  padding: 0.313rem 0.8rem;
25945
  padding: 0.313rem 0.8rem;
21112
  font-size: 0.75rem;
25946
  font-size: 0.75rem;
21113
}
25947
}
21114
 
25948
 
Línea 21115... Línea 25949...
21115
.form-control-xs + .input-group-text {
25949
.form-control-xs+.input-group-text {
Línea 21135... Línea 25969...
21135
 
25969
 
21136
.icons-list {
25970
.icons-list {
21137
  border-left: 1px solid #e9ecef;
25971
  border-left: 1px solid #e9ecef;
21138
  border-top: 1px solid #e9ecef;
25972
  border-top: 1px solid #e9ecef;
-
 
25973
}
21139
}
25974
 
21140
.icons-list > div {
25975
.icons-list>div {
21141
  border-bottom: 1px solid #e9ecef;
25976
  border-bottom: 1px solid #e9ecef;
21142
  border-right: 1px solid #e9ecef;
25977
  border-right: 1px solid #e9ecef;
21143
  background: #f9fafb;
25978
  background: #f9fafb;
21144
  display: flex;
25979
  display: flex;
21145
  align-items: center;
25980
  align-items: center;
21146
  padding: 15px 20px;
25981
  padding: 15px 20px;
21147
  font-weight: 400;
25982
  font-weight: 400;
21148
  transition: all 0.3s ease-in-out;
25983
  transition: all 0.3s ease-in-out;
-
 
25984
}
21149
}
25985
 
21150
.icons-list > div i {
25986
.icons-list>div i {
21151
  display: inline-block;
25987
  display: inline-block;
21152
  font-size: 20px;
25988
  font-size: 20px;
21153
  text-align: left;
25989
  text-align: left;
21154
  margin-right: 12px;
25990
  margin-right: 12px;
21155
  color: #7987a1;
25991
  color: #7987a1;
21156
  transition: all 0.3s ease-in-out;
25992
  transition: all 0.3s ease-in-out;
-
 
25993
}
21157
}
25994
 
21158
.icons-list > div svg {
25995
.icons-list>div svg {
21159
  width: 20px;
25996
  width: 20px;
21160
  margin-right: 12px;
25997
  margin-right: 12px;
21161
  color: #7987a1;
25998
  color: #7987a1;
21162
  transition: all 0.3s ease-in-out;
25999
  transition: all 0.3s ease-in-out;
-
 
26000
}
21163
}
26001
 
21164
.icons-list > div:hover {
26002
.icons-list>div:hover {
21165
  cursor: text;
26003
  cursor: text;
-
 
26004
}
21166
}
26005
 
21167
.icons-list > div:hover i,
26006
.icons-list>div:hover i,
21168
.icons-list > div:hover svg {
26007
.icons-list>div:hover svg {
21169
  transform: scale(1.3);
26008
  transform: scale(1.3);
21170
  color: #6571ff;
26009
  color: #6571ff;
Línea 21171... Línea 26010...
21171
}
26010
}
21172
 
26011
 
21173
.nav.nav-tabs .nav-item .nav-link {
26012
.nav.nav-tabs .nav-item .nav-link {
21174
  border-color: #e9ecef #e9ecef #dee2e6;
26013
  border-color: #e9ecef #e9ecef #dee2e6;
21175
  color: #000;
26014
  color: #000;
21176
  background-color: #f8f9fa;
26015
  background-color: #f8f9fa;
-
 
26016
  cursor: pointer;
21177
  cursor: pointer;
26017
}
21178
}
26018
 
21179
.nav.nav-tabs .nav-item .nav-link.active {
26019
.nav.nav-tabs .nav-item .nav-link.active {
21180
  border-color: #dee2e6 #dee2e6 #fff;
26020
  border-color: #dee2e6 #dee2e6 #fff;
21181
  color: #6571ff;
26021
  color: #6571ff;
-
 
26022
  background: #fff;
21182
  background: #fff;
26023
}
21183
}
26024
 
21184
.nav.nav-tabs .nav-item .nav-link.disabled {
26025
.nav.nav-tabs .nav-item .nav-link.disabled {
21185
  background-color: transparent;
26026
  background-color: transparent;
21186
  color: #7987a1;
26027
  color: #7987a1;
-
 
26028
  border-color: rgba(233, 236, 239, 0.7) rgba(233, 236, 239, 0.7) transparent;
21187
  border-color: rgba(233, 236, 239, 0.7) rgba(233, 236, 239, 0.7) transparent;
26029
}
21188
}
26030
 
21189
.nav.nav-tabs.nav-tabs-vertical {
26031
.nav.nav-tabs.nav-tabs-vertical {
-
 
26032
  border-bottom: 0;
21190
  border-bottom: 0;
26033
}
21191
}
26034
 
21192
.nav.nav-tabs.nav-tabs-vertical .nav-link {
26035
.nav.nav-tabs.nav-tabs-vertical .nav-link {
21193
  width: 100%;
26036
  width: 100%;
21194
  border: 1px solid transparent;
26037
  border: 1px solid transparent;
21195
  border-radius: 0;
26038
  border-radius: 0;
21196
  border-color: #e9ecef #e9ecef #dee2e6;
26039
  border-color: #e9ecef #e9ecef #dee2e6;
21197
  color: #000;
26040
  color: #000;
-
 
26041
  background-color: #f8f9fa;
21198
  background-color: #f8f9fa;
26042
}
21199
}
26043
 
21200
.nav.nav-tabs.nav-tabs-vertical .nav-link:first-child {
26044
.nav.nav-tabs.nav-tabs-vertical .nav-link:first-child {
-
 
26045
  border-radius: 0.25rem 0 0 0;
21201
  border-radius: 0.25rem 0 0 0;
26046
}
21202
}
26047
 
21203
.nav.nav-tabs.nav-tabs-vertical .nav-link:last-child {
26048
.nav.nav-tabs.nav-tabs-vertical .nav-link:last-child {
-
 
26049
  border-radius: 0 0 0 0.25rem;
21204
  border-radius: 0 0 0 0.25rem;
26050
}
21205
}
26051
 
21206
.nav.nav-tabs.nav-tabs-vertical .nav-link.active {
26052
.nav.nav-tabs.nav-tabs-vertical .nav-link.active {
21207
  background-color: #fff;
26053
  background-color: #fff;
21208
  color: #6571ff;
26054
  color: #6571ff;
-
 
26055
  border-right-color: transparent;
21209
  border-right-color: transparent;
26056
}
21210
}
26057
 
21211
.nav.nav-tabs.nav-tabs-line .nav-link {
26058
.nav.nav-tabs.nav-tabs-line .nav-link {
21212
  border: 0;
26059
  border: 0;
-
 
26060
  background-color: transparent;
21213
  background-color: transparent;
26061
}
21214
}
26062
 
21215
.nav.nav-tabs.nav-tabs-line .nav-link.active {
26063
.nav.nav-tabs.nav-tabs-line .nav-link.active {
Línea 21216... Línea 26064...
21216
  border-bottom: 2px solid #6571ff;
26064
  border-bottom: 2px solid #6571ff;
Línea 21222... Línea 26070...
21222
 
26070
 
21223
.pagination .page-item .page-link svg {
26071
.pagination .page-item .page-link svg {
21224
  width: 18px;
26072
  width: 18px;
21225
  height: 18px;
26073
  height: 18px;
-
 
26074
}
21226
}
26075
 
21227
.pagination.pagination-separated .page-item {
26076
.pagination.pagination-separated .page-item {
21228
  margin-left: 2px;
26077
  margin-left: 2px;
21229
  margin-right: 2px;
26078
  margin-right: 2px;
-
 
26079
}
21230
}
26080
 
21231
.pagination.pagination-separated .page-item:first-child {
26081
.pagination.pagination-separated .page-item:first-child {
21232
  margin-left: 0;
26082
  margin-left: 0;
-
 
26083
}
21233
}
26084
 
21234
.pagination.pagination-separated .page-item:last-child {
26085
.pagination.pagination-separated .page-item:last-child {
21235
  margin-right: 0;
26086
  margin-right: 0;
-
 
26087
}
21236
}
26088
 
21237
.pagination.pagination-rounded .page-item {
26089
.pagination.pagination-rounded .page-item {
21238
  margin-right: 2px;
26090
  margin-right: 2px;
21239
  margin-left: 2px;
26091
  margin-left: 2px;
-
 
26092
}
21240
}
26093
 
21241
.pagination.pagination-rounded .page-item .page-link {
26094
.pagination.pagination-rounded .page-item .page-link {
21242
  border-radius: 50px;
26095
  border-radius: 50px;
Línea 21243... Línea 26096...
21243
}
26096
}
21244
 
26097
 
21245
.table {
26098
.table {
-
 
26099
  margin-bottom: 0;
21246
  margin-bottom: 0;
26100
}
21247
}
26101
 
21248
.table > :not(:last-child) > :last-child > * {
26102
.table> :not(:last-child)> :last-child>* {
-
 
26103
  border-bottom-color: inherit;
21249
  border-bottom-color: inherit;
26104
}
21250
}
26105
 
21251
.table thead th {
26106
.table thead th {
21252
  border-top: 0;
26107
  border-top: 0;
21253
  font-weight: 500;
26108
  font-weight: 500;
21254
  font-size: 12px;
26109
  font-size: 12px;
21255
  text-transform: uppercase;
26110
  text-transform: uppercase;
-
 
26111
  color: #7987a1;
21256
  color: #7987a1;
26112
}
21257
}
26113
 
21258
.table thead th i {
26114
.table thead th i {
-
 
26115
  margin-left: 0.325rem;
21259
  margin-left: 0.325rem;
26116
}
21260
}
26117
 
21261
.table th,
26118
.table th,
21262
.table td {
26119
.table td {
-
 
26120
  white-space: nowrap;
21263
  white-space: nowrap;
26121
}
21264
}
26122
 
21265
.table td img {
26123
.table td img {
21266
  width: 36px;
26124
  width: 36px;
21267
  height: 36px;
26125
  height: 36px;
Línea 21277... Línea 26135...
21277
  position: relative;
26135
  position: relative;
21278
  padding: 50px;
26136
  padding: 50px;
21279
  list-style: none;
26137
  list-style: none;
21280
  max-width: 40%;
26138
  max-width: 40%;
21281
}
26139
}
-
 
26140
 
21282
@media (max-width: 767px) {
26141
@media (max-width: 767px) {
21283
  .timeline {
26142
  .timeline {
21284
    max-width: 98%;
26143
    max-width: 98%;
21285
    padding: 25px;
26144
    padding: 25px;
21286
  }
26145
  }
21287
}
26146
}
-
 
26147
 
21288
.timeline .event {
26148
.timeline .event {
21289
  border-bottom: 1px dashed #e9ecef;
26149
  border-bottom: 1px dashed #e9ecef;
21290
  padding-bottom: 25px;
26150
  padding-bottom: 25px;
21291
  margin-bottom: 25px;
26151
  margin-bottom: 25px;
21292
  position: relative;
26152
  position: relative;
21293
}
26153
}
-
 
26154
 
21294
@media (max-width: 767px) {
26155
@media (max-width: 767px) {
21295
  .timeline .event {
26156
  .timeline .event {
21296
    padding-top: 30px;
26157
    padding-top: 30px;
21297
  }
26158
  }
21298
}
26159
}
-
 
26160
 
21299
.timeline .event .title {
26161
.timeline .event .title {
21300
  font-weight: 500;
26162
  font-weight: 500;
21301
  font-size: 1rem;
26163
  font-size: 1rem;
21302
  margin-bottom: 10px;
26164
  margin-bottom: 10px;
21303
}
26165
}
-
 
26166
 
21304
.timeline .event:last-of-type {
26167
.timeline .event:last-of-type {
21305
  padding-bottom: 0;
26168
  padding-bottom: 0;
21306
  margin-bottom: 0;
26169
  margin-bottom: 0;
21307
  border: none;
26170
  border: none;
21308
}
26171
}
-
 
26172
 
-
 
26173
.timeline .event:before,
21309
.timeline .event:before, .timeline .event:after {
26174
.timeline .event:after {
21310
  position: absolute;
26175
  position: absolute;
21311
  display: block;
26176
  display: block;
21312
  top: 0;
26177
  top: 0;
21313
}
26178
}
-
 
26179
 
21314
.timeline .event:before {
26180
.timeline .event:before {
21315
  left: -207px;
26181
  left: -207px;
21316
  content: attr(data-date);
26182
  content: attr(data-date);
21317
  text-align: right;
26183
  text-align: right;
21318
  font-weight: 500;
26184
  font-weight: 500;
21319
  font-size: 0.9em;
26185
  font-size: 0.9em;
21320
  min-width: 120px;
26186
  min-width: 120px;
21321
}
26187
}
-
 
26188
 
21322
@media (max-width: 767px) {
26189
@media (max-width: 767px) {
21323
  .timeline .event:before {
26190
  .timeline .event:before {
21324
    left: 0px;
26191
    left: 0px;
21325
    text-align: left;
26192
    text-align: left;
21326
  }
26193
  }
21327
}
26194
}
-
 
26195
 
21328
.timeline .event:after {
26196
.timeline .event:after {
21329
  -webkit-box-shadow: 0 0 0 3px #6571ff;
26197
  -webkit-box-shadow: 0 0 0 3px #6571ff;
21330
  box-shadow: 0 0 0 3px #6571ff;
26198
  box-shadow: 0 0 0 3px #6571ff;
21331
  left: -55.8px;
26199
  left: -55.8px;
21332
  background: #fff;
26200
  background: #fff;
Línea 21334... Línea 26202...
21334
  height: 9px;
26202
  height: 9px;
21335
  width: 9px;
26203
  width: 9px;
21336
  content: "";
26204
  content: "";
21337
  top: 5px;
26205
  top: 5px;
21338
}
26206
}
-
 
26207
 
21339
@media (max-width: 767px) {
26208
@media (max-width: 767px) {
21340
  .timeline .event:after {
26209
  .timeline .event:after {
21341
    left: -31.8px;
26210
    left: -31.8px;
21342
  }
26211
  }
21343
}
26212
}
Línea 21344... Línea 26213...
21344
 
26213
 
21345
.chat-wrapper {
26214
.chat-wrapper {
21346
  height: calc(100vh - 60px - 102px);
26215
  height: calc(100vh - 60px - 102px);
-
 
26216
}
21347
}
26217
 
21348
@media (max-width: 991px) {
26218
@media (max-width: 991px) {
21349
  .chat-wrapper {
26219
  .chat-wrapper {
21350
    min-height: 100%;
26220
    min-height: 100%;
21351
  }
26221
  }
-
 
26222
}
21352
}
26223
 
21353
@media (max-width: 991px) {
26224
@media (max-width: 991px) {
21354
  .chat-wrapper {
26225
  .chat-wrapper {
21355
    height: 100%;
26226
    height: 100%;
21356
  }
26227
  }
-
 
26228
}
21357
}
26229
 
21358
@media (min-width: 992px) {
26230
@media (min-width: 992px) {
21359
  .chat-wrapper .chat-aside {
26231
  .chat-wrapper .chat-aside {
21360
    padding-right: 23px;
26232
    padding-right: 23px;
21361
  }
26233
  }
-
 
26234
}
21362
}
26235
 
21363
.chat-wrapper .chat-aside .aside-body .tab-content .tab-pane {
26236
.chat-wrapper .chat-aside .aside-body .tab-content .tab-pane {
21364
  position: relative;
26237
  position: relative;
21365
  max-height: calc(100vh - 385px);
26238
  max-height: calc(100vh - 385px);
-
 
26239
}
21366
}
26240
 
21367
.chat-wrapper .chat-aside .aside-body .tab-content .tab-pane .chat-list .chat-item a > div {
26241
.chat-wrapper .chat-aside .aside-body .tab-content .tab-pane .chat-list .chat-item a>div {
21368
  padding-top: 11px;
26242
  padding-top: 11px;
21369
  padding-bottom: 11px;
26243
  padding-bottom: 11px;
-
 
26244
}
21370
}
26245
 
21371
@media (max-width: 991px) {
26246
@media (max-width: 991px) {
21372
  .chat-wrapper .chat-content {
26247
  .chat-wrapper .chat-content {
21373
    position: absolute;
26248
    position: absolute;
21374
    background: #fff;
26249
    background: #fff;
21375
    left: 0;
26250
    left: 0;
21376
    bottom: -1px;
26251
    bottom: -1px;
21377
    top: 0;
26252
    top: 0;
21378
    right: 0;
26253
    right: 0;
21379
    display: none;
26254
    display: none;
-
 
26255
  }
21380
  }
26256
 
21381
  .chat-wrapper .chat-content.show {
26257
  .chat-wrapper .chat-content.show {
21382
    display: block;
26258
    display: block;
21383
  }
26259
  }
-
 
26260
}
21384
}
26261
 
21385
.chat-wrapper .chat-content .chat-header {
26262
.chat-wrapper .chat-content .chat-header {
21386
  padding: 0 10px;
26263
  padding: 0 10px;
-
 
26264
}
21387
}
26265
 
21388
.chat-wrapper .chat-content .chat-body {
26266
.chat-wrapper .chat-content .chat-body {
21389
  position: relative;
26267
  position: relative;
21390
  max-height: calc(100vh - 340px);
26268
  max-height: calc(100vh - 340px);
21391
  margin-top: 20px;
26269
  margin-top: 20px;
21392
  margin-bottom: 20px;
26270
  margin-bottom: 20px;
-
 
26271
}
21393
}
26272
 
21394
@media (max-width: 767px) {
26273
@media (max-width: 767px) {
21395
  .chat-wrapper .chat-content .chat-body {
26274
  .chat-wrapper .chat-content .chat-body {
21396
    max-height: calc(100vh - 315px);
26275
    max-height: calc(100vh - 315px);
21397
  }
26276
  }
-
 
26277
}
21398
}
26278
 
21399
@media (max-width: 991px) {
26279
@media (max-width: 991px) {
21400
  .chat-wrapper .chat-content .chat-body {
26280
  .chat-wrapper .chat-content .chat-body {
21401
    max-height: calc(100vh - 342px);
26281
    max-height: calc(100vh - 342px);
21402
  }
26282
  }
-
 
26283
}
21403
}
26284
 
21404
.chat-wrapper .chat-content .chat-body .messages {
26285
.chat-wrapper .chat-content .chat-body .messages {
21405
  padding: 0 10px;
26286
  padding: 0 10px;
21406
  list-style-type: none;
26287
  list-style-type: none;
-
 
26288
}
21407
}
26289
 
21408
.chat-wrapper .chat-content .chat-body .messages .message-item {
26290
.chat-wrapper .chat-content .chat-body .messages .message-item {
21409
  display: flex;
26291
  display: flex;
21410
  max-width: 80%;
26292
  max-width: 80%;
21411
  margin-bottom: 20px;
26293
  margin-bottom: 20px;
-
 
26294
}
21412
}
26295
 
21413
@media (max-width: 767px) {
26296
@media (max-width: 767px) {
21414
  .chat-wrapper .chat-content .chat-body .messages .message-item {
26297
  .chat-wrapper .chat-content .chat-body .messages .message-item {
21415
    max-width: 95%;
26298
    max-width: 95%;
21416
  }
26299
  }
-
 
26300
}
21417
}
26301
 
21418
.chat-wrapper .chat-content .chat-body .messages .message-item .content .bubble {
26302
.chat-wrapper .chat-content .chat-body .messages .message-item .content .bubble {
21419
  position: relative;
26303
  position: relative;
21420
  padding: 7px 15px;
26304
  padding: 7px 15px;
21421
  margin-bottom: 4px;
26305
  margin-bottom: 4px;
21422
  width: -webkit-fit-content;
26306
  width: -webkit-fit-content;
21423
  width: -moz-fit-content;
26307
  width: -moz-fit-content;
21424
  width: fit-content;
26308
  width: fit-content;
-
 
26309
}
21425
}
26310
 
21426
.chat-wrapper .chat-content .chat-body .messages .message-item .content span {
26311
.chat-wrapper .chat-content .chat-body .messages .message-item .content span {
21427
  font-size: 12px;
26312
  font-size: 12px;
21428
  color: #7987a1;
26313
  color: #7987a1;
-
 
26314
}
21429
}
26315
 
21430
.chat-wrapper .chat-content .chat-body .messages .message-item.friend img {
26316
.chat-wrapper .chat-content .chat-body .messages .message-item.friend img {
21431
  order: 1;
26317
  order: 1;
21432
  margin-right: 15px;
26318
  margin-right: 15px;
-
 
26319
}
21433
}
26320
 
21434
.chat-wrapper .chat-content .chat-body .messages .message-item.friend .content {
26321
.chat-wrapper .chat-content .chat-body .messages .message-item.friend .content {
21435
  order: 2;
26322
  order: 2;
-
 
26323
}
21436
}
26324
 
21437
.chat-wrapper .chat-content .chat-body .messages .message-item.friend .content .bubble {
26325
.chat-wrapper .chat-content .chat-body .messages .message-item.friend .content .bubble {
21438
  background: rgba(101, 113, 255, 0.1);
26326
  background: rgba(101, 113, 255, 0.1);
21439
  border-radius: 0 5px 5px;
26327
  border-radius: 0 5px 5px;
-
 
26328
}
21440
}
26329
 
21441
.chat-wrapper .chat-content .chat-body .messages .message-item.friend .content .bubble::before {
26330
.chat-wrapper .chat-content .chat-body .messages .message-item.friend .content .bubble::before {
21442
  content: "";
26331
  content: "";
21443
  width: 0;
26332
  width: 0;
21444
  height: 0;
26333
  height: 0;
Línea 21448... Línea 26337...
21448
  border-top: 5px solid rgba(101, 113, 255, 0.1);
26337
  border-top: 5px solid rgba(101, 113, 255, 0.1);
21449
  border-bottom: 5px solid transparent;
26338
  border-bottom: 5px solid transparent;
21450
  border-left: 5px solid transparent;
26339
  border-left: 5px solid transparent;
21451
  border-right: 5px solid rgba(101, 113, 255, 0.1);
26340
  border-right: 5px solid rgba(101, 113, 255, 0.1);
21452
}
26341
}
-
 
26342
 
21453
.chat-wrapper .chat-content .chat-body .messages .message-item.me {
26343
.chat-wrapper .chat-content .chat-body .messages .message-item.me {
21454
  margin-left: auto;
26344
  margin-left: auto;
21455
}
26345
}
-
 
26346
 
21456
.chat-wrapper .chat-content .chat-body .messages .message-item.me img {
26347
.chat-wrapper .chat-content .chat-body .messages .message-item.me img {
21457
  order: 2;
26348
  order: 2;
21458
  margin-left: 15px;
26349
  margin-left: 15px;
21459
}
26350
}
-
 
26351
 
21460
.chat-wrapper .chat-content .chat-body .messages .message-item.me .content {
26352
.chat-wrapper .chat-content .chat-body .messages .message-item.me .content {
21461
  order: 1;
26353
  order: 1;
21462
  margin-left: auto;
26354
  margin-left: auto;
21463
}
26355
}
-
 
26356
 
21464
.chat-wrapper .chat-content .chat-body .messages .message-item.me .content .bubble {
26357
.chat-wrapper .chat-content .chat-body .messages .message-item.me .content .bubble {
21465
  background: rgba(102, 209, 209, 0.1);
26358
  background: rgba(102, 209, 209, 0.1);
21466
  border-radius: 5px 0 5px 5px;
26359
  border-radius: 5px 0 5px 5px;
21467
  margin-left: auto;
26360
  margin-left: auto;
21468
}
26361
}
-
 
26362
 
21469
.chat-wrapper .chat-content .chat-body .messages .message-item.me .content .bubble::before {
26363
.chat-wrapper .chat-content .chat-body .messages .message-item.me .content .bubble::before {
21470
  content: "";
26364
  content: "";
21471
  width: 0;
26365
  width: 0;
21472
  height: 0;
26366
  height: 0;
21473
  position: absolute;
26367
  position: absolute;
Línea 21476... Línea 26370...
21476
  border-top: 5px solid rgba(102, 209, 209, 0.1);
26370
  border-top: 5px solid rgba(102, 209, 209, 0.1);
21477
  border-bottom: 5px solid transparent;
26371
  border-bottom: 5px solid transparent;
21478
  border-left: 5px solid rgba(102, 209, 209, 0.1);
26372
  border-left: 5px solid rgba(102, 209, 209, 0.1);
21479
  border-right: 5px solid transparent;
26373
  border-right: 5px solid transparent;
21480
}
26374
}
-
 
26375
 
21481
.chat-wrapper .chat-content .chat-body .messages .message-item.me .content span {
26376
.chat-wrapper .chat-content .chat-body .messages .message-item.me .content span {
21482
  text-align: right;
26377
  text-align: right;
21483
  display: block;
26378
  display: block;
21484
}
26379
}
-
 
26380
 
21485
.chat-wrapper figure {
26381
.chat-wrapper figure {
21486
  position: relative;
26382
  position: relative;
21487
}
26383
}
-
 
26384
 
21488
.chat-wrapper figure .status {
26385
.chat-wrapper figure .status {
21489
  width: 11px;
26386
  width: 11px;
21490
  height: 11px;
26387
  height: 11px;
21491
  background: #7987a1;
26388
  background: #7987a1;
21492
  position: absolute;
26389
  position: absolute;
21493
  bottom: 0px;
26390
  bottom: 0px;
21494
  right: -2px;
26391
  right: -2px;
21495
  border-radius: 50%;
26392
  border-radius: 50%;
21496
  border: 2px solid #fff;
26393
  border: 2px solid #fff;
21497
}
26394
}
-
 
26395
 
21498
.chat-wrapper figure .status.online {
26396
.chat-wrapper figure .status.online {
21499
  background: #05a34a;
26397
  background: #05a34a;
21500
}
26398
}
-
 
26399
 
21501
.chat-wrapper figure .status.offline {
26400
.chat-wrapper figure .status.offline {
21502
  background: #7987a1;
26401
  background: #7987a1;
21503
}
26402
}
Línea 21504... Línea 26403...
21504
 
26403
 
Línea 21510... Línea 26409...
21510
}
26409
}
Línea 21511... Línea 26410...
21511
 
26410
 
21512
.email-aside-nav.collapse {
26411
.email-aside-nav.collapse {
21513
  display: block;
26412
  display: block;
-
 
26413
}
21514
}
26414
 
21515
@media (max-width: 991px) {
26415
@media (max-width: 991px) {
21516
  .email-aside-nav.collapse {
26416
  .email-aside-nav.collapse {
21517
    display: none;
26417
    display: none;
21518
  }
26418
  }
-
 
26419
}
21519
}
26420
 
21520
@media (max-width: 991px) {
26421
@media (max-width: 991px) {
21521
  .email-aside-nav.collapse.show {
26422
  .email-aside-nav.collapse.show {
21522
    display: block;
26423
    display: block;
21523
  }
26424
  }
-
 
26425
}
21524
}
26426
 
21525
.email-aside-nav .nav-item {
26427
.email-aside-nav .nav-item {
21526
  border-radius: 0.2rem;
26428
  border-radius: 0.2rem;
-
 
26429
}
21527
}
26430
 
21528
.email-aside-nav .nav-item .nav-link {
26431
.email-aside-nav .nav-item .nav-link {
21529
  color: #000;
26432
  color: #000;
-
 
26433
}
21530
}
26434
 
21531
.email-aside-nav .nav-item .nav-link svg {
26435
.email-aside-nav .nav-item .nav-link svg {
21532
  color: #7987a1;
26436
  color: #7987a1;
-
 
26437
}
-
 
26438
 
21533
}
26439
.email-aside-nav .nav-item.active,
21534
.email-aside-nav .nav-item.active, .email-aside-nav .nav-item:hover {
26440
.email-aside-nav .nav-item:hover {
21535
  background: rgba(101, 113, 255, 0.1);
26441
  background: rgba(101, 113, 255, 0.1);
-
 
26442
}
-
 
26443
 
-
 
26444
.email-aside-nav .nav-item.active .nav-link,
-
 
26445
.email-aside-nav .nav-item.active .nav-link svg,
21536
}
26446
.email-aside-nav .nav-item:hover .nav-link,
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 {
26447
.email-aside-nav .nav-item:hover .nav-link svg {
21538
  color: #6571ff;
26448
  color: #6571ff;
Línea 21539... Línea 26449...
21539
}
26449
}
21540
 
26450
 
21541
.email-list-item {
26451
.email-list-item {
21542
  display: flex;
26452
  display: flex;
21543
  align-items: center;
26453
  align-items: center;
21544
  border-bottom: 1px solid #e9ecef;
26454
  border-bottom: 1px solid #e9ecef;
21545
  padding: 10px 20px;
26455
  padding: 10px 20px;
-
 
26456
  cursor: pointer;
21546
  cursor: pointer;
26457
}
21547
}
26458
 
21548
.email-list-item:hover {
26459
.email-list-item:hover {
-
 
26460
  background: rgba(101, 113, 255, 0.08);
21549
  background: rgba(101, 113, 255, 0.08);
26461
}
21550
}
26462
 
21551
.email-list-item:last-child {
26463
.email-list-item:last-child {
-
 
26464
  margin-bottom: 5px;
21552
  margin-bottom: 5px;
26465
}
21553
}
26466
 
21554
.email-list-item .email-list-actions {
26467
.email-list-item .email-list-actions {
21555
  width: 40px;
26468
  width: 40px;
21556
  vertical-align: top;
26469
  vertical-align: top;
-
 
26470
  display: table-cell;
21557
  display: table-cell;
26471
}
21558
}
26472
 
21559
.email-list-item .email-list-actions .form-check {
26473
.email-list-item .email-list-actions .form-check {
-
 
26474
  margin-bottom: 0;
21560
  margin-bottom: 0;
26475
}
21561
}
26476
 
21562
.email-list-item .email-list-actions .favorite {
26477
.email-list-item .email-list-actions .favorite {
21563
  display: block;
26478
  display: block;
21564
  padding-left: 1px;
26479
  padding-left: 1px;
-
 
26480
  line-height: 15px;
21565
  line-height: 15px;
26481
}
21566
}
26482
 
21567
.email-list-item .email-list-actions .favorite span svg {
26483
.email-list-item .email-list-actions .favorite span svg {
21568
  width: 14px;
26484
  width: 14px;
-
 
26485
  color: #7987a1;
21569
  color: #7987a1;
26486
}
21570
}
26487
 
21571
.email-list-item .email-list-actions .favorite:hover span {
26488
.email-list-item .email-list-actions .favorite:hover span {
-
 
26489
  color: #8d8d8d;
21572
  color: #8d8d8d;
26490
}
21573
}
26491
 
21574
.email-list-item .email-list-actions .favorite.active span svg {
26492
.email-list-item .email-list-actions .favorite.active span svg {
-
 
26493
  color: #fbbc06;
21575
  color: #fbbc06;
26494
}
21576
}
26495
 
21577
.email-list-item .email-list-detail {
26496
.email-list-item .email-list-detail {
21578
  width: calc(100% - 40px);
26497
  width: calc(100% - 40px);
21579
  display: flex;
26498
  display: flex;
21580
  justify-content: space-between;
26499
  justify-content: space-between;
21581
  align-items: center;
26500
  align-items: center;
-
 
26501
  flex-grow: 1;
21582
  flex-grow: 1;
26502
}
21583
}
26503
 
21584
.email-list-item .email-list-detail .content {
26504
.email-list-item .email-list-detail .content {
-
 
26505
  overflow: hidden;
21585
  overflow: hidden;
26506
}
21586
}
26507
 
21587
.email-list-item .email-list-detail .content .from {
26508
.email-list-item .email-list-detail .content .from {
21588
  display: block;
26509
  display: block;
21589
  margin: 0 0 1px 0;
26510
  margin: 0 0 1px 0;
-
 
26511
  color: #000;
21590
  color: #000;
26512
}
21591
}
26513
 
21592
.email-list-item .email-list-detail .content .msg {
26514
.email-list-item .email-list-detail .content .msg {
21593
  width: 97%;
26515
  width: 97%;
21594
  color: #7987a1;
26516
  color: #7987a1;
21595
  font-size: 0.8rem;
26517
  font-size: 0.8rem;
21596
  overflow: hidden;
26518
  overflow: hidden;
21597
  text-overflow: ellipsis;
26519
  text-overflow: ellipsis;
-
 
26520
  white-space: nowrap;
21598
  white-space: nowrap;
26521
}
21599
}
26522
 
21600
.email-list-item .email-list-detail .date {
26523
.email-list-item .email-list-detail .date {
21601
  color: #000;
26524
  color: #000;
-
 
26525
  white-space: nowrap;
21602
  white-space: nowrap;
26526
}
21603
}
26527
 
21604
.email-list-item .email-list-detail .date .icon svg {
26528
.email-list-item .email-list-detail .date .icon svg {
21605
  width: 14px;
26529
  width: 14px;
21606
  margin-right: 7px;
26530
  margin-right: 7px;
-
 
26531
  color: #3d405c;
21607
  color: #3d405c;
26532
}
21608
}
26533
 
21609
.email-list-item.email-list-item--unread {
26534
.email-list-item.email-list-item--unread {
-
 
26535
  background-color: rgba(101, 113, 255, 0.09);
21610
  background-color: rgba(101, 113, 255, 0.09);
26536
}
21611
}
26537
 
21612
.email-list-item.email-list-item--unread .content .from {
26538
.email-list-item.email-list-item--unread .content .from {
-
 
26539
  font-weight: 500;
21613
  font-weight: 500;
26540
}
21614
}
26541
 
21615
.email-list-item.email-list-item--unread .content .msg {
26542
.email-list-item.email-list-item--unread .content .msg {
Línea 21616... Línea 26543...
21616
  font-weight: 700;
26543
  font-weight: 700;
Línea 21621... Línea 26548...
21621
  margin: auto;
26548
  margin: auto;
21622
  height: 300px;
26549
  height: 300px;
21623
  width: 100%;
26550
  width: 100%;
21624
  font: 14px/normal SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
26551
  font: 14px/normal SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
21625
}
26552
}
-
 
26553
 
21626
.ace_editor .ace_content {
26554
.ace_editor .ace_content {
21627
  font-size: 0.875rem;
26555
  font-size: 0.875rem;
21628
}
26556
}
Línea 21629... Línea 26557...
21629
 
26557
 
21630
div.apexcharts-canvas .apexcharts-menu {
26558
div.apexcharts-canvas .apexcharts-menu {
21631
  background: #fff !important;
26559
  background: #fff !important;
21632
  color: #000;
26560
  color: #000;
21633
  border-color: #e9ecef;
26561
  border-color: #e9ecef;
-
 
26562
}
21634
}
26563
 
21635
div.apexcharts-canvas .apexcharts-zoom-icon svg,
26564
div.apexcharts-canvas .apexcharts-zoom-icon svg,
21636
div.apexcharts-canvas .apexcharts-zoomin-icon svg,
26565
div.apexcharts-canvas .apexcharts-zoomin-icon svg,
21637
div.apexcharts-canvas .apexcharts-zoomout-icon svg,
26566
div.apexcharts-canvas .apexcharts-zoomout-icon svg,
21638
div.apexcharts-canvas .apexcharts-reset-icon svg,
26567
div.apexcharts-canvas .apexcharts-reset-icon svg,
21639
div.apexcharts-canvas .apexcharts-pan-icon svg,
26568
div.apexcharts-canvas .apexcharts-pan-icon svg,
21640
div.apexcharts-canvas .apexcharts-selection-icon svg,
26569
div.apexcharts-canvas .apexcharts-selection-icon svg,
21641
div.apexcharts-canvas .apexcharts-menu-icon svg,
26570
div.apexcharts-canvas .apexcharts-menu-icon svg,
21642
div.apexcharts-canvas .apexcharts-toolbar-custom-icon svg {
26571
div.apexcharts-canvas .apexcharts-toolbar-custom-icon svg {
21643
  fill: #7987a1;
26572
  fill: #7987a1;
-
 
26573
}
21644
}
26574
 
21645
div.apexcharts-canvas .apexcharts-legend.apexcharts-align-right .apexcharts-legend-series,
26575
div.apexcharts-canvas .apexcharts-legend.apexcharts-align-right .apexcharts-legend-series,
21646
div.apexcharts-canvas .apexcharts-legend.apexcharts-align-left .apexcharts-legend-series {
26576
div.apexcharts-canvas .apexcharts-legend.apexcharts-align-left .apexcharts-legend-series {
21647
  display: flex;
26577
  display: flex;
21648
  align-items: center;
26578
  align-items: center;
-
 
26579
}
21649
}
26580
 
21650
div.apexcharts-canvas .apexcharts-legend-marker {
26581
div.apexcharts-canvas .apexcharts-legend-marker {
21651
  margin-right: 3px;
26582
  margin-right: 3px;
-
 
26583
}
21652
}
26584
 
21653
div.apexcharts-canvas .apexcharts-tooltip {
26585
div.apexcharts-canvas .apexcharts-tooltip {
21654
  background: rgba(255, 255, 255, 0.8);
26586
  background: rgba(255, 255, 255, 0.8);
21655
  color: #000;
26587
  color: #000;
21656
  box-shadow: 0 5px 10px 0 rgba(183, 192, 206, 0.2);
26588
  box-shadow: 0 5px 10px 0 rgba(183, 192, 206, 0.2);
21657
  border-radius: 0.25rem;
26589
  border-radius: 0.25rem;
21658
  border: 1px solid #f2f4f9;
26590
  border: 1px solid #f2f4f9;
-
 
26591
}
21659
}
26592
 
21660
div.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-title {
26593
div.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-title {
21661
  border-color: #e9ecef;
26594
  border-color: #e9ecef;
21662
  background-color: #fff;
26595
  background-color: #fff;
-
 
26596
}
21663
}
26597
 
21664
div.apexcharts-canvas .apexcharts-tooltip * {
26598
div.apexcharts-canvas .apexcharts-tooltip * {
21665
  font-family: "Roboto", Helvetica, sans-serif !important;
26599
  font-family: "Roboto", Helvetica, sans-serif !important;
-
 
26600
}
21666
}
26601
 
21667
div.apexcharts-canvas .apexcharts-tooltip-series-group.apexcharts-active,
26602
div.apexcharts-canvas .apexcharts-tooltip-series-group.apexcharts-active,
21668
div.apexcharts-canvas .apexcharts-tooltip-series-group:last-child {
26603
div.apexcharts-canvas .apexcharts-tooltip-series-group:last-child {
21669
  padding: 0 10px;
26604
  padding: 0 10px;
-
 
26605
}
21670
}
26606
 
21671
div.apexcharts-canvas .apexcharts-tooltip-text-y-value,
26607
div.apexcharts-canvas .apexcharts-tooltip-text-y-value,
21672
div.apexcharts-canvas .apexcharts-tooltip-text-goals-value,
26608
div.apexcharts-canvas .apexcharts-tooltip-text-goals-value,
21673
div.apexcharts-canvas .apexcharts-tooltip-text-z-value {
26609
div.apexcharts-canvas .apexcharts-tooltip-text-z-value {
21674
  margin-left: 0;
26610
  margin-left: 0;
-
 
26611
}
21675
}
26612
 
21676
div.apexcharts-canvas .apexcharts-tooltip-title {
26613
div.apexcharts-canvas .apexcharts-tooltip-title {
21677
  margin-bottom: 0;
26614
  margin-bottom: 0;
-
 
26615
}
21678
}
26616
 
21679
div.apexcharts-canvas .apexcharts-xaxistooltip,
26617
div.apexcharts-canvas .apexcharts-xaxistooltip,
21680
div.apexcharts-canvas .apexcharts-yaxistooltip {
26618
div.apexcharts-canvas .apexcharts-yaxistooltip {
21681
  background: #fff;
26619
  background: #fff;
21682
  color: #000;
26620
  color: #000;
21683
  border-color: #f2f4f9;
26621
  border-color: #f2f4f9;
-
 
26622
}
21684
}
26623
 
21685
div.apexcharts-canvas .apexcharts-xaxistooltip-bottom::before {
26624
div.apexcharts-canvas .apexcharts-xaxistooltip-bottom::before {
21686
  border-bottom-color: #f2f4f9;
26625
  border-bottom-color: #f2f4f9;
-
 
26626
}
21687
}
26627
 
21688
div.apexcharts-canvas .apexcharts-xaxistooltip-bottom::after {
26628
div.apexcharts-canvas .apexcharts-xaxistooltip-bottom::after {
21689
  border-bottom-color: rgba(255, 255, 255, 0.8);
26629
  border-bottom-color: rgba(255, 255, 255, 0.8);
-
 
26630
}
21690
}
26631
 
21691
div.apexcharts-canvas .apexcharts-yaxistooltip-left:before,
26632
div.apexcharts-canvas .apexcharts-yaxistooltip-left:before,
21692
div.apexcharts-canvas .apexcharts-yaxistooltip-right:before {
26633
div.apexcharts-canvas .apexcharts-yaxistooltip-right:before {
21693
  border-left-color: #f2f4f9;
26634
  border-left-color: #f2f4f9;
-
 
26635
}
21694
}
26636
 
21695
div.apexcharts-canvas .apexcharts-yaxistooltip-left:after,
26637
div.apexcharts-canvas .apexcharts-yaxistooltip-left:after,
21696
div.apexcharts-canvas .apexcharts-yaxistooltip-right:after {
26638
div.apexcharts-canvas .apexcharts-yaxistooltip-right:after {
21697
  border-left-color: rgba(255, 255, 255, 0.8);
26639
  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
  */
-
 
Línea 21704... Línea 26640...
21704
}
26640
}
21705
 
26641
 
21706
@media (max-width: 767px) {
26642
@media (max-width: 767px) {
21707
  .dataTables_wrapper.dt-bootstrap5 .dataTables_length {
26643
  .dataTables_wrapper.dt-bootstrap5 .dataTables_length {
21708
    text-align: left;
26644
    text-align: left;
-
 
26645
  }
21709
  }
26646
}
21710
}
26647
 
21711
.dataTables_wrapper.dt-bootstrap5 .dataTables_length select {
26648
.dataTables_wrapper.dt-bootstrap5 .dataTables_length select {
21712
  margin-left: 10px;
26649
  margin-left: 10px;
-
 
26650
  margin-right: 10px;
21713
  margin-right: 10px;
26651
}
21714
}
26652
 
21715
@media (max-width: 767px) {
26653
@media (max-width: 767px) {
21716
  .dataTables_wrapper.dt-bootstrap5 .dataTables_filter {
26654
  .dataTables_wrapper.dt-bootstrap5 .dataTables_filter {
21717
    text-align: left;
26655
    text-align: left;
21718
    margin-left: -19px;
26656
    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;
-
 
Línea 21732... Línea 26657...
21732
  */
26657
  }
21733
}
26658
}
21734
 
26659
 
21735
.dropify-wrapper {
26660
.dropify-wrapper {
-
 
26661
  border: 1px solid #e9ecef;
21736
  border: 1px solid #e9ecef;
26662
  border-radius: 0.25rem;
21737
  border-radius: 0.25rem;
26663
}
21738
}
26664
 
21739
.dropify-wrapper .dropify-message span.file-icon {
26665
.dropify-wrapper .dropify-message span.file-icon {
-
 
26666
  font-size: 0.875rem;
21740
  font-size: 0.875rem;
26667
  color: #7987a1;
21741
  color: #7987a1;
26668
}
21742
}
26669
 
21743
.dropify-wrapper .dropify-message span.file-icon::before {
26670
.dropify-wrapper .dropify-message span.file-icon::before {
21744
  font-family: feather;
26671
  font-family: feather;
Línea 21751... Línea 26678...
21751
  border: 1px solid #e9ecef;
26678
  border: 1px solid #e9ecef;
21752
  border-radius: 0.25rem;
26679
  border-radius: 0.25rem;
21753
  max-height: 200px;
26680
  max-height: 200px;
21754
  padding: 0;
26681
  padding: 0;
21755
}
26682
}
-
 
26683
 
21756
@media (min-width: 1400px) {
26684
@media (min-width: 1400px) {
21757
  .dropzone {
26685
  .dropzone {
21758
    min-height: 200px;
26686
    min-height: 200px;
21759
  }
26687
  }
21760
}
26688
}
-
 
26689
 
21761
.dropzone.dz-clickable .dz-message {
26690
.dropzone.dz-clickable .dz-message {
21762
  margin-top: 65px;
26691
  margin-top: 65px;
21763
}
26692
}
-
 
26693
 
-
 
26694
.dropzone .dz-preview.dz-image-preview .dz-image,
21764
.dropzone .dz-preview.dz-image-preview .dz-image, .dropzone .dz-preview.dz-file-preview .dz-image {
26695
.dropzone .dz-preview.dz-file-preview .dz-image {
21765
  border-radius: 0.25rem;
26696
  border-radius: 0.25rem;
21766
}
26697
}
Línea -... Línea 26698...
-
 
26698
 
21767
 
26699
.form-control.flatpickr-input,
-
 
26700
.flatpickr-input.typeahead.tt-input,
21768
.form-control.flatpickr-input, .flatpickr-input.typeahead.tt-input,
26701
.flatpickr-input.typeahead.tt-hint,
21769
.flatpickr-input.typeahead.tt-hint, .select2-container--default .select2-search--dropdown .flatpickr-input.select2-search__field {
26702
.select2-container--default .select2-search--dropdown .flatpickr-input.select2-search__field {
21770
  background-color: #fff;
26703
  background-color: #fff;
Línea 21771... Línea 26704...
21771
}
26704
}
21772
 
26705
 
Línea 21836... Línea 26769...
21836
 
26769
 
21837
.fc {
26770
.fc {
21838
  --fc-button-active-bg-color: #6571ff;
26771
  --fc-button-active-bg-color: #6571ff;
21839
  --fc-button-active-border-color: #6571ff;
26772
  --fc-button-active-border-color: #6571ff;
-
 
26773
}
21840
}
26774
 
21841
.fc .fc-button .fc-icon {
26775
.fc .fc-button .fc-icon {
21842
  font-size: 1.2 em;
26776
  font-size: 1.2 em;
-
 
26777
}
21843
}
26778
 
21844
.fc .fc-button-primary:focus,
26779
.fc .fc-button-primary:focus,
21845
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
26780
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
21846
.fc .fc-button-primary:not(:disabled):active:focus {
26781
.fc .fc-button-primary:not(:disabled):active:focus {
21847
  box-shadow: none;
26782
  box-shadow: none;
-
 
26783
}
21848
}
26784
 
21849
.fc .fc-button-primary:disabled {
26785
.fc .fc-button-primary:disabled {
21850
  border-color: #6571ff;
26786
  border-color: #6571ff;
-
 
26787
}
21851
}
26788
 
21852
@media (max-width: 767px) {
26789
@media (max-width: 767px) {
21853
  .fc .fc-toolbar {
26790
  .fc .fc-toolbar {
21854
    flex-direction: column;
26791
    flex-direction: column;
-
 
26792
  }
21855
  }
26793
 
21856
  .fc .fc-toolbar .fc-toolbar-chunk {
26794
  .fc .fc-toolbar .fc-toolbar-chunk {
21857
    margin-bottom: 12px;
26795
    margin-bottom: 12px;
21858
  }
26796
  }
-
 
26797
}
21859
}
26798
 
21860
.fc .fc-daygrid-day-number,
26799
.fc .fc-daygrid-day-number,
21861
.fc .fc-col-header-cell-cushion {
26800
.fc .fc-col-header-cell-cushion {
21862
  color: #000;
26801
  color: #000;
-
 
26802
}
21863
}
26803
 
21864
.fc .fc-daygrid-event {
26804
.fc .fc-daygrid-event {
21865
  padding: 4px;
26805
  padding: 4px;
-
 
26806
}
21866
}
26807
 
21867
.fc .fc-daygrid-day.fc-day-today {
26808
.fc .fc-daygrid-day.fc-day-today {
21868
  background-color: rgba(101, 113, 255, 0.2);
26809
  background-color: rgba(101, 113, 255, 0.2);
-
 
26810
}
21869
}
26811
 
21870
.fc .fc-list-event:hover td {
26812
.fc .fc-list-event:hover td {
21871
  background-color: rgba(101, 113, 255, 0.2);
26813
  background-color: rgba(101, 113, 255, 0.2);
-
 
26814
}
21872
}
26815
 
21873
.fc .fc-list-day-text,
26816
.fc .fc-list-day-text,
21874
.fc .fc-list-day-side-text {
26817
.fc .fc-list-day-side-text {
21875
  color: #000;
26818
  color: #000;
Línea 21890... Línea 26833...
21890
.fc-theme-standard .fc-popover {
26833
.fc-theme-standard .fc-popover {
21891
  background-color: #fff;
26834
  background-color: #fff;
21892
  border-color: #f2f4f9;
26835
  border-color: #f2f4f9;
21893
  box-shadow: 0 5px 10px 0 rgba(183, 192, 206, 0.2);
26836
  box-shadow: 0 5px 10px 0 rgba(183, 192, 206, 0.2);
21894
}
26837
}
-
 
26838
 
21895
.fc-theme-standard .fc-popover .fc-popover-header {
26839
.fc-theme-standard .fc-popover .fc-popover-header {
21896
  background-color: #7987a1;
26840
  background-color: #7987a1;
21897
}
26841
}
Línea 21898... Línea 26842...
21898
 
26842
 
Línea 21923... Línea 26867...
21923
  width: 100%;
26867
  width: 100%;
21924
  position: relative;
26868
  position: relative;
21925
  max-width: none;
26869
  max-width: none;
21926
  height: 400px;
26870
  height: 400px;
21927
}
26871
}
-
 
26872
 
21928
@media (max-width: 767px) {
26873
@media (max-width: 767px) {
21929
  .flot-chart-wrapper {
26874
  .flot-chart-wrapper {
21930
    height: 200px;
26875
    height: 200px;
21931
    min-height: 200px;
26876
    min-height: 200px;
21932
  }
26877
  }
-
 
26878
 
21933
  .flot-chart-wrapper .flot-chart {
26879
  .flot-chart-wrapper .flot-chart {
21934
    height: 100%;
26880
    height: 100%;
21935
  }
26881
  }
21936
}
26882
}
Línea 21937... Línea 26883...
21937
 
26883
 
21938
.flot-text .flot-x-axis > div,
26884
.flot-text .flot-x-axis>div,
21939
.flot-text .flot-x-axis .flot-tick-label,
26885
.flot-text .flot-x-axis .flot-tick-label,
21940
.flot-text .flot-y-axis > div,
26886
.flot-text .flot-y-axis>div,
21941
.flot-text .flot-y-axis .flot-tick-label {
26887
.flot-text .flot-y-axis .flot-tick-label {
21942
  color: #000;
26888
  color: #000;
Línea 21943... Línea 26889...
21943
}
26889
}
Línea 21950... Línea 26896...
21950
  background-color: #d9d9d9;
26896
  background-color: #d9d9d9;
21951
  height: 4px;
26897
  height: 4px;
21952
}
26898
}
Línea 21953... Línea 26899...
21953
 
26899
 
21954
.ps__rail-x.ps--clicking .ps__thumb-x,
26900
.ps__rail-x.ps--clicking .ps__thumb-x,
21955
.ps__rail-x:focus > .ps__thumb-x,
26901
.ps__rail-x:focus>.ps__thumb-x,
21956
.ps__rail-x:hover > .ps__thumb-x {
26902
.ps__rail-x:hover>.ps__thumb-x {
21957
  background-color: #b3b3b3;
26903
  background-color: #b3b3b3;
21958
  height: 6px;
26904
  height: 6px;
Línea 21959... Línea 26905...
21959
}
26905
}
Línea 21970... Línea 26916...
21970
  right: auto !important;
26916
  right: auto !important;
21971
   */
26917
   */
21972
}
26918
}
Línea 21973... Línea 26919...
21973
 
26919
 
21974
.ps__rail-y.ps--clicking .ps__thumb-y,
26920
.ps__rail-y.ps--clicking .ps__thumb-y,
21975
.ps__rail-y:focus > .ps__thumb-y,
26921
.ps__rail-y:focus>.ps__thumb-y,
21976
.ps__rail-y:hover > .ps__thumb-y {
26922
.ps__rail-y:hover>.ps__thumb-y {
21977
  background-color: #b3b3b3;
26923
  background-color: #b3b3b3;
21978
  width: 6px;
26924
  width: 6px;
Línea 21979... Línea 26925...
21979
}
26925
}
Línea 21996... Línea 26942...
21996
}
26942
}
Línea 21997... Línea 26943...
21997
 
26943
 
21998
.swal2-popup {
26944
.swal2-popup {
21999
  font-size: 0.875rem;
26945
  font-size: 0.875rem;
-
 
26946
}
22000
}
26947
 
22001
.swal2-popup .swal2-title {
26948
.swal2-popup .swal2-title {
22002
  font-size: 25px;
26949
  font-size: 25px;
22003
  line-height: 1;
26950
  line-height: 1;
22004
  font-weight: 500;
26951
  font-weight: 500;
22005
  color: #000;
26952
  color: #000;
22006
  margin-bottom: 0;
26953
  margin-bottom: 0;
-
 
26954
}
22007
}
26955
 
22008
.swal2-popup .swal2-html-container {
26956
.swal2-popup .swal2-html-container {
22009
  font-size: 0.875rem;
26957
  font-size: 0.875rem;
22010
  color: #7987a1;
26958
  color: #7987a1;
22011
  font-weight: initial;
26959
  font-weight: initial;
22012
  margin-top: 11px;
26960
  margin-top: 11px;
22013
  text-decoration: none;
26961
  text-decoration: none;
-
 
26962
}
22014
}
26963
 
22015
.swal2-popup .swal2-actions button svg {
26964
.swal2-popup .swal2-actions button svg {
22016
  width: 16px;
26965
  width: 16px;
22017
  height: 16px;
26966
  height: 16px;
-
 
26967
}
22018
}
26968
 
22019
.swal2-popup .swal2-close {
26969
.swal2-popup .swal2-close {
22020
  font-size: 22px;
26970
  font-size: 22px;
-
 
26971
}
22021
}
26972
 
22022
.swal2-popup .swal2-close:focus {
26973
.swal2-popup .swal2-close:focus {
22023
  box-shadow: none;
26974
  box-shadow: none;
-
 
26975
}
22024
}
26976
 
22025
.swal2-popup .swal2-timer-progress-bar {
26977
.swal2-popup .swal2-timer-progress-bar {
22026
  background: #7987a1;
26978
  background: #7987a1;
Línea 22027... Línea 26979...
22027
}
26979
}
22028
 
26980
 
22029
.select2-container--default .select2-selection--single,
26981
.select2-container--default .select2-selection--single,
22030
.select2-container--default .select2-selection--multiple {
26982
.select2-container--default .select2-selection--multiple {
22031
  border: 1px solid #e9ecef;
26983
  border: 1px solid #e9ecef;
-
 
26984
  border-radius: 0.25rem;
-
 
26985
}
22032
  border-radius: 0.25rem;
26986
 
22033
}
26987
.select2-container--focus.select2-container--default .select2-selection--single,
22034
.select2-container--focus.select2-container--default .select2-selection--single, .select2-container--focus.select2-container--default .select2-selection--multiple {
26988
.select2-container--focus.select2-container--default .select2-selection--multiple {
Línea 22035... Línea 26989...
22035
  border: 1px solid #cbd1db;
26989
  border: 1px solid #cbd1db;
22036
}
26990
}
Línea 22051... Línea 27005...
22051
 
27005
 
22052
.select2-container--default .select2-selection--single .select2-selection__rendered {
27006
.select2-container--default .select2-selection--single .select2-selection__rendered {
22053
  line-height: 1.5;
27007
  line-height: 1.5;
22054
  padding: 0.469rem 0.8rem;
27008
  padding: 0.469rem 0.8rem;
-
 
27009
}
22055
}
27010
 
22056
.select2-container--default .select2-selection--single .select2-selection__arrow {
27011
.select2-container--default .select2-selection--single .select2-selection__arrow {
22057
  height: 100%;
27012
  height: 100%;
-
 
27013
}
22058
}
27014
 
22059
.select2-container--default .select2-selection--single .select2-selection__arrow b {
27015
.select2-container--default .select2-selection--single .select2-selection__arrow b {
22060
  left: 0;
27016
  left: 0;
Línea 22061... Línea 27017...
22061
}
27017
}
22062
 
27018
 
22063
.select2-container--default .select2-selection--multiple {
27019
.select2-container--default .select2-selection--multiple {
-
 
27020
  min-height: 38px;
22064
  min-height: 38px;
27021
}
22065
}
27022
 
22066
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
27023
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
-
 
27024
  padding: 0 6px;
22067
  padding: 0 6px;
27025
}
22068
}
27026
 
22069
.select2-container--default .select2-selection--multiple .select2-selection__choice {
27027
.select2-container--default .select2-selection--multiple .select2-selection__choice {
22070
  background-color: #6571ff;
27028
  background-color: #6571ff;
22071
  color: #fff;
27029
  color: #fff;
22072
  border-color: #6571ff;
27030
  border-color: #6571ff;
22073
  padding: 1px 8px;
27031
  padding: 1px 8px;
22074
  border-radius: 0.15rem;
27032
  border-radius: 0.15rem;
-
 
27033
  margin-top: 5px;
22075
  margin-top: 5px;
27034
}
22076
}
27035
 
22077
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
27036
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
22078
  color: #fff;
27037
  color: #fff;
Línea 22094... Línea 27053...
22094
.editor-toolbar {
27053
.editor-toolbar {
22095
  border: 1px solid #e9ecef;
27054
  border: 1px solid #e9ecef;
22096
  border-bottom: 0;
27055
  border-bottom: 0;
22097
  border-radius: 0.25rem 0.25rem 0 0;
27056
  border-radius: 0.25rem 0.25rem 0 0;
22098
}
27057
}
-
 
27058
 
-
 
27059
.editor-toolbar,
22099
.editor-toolbar, .editor-toolbar:hover {
27060
.editor-toolbar:hover {
22100
  opacity: 1;
27061
  opacity: 1;
22101
}
27062
}
-
 
27063
 
22102
.editor-toolbar button {
27064
.editor-toolbar button {
22103
  color: rgba(0, 0, 0, 0.7) !important;
27065
  color: rgba(0, 0, 0, 0.7) !important;
22104
}
27066
}
-
 
27067
 
22105
.editor-toolbar button:hover {
27068
.editor-toolbar button:hover {
22106
  background: #e9ecef;
27069
  background: #e9ecef;
22107
  border: none;
27070
  border: none;
22108
}
27071
}
-
 
27072
 
22109
.editor-toolbar i.separator {
27073
.editor-toolbar i.separator {
22110
  border-left: 1px solid #e9ecef;
27074
  border-left: 1px solid #e9ecef;
22111
  border-right: 1px solid #e9ecef;
27075
  border-right: 1px solid #e9ecef;
22112
}
27076
}
Línea 22119... Línea 27083...
22119
 
27083
 
22120
.editor-preview-side {
27084
.editor-preview-side {
22121
  border-color: #e9ecef;
27085
  border-color: #e9ecef;
Línea -... Línea 27086...
-
 
27086
}
22122
}
27087
 
22123
 
27088
.editor-toolbar button.active,
22124
.editor-toolbar button.active, .editor-toolbar button:hover {
27089
.editor-toolbar button:hover {
22125
  background: #e9ecef;
27090
  background: #e9ecef;
Línea 22126... Línea 27091...
22126
  border-color: transparent;
27091
  border-color: transparent;
Línea 22137... Línea 27102...
22137
div.tagsinput {
27102
div.tagsinput {
22138
  padding: 6px 6px 1px;
27103
  padding: 6px 6px 1px;
22139
  border-color: #e9ecef;
27104
  border-color: #e9ecef;
22140
  border-radius: 0.25rem;
27105
  border-radius: 0.25rem;
22141
}
27106
}
-
 
27107
 
22142
div.tagsinput span.tag {
27108
div.tagsinput span.tag {
22143
  background: #6571ff;
27109
  background: #6571ff;
22144
  color: #fff;
27110
  color: #fff;
22145
  border: 0;
27111
  border: 0;
22146
  padding: 3px 7px;
27112
  padding: 3px 7px;
Línea 22151... Línea 27117...
22151
  /*rtl:raw:
27117
  /*rtl:raw:
22152
  margin-left: 0;
27118
  margin-left: 0;
22153
  margin-right: 5px;
27119
  margin-right: 5px;
22154
  */
27120
  */
22155
}
27121
}
-
 
27122
 
22156
div.tagsinput span.tag a {
27123
div.tagsinput span.tag a {
22157
  font-size: 13px;
27124
  font-size: 13px;
22158
  font-weight: 500;
27125
  font-weight: 500;
22159
  color: #fff;
27126
  color: #fff;
22160
  opacity: 0.5;
27127
  opacity: 0.5;
22161
}
27128
}
-
 
27129
 
22162
div.tagsinput #tags_addTag {
27130
div.tagsinput #tags_addTag {
22163
  float: left;
27131
  float: left;
22164
  /*rtl:raw:
27132
  /*rtl:raw:
22165
  margin-right: 5px;
27133
  margin-right: 5px;
22166
  */
27134
  */
22167
}
27135
}
-
 
27136
 
22168
div.tagsinput input {
27137
div.tagsinput input {
22169
  margin: 0;
27138
  margin: 0;
22170
  padding: 1px;
27139
  padding: 1px;
22171
  border-radius: 0.25rem;
27140
  border-radius: 0.25rem;
22172
}
27141
}
Línea 22173... Línea 27142...
22173
 
27142
 
22174
.tox.tox-tinymce {
27143
.tox.tox-tinymce {
22175
  border: 1px solid #e9ecef;
27144
  border: 1px solid #e9ecef;
22176
  border-radius: 0.25rem;
27145
  border-radius: 0.25rem;
-
 
27146
}
22177
}
27147
 
22178
.tox.tox-tinymce .tox-menubar,
27148
.tox.tox-tinymce .tox-menubar,
22179
.tox.tox-tinymce .tox-toolbar-overlord,
27149
.tox.tox-tinymce .tox-toolbar-overlord,
22180
.tox.tox-tinymce .tox-toolbar,
27150
.tox.tox-tinymce .tox-toolbar,
22181
.tox.tox-tinymce .tox-toolbar__overflow,
27151
.tox.tox-tinymce .tox-toolbar__overflow,
22182
.tox.tox-tinymce .tox-toolbar__primary {
27152
.tox.tox-tinymce .tox-toolbar__primary {
22183
  background-color: #fff;
27153
  background-color: #fff;
22184
  background-image: none;
27154
  background-image: none;
22185
  border-bottom: 1px solid #e9ecef;
27155
  border-bottom: 1px solid #e9ecef;
-
 
27156
}
22186
}
27157
 
22187
.tox.tox-tinymce .tox-toolbar-overlord {
27158
.tox.tox-tinymce .tox-toolbar-overlord {
22188
  border-bottom: none;
27159
  border-bottom: none;
-
 
27160
}
22189
}
27161
 
22190
.tox.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header {
27162
.tox.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header {
22191
  padding: 0;
27163
  padding: 0;
22192
  box-shadow: none;
27164
  box-shadow: none;
-
 
27165
}
22193
}
27166
 
22194
.tox.tox-tinymce .tox-edit-area__iframe {
27167
.tox.tox-tinymce .tox-edit-area__iframe {
22195
  background-color: #fff;
27168
  background-color: #fff;
-
 
27169
}
22196
}
27170
 
22197
.tox.tox-tinymce.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
27171
.tox.tox-tinymce.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
22198
  border-right-color: #e9ecef;
27172
  border-right-color: #e9ecef;
22199
  border-left-color: #e9ecef;
27173
  border-left-color: #e9ecef;
-
 
27174
}
22200
}
27175
 
22201
.tox.tox-tinymce .tox-statusbar {
27176
.tox.tox-tinymce .tox-statusbar {
22202
  background-color: #fff;
27177
  background-color: #fff;
22203
  border-color: #e9ecef;
27178
  border-color: #e9ecef;
22204
  color: #7987a1;
27179
  color: #7987a1;
-
 
27180
}
22205
}
27181
 
22206
.tox.tox-tinymce .tox-statusbar a,
27182
.tox.tox-tinymce .tox-statusbar a,
22207
.tox.tox-tinymce .tox-statusbar__path-item,
27183
.tox.tox-tinymce .tox-statusbar__path-item,
22208
.tox.tox-tinymce .tox-statusbar__wordcount {
27184
.tox.tox-tinymce .tox-statusbar__wordcount {
22209
  color: #7987a1;
27185
  color: #7987a1;
-
 
27186
}
22210
}
27187
 
22211
.tox.tox-tinymce .tox-mbtn {
27188
.tox.tox-tinymce .tox-mbtn {
22212
  color: #000;
27189
  color: #000;
-
 
27190
}
22213
}
27191
 
22214
.tox.tox-tinymce .tox-tbtn {
27192
.tox.tox-tinymce .tox-tbtn {
22215
  color: rgba(0, 0, 0, 0.7);
27193
  color: rgba(0, 0, 0, 0.7);
-
 
27194
}
22216
}
27195
 
22217
.tox.tox-tinymce .tox-tbtn:hover {
27196
.tox.tox-tinymce .tox-tbtn:hover {
22218
  background: #e9ecef;
27197
  background: #e9ecef;
22219
  color: #000;
27198
  color: #000;
-
 
27199
}
22220
}
27200
 
22221
.tox.tox-tinymce .tox-tbtn:hover svg {
27201
.tox.tox-tinymce .tox-tbtn:hover svg {
22222
  fill: #000;
27202
  fill: #000;
-
 
27203
}
22223
}
27204
 
22224
.tox.tox-tinymce .tox-tbtn:focus:not(.tox-tbtn--disabled) {
27205
.tox.tox-tinymce .tox-tbtn:focus:not(.tox-tbtn--disabled) {
22225
  color: #000;
27206
  color: #000;
-
 
27207
}
22226
}
27208
 
22227
.tox.tox-tinymce .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
27209
.tox.tox-tinymce .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
22228
  background: #e9ecef;
27210
  background: #e9ecef;
22229
  color: #000;
27211
  color: #000;
-
 
27212
}
22230
}
27213
 
22231
.tox.tox-tinymce .tox-mbtn:focus:not(:disabled),
27214
.tox.tox-tinymce .tox-mbtn:focus:not(:disabled),
22232
.tox.tox-tinymce .tox-mbtn--active {
27215
.tox.tox-tinymce .tox-mbtn--active {
22233
  background: #e9ecef;
27216
  background: #e9ecef;
22234
  color: #000;
27217
  color: #000;
-
 
27218
}
22235
}
27219
 
22236
.tox.tox-tinymce .tox-tbtn svg {
27220
.tox.tox-tinymce .tox-tbtn svg {
22237
  fill: rgba(0, 0, 0, 0.7);
27221
  fill: rgba(0, 0, 0, 0.7);
-
 
27222
}
22238
}
27223
 
22239
.tox.tox-tinymce .tox-tbtn--disabled svg,
27224
.tox.tox-tinymce .tox-tbtn--disabled svg,
22240
.tox.tox-tinymce .tox-tbtn--disabled:hover svg,
27225
.tox.tox-tinymce .tox-tbtn--disabled:hover svg,
22241
.tox.tox-tinymce .tox-tbtn:disabled svg,
27226
.tox.tox-tinymce .tox-tbtn:disabled svg,
22242
.tox.tox-tinymce .tox-tbtn:disabled:hover svg {
27227
.tox.tox-tinymce .tox-tbtn:disabled:hover svg {
22243
  fill: #e9ecef;
27228
  fill: #e9ecef;
-
 
27229
}
22244
}
27230
 
22245
.tox.tox-tinymce .tox-split-button:hover {
27231
.tox.tox-tinymce .tox-split-button:hover {
22246
  box-shadow: 0 0 0 1px #e9ecef inset;
27232
  box-shadow: 0 0 0 1px #e9ecef inset;
-
 
27233
}
22247
}
27234
 
22248
.tox.tox-tinymce .tox-split-button:focus {
27235
.tox.tox-tinymce .tox-split-button:focus {
22249
  background: #e9ecef;
27236
  background: #e9ecef;
-
 
27237
}
22250
}
27238
 
22251
.tox.tox-tinymce .tox-tbtn--enabled,
27239
.tox.tox-tinymce .tox-tbtn--enabled,
22252
.tox.tox-tinymce .tox-tbtn--enabled:hover,
27240
.tox.tox-tinymce .tox-tbtn--enabled:hover,
22253
.tox.tox-tinymce .tox-tbtn:focus {
27241
.tox.tox-tinymce .tox-tbtn:focus {
22254
  background: #e9ecef;
27242
  background: #e9ecef;
Línea 22255... Línea 27243...
22255
}
27243
}
22256
 
27244
 
22257
div.tox .tox-menu {
27245
div.tox .tox-menu {
22258
  background-color: #fff;
27246
  background-color: #fff;
-
 
27247
  border-color: #f2f4f9;
22259
  border-color: #f2f4f9;
27248
}
22260
}
27249
 
22261
div.tox .tox-collection__item {
27250
div.tox .tox-collection__item {
-
 
27251
  color: #000;
22262
  color: #000;
27252
}
22263
}
27253
 
22264
div.tox .tox-collection--list .tox-collection__item--enabled {
27254
div.tox .tox-collection--list .tox-collection__item--enabled {
22265
  background-color: #6571ff;
27255
  background-color: #6571ff;
-
 
27256
  color: #fff;
22266
  color: #fff;
27257
}
22267
}
27258
 
22268
div.tox .tox-collection--list .tox-collection__group {
27259
div.tox .tox-collection--list .tox-collection__group {
-
 
27260
  border-color: #e9ecef;
22269
  border-color: #e9ecef;
27261
}
22270
}
27262
 
22271
div.tox .tox-collection--toolbar .tox-collection__item--active {
27263
div.tox .tox-collection--toolbar .tox-collection__item--active {
-
 
27264
  background-color: #e9ecef;
22272
  background-color: #e9ecef;
27265
}
22273
}
27266
 
22274
div.tox .tox-collection--list .tox-collection__item--active {
27267
div.tox .tox-collection--list .tox-collection__item--active {
-
 
27268
  background-color: #e9ecef;
22275
  background-color: #e9ecef;
27269
}
22276
}
27270
 
22277
div.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
27271
div.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
-
 
27272
  color: #000;
22278
  color: #000;
27273
}
22279
}
27274
 
22280
div.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
27275
div.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
-
 
27276
  color: #000;
22281
  color: #000;
27277
}
22282
}
27278
 
22283
div.tox .tox-dialog-wrap__backdrop {
27279
div.tox .tox-dialog-wrap__backdrop {
-
 
27280
  background-color: rgba(0, 0, 0, 0.75);
22284
  background-color: rgba(0, 0, 0, 0.75);
27281
}
22285
}
27282
 
22286
div.tox .tox-dialog,
27283
div.tox .tox-dialog,
22287
div.tox .tox-dialog__header,
27284
div.tox .tox-dialog__header,
22288
div.tox .tox-dialog__footer {
27285
div.tox .tox-dialog__footer {
22289
  background-color: #fff;
27286
  background-color: #fff;
22290
  border-color: #e9ecef;
27287
  border-color: #e9ecef;
-
 
27288
  color: #000;
22291
  color: #000;
27289
}
22292
}
27290
 
22293
div.tox .tox-button--secondary:hover:not(:disabled) {
27291
div.tox .tox-button--secondary:hover:not(:disabled) {
22294
  background-color: #7987a1;
27292
  background-color: #7987a1;
22295
  border-color: #7987a1;
27293
  border-color: #7987a1;
-
 
27294
  color: #fff;
22296
  color: #fff;
27295
}
22297
}
27296
 
22298
div.tox .tox-button--naked:hover:not(:disabled) {
27297
div.tox .tox-button--naked:hover:not(:disabled) {
22299
  background-color: transparent;
27298
  background-color: transparent;
-
 
27299
  border-color: transparent;
22300
  border-color: transparent;
27300
}
22301
}
27301
 
22302
div.tox .tox-button--naked.tox-button--icon:hover:not(:disabled) {
27302
div.tox .tox-button--naked.tox-button--icon:hover:not(:disabled) {
-
 
27303
  color: #333333;
22303
  color: #333333;
27304
}
22304
}
27305
 
22305
div.tox .tox-listboxfield .tox-listbox--select,
27306
div.tox .tox-listboxfield .tox-listbox--select,
22306
div.tox .tox-textarea,
27307
div.tox .tox-textarea,
22307
div.tox .tox-textfield,
27308
div.tox .tox-textfield,
22308
div.tox .tox-toolbar-textfield {
27309
div.tox .tox-toolbar-textfield {
22309
  background-color: #fff;
27310
  background-color: #fff;
22310
  border-color: #e9ecef;
27311
  border-color: #e9ecef;
-
 
27312
  color: #000;
22311
  color: #000;
27313
}
22312
}
27314
 
22313
div.tox .tox-listboxfield .tox-listbox--select:focus,
27315
div.tox .tox-listboxfield .tox-listbox--select:focus,
22314
div.tox .tox-textarea:focus,
27316
div.tox .tox-textarea:focus,
22315
div.tox .tox-textfield:focus {
27317
div.tox .tox-textfield:focus {
22316
  background-color: #fff;
27318
  background-color: #fff;
-
 
27319
  border-color: #cbd1db;
22317
  border-color: #cbd1db;
27320
}
22318
}
27321
 
22319
div.tox .tox-dialog__table tbody tr {
27322
div.tox .tox-dialog__table tbody tr {
-
 
27323
  border-color: #e9ecef;
22320
  border-color: #e9ecef;
27324
}
22321
}
27325
 
22322
div.tox .tox-dialog__body {
27326
div.tox .tox-dialog__body {
Línea 22323... Línea 27327...
22323
  color: #000;
27327
  color: #000;
Línea 22333... Línea 27337...
22333
 
27337
 
22334
.tt-menu .tt-suggestion {
27338
.tt-menu .tt-suggestion {
22335
  cursor: pointer;
27339
  cursor: pointer;
Línea 22336... Línea 27340...
22336
}
27340
}
-
 
27341
 
22337
 
27342
.tabcontrol ul,
22338
.tabcontrol ul, .wizard ul {
27343
.wizard ul {
-
 
27344
  display: flex;
22339
  display: flex;
27345
}
-
 
27346
 
22340
}
27347
@media (max-width: 676px) {
-
 
27348
 
22341
@media (max-width: 676px) {
27349
  .tabcontrol ul,
22342
  .tabcontrol ul, .wizard ul {
27350
  .wizard ul {
22343
    flex-wrap: wrap;
27351
    flex-wrap: wrap;
Línea 22344... Línea 27352...
22344
  }
27352
  }
22345
}
27353
}
22346
 
27354
 
22347
.wizard > .steps > ul > li {
27355
.wizard>.steps>ul>li {
22348
  width: auto;
27356
  width: auto;
Línea 22349... Línea 27357...
22349
  display: flex;
27357
  display: flex;
22350
  flex-grow: 1;
27358
  flex-grow: 1;
22351
}
27359
}
22352
 
27360
 
22353
.wizard > .steps .disabled a,
27361
.wizard>.steps .disabled a,
22354
.wizard > .steps .disabled a:active,
27362
.wizard>.steps .disabled a:active,
22355
.wizard > .steps .disabled a:hover {
27363
.wizard>.steps .disabled a:hover {
Línea 22356... Línea 27364...
22356
  background-color: #e9ecef;
27364
  background-color: #e9ecef;
22357
  color: #000;
27365
  color: #000;
22358
  border: 1px solid transparent;
27366
  border: 1px solid transparent;
22359
}
27367
}
22360
 
27368
 
22361
.wizard > .steps .current a,
27369
.wizard>.steps .current a,
Línea 22362... Línea 27370...
22362
.wizard > .steps .current a:active,
27370
.wizard>.steps .current a:active,
22363
.wizard > .steps .current a:hover {
27371
.wizard>.steps .current a:hover {
22364
  background-color: #6571ff;
27372
  background-color: #6571ff;
22365
  border: 1px solid transparent;
27373
  border: 1px solid transparent;
22366
}
27374
}
22367
 
27375
 
22368
.wizard > .steps a,
27376
.wizard>.steps a,
Línea 22369... Línea 27377...
22369
.wizard > .steps a:active,
27377
.wizard>.steps a:active,
22370
.wizard > .steps a:hover {
27378
.wizard>.steps a:hover {
22371
  padding: 0.469rem 0.8rem;
27379
  padding: 0.469rem 0.8rem;
22372
  border-radius: 0.25rem;
27380
  border-radius: 0.25rem;
22373
  width: 100%;
27381
  width: 100%;
22374
}
27382
}
22375
 
27383
 
Línea -... Línea 27384...
-
 
27384
.wizard>.steps .done a,
-
 
27385
.wizard>.steps .done a:active,
22376
.wizard > .steps .done a,
27386
.wizard>.steps .done a:hover {
22377
.wizard > .steps .done a:active,
27387
  background-color: rgba(101, 113, 255, 0.2);
22378
.wizard > .steps .done a:hover {
27388
  color: #6571ff;
-
 
27389
  border: 1px solid #6571ff;
-
 
27390
}
-
 
27391
 
22379
  background-color: rgba(101, 113, 255, 0.2);
27392
.wizard>.steps ul li a,
22380
  color: #6571ff;
27393
.wizard>.steps ul li a:active,
22381
  border: 1px solid #6571ff;
27394
.wizard>.steps ul li a:hover {
Línea 22382... Línea 27395...
22382
}
27395
  margin: 0 0.5em 0.5em 0;
22383
 
27396
}
22384
.wizard > .steps ul li a, .wizard > .steps ul li a:active, .wizard > .steps ul li a:hover {
27397
 
Línea 22385... Línea 27398...
22385
  margin: 0 0.5em 0.5em 0;
27398
.wizard>.steps ul li:last-child a,
22386
}
27399
.wizard>.steps ul li:last-child a:active,
22387
.wizard > .steps ul li:last-child a, .wizard > .steps ul li:last-child a:active, .wizard > .steps ul li:last-child a:hover {
27400
.wizard>.steps ul li:last-child a:hover {
22388
  margin: 0 0 0.5em 0;
27401
  margin: 0 0 0.5em 0;
22389
}
27402
}
22390
 
27403
 
22391
.wizard > .steps .number {
27404
.wizard>.steps .number {
Línea 22392... Línea 27405...
22392
  font-size: inherit;
27405
  font-size: inherit;
22393
}
27406
}
22394
 
27407
 
22395
.wizard > .content {
27408
.wizard>.content {
22396
  background: #fff;
27409
  background: #fff;
22397
  border: 1px solid #e9ecef;
27410
  border: 1px solid #e9ecef;
22398
  min-height: 23em;
27411
  min-height: 23em;
Línea 22399... Línea -...
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 {
27412
  overflow: auto;
22419
  /*rtl:raw:
27413
  margin: 0.5em 0;
22420
    float: right;
27414
}
22421
  */
27415
 
22422
}
27416
@media (max-width: 767px) {
22423
 
27417
  .wizard>.content>.body {
22424
.wizard.vertical > .steps {
27418
    width: 90%;
22425
  /*rtl:raw:
27419
    height: 90%;
Línea 22426... Línea 27420...
22426
    float: right;
27420
    padding: 5%;
22427
  */
27421
  }
22428
}
27422
}
22429
 
27423
 
Línea 22430... Línea 27424...
22430
.wizard > .actions .disabled a,
27424
.wizard>.actions .disabled a,
22431
.wizard > .actions .disabled a:active,
27425
.wizard>.actions .disabled a:active,
22432
.wizard > .actions .disabled a:hover {
27426
.wizard>.actions .disabled a:hover {
22433
  background: #e9ecef;
27427
  background: #e9ecef;
Línea 22434... Línea 27428...
22434
  border-color: #e9ecef;
27428
  border-color: #e9ecef;
22435
  cursor: not-allowed;
27429
  cursor: not-allowed;
22436
  color: #aeb7c5;
27430
  color: #aeb7c5;
Línea 22437... Línea 27431...
22437
}
27431
}
22438
 
27432
 
22439
.wizard > .actions .disabled a:focus {
27433
.wizard>.actions .disabled a:focus {
22440
  box-shadow: none;
27434
  box-shadow: none;
Línea 22441... Línea 27435...
22441
  color: #aeb7c5;
27435
  color: #aeb7c5;
22442
}
27436
}
22443
 
27437
 
22444
.wizard > .actions > ul li {
27438
.wizard>.actions>ul li {
22445
  margin-right: 0;
27439
  margin-right: 0;
Línea 22446... Línea 27440...
22446
  margin-left: 0.7em;
27440
  margin-left: 0.7em;
22447
}
27441
}
22448
 
27442
 
22449
.wizard.vertical > .steps ul {
27443
.wizard.vertical>.steps ul {
Línea 22450... Línea 27444...
22450
  flex-direction: column;
27444
  flex-direction: column;
22451
}
27445
}
22452
 
27446
 
-
 
27447
.wizard.vertical>.content {
-
 
27448
  margin: 0 0 0.5em 2%;
-
 
27449
  width: 68%;
-
 
27450
}
-
 
27451
 
22453
.wizard.vertical > .content {
27452
.wizard.vertical>.steps a,
22454
  margin: 0 0 0.5em 2%;
27453
.wizard.vertical>.steps a:active,