plutonium 0.26.1 → 0.26.3

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.
@@ -0,0 +1,797 @@
1
+ .flatpickr-calendar {
2
+ background: transparent;
3
+ opacity: 0;
4
+ display: none;
5
+ text-align: center;
6
+ visibility: hidden;
7
+ padding: 0;
8
+ -webkit-animation: none;
9
+ animation: none;
10
+ direction: ltr;
11
+ border: 0;
12
+ font-size: 14px;
13
+ line-height: 24px;
14
+ border-radius: 5px;
15
+ position: absolute;
16
+ width: 307.875px;
17
+ -webkit-box-sizing: border-box;
18
+ box-sizing: border-box;
19
+ -ms-touch-action: manipulation;
20
+ touch-action: manipulation;
21
+ background: #fff;
22
+ -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
23
+ 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
24
+ box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
25
+ 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
26
+ }
27
+ .flatpickr-calendar.open,
28
+ .flatpickr-calendar.inline {
29
+ opacity: 1;
30
+ max-height: 640px;
31
+ visibility: visible;
32
+ }
33
+ .flatpickr-calendar.open {
34
+ display: inline-block;
35
+ z-index: 99999;
36
+ }
37
+ .flatpickr-calendar.animate.open {
38
+ -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
39
+ animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
40
+ }
41
+ .flatpickr-calendar.inline {
42
+ display: block;
43
+ position: relative;
44
+ top: 2px;
45
+ }
46
+ .flatpickr-calendar.static {
47
+ position: absolute;
48
+ top: calc(100% + 2px);
49
+ }
50
+ .flatpickr-calendar.static.open {
51
+ z-index: 999;
52
+ display: block;
53
+ }
54
+ .flatpickr-calendar.multiMonth
55
+ .flatpickr-days
56
+ .dayContainer:nth-child(n + 1)
57
+ .flatpickr-day.inRange:nth-child(7n + 7) {
58
+ -webkit-box-shadow: none !important;
59
+ box-shadow: none !important;
60
+ }
61
+ .flatpickr-calendar.multiMonth
62
+ .flatpickr-days
63
+ .dayContainer:nth-child(n + 2)
64
+ .flatpickr-day.inRange:nth-child(7n + 1) {
65
+ -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
66
+ box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
67
+ }
68
+ .flatpickr-calendar .hasWeeks .dayContainer,
69
+ .flatpickr-calendar .hasTime .dayContainer {
70
+ border-bottom: 0;
71
+ border-bottom-right-radius: 0;
72
+ border-bottom-left-radius: 0;
73
+ }
74
+ .flatpickr-calendar .hasWeeks .dayContainer {
75
+ border-left: 0;
76
+ }
77
+ .flatpickr-calendar.hasTime .flatpickr-time {
78
+ height: 40px;
79
+ border-top: 1px solid #e6e6e6;
80
+ }
81
+ .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
82
+ height: auto;
83
+ }
84
+ .flatpickr-calendar:before,
85
+ .flatpickr-calendar:after {
86
+ position: absolute;
87
+ display: block;
88
+ pointer-events: none;
89
+ border: solid transparent;
90
+ content: "";
91
+ height: 0;
92
+ width: 0;
93
+ left: 22px;
94
+ }
95
+ .flatpickr-calendar.rightMost:before,
96
+ .flatpickr-calendar.arrowRight:before,
97
+ .flatpickr-calendar.rightMost:after,
98
+ .flatpickr-calendar.arrowRight:after {
99
+ left: auto;
100
+ right: 22px;
101
+ }
102
+ .flatpickr-calendar.arrowCenter:before,
103
+ .flatpickr-calendar.arrowCenter:after {
104
+ left: 50%;
105
+ right: 50%;
106
+ }
107
+ .flatpickr-calendar:before {
108
+ border-width: 5px;
109
+ margin: 0 -5px;
110
+ }
111
+ .flatpickr-calendar:after {
112
+ border-width: 4px;
113
+ margin: 0 -4px;
114
+ }
115
+ .flatpickr-calendar.arrowTop:before,
116
+ .flatpickr-calendar.arrowTop:after {
117
+ bottom: 100%;
118
+ }
119
+ .flatpickr-calendar.arrowTop:before {
120
+ border-bottom-color: #e6e6e6;
121
+ }
122
+ .flatpickr-calendar.arrowTop:after {
123
+ border-bottom-color: #fff;
124
+ }
125
+ .flatpickr-calendar.arrowBottom:before,
126
+ .flatpickr-calendar.arrowBottom:after {
127
+ top: 100%;
128
+ }
129
+ .flatpickr-calendar.arrowBottom:before {
130
+ border-top-color: #e6e6e6;
131
+ }
132
+ .flatpickr-calendar.arrowBottom:after {
133
+ border-top-color: #fff;
134
+ }
135
+ .flatpickr-calendar:focus {
136
+ outline: 0;
137
+ }
138
+ .flatpickr-wrapper {
139
+ position: relative;
140
+ display: inline-block;
141
+ }
142
+ .flatpickr-months {
143
+ display: -webkit-box;
144
+ display: -webkit-flex;
145
+ display: -ms-flexbox;
146
+ display: flex;
147
+ }
148
+ .flatpickr-months .flatpickr-month {
149
+ background: transparent;
150
+ color: rgba(0, 0, 0, 0.9);
151
+ fill: rgba(0, 0, 0, 0.9);
152
+ height: 34px;
153
+ line-height: 1;
154
+ text-align: center;
155
+ position: relative;
156
+ -webkit-user-select: none;
157
+ -moz-user-select: none;
158
+ -ms-user-select: none;
159
+ user-select: none;
160
+ overflow: hidden;
161
+ -webkit-box-flex: 1;
162
+ -webkit-flex: 1;
163
+ -ms-flex: 1;
164
+ flex: 1;
165
+ }
166
+ .flatpickr-months .flatpickr-prev-month,
167
+ .flatpickr-months .flatpickr-next-month {
168
+ -webkit-user-select: none;
169
+ -moz-user-select: none;
170
+ -ms-user-select: none;
171
+ user-select: none;
172
+ text-decoration: none;
173
+ cursor: pointer;
174
+ position: absolute;
175
+ top: 0;
176
+ height: 34px;
177
+ padding: 10px;
178
+ z-index: 3;
179
+ color: rgba(0, 0, 0, 0.9);
180
+ fill: rgba(0, 0, 0, 0.9);
181
+ }
182
+ .flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
183
+ .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
184
+ display: none;
185
+ }
186
+ .flatpickr-months .flatpickr-prev-month i,
187
+ .flatpickr-months .flatpickr-next-month i {
188
+ position: relative;
189
+ }
190
+ .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
191
+ .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
192
+ /*
193
+ /*rtl:begin:ignore*/
194
+ left: 0; /*
195
+ /*rtl:end:ignore*/
196
+ } /*
197
+ /*rtl:begin:ignore*/
198
+ /*
199
+ /*rtl:end:ignore*/
200
+ .flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
201
+ .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
202
+ /*
203
+ /*rtl:begin:ignore*/
204
+ right: 0; /*
205
+ /*rtl:end:ignore*/
206
+ } /*
207
+ /*rtl:begin:ignore*/
208
+ /*
209
+ /*rtl:end:ignore*/
210
+ .flatpickr-months .flatpickr-prev-month:hover,
211
+ .flatpickr-months .flatpickr-next-month:hover {
212
+ color: #959ea9;
213
+ }
214
+ .flatpickr-months .flatpickr-prev-month:hover svg,
215
+ .flatpickr-months .flatpickr-next-month:hover svg {
216
+ fill: #f64747;
217
+ }
218
+ .flatpickr-months .flatpickr-prev-month svg,
219
+ .flatpickr-months .flatpickr-next-month svg {
220
+ width: 14px;
221
+ height: 14px;
222
+ }
223
+ .flatpickr-months .flatpickr-prev-month svg path,
224
+ .flatpickr-months .flatpickr-next-month svg path {
225
+ -webkit-transition: fill 0.1s;
226
+ transition: fill 0.1s;
227
+ fill: inherit;
228
+ }
229
+ .numInputWrapper {
230
+ position: relative;
231
+ height: auto;
232
+ }
233
+ .numInputWrapper input,
234
+ .numInputWrapper span {
235
+ display: inline-block;
236
+ }
237
+ .numInputWrapper input {
238
+ width: 100%;
239
+ }
240
+ .numInputWrapper input::-ms-clear {
241
+ display: none;
242
+ }
243
+ .numInputWrapper input::-webkit-outer-spin-button,
244
+ .numInputWrapper input::-webkit-inner-spin-button {
245
+ margin: 0;
246
+ -webkit-appearance: none;
247
+ }
248
+ .numInputWrapper span {
249
+ position: absolute;
250
+ right: 0;
251
+ width: 14px;
252
+ padding: 0 4px 0 2px;
253
+ height: 50%;
254
+ line-height: 50%;
255
+ opacity: 0;
256
+ cursor: pointer;
257
+ border: 1px solid rgba(57, 57, 57, 0.15);
258
+ -webkit-box-sizing: border-box;
259
+ box-sizing: border-box;
260
+ }
261
+ .numInputWrapper span:hover {
262
+ background: rgba(0, 0, 0, 0.1);
263
+ }
264
+ .numInputWrapper span:active {
265
+ background: rgba(0, 0, 0, 0.2);
266
+ }
267
+ .numInputWrapper span:after {
268
+ display: block;
269
+ content: "";
270
+ position: absolute;
271
+ }
272
+ .numInputWrapper span.arrowUp {
273
+ top: 0;
274
+ border-bottom: 0;
275
+ }
276
+ .numInputWrapper span.arrowUp:after {
277
+ border-left: 4px solid transparent;
278
+ border-right: 4px solid transparent;
279
+ border-bottom: 4px solid rgba(57, 57, 57, 0.6);
280
+ top: 26%;
281
+ }
282
+ .numInputWrapper span.arrowDown {
283
+ top: 50%;
284
+ }
285
+ .numInputWrapper span.arrowDown:after {
286
+ border-left: 4px solid transparent;
287
+ border-right: 4px solid transparent;
288
+ border-top: 4px solid rgba(57, 57, 57, 0.6);
289
+ top: 40%;
290
+ }
291
+ .numInputWrapper span svg {
292
+ width: inherit;
293
+ height: auto;
294
+ }
295
+ .numInputWrapper span svg path {
296
+ fill: rgba(0, 0, 0, 0.5);
297
+ }
298
+ .numInputWrapper:hover {
299
+ background: rgba(0, 0, 0, 0.05);
300
+ }
301
+ .numInputWrapper:hover span {
302
+ opacity: 1;
303
+ }
304
+ .flatpickr-current-month {
305
+ font-size: 135%;
306
+ line-height: inherit;
307
+ font-weight: 300;
308
+ color: inherit;
309
+ position: absolute;
310
+ width: 75%;
311
+ left: 12.5%;
312
+ padding: 7.48px 0 0 0;
313
+ line-height: 1;
314
+ height: 34px;
315
+ display: inline-block;
316
+ text-align: center;
317
+ -webkit-transform: translate3d(0, 0, 0);
318
+ transform: translate3d(0, 0, 0);
319
+ }
320
+ .flatpickr-current-month span.cur-month {
321
+ font-family: inherit;
322
+ font-weight: 700;
323
+ color: inherit;
324
+ display: inline-block;
325
+ margin-left: 0.5ch;
326
+ padding: 0;
327
+ }
328
+ .flatpickr-current-month span.cur-month:hover {
329
+ background: rgba(0, 0, 0, 0.05);
330
+ }
331
+ .flatpickr-current-month .numInputWrapper {
332
+ width: 6ch;
333
+ width: 7ch\0;
334
+ display: inline-block;
335
+ }
336
+ .flatpickr-current-month .numInputWrapper span.arrowUp:after {
337
+ border-bottom-color: rgba(0, 0, 0, 0.9);
338
+ }
339
+ .flatpickr-current-month .numInputWrapper span.arrowDown:after {
340
+ border-top-color: rgba(0, 0, 0, 0.9);
341
+ }
342
+ .flatpickr-current-month input.cur-year {
343
+ background: transparent;
344
+ -webkit-box-sizing: border-box;
345
+ box-sizing: border-box;
346
+ color: inherit;
347
+ cursor: text;
348
+ padding: 0 0 0 0.5ch;
349
+ margin: 0;
350
+ display: inline-block;
351
+ font-size: inherit;
352
+ font-family: inherit;
353
+ font-weight: 300;
354
+ line-height: inherit;
355
+ height: auto;
356
+ border: 0;
357
+ border-radius: 0;
358
+ vertical-align: initial;
359
+ -webkit-appearance: textfield;
360
+ -moz-appearance: textfield;
361
+ appearance: textfield;
362
+ }
363
+ .flatpickr-current-month input.cur-year:focus {
364
+ outline: 0;
365
+ }
366
+ .flatpickr-current-month input.cur-year[disabled],
367
+ .flatpickr-current-month input.cur-year[disabled]:hover {
368
+ font-size: 100%;
369
+ color: rgba(0, 0, 0, 0.5);
370
+ background: transparent;
371
+ pointer-events: none;
372
+ }
373
+ .flatpickr-current-month .flatpickr-monthDropdown-months {
374
+ appearance: menulist;
375
+ background: transparent;
376
+ border: none;
377
+ border-radius: 0;
378
+ box-sizing: border-box;
379
+ color: inherit;
380
+ cursor: pointer;
381
+ font-size: inherit;
382
+ font-family: inherit;
383
+ font-weight: 300;
384
+ height: auto;
385
+ line-height: inherit;
386
+ margin: -1px 0 0 0;
387
+ outline: none;
388
+ padding: 0 0 0 0.5ch;
389
+ position: relative;
390
+ vertical-align: initial;
391
+ -webkit-box-sizing: border-box;
392
+ -webkit-appearance: menulist;
393
+ -moz-appearance: menulist;
394
+ width: auto;
395
+ }
396
+ .flatpickr-current-month .flatpickr-monthDropdown-months:focus,
397
+ .flatpickr-current-month .flatpickr-monthDropdown-months:active {
398
+ outline: none;
399
+ }
400
+ .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
401
+ background: rgba(0, 0, 0, 0.05);
402
+ }
403
+ .flatpickr-current-month
404
+ .flatpickr-monthDropdown-months
405
+ .flatpickr-monthDropdown-month {
406
+ background-color: transparent;
407
+ outline: none;
408
+ padding: 0;
409
+ }
410
+ .flatpickr-weekdays {
411
+ background: transparent;
412
+ text-align: center;
413
+ overflow: hidden;
414
+ width: 100%;
415
+ display: -webkit-box;
416
+ display: -webkit-flex;
417
+ display: -ms-flexbox;
418
+ display: flex;
419
+ -webkit-box-align: center;
420
+ -webkit-align-items: center;
421
+ -ms-flex-align: center;
422
+ align-items: center;
423
+ height: 28px;
424
+ }
425
+ .flatpickr-weekdays .flatpickr-weekdaycontainer {
426
+ display: -webkit-box;
427
+ display: -webkit-flex;
428
+ display: -ms-flexbox;
429
+ display: flex;
430
+ -webkit-box-flex: 1;
431
+ -webkit-flex: 1;
432
+ -ms-flex: 1;
433
+ flex: 1;
434
+ }
435
+ span.flatpickr-weekday {
436
+ cursor: default;
437
+ font-size: 90%;
438
+ background: transparent;
439
+ color: rgba(0, 0, 0, 0.54);
440
+ line-height: 1;
441
+ margin: 0;
442
+ text-align: center;
443
+ display: block;
444
+ -webkit-box-flex: 1;
445
+ -webkit-flex: 1;
446
+ -ms-flex: 1;
447
+ flex: 1;
448
+ font-weight: bolder;
449
+ }
450
+ .dayContainer,
451
+ .flatpickr-weeks {
452
+ padding: 1px 0 0 0;
453
+ }
454
+ .flatpickr-days {
455
+ position: relative;
456
+ overflow: hidden;
457
+ display: -webkit-box;
458
+ display: -webkit-flex;
459
+ display: -ms-flexbox;
460
+ display: flex;
461
+ -webkit-box-align: start;
462
+ -webkit-align-items: flex-start;
463
+ -ms-flex-align: start;
464
+ align-items: flex-start;
465
+ width: 307.875px;
466
+ }
467
+ .flatpickr-days:focus {
468
+ outline: 0;
469
+ }
470
+ .dayContainer {
471
+ padding: 0;
472
+ outline: 0;
473
+ text-align: left;
474
+ width: 307.875px;
475
+ min-width: 307.875px;
476
+ max-width: 307.875px;
477
+ -webkit-box-sizing: border-box;
478
+ box-sizing: border-box;
479
+ display: inline-block;
480
+ display: -ms-flexbox;
481
+ display: -webkit-box;
482
+ display: -webkit-flex;
483
+ display: flex;
484
+ -webkit-flex-wrap: wrap;
485
+ flex-wrap: wrap;
486
+ -ms-flex-wrap: wrap;
487
+ -ms-flex-pack: justify;
488
+ -webkit-justify-content: space-around;
489
+ justify-content: space-around;
490
+ -webkit-transform: translate3d(0, 0, 0);
491
+ transform: translate3d(0, 0, 0);
492
+ opacity: 1;
493
+ }
494
+ .dayContainer + .dayContainer {
495
+ -webkit-box-shadow: -1px 0 0 #e6e6e6;
496
+ box-shadow: -1px 0 0 #e6e6e6;
497
+ }
498
+ .flatpickr-day {
499
+ background: none;
500
+ border: 1px solid transparent;
501
+ border-radius: 150px;
502
+ -webkit-box-sizing: border-box;
503
+ box-sizing: border-box;
504
+ color: #393939;
505
+ cursor: pointer;
506
+ font-weight: 400;
507
+ width: 14.2857143%;
508
+ -webkit-flex-basis: 14.2857143%;
509
+ -ms-flex-preferred-size: 14.2857143%;
510
+ flex-basis: 14.2857143%;
511
+ max-width: 39px;
512
+ height: 39px;
513
+ line-height: 39px;
514
+ margin: 0;
515
+ display: inline-block;
516
+ position: relative;
517
+ -webkit-box-pack: center;
518
+ -webkit-justify-content: center;
519
+ -ms-flex-pack: center;
520
+ justify-content: center;
521
+ text-align: center;
522
+ }
523
+ .flatpickr-day.inRange,
524
+ .flatpickr-day.prevMonthDay.inRange,
525
+ .flatpickr-day.nextMonthDay.inRange,
526
+ .flatpickr-day.today.inRange,
527
+ .flatpickr-day.prevMonthDay.today.inRange,
528
+ .flatpickr-day.nextMonthDay.today.inRange,
529
+ .flatpickr-day:hover,
530
+ .flatpickr-day.prevMonthDay:hover,
531
+ .flatpickr-day.nextMonthDay:hover,
532
+ .flatpickr-day:focus,
533
+ .flatpickr-day.prevMonthDay:focus,
534
+ .flatpickr-day.nextMonthDay:focus {
535
+ cursor: pointer;
536
+ outline: 0;
537
+ background: #e6e6e6;
538
+ border-color: #e6e6e6;
539
+ }
540
+ .flatpickr-day.today {
541
+ border-color: #959ea9;
542
+ }
543
+ .flatpickr-day.today:hover,
544
+ .flatpickr-day.today:focus {
545
+ border-color: #959ea9;
546
+ background: #959ea9;
547
+ color: #fff;
548
+ }
549
+ .flatpickr-day.selected,
550
+ .flatpickr-day.startRange,
551
+ .flatpickr-day.endRange,
552
+ .flatpickr-day.selected.inRange,
553
+ .flatpickr-day.startRange.inRange,
554
+ .flatpickr-day.endRange.inRange,
555
+ .flatpickr-day.selected:focus,
556
+ .flatpickr-day.startRange:focus,
557
+ .flatpickr-day.endRange:focus,
558
+ .flatpickr-day.selected:hover,
559
+ .flatpickr-day.startRange:hover,
560
+ .flatpickr-day.endRange:hover,
561
+ .flatpickr-day.selected.prevMonthDay,
562
+ .flatpickr-day.startRange.prevMonthDay,
563
+ .flatpickr-day.endRange.prevMonthDay,
564
+ .flatpickr-day.selected.nextMonthDay,
565
+ .flatpickr-day.startRange.nextMonthDay,
566
+ .flatpickr-day.endRange.nextMonthDay {
567
+ background: #569ff7;
568
+ -webkit-box-shadow: none;
569
+ box-shadow: none;
570
+ color: #fff;
571
+ border-color: #569ff7;
572
+ }
573
+ .flatpickr-day.selected.startRange,
574
+ .flatpickr-day.startRange.startRange,
575
+ .flatpickr-day.endRange.startRange {
576
+ border-radius: 50px 0 0 50px;
577
+ }
578
+ .flatpickr-day.selected.endRange,
579
+ .flatpickr-day.startRange.endRange,
580
+ .flatpickr-day.endRange.endRange {
581
+ border-radius: 0 50px 50px 0;
582
+ }
583
+ .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
584
+ .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
585
+ .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
586
+ -webkit-box-shadow: -10px 0 0 #569ff7;
587
+ box-shadow: -10px 0 0 #569ff7;
588
+ }
589
+ .flatpickr-day.selected.startRange.endRange,
590
+ .flatpickr-day.startRange.startRange.endRange,
591
+ .flatpickr-day.endRange.startRange.endRange {
592
+ border-radius: 50px;
593
+ }
594
+ .flatpickr-day.inRange {
595
+ border-radius: 0;
596
+ -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
597
+ box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
598
+ }
599
+ .flatpickr-day.flatpickr-disabled,
600
+ .flatpickr-day.flatpickr-disabled:hover,
601
+ .flatpickr-day.prevMonthDay,
602
+ .flatpickr-day.nextMonthDay,
603
+ .flatpickr-day.notAllowed,
604
+ .flatpickr-day.notAllowed.prevMonthDay,
605
+ .flatpickr-day.notAllowed.nextMonthDay {
606
+ color: rgba(57, 57, 57, 0.3);
607
+ background: transparent;
608
+ border-color: transparent;
609
+ cursor: default;
610
+ }
611
+ .flatpickr-day.flatpickr-disabled,
612
+ .flatpickr-day.flatpickr-disabled:hover {
613
+ cursor: not-allowed;
614
+ color: rgba(57, 57, 57, 0.1);
615
+ }
616
+ .flatpickr-day.week.selected {
617
+ border-radius: 0;
618
+ -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
619
+ box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
620
+ }
621
+ .flatpickr-day.hidden {
622
+ visibility: hidden;
623
+ }
624
+ .rangeMode .flatpickr-day {
625
+ margin-top: 1px;
626
+ }
627
+ .flatpickr-weekwrapper {
628
+ float: left;
629
+ }
630
+ .flatpickr-weekwrapper .flatpickr-weeks {
631
+ padding: 0 12px;
632
+ -webkit-box-shadow: 1px 0 0 #e6e6e6;
633
+ box-shadow: 1px 0 0 #e6e6e6;
634
+ }
635
+ .flatpickr-weekwrapper .flatpickr-weekday {
636
+ float: none;
637
+ width: 100%;
638
+ line-height: 28px;
639
+ }
640
+ .flatpickr-weekwrapper span.flatpickr-day,
641
+ .flatpickr-weekwrapper span.flatpickr-day:hover {
642
+ display: block;
643
+ width: 100%;
644
+ max-width: none;
645
+ color: rgba(57, 57, 57, 0.3);
646
+ background: transparent;
647
+ cursor: default;
648
+ border: none;
649
+ }
650
+ .flatpickr-innerContainer {
651
+ display: block;
652
+ display: -webkit-box;
653
+ display: -webkit-flex;
654
+ display: -ms-flexbox;
655
+ display: flex;
656
+ -webkit-box-sizing: border-box;
657
+ box-sizing: border-box;
658
+ overflow: hidden;
659
+ }
660
+ .flatpickr-rContainer {
661
+ display: inline-block;
662
+ padding: 0;
663
+ -webkit-box-sizing: border-box;
664
+ box-sizing: border-box;
665
+ }
666
+ .flatpickr-time {
667
+ text-align: center;
668
+ outline: 0;
669
+ display: block;
670
+ height: 0;
671
+ line-height: 40px;
672
+ max-height: 40px;
673
+ -webkit-box-sizing: border-box;
674
+ box-sizing: border-box;
675
+ overflow: hidden;
676
+ display: -webkit-box;
677
+ display: -webkit-flex;
678
+ display: -ms-flexbox;
679
+ display: flex;
680
+ }
681
+ .flatpickr-time:after {
682
+ content: "";
683
+ display: table;
684
+ clear: both;
685
+ }
686
+ .flatpickr-time .numInputWrapper {
687
+ -webkit-box-flex: 1;
688
+ -webkit-flex: 1;
689
+ -ms-flex: 1;
690
+ flex: 1;
691
+ width: 40%;
692
+ height: 40px;
693
+ float: left;
694
+ }
695
+ .flatpickr-time .numInputWrapper span.arrowUp:after {
696
+ border-bottom-color: #393939;
697
+ }
698
+ .flatpickr-time .numInputWrapper span.arrowDown:after {
699
+ border-top-color: #393939;
700
+ }
701
+ .flatpickr-time.hasSeconds .numInputWrapper {
702
+ width: 26%;
703
+ }
704
+ .flatpickr-time.time24hr .numInputWrapper {
705
+ width: 49%;
706
+ }
707
+ .flatpickr-time input {
708
+ background: transparent;
709
+ -webkit-box-shadow: none;
710
+ box-shadow: none;
711
+ border: 0;
712
+ border-radius: 0;
713
+ text-align: center;
714
+ margin: 0;
715
+ padding: 0;
716
+ height: inherit;
717
+ line-height: inherit;
718
+ color: #393939;
719
+ font-size: 14px;
720
+ position: relative;
721
+ -webkit-box-sizing: border-box;
722
+ box-sizing: border-box;
723
+ -webkit-appearance: textfield;
724
+ -moz-appearance: textfield;
725
+ appearance: textfield;
726
+ }
727
+ .flatpickr-time input.flatpickr-hour {
728
+ font-weight: bold;
729
+ }
730
+ .flatpickr-time input.flatpickr-minute,
731
+ .flatpickr-time input.flatpickr-second {
732
+ font-weight: 400;
733
+ }
734
+ .flatpickr-time input:focus {
735
+ outline: 0;
736
+ border: 0;
737
+ }
738
+ .flatpickr-time .flatpickr-time-separator,
739
+ .flatpickr-time .flatpickr-am-pm {
740
+ height: inherit;
741
+ float: left;
742
+ line-height: inherit;
743
+ color: #393939;
744
+ font-weight: bold;
745
+ width: 2%;
746
+ -webkit-user-select: none;
747
+ -moz-user-select: none;
748
+ -ms-user-select: none;
749
+ user-select: none;
750
+ -webkit-align-self: center;
751
+ -ms-flex-item-align: center;
752
+ align-self: center;
753
+ }
754
+ .flatpickr-time .flatpickr-am-pm {
755
+ outline: 0;
756
+ width: 18%;
757
+ cursor: pointer;
758
+ text-align: center;
759
+ font-weight: 400;
760
+ }
761
+ .flatpickr-time input:hover,
762
+ .flatpickr-time .flatpickr-am-pm:hover,
763
+ .flatpickr-time input:focus,
764
+ .flatpickr-time .flatpickr-am-pm:focus {
765
+ background: #eee;
766
+ }
767
+ .flatpickr-input[readonly] {
768
+ cursor: pointer;
769
+ }
770
+ @-webkit-keyframes fpFadeInDown {
771
+ from {
772
+ opacity: 0;
773
+ -webkit-transform: translate3d(0, -20px, 0);
774
+ transform: translate3d(0, -20px, 0);
775
+ }
776
+ to {
777
+ opacity: 1;
778
+ -webkit-transform: translate3d(0, 0, 0);
779
+ transform: translate3d(0, 0, 0);
780
+ }
781
+ }
782
+ @keyframes fpFadeInDown {
783
+ from {
784
+ opacity: 0;
785
+ -webkit-transform: translate3d(0, -20px, 0);
786
+ transform: translate3d(0, -20px, 0);
787
+ }
788
+ to {
789
+ opacity: 1;
790
+ -webkit-transform: translate3d(0, 0, 0);
791
+ transform: translate3d(0, 0, 0);
792
+ }
793
+ }
794
+
795
+ [data-controller="remote-modal"] > .flatpickr-calendar {
796
+ left: auto !important;
797
+ }