react-ui-mat 5.81.90 → 5.81.92

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/dist/Animate.js +1 -1
  2. package/dist/Appip.js +1 -1
  3. package/dist/Badges.js +1 -1
  4. package/dist/Button.js +1 -1
  5. package/dist/CardSection.js +1 -1
  6. package/dist/Checkbox.js +1 -1
  7. package/dist/Circular.js +1 -1
  8. package/dist/Collapse.js +1 -1
  9. package/dist/Context.js +1 -1
  10. package/dist/DatePicker.js +1 -1
  11. package/dist/DateUtil.js +1 -1
  12. package/dist/Divider.js +1 -1
  13. package/dist/DraggableModal.js +1 -1
  14. package/dist/DraggablePanel.js +1 -1
  15. package/dist/FilterPanel.js +1 -1
  16. package/dist/Groupset.js +1 -1
  17. package/dist/Icons.js +1 -1
  18. package/dist/IncorrectEntry.js +1 -1
  19. package/dist/Input.js +1 -1
  20. package/dist/InputFields.js +1 -1
  21. package/dist/MKPlayer.js +1 -1
  22. package/dist/MUPlayer.js +1 -1
  23. package/dist/Multiselect.js +1 -1
  24. package/dist/Notes.js +1 -1
  25. package/dist/Numeral.js +1 -1
  26. package/dist/OvView.js +1 -1
  27. package/dist/Paginator.js +1 -1
  28. package/dist/PasswordInput.js +1 -1
  29. package/dist/Phone.js +1 -1
  30. package/dist/Picker.js +1 -1
  31. package/dist/Progress.js +1 -1
  32. package/dist/Radio.js +1 -1
  33. package/dist/Rate.js +1 -1
  34. package/dist/ReceiptCapture.js +1 -1
  35. package/dist/SearchSelect.js +1 -1
  36. package/dist/Select.js +1 -1
  37. package/dist/SortDirection.js +1 -1
  38. package/dist/Spinner.js +1 -1
  39. package/dist/Switch.js +1 -1
  40. package/dist/Table.js +1 -1
  41. package/dist/Textarea.js +1 -1
  42. package/dist/Tooltip.js +1 -1
  43. package/dist/common.js +1 -1
  44. package/dist/constant.js +1 -1
  45. package/dist/dummy-sw.js +1 -1
  46. package/dist/index.js +1 -1
  47. package/dist/logger.js +1 -1
  48. package/dist/reactuimat-base.css +1136 -0
  49. package/dist/reactuimat.css +516 -0
  50. package/dist/types.base.js +1 -1
  51. package/dist/types.js +1 -1
  52. package/dist/typesout.js +1 -1
  53. package/dist/utils.js +1 -1
  54. package/package.json +1 -1
@@ -0,0 +1,1136 @@
1
+ .d-relative,
2
+ .d-select-fc,
3
+ .d-tooltip {
4
+ position: relative
5
+ }
6
+
7
+ .d-cursor-pointer,
8
+ .d-hover-cursor-pointer:hover,
9
+ .d-select-fc,
10
+ .mt-p-eye:hover {
11
+ cursor: pointer
12
+ }
13
+
14
+ .d-paginator-ul>li,
15
+ .d-radiobtn>span {
16
+ margin-left: .5rem
17
+ }
18
+
19
+ .d-month .d-next,
20
+ .d-month .d-prev {
21
+ transform: scale(1.5);
22
+ user-select: none
23
+ }
24
+
25
+ .d-dateinput ul,
26
+ .d-days li,
27
+ .d-dtime-sec-item {
28
+ list-style-type: none
29
+ }
30
+
31
+ .d-spinner-base {
32
+ width: 1.75rem;
33
+ height: 1.75rem
34
+ }
35
+
36
+ .d-w-full {
37
+ width: 100%
38
+ }
39
+
40
+ .d-h-full {
41
+ height: 100%
42
+ }
43
+
44
+ .d-w-5 {
45
+ width: 1.25rem
46
+ }
47
+
48
+ .d-w-7 {
49
+ width: 1.75rem
50
+ }
51
+
52
+ .d-h-5 {
53
+ height: 1.25rem
54
+ }
55
+
56
+ .d-h-7 {
57
+ height: 1.75rem
58
+ }
59
+
60
+ .d-flex {
61
+ display: flex
62
+ }
63
+
64
+ .d-flex-row {
65
+ flex-direction: row
66
+ }
67
+
68
+ .d-flex-col {
69
+ flex-direction: column
70
+ }
71
+
72
+ .d-justify-center,
73
+ .d-paginator-page {
74
+ justify-content: center
75
+ }
76
+
77
+ .d-items-center {
78
+ align-items: center
79
+ }
80
+
81
+ .d-mt-1 {
82
+ margin-top: .25rem
83
+ }
84
+
85
+ .d-bg-white {
86
+ background-color: #fff
87
+ }
88
+
89
+ .d-scrollbar-hide {
90
+ -ms-overflow-style: none;
91
+ scrollbar-width: none
92
+ }
93
+
94
+ .d-scrollbar-hide::-webkit-scrollbar {
95
+ display: none
96
+ }
97
+
98
+ .d-disable-down {
99
+ opacity: .4
100
+ }
101
+
102
+ .d-badge-base {
103
+ display: inline-flex;
104
+ align-items: center;
105
+ justify-content: center;
106
+ font-weight: 500;
107
+ margin: .125rem;
108
+ padding: .155rem .75rem;
109
+ border-radius: 4px;
110
+ white-space: nowrap;
111
+ border: 1px solid transparent;
112
+ transition: .2s
113
+ }
114
+
115
+ .d-badge-full {
116
+ display: flex;
117
+ width: 100%
118
+ }
119
+
120
+ .d-badge-primary {
121
+ color: #fff;
122
+ background-color: #2563eb
123
+ }
124
+
125
+ .d-badge-primary-outline {
126
+ color: #1d4ed8;
127
+ background-color: #eff6ff;
128
+ border-color: #bfdbfe
129
+ }
130
+
131
+ .d-badge-dark {
132
+ color: #fff;
133
+ background-color: #1f2937
134
+ }
135
+
136
+ .d-badge-dark-outline {
137
+ color: #374151;
138
+ background-color: #f3f4f6;
139
+ border-color: #d1d5db
140
+ }
141
+
142
+ .d-badge-danger {
143
+ color: #fff;
144
+ background-color: #dc2626
145
+ }
146
+
147
+ .d-badge-danger-outline {
148
+ color: #b91c1c;
149
+ background-color: #fef2f2;
150
+ border-color: #fecaca
151
+ }
152
+
153
+ .d-badge-green {
154
+ color: #fff;
155
+ background-color: #16a34a
156
+ }
157
+
158
+ .d-badge-green-outline {
159
+ color: #15803d;
160
+ background-color: #f0fdf4;
161
+ border-color: #bbf7d0
162
+ }
163
+
164
+ .d-badge-yellow {
165
+ color: #fff;
166
+ background-color: #ca8a04
167
+ }
168
+
169
+ .d-badge-yellow-outline {
170
+ color: #854d0e;
171
+ background-color: #fefce8;
172
+ border-color: #fef08a
173
+ }
174
+
175
+ .d-badge-info {
176
+ color: #fff;
177
+ background-color: #4f46e5
178
+ }
179
+
180
+ .d-badge-info-outline {
181
+ color: #4338ca;
182
+ background-color: #eef2ff;
183
+ border-color: #c7d2fe
184
+ }
185
+
186
+ .d-badge-light {
187
+ color: #1f2937;
188
+ background-color: #fbfbfb;
189
+ border-color: #e5e7eb
190
+ }
191
+
192
+ .d-badge-light-outline {
193
+ color: #374151;
194
+ background-color: #fff;
195
+ border-color: #d1d5db
196
+ }
197
+
198
+ .d-btn-spinner {
199
+ width: 1.25rem;
200
+ height: 1.25rem;
201
+ margin-left: .75rem;
202
+ margin-right: .75rem
203
+ }
204
+
205
+ .d-checkbox {
206
+ width: 100%;
207
+ display: flex;
208
+ flex-direction: row;
209
+ align-items: center;
210
+ gap: 5px
211
+ }
212
+
213
+ .d-checkbox-sm>input[type=checkbox],
214
+ .d-radiobtn-sm>input[type=radio] {
215
+ width: 21px !important;
216
+ height: 21px !important
217
+ }
218
+
219
+ .d-checkbox-sm>input[type=checkbox]::before {
220
+ width: 11px;
221
+ height: 11px
222
+ }
223
+
224
+ .d-checkbox-xs>input[type=checkbox],
225
+ .d-radiobtn-xs>input[type=radio] {
226
+ width: 15px !important;
227
+ height: 15px !important
228
+ }
229
+
230
+ .d-checkbox-xs>input[type=checkbox]::before {
231
+ width: 8px;
232
+ height: 8px
233
+ }
234
+
235
+ .d-checkbox>input {
236
+ width: 1rem;
237
+ height: 1rem;
238
+ border: 1px rgb(229 231 235);
239
+ color: rgb(79 70 229)
240
+ }
241
+
242
+ .d-checkbox>label {
243
+ width: 100%;
244
+ min-width: 0;
245
+ flex: 1
246
+ }
247
+
248
+ .d-days li,
249
+ .d-weekdays li {
250
+ width: 14.25%;
251
+ text-align: center
252
+ }
253
+
254
+ .d-select-fc,
255
+ .d-select-sg-list {
256
+ border-radius: 5px;
257
+ flex-direction: column
258
+ }
259
+
260
+ .d-divider {
261
+ width: 100%;
262
+ border-bottom: 1px solid #ebebeb
263
+ }
264
+
265
+ .d-divider-label {
266
+ width: 100%;
267
+ font-size: .95rem;
268
+ line-height: 1.25rem
269
+ }
270
+
271
+ .d-divider-chd {
272
+ width: 100%;
273
+ font-size: .875rem;
274
+ line-height: 1.25rem;
275
+ padding-top: .25rem;
276
+ padding-bottom: .25rem;
277
+ font-weight: 600
278
+ }
279
+
280
+ .d-select-fc {
281
+ display: flex;
282
+ justify-content: center;
283
+ background: #fff
284
+ }
285
+
286
+ .d-select-fc-value-render {
287
+ position: absolute;
288
+ width: 100%;
289
+ height: 100%;
290
+ z-index: 0;
291
+ display: flex;
292
+ align-items: center
293
+ }
294
+
295
+ .d-select-fc-input {
296
+ width: 100%;
297
+ white-space: nowrap;
298
+ overflow: hidden;
299
+ text-overflow: ellipsis;
300
+ padding-right: 2.11rem;
301
+ cursor: default
302
+ }
303
+
304
+ .d-select-fc-input-sm {
305
+ padding: 3px !important;
306
+ height: 34px !important;
307
+ min-height: 34px !important;
308
+ border-width: 1px !important
309
+ }
310
+
311
+ .d-selct-item,
312
+ .d-selct-item-sm {
313
+ padding: .5rem
314
+ }
315
+
316
+ .d-select-fc-input-render {
317
+ z-index: 1;
318
+ background: 0 0;
319
+ background-color: transparent !important
320
+ }
321
+
322
+ .d-select-fc-close,
323
+ .d-select-fc-down {
324
+ position: absolute;
325
+ z-index: 10;
326
+ right: 0
327
+ }
328
+
329
+ .d-select-sg-list,
330
+ .d-select-sg-list-m {
331
+ background-color: #fff;
332
+ transition: width .15s
333
+ }
334
+
335
+ .d-select-fc-close {
336
+ margin-right: 1.25rem
337
+ }
338
+
339
+ .d-select-fc-close:hover,
340
+ .d-warning-icon {
341
+ color: rgb(239 68 68)
342
+ }
343
+
344
+ .d-select-fc-down {
345
+ margin-right: .25rem
346
+ }
347
+
348
+ .d-select-sg-container {
349
+ min-width: 100%;
350
+ position: relative
351
+ }
352
+
353
+ .d-select-sg-list {
354
+ width: 0;
355
+ display: none;
356
+ position: absolute;
357
+ z-index: 1600;
358
+ border: 2.25px solid #d1e8ea
359
+ }
360
+
361
+ .d-select-sg-list-m {
362
+ width: 100%;
363
+ border-radius: 5px;
364
+ flex-direction: column;
365
+ z-index: 1005;
366
+ border: 2.25px solid #d1e8ea
367
+ }
368
+
369
+ .d-select-sg-list-mb {
370
+ width: 100%;
371
+ display: flex;
372
+ flex-direction: row;
373
+ justify-content: space-between;
374
+ margin-top: 3px
375
+ }
376
+
377
+ .d-select-sg-list-mb>button {
378
+ border: 3px solid #fff
379
+ }
380
+
381
+ .d-select-sg-list-ul {
382
+ width: 100%;
383
+ height: 100%;
384
+ overflow-y: auto
385
+ }
386
+
387
+ .d-select-empty-list {
388
+ padding: .5rem;
389
+ color: rgb(125 211 252)
390
+ }
391
+
392
+ .d-select-selected-item {
393
+ background-color: #e5e5e5
394
+ }
395
+
396
+ .d-selct-hover:hover {
397
+ background-color: rgb(226 241 250)
398
+ }
399
+
400
+ .d-selct-item {
401
+ display: flex;
402
+ flex-direction: row;
403
+ align-items: center;
404
+ cursor: pointer
405
+ }
406
+
407
+ .d-select-multi-item {
408
+ padding: .25rem .5rem
409
+ }
410
+
411
+ @keyframes multi-counter-blink {
412
+ 50% {
413
+ opacity: 1
414
+ }
415
+
416
+ 75% {
417
+ opacity: 0
418
+ }
419
+ }
420
+
421
+ @-webkit-keyframes multi-counter-blink {
422
+ 50% {
423
+ opacity: 1
424
+ }
425
+
426
+ 75% {
427
+ opacity: 0
428
+ }
429
+ }
430
+
431
+ .multi-counter-blink {
432
+ animation: 1s step-start multi-counter-blink;
433
+ -webkit-animation: 1s step-start multi-counter-blink
434
+ }
435
+
436
+ .d-select-multi-counter {
437
+ position: absolute;
438
+ right: 0;
439
+ z-index: 10;
440
+ margin-right: 2.35rem;
441
+ padding-left: .27rem;
442
+ padding-right: .27rem;
443
+ border-radius: 2px;
444
+ background: #b9babc;
445
+ color: #fff;
446
+ min-width: 1.25rem;
447
+ text-align: center;
448
+ font-weight: 500;
449
+ font-size: .75rem
450
+ }
451
+
452
+ .d-paginator-ul>li,
453
+ .d-prs-panel-arrow {
454
+ margin-right: .5rem
455
+ }
456
+
457
+ .d-radiobtn {
458
+ width: 100%;
459
+ display: inline-flex;
460
+ align-items: center;
461
+ cursor: pointer
462
+ }
463
+
464
+ .d-rdbtn-nofull {
465
+ width: unset !important
466
+ }
467
+
468
+ .d-radiobtn-disabled {
469
+ color: rgb(148 163 184)
470
+ }
471
+
472
+ .d-paginator {
473
+ display: flex;
474
+ flex-direction: row;
475
+ justify-content: center;
476
+ align-items: center;
477
+ position: relative
478
+ }
479
+
480
+ .d-paginator-ul {
481
+ display: inline-flex;
482
+ align-items: center;
483
+ overflow-x: auto
484
+ }
485
+
486
+ .d-paginator-arrow-btn {
487
+ display: flex;
488
+ align-items: center;
489
+ justify-content: center;
490
+ color: rgb(234 88 12);
491
+ background: #fff;
492
+ border-radius: 5px;
493
+ min-width: 1.75rem;
494
+ width: 1.75rem;
495
+ min-height: 1.75rem;
496
+ height: 1.75rem
497
+ }
498
+
499
+ .d-paginator-arrow-icon {
500
+ width: 1rem;
501
+ height: 1rem;
502
+ fill: currentColor
503
+ }
504
+
505
+ .d-paginator-active-page,
506
+ .d-paginator-page {
507
+ width: 1.75rem;
508
+ height: 1.75rem;
509
+ border-radius: 5px;
510
+ display: flex
511
+ }
512
+
513
+ .d-paginator-page {
514
+ align-items: center;
515
+ color: rgb(234 88 12)
516
+ }
517
+
518
+ .d-paginator-active-page {
519
+ justify-content: center;
520
+ align-items: center;
521
+ color: #fff;
522
+ background-color: rgb(234 88 12)
523
+ }
524
+
525
+ .d-box-icon,
526
+ .d-warning-icon {
527
+ width: 2.25rem;
528
+ height: 2.25rem
529
+ }
530
+
531
+ .d-phone-flag-input,
532
+ .d-phone-flag-input-container>div>div {
533
+ background: 0 0 !important
534
+ }
535
+
536
+ .d-paginator-focus:hover {
537
+ background-color: rgb(255 237 213)
538
+ }
539
+
540
+ .d-dtime-sec-item:hover,
541
+ .d-li-day-active:hover {
542
+ background: #f1f1f1;
543
+ color: #000
544
+ }
545
+
546
+ .d-box-icon {
547
+ color: rgb(234 179 8)
548
+ }
549
+
550
+ .d-incorrect-entry {
551
+ width: 100%;
552
+ color: rgb(225 29 72);
553
+ font-size: .75rem;
554
+ line-height: 1rem
555
+ }
556
+
557
+ .d-phone {
558
+ width: 100%;
559
+ display: flex;
560
+ flex-direction: row
561
+ }
562
+
563
+ .d-phone-flag-input-container {
564
+ max-width: 7rem;
565
+ position: absolute;
566
+ left: 0;
567
+ top: 0
568
+ }
569
+
570
+ .d-phone-flag-input {
571
+ border-top-right-radius: 0 !important;
572
+ border-bottom-right-radius: 0 !important;
573
+ border-width: 0 !important
574
+ }
575
+
576
+ .d-phone-national-input {
577
+ border-top-left-radius: 0 !important;
578
+ border-bottom-left-radius: 0 !important;
579
+ padding-left: 7.5rem
580
+ }
581
+
582
+ .d-phone-flag {
583
+ width: 5rem;
584
+ height: 1.5rem;
585
+ font-size: 12.5px;
586
+ text-align: center;
587
+ background-size: 100% 100%;
588
+ background-repeat: no-repeat;
589
+ display: flex;
590
+ flex-direction: row;
591
+ align-items: center
592
+ }
593
+
594
+ .d-phone-flag>span:first-child {
595
+ font-size: 12.5px;
596
+ margin-right: 2.5px
597
+ }
598
+
599
+ .d-phone-flag>span:nth-child(2) {
600
+ font-size: 23px
601
+ }
602
+
603
+ .d-phone>div:first-child>div:first-child>.d-select-fc>.d-select-fc-value-render>.d-phone-flag {
604
+ font-size: 12.5px;
605
+ justify-content: center
606
+ }
607
+
608
+ .d-prs-panel-summary-s {
609
+ padding-left: 5px;
610
+ padding-right: 5px;
611
+ border: 1px solid #d1d5db
612
+ }
613
+
614
+ .d-prs-panel-content {
615
+ width: 100%;
616
+ max-height: 0;
617
+ overflow: hidden;
618
+ transition: .3s ease-out
619
+ }
620
+
621
+ .d-textarea-h-10 {
622
+ height: 5rem
623
+ }
624
+
625
+ .d-textarea-h-20 {
626
+ height: 7rem
627
+ }
628
+
629
+ .d-tooltiptext {
630
+ display: none;
631
+ position: absolute;
632
+ background-color: rgba(0, 0, 0, .75);
633
+ color: #fff;
634
+ border-radius: 5px;
635
+ padding: 5px;
636
+ font-size: 12px;
637
+ border: 1px solid #fff;
638
+ opacity: 0;
639
+ transition: .5s
640
+ }
641
+
642
+ .d-notes-panel {
643
+ padding: .3em 16px
644
+ }
645
+
646
+ .d-note-warning {
647
+ background-color: #ffc;
648
+ border-left: 6px solid #ffeb3b;
649
+ color: #000
650
+ }
651
+
652
+ .d-note-success {
653
+ background-color: #dfd;
654
+ border-left: 6px solid #04aa6d;
655
+ color: #000
656
+ }
657
+
658
+ .d-note-info {
659
+ background-color: #e7f3fe;
660
+ border-left: 6px solid #2196f3;
661
+ color: #000
662
+ }
663
+
664
+ .d-note-danger {
665
+ background-color: #fdd;
666
+ border-left: 6px solid #f44336;
667
+ color: #000
668
+ }
669
+
670
+ .d-di {
671
+ position: relative;
672
+ display: flex;
673
+ flex-direction: column
674
+ }
675
+
676
+ .d-dateinput,
677
+ .d-days li,
678
+ .d-weekdays li {
679
+ display: inline-block
680
+ }
681
+
682
+ .d-di .icon {
683
+ position: absolute;
684
+ right: 7px;
685
+ font-size: 18px;
686
+ top: 5px;
687
+ filter: grayscale(1)
688
+ }
689
+
690
+ .d-di .icon-active {
691
+ filter: grayscale(0)
692
+ }
693
+
694
+ .d-di input {
695
+ letter-spacing: 1px
696
+ }
697
+
698
+ .d-month ul li,
699
+ .mt-password-input>input {
700
+ letter-spacing: 3px
701
+ }
702
+
703
+ .d-dateinput {
704
+ overflow: hidden
705
+ }
706
+
707
+ .d-dateinput-content,
708
+ .d-dateinput-content-sm {
709
+ max-width: 17rem;
710
+ max-height: 209px;
711
+ overflow: hidden;
712
+ display: table;
713
+ background-color: #fff;
714
+ min-width: 150px;
715
+ z-index: 1005;
716
+ transition: opacity .5s
717
+ }
718
+
719
+ .d-dateinput-content {
720
+ position: absolute;
721
+ border: 1px solid #d1e8ea;
722
+ box-shadow: 0 5px 15px #818181;
723
+ opacity: 0;
724
+ border-radius: 5px
725
+ }
726
+
727
+ .d-dateinput-content-sm {
728
+ border: 1px solid #d1e8ea;
729
+ border-radius: 5px
730
+ }
731
+
732
+ .d-calander {
733
+ display: table-cell;
734
+ min-width: 13rem
735
+ }
736
+
737
+ .d-month {
738
+ width: 100%;
739
+ background: orange;
740
+ text-align: center
741
+ }
742
+
743
+ .d-month ul {
744
+ margin: 0;
745
+ padding: 5px 9px
746
+ }
747
+
748
+ .d-month ul li {
749
+ color: #fff;
750
+ text-transform: uppercase
751
+ }
752
+
753
+ .d-month .d-pn-m {
754
+ font-size: 19px;
755
+ font-weight: 700
756
+ }
757
+
758
+ .d-month .d-prev {
759
+ float: left;
760
+ font-size: 19px;
761
+ cursor: pointer
762
+ }
763
+
764
+ .d-month .d-next {
765
+ float: right;
766
+ font-size: 19px;
767
+ cursor: pointer
768
+ }
769
+
770
+ .d-weekdays {
771
+ margin: 0;
772
+ padding: 3px 0;
773
+ display: grid;
774
+ justify-content: space-around;
775
+ grid-auto-flow: column;
776
+ border-bottom: 1px solid #e1e1e1;
777
+ user-select: none
778
+ }
779
+
780
+ .d-weekdays li {
781
+ color: #666
782
+ }
783
+
784
+ .d-days {
785
+ padding: 0;
786
+ margin: 0
787
+ }
788
+
789
+ .d-days li {
790
+ cursor: pointer;
791
+ padding: 5px;
792
+ font-size: 14.5px;
793
+ border-radius: 5px;
794
+ color: #000
795
+ }
796
+
797
+ .d-li-day-active:hover {
798
+ font-weight: 700
799
+ }
800
+
801
+ .d-li-day-disable {
802
+ opacity: .5
803
+ }
804
+
805
+ .d-days li.d-days-active {
806
+ padding: 5px;
807
+ background: #64da5e;
808
+ color: #fff !important;
809
+ font-weight: 600
810
+ }
811
+
812
+ .d-dtime-sec {
813
+ display: table-cell;
814
+ min-width: 37px;
815
+ border-left: 1px solid #858585
816
+ }
817
+
818
+ .d-dtime-sec-ul {
819
+ height: 100%;
820
+ overflow: auto;
821
+ max-height: 259px;
822
+ padding-bottom: 3rem
823
+ }
824
+
825
+ .d-dtime-sec-item {
826
+ padding: 5px 11px;
827
+ cursor: pointer;
828
+ font-size: 19px;
829
+ background: #fff;
830
+ text-align: center;
831
+ border-bottom: 1px solid #f1f1f1
832
+ }
833
+
834
+ .d-dtime-sec-item-active {
835
+ background: #64da5e;
836
+ color: #fff !important
837
+ }
838
+
839
+ .muplayer-range-input {
840
+ -webkit-appearance: none;
841
+ appearance: none;
842
+ width: 100%;
843
+ cursor: pointer;
844
+ outline: 0;
845
+ border-radius: 15px;
846
+ height: 6px;
847
+ background: #ccc;
848
+ margin-top: 11px !important;
849
+ margin-bottom: 11px !important;
850
+ min-height: unset !important;
851
+ padding: 0 !important
852
+ }
853
+
854
+ .muplayer-range-input::-webkit-slider-thumb {
855
+ -webkit-appearance: none;
856
+ appearance: none;
857
+ height: 15px;
858
+ width: 15px;
859
+ background-color: #f50;
860
+ border-radius: 50%;
861
+ border: none;
862
+ transition: .2s ease-in-out
863
+ }
864
+
865
+ .muplayer-range-input::-moz-range-thumb {
866
+ height: 15px;
867
+ width: 15px;
868
+ background-color: #f50;
869
+ border-radius: 50%;
870
+ border: none;
871
+ transition: .2s ease-in-out
872
+ }
873
+
874
+ .muplayer-range-input::-webkit-slider-thumb:hover {
875
+ box-shadow: 0 0 0 3px rgba(255, 85, 0, .1)
876
+ }
877
+
878
+ .muplayer-range-input:active::-webkit-slider-thumb {
879
+ box-shadow: 0 0 0 5px rgba(255, 85, 0, .2)
880
+ }
881
+
882
+ .muplayer-range-input:focus::-webkit-slider-thumb {
883
+ box-shadow: 0 0 0 5px rgba(255, 85, 0, .2)
884
+ }
885
+
886
+ .muplayer-range-input::-moz-range-thumb:hover {
887
+ box-shadow: 0 0 0 3px rgba(255, 85, 0, .1)
888
+ }
889
+
890
+ .muplayer-range-input:active::-moz-range-thumb {
891
+ box-shadow: 0 0 0 5px rgba(255, 85, 0, .2)
892
+ }
893
+
894
+ .muplayer-range-input:focus::-moz-range-thumb {
895
+ box-shadow: 0 0 0 5px rgba(255, 85, 0, .2)
896
+ }
897
+
898
+ .mt-password-input {
899
+ position: relative;
900
+ width: 100%;
901
+ display: flex;
902
+ justify-content: center;
903
+ align-items: center
904
+ }
905
+
906
+ .mt-p-eye {
907
+ position: absolute;
908
+ right: 7px;
909
+ font-size: 19px
910
+ }
911
+
912
+ .mt-p-eye-splash {
913
+ filter: opacity(.5)
914
+ }
915
+
916
+ .mt-mutbnc {
917
+ width: 58px;
918
+ height: 32px;
919
+ display: flex;
920
+ justify-content: center;
921
+ align-items: center;
922
+ border-radius: 8px;
923
+ border: 1px solid rgba(0, 0, 0, .1);
924
+ background-color: #fff;
925
+ color: #374151;
926
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
927
+ cursor: pointer;
928
+ font-size: 14px;
929
+ transition: .2s cubic-bezier(.4, 0, .2, 1);
930
+ outline: 0
931
+ }
932
+
933
+ .mt-mutbnc:hover:not(:disabled) {
934
+ background-color: #f9fafb;
935
+ border-color: rgba(0, 0, 0, .2);
936
+ box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1);
937
+ transform: translateY(-1px)
938
+ }
939
+
940
+ .mt-mutbnc:active:not(:disabled) {
941
+ transform: translateY(0);
942
+ background-color: #f3f4f6
943
+ }
944
+
945
+ .mt-mutbnc:disabled {
946
+ cursor: not-allowed;
947
+ color: #9ca3af;
948
+ opacity: .5;
949
+ box-shadow: none;
950
+ border-color: #00000047
951
+ }
952
+
953
+ #mfpar .mat-filter-panel {
954
+ opacity: 0;
955
+ box-shadow: 0 0 11px #b3b3b3;
956
+ transition: 1.5s
957
+ }
958
+
959
+ #maar .mat-alert {
960
+ opacity: 0;
961
+ -webkit-animation: .5s .2s forwards mat-alert-fadeIn;
962
+ -moz-animation: .5s .2s forwards mat-alert-fadeIn;
963
+ -o-animation: .5s .2s forwards mat-alert-fadeIn;
964
+ animation: .5s .2s forwards mat-alert-fadeIn;
965
+ transition: .5s
966
+ }
967
+
968
+ #maar .mat-alert-button-group,
969
+ #mcar .mat-alert-confirm-button-group {
970
+ display: -webkit-flex;
971
+ display: -moz-flex;
972
+ display: -ms-flex;
973
+ display: -o-flex;
974
+ display: flex;
975
+ justify-content: flex-end;
976
+ margin-top: 20px
977
+ }
978
+
979
+ #maar .mat-alert-button-group>button,
980
+ #mcar .mat-alert-confirm-button-group>button {
981
+ outline: 0;
982
+ background: #333;
983
+ border: none;
984
+ display: inline-block;
985
+ padding: 6px 18px;
986
+ color: #eee;
987
+ margin-right: 10px;
988
+ border-radius: 5px;
989
+ font-size: 12px;
990
+ cursor: pointer
991
+ }
992
+
993
+ #mcar .mat-alert-confirm-overlay {
994
+ position: fixed;
995
+ top: 0;
996
+ left: 0;
997
+ right: 0;
998
+ bottom: 0;
999
+ z-index: 999;
1000
+ padding: 9px;
1001
+ background: rgba(255, 255, 255, .9);
1002
+ display: -webkit-flex;
1003
+ display: -moz-flex;
1004
+ display: -ms-flex;
1005
+ display: -o-flex;
1006
+ display: flex;
1007
+ justify-content: center;
1008
+ -ms-align-items: center;
1009
+ align-items: center;
1010
+ opacity: 0;
1011
+ -webkit-animation: .5s .2s forwards mat-alert-fadeIn;
1012
+ -moz-animation: .5s .2s forwards mat-alert-fadeIn;
1013
+ -o-animation: .5s .2s forwards mat-alert-fadeIn;
1014
+ animation: .5s .2s forwards mat-alert-fadeIn;
1015
+ transition: .5s
1016
+ }
1017
+
1018
+ #mcar .mat-alert-confirm {
1019
+ align-items: center;
1020
+ display: flex;
1021
+ flex-direction: column;
1022
+ justify-content: center;
1023
+ max-height: 100%;
1024
+ max-width: 100%;
1025
+ box-shadow: 0 0 35px #00000033;
1026
+ transition: .5s;
1027
+ border-radius: 5px
1028
+ }
1029
+
1030
+ #mcar .mat-alert-confirm-body {
1031
+ font-family: Arial, Helvetica, sans-serif;
1032
+ width: 400px;
1033
+ padding: 30px;
1034
+ text-align: left;
1035
+ background: #fff;
1036
+ border-radius: 10px;
1037
+ box-shadow: 0 0 35px #00000033;
1038
+ color: #666;
1039
+ border: 1px solid #dadada
1040
+ }
1041
+
1042
+ #mcar .mat-alert-confirm-body>h1 {
1043
+ font-size: 15px;
1044
+ margin-top: 0;
1045
+ font-weight: 600
1046
+ }
1047
+
1048
+ #mcar .mat-alert-confirm-body>h3 {
1049
+ margin: 0 0 .25rem;
1050
+ font-size: 11px
1051
+ }
1052
+
1053
+ .mt-card-section {
1054
+ overflow: hidden;
1055
+ border: 1px solid #fdba74;
1056
+ background-color: #fff;
1057
+ height: fit-content
1058
+ }
1059
+
1060
+ .mt-card-section-title {
1061
+ font-weight: 500;
1062
+ border-bottom: 1px solid #fdba74;
1063
+ padding: 12px;
1064
+ margin: 0
1065
+ }
1066
+
1067
+ .mt-card-section-content {
1068
+ width: 100%;
1069
+ padding: 12px;
1070
+ display: flex;
1071
+ flex-direction: column;
1072
+ gap: 8px
1073
+ }
1074
+
1075
+ .mt-card-row {
1076
+ border: 1px solid #e5e7eb;
1077
+ padding: 8px 12px;
1078
+ display: flex;
1079
+ justify-content: space-between;
1080
+ align-items: center;
1081
+ gap: 8px
1082
+ }
1083
+
1084
+ .mtgroupset {
1085
+ padding-block: 0.35em 0.65em;
1086
+ padding-inline: 0.75em
1087
+ }
1088
+
1089
+ .mtgrouplabel {
1090
+ font-weight: 500
1091
+ }
1092
+
1093
+ .mt-inputfield-subtitle {
1094
+ font-size: .75rem;
1095
+ color: #6b7280
1096
+ }
1097
+
1098
+ @-webkit-keyframes mat-alert-fadeIn {
1099
+ from {
1100
+ opacity: 0
1101
+ }
1102
+
1103
+ to {
1104
+ opacity: 1
1105
+ }
1106
+ }
1107
+
1108
+ @-moz-keyframes mat-alert-fadeIn {
1109
+ from {
1110
+ opacity: 0
1111
+ }
1112
+
1113
+ to {
1114
+ opacity: 1
1115
+ }
1116
+ }
1117
+
1118
+ @-o-keyframes mat-alert-fadeIn {
1119
+ from {
1120
+ opacity: 0
1121
+ }
1122
+
1123
+ to {
1124
+ opacity: 1
1125
+ }
1126
+ }
1127
+
1128
+ @keyframes mat-alert-fadeIn {
1129
+ from {
1130
+ opacity: 0
1131
+ }
1132
+
1133
+ to {
1134
+ opacity: 1
1135
+ }
1136
+ }