ikoncomponents 1.4.3 → 1.4.6

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,1302 @@
1
+
2
+
3
+
4
+ * {
5
+ border-color: hsl(var(--border));
6
+ outline-color: hsl(var(--ring) / 0.5);
7
+ }
8
+
9
+
10
+
11
+ body {
12
+ background-color: hsl(var(--background));
13
+ color: hsl(var(--foreground));
14
+
15
+ }
16
+
17
+
18
+
19
+ .rbc-btn-group {
20
+ font-size: 14px;
21
+ }
22
+
23
+
24
+
25
+ .custom-buttons {
26
+ font-size: 14px;
27
+ }
28
+
29
+
30
+
31
+ .rbc-date-cell.rbc-now,
32
+ .rbc-time-slot.rbc-now,
33
+ .rbc-show-more,
34
+ .rbc-header {
35
+ font-weight: normal !important;
36
+ }
37
+
38
+
39
+
40
+ .rbc-btn {
41
+ color: inherit;
42
+ font: inherit;
43
+ margin: 0;
44
+ }
45
+
46
+
47
+
48
+ button.rbc-btn {
49
+ overflow: visible;
50
+ text-transform: none;
51
+ -webkit-appearance: button;
52
+ -moz-appearance: button;
53
+ appearance: button;
54
+ cursor: pointer;
55
+ }
56
+
57
+
58
+
59
+ button[disabled].rbc-btn {
60
+ cursor: not-allowed;
61
+ }
62
+
63
+
64
+
65
+ button.rbc-input::-moz-focus-inner {
66
+ border: 0;
67
+ padding: 0;
68
+ }
69
+
70
+
71
+
72
+ .rbc-calendar {
73
+ box-sizing: border-box;
74
+ height: 100%;
75
+ display: flex;
76
+ font-size: 15px;
77
+ flex-direction: column;
78
+ align-items: stretch;
79
+ }
80
+
81
+
82
+
83
+ .rbc-m-b-negative-3 {
84
+ margin-bottom: -3px;
85
+ }
86
+
87
+
88
+
89
+ .rbc-h-full {
90
+ height: 100%;
91
+ }
92
+
93
+
94
+
95
+ .rbc-calendar *,
96
+ .rbc-calendar *:before,
97
+ .rbc-calendar *:after {
98
+ box-sizing: inherit;
99
+ }
100
+
101
+
102
+
103
+ .rbc-abs-full,
104
+ .rbc-row-bg {
105
+ overflow: hidden;
106
+ position: absolute;
107
+ top: 0;
108
+ left: 0;
109
+ right: 0;
110
+ bottom: 0;
111
+ }
112
+
113
+
114
+
115
+ .rbc-ellipsis,
116
+ .rbc-show-more,
117
+ .rbc-row-segment .rbc-event-content,
118
+ .rbc-event-label {
119
+ display: block;
120
+ overflow: hidden;
121
+ text-overflow: ellipsis;
122
+ white-space: nowrap;
123
+ }
124
+
125
+
126
+
127
+ .rbc-rtl {
128
+ direction: rtl;
129
+ }
130
+
131
+
132
+
133
+ .rbc-off-range {
134
+ color: var(--foreground) !important;
135
+ }
136
+
137
+
138
+
139
+ .rbc-off-range-bg {
140
+ background: var(--foreground) !important;
141
+ opacity: 0.1 !important;
142
+ }
143
+
144
+
145
+
146
+ .rbc-header {
147
+ overflow: hidden;
148
+ flex: 1 0 0%;
149
+ text-overflow: ellipsis;
150
+ white-space: nowrap;
151
+ padding: 0 3px;
152
+ text-align: center;
153
+ vertical-align: middle;
154
+ font-weight: bold;
155
+ font-size: 90%;
156
+ min-height: 0;
157
+ border-bottom: 1px solid hsl(var(--border));
158
+ }
159
+
160
+
161
+
162
+ .rbc-header+.rbc-header {
163
+ border-left: 1px solid hsl(var(--border));
164
+ }
165
+
166
+
167
+
168
+ .rbc-rtl .rbc-header+.rbc-header {
169
+ border-left-width: 0;
170
+ border-right: 1px solid hsl(var(--border));
171
+ }
172
+
173
+
174
+
175
+ .rbc-header>a,
176
+ .rbc-header>a:active,
177
+ .rbc-header>a:visited {
178
+ color: inherit;
179
+ text-decoration: none;
180
+ }
181
+
182
+
183
+
184
+ .rbc-button-link {
185
+ color: inherit;
186
+ background: none;
187
+ margin: 0;
188
+ padding: 0;
189
+ border: none;
190
+ cursor: pointer;
191
+ -webkit-user-select: text;
192
+ -moz-user-select: text;
193
+ user-select: text;
194
+ }
195
+
196
+
197
+
198
+ .rbc-row-content {
199
+ position: relative;
200
+ -moz-user-select: none;
201
+ user-select: none;
202
+ -webkit-user-select: none;
203
+ z-index: 4;
204
+ }
205
+
206
+
207
+
208
+ .rbc-row-content-scrollable {
209
+ display: flex;
210
+ flex-direction: column;
211
+ height: 100%;
212
+ }
213
+
214
+
215
+
216
+ .rbc-row-content-scrollable .rbc-row-content-scroll-container {
217
+ height: 100%;
218
+ overflow-y: scroll;
219
+ /* IE and Edge */
220
+ /* Firefox */
221
+ -ms-overflow-style: none;
222
+ /* IE and Edge */
223
+ scrollbar-width: none;
224
+ /* Firefox */
225
+ /* Hide scrollbar for Chrome, Safari and Opera */
226
+ }
227
+
228
+
229
+
230
+ .rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar {
231
+ display: none;
232
+ }
233
+
234
+
235
+
236
+ .rbc-today {
237
+ background-color: oklch(100% 0.00011 271.152 / 0) !important;
238
+ border: 3px solid var(--foreground) !important;
239
+ }
240
+
241
+
242
+
243
+ .rbc-toolbar {
244
+ display: flex;
245
+ flex-wrap: wrap;
246
+ justify-content: center;
247
+ align-items: center;
248
+ margin-bottom: 10px;
249
+ font-size: 16px;
250
+ }
251
+
252
+
253
+
254
+ .rbc-toolbar .rbc-toolbar-label {
255
+ flex-grow: 1;
256
+ padding: 0 10px;
257
+ text-align: center;
258
+ }
259
+
260
+
261
+
262
+ .rbc-toolbar button {
263
+ color: #373a3c;
264
+ display: inline-block;
265
+ margin: 0;
266
+ text-align: center;
267
+ vertical-align: middle;
268
+ background: none;
269
+ background-image: none;
270
+ border: 1px solid hsl(var(--border));
271
+ padding: 0.375rem 1rem;
272
+ border-radius: 4px;
273
+ line-height: normal;
274
+ white-space: nowrap;
275
+ }
276
+
277
+
278
+
279
+ .rbc-toolbar button:active,
280
+ .rbc-toolbar button.rbc-active {
281
+ background-image: none;
282
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
283
+ background-color: #e6e6e6;
284
+ border-color: #adadad;
285
+ }
286
+
287
+
288
+
289
+ .rbc-toolbar button:active:hover,
290
+ .rbc-toolbar button:active:focus,
291
+ .rbc-toolbar button.rbc-active:hover,
292
+ .rbc-toolbar button.rbc-active:focus {
293
+ color: #373a3c;
294
+ background-color: #d4d4d4;
295
+ border-color: #8c8c8c;
296
+ }
297
+
298
+
299
+
300
+ .rbc-toolbar button:focus {
301
+ color: #373a3c;
302
+ background-color: #e6e6e6;
303
+ border-color: #adadad;
304
+ }
305
+
306
+
307
+
308
+ .rbc-toolbar button:hover {
309
+ color: #373a3c;
310
+ background-color: #e6e6e6;
311
+ border-color: #adadad;
312
+ }
313
+
314
+
315
+
316
+ .rbc-btn-group {
317
+ display: inline-block;
318
+ white-space: nowrap;
319
+ }
320
+
321
+
322
+
323
+ .rbc-btn-group>button:first-child:not(:last-child) {
324
+ border-top-right-radius: 0;
325
+ border-bottom-right-radius: 0;
326
+ }
327
+
328
+
329
+
330
+ .rbc-btn-group>button:last-child:not(:first-child) {
331
+ border-top-left-radius: 0;
332
+ border-bottom-left-radius: 0;
333
+ }
334
+
335
+
336
+
337
+ .rbc-rtl .rbc-btn-group>button:first-child:not(:last-child) {
338
+ border-radius: 4px;
339
+ border-top-left-radius: 0;
340
+ border-bottom-left-radius: 0;
341
+ }
342
+
343
+
344
+
345
+ .rbc-rtl .rbc-btn-group>button:last-child:not(:first-child) {
346
+ border-radius: 4px;
347
+ border-top-right-radius: 0;
348
+ border-bottom-right-radius: 0;
349
+ }
350
+
351
+
352
+
353
+ .rbc-btn-group>button:not(:first-child):not(:last-child) {
354
+ border-radius: 0;
355
+ }
356
+
357
+
358
+
359
+ .rbc-btn-group button+button {
360
+ margin-left: -1px;
361
+ }
362
+
363
+
364
+
365
+ .rbc-rtl .rbc-btn-group button+button {
366
+ margin-left: 0;
367
+ margin-right: -1px;
368
+ }
369
+
370
+
371
+
372
+ .rbc-btn-group+.rbc-btn-group,
373
+ .rbc-btn-group+button {
374
+ margin-left: 10px;
375
+ }
376
+
377
+
378
+
379
+ @media (max-width: 767px) {
380
+ .rbc-toolbar {
381
+ flex-direction: column;
382
+ }
383
+ }
384
+
385
+
386
+
387
+ .rbc-event,
388
+ .rbc-day-slot .rbc-background-event {
389
+ border: none;
390
+ box-sizing: border-box;
391
+ box-shadow: none;
392
+ margin: 0;
393
+ padding: 2px 5px;
394
+ background-color: hsl(var(--input));
395
+ border-radius: 5px;
396
+ color: #fff;
397
+ cursor: pointer;
398
+ width: 100%;
399
+ text-align: left;
400
+ }
401
+
402
+
403
+
404
+ .rbc-slot-selecting .rbc-event,
405
+ .rbc-slot-selecting .rbc-day-slot .rbc-background-event,
406
+ .rbc-day-slot .rbc-slot-selecting .rbc-background-event {
407
+ cursor: inherit;
408
+ pointer-events: none;
409
+ }
410
+
411
+
412
+
413
+ .rbc-event.rbc-selected,
414
+ .rbc-day-slot .rbc-selected.rbc-background-event {
415
+ background-color: #265985;
416
+ }
417
+
418
+
419
+
420
+ .rbc-event:focus,
421
+ .rbc-day-slot .rbc-background-event:focus {
422
+ outline: 5px auto #3b99fc;
423
+ }
424
+
425
+
426
+
427
+ .rbc-event-label {
428
+ font-size: 80%;
429
+ }
430
+
431
+
432
+
433
+ .rbc-event-overlaps {
434
+ box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
435
+ }
436
+
437
+
438
+
439
+ .rbc-event-continues-prior {
440
+ border-top-left-radius: 0;
441
+ border-bottom-left-radius: 0;
442
+ }
443
+
444
+
445
+
446
+ .rbc-event-continues-after {
447
+ border-top-right-radius: 0;
448
+ border-bottom-right-radius: 0;
449
+ }
450
+
451
+
452
+
453
+ .rbc-event-continues-earlier {
454
+ border-top-left-radius: 0;
455
+ border-top-right-radius: 0;
456
+ }
457
+
458
+
459
+
460
+ .rbc-event-continues-later {
461
+ border-bottom-left-radius: 0;
462
+ border-bottom-right-radius: 0;
463
+ }
464
+
465
+
466
+
467
+ .rbc-row {
468
+ display: flex;
469
+ flex-direction: row;
470
+ }
471
+
472
+
473
+
474
+ .rbc-row-segment {
475
+ padding: 0 1px 1px 1px;
476
+ }
477
+
478
+
479
+
480
+ .rbc-selected-cell {
481
+ background-color: rgba(0, 0, 0, 0.1);
482
+ }
483
+
484
+
485
+
486
+ .rbc-show-more {
487
+ background-color: rgba(255, 255, 255, 0) !important;
488
+ color: var(--foreground) !important;
489
+ z-index: 4;
490
+ font-weight: bold;
491
+ font-size: 85%;
492
+ height: auto;
493
+ line-height: normal;
494
+ color: hsl(var(--input));
495
+ }
496
+
497
+
498
+
499
+ .rbc-show-more:hover,
500
+ .rbc-show-more:focus {
501
+ color: #265985;
502
+ }
503
+
504
+
505
+
506
+ .rbc-month-view {
507
+ position: relative;
508
+ border: 1px solid hsl(var(--border));
509
+ display: flex;
510
+ flex-direction: column;
511
+ flex: 1 0 0;
512
+ width: 100%;
513
+ -moz-user-select: none;
514
+ user-select: none;
515
+ -webkit-user-select: none;
516
+ height: 100%;
517
+ }
518
+
519
+
520
+
521
+ .rbc-month-header {
522
+ display: flex;
523
+ flex-direction: row;
524
+ }
525
+
526
+
527
+
528
+ .rbc-month-row {
529
+ display: flex;
530
+ position: relative;
531
+ flex-direction: column;
532
+ flex: 1 0 0;
533
+ flex-basis: 0px;
534
+ overflow: hidden;
535
+ height: 100%;
536
+ }
537
+
538
+
539
+
540
+ .rbc-month-row+.rbc-month-row {
541
+ border-top: 1px solid hsl(var(--border));
542
+ }
543
+
544
+
545
+
546
+ .rbc-date-cell {
547
+ flex: 1 1 0;
548
+ min-width: 0;
549
+ padding-right: 5px;
550
+ text-align: right;
551
+ }
552
+
553
+
554
+
555
+ .rbc-date-cell.rbc-now {
556
+ font-weight: bold;
557
+ }
558
+
559
+
560
+
561
+ .rbc-date-cell>a,
562
+ .rbc-date-cell>a:active,
563
+ .rbc-date-cell>a:visited {
564
+ color: inherit;
565
+ text-decoration: none;
566
+ }
567
+
568
+
569
+
570
+ .rbc-row-bg {
571
+ display: flex;
572
+ flex-direction: row;
573
+ flex: 1 0 0;
574
+ overflow: hidden;
575
+ right: 1px;
576
+ }
577
+
578
+
579
+
580
+ .rbc-day-bg {
581
+ flex: 1 0 0%;
582
+ }
583
+
584
+
585
+
586
+ .rbc-day-bg+.rbc-day-bg {
587
+ border-left: 1px solid hsl(var(--border));
588
+ }
589
+
590
+
591
+
592
+ .rbc-rtl .rbc-day-bg+.rbc-day-bg {
593
+ border-left-width: 0;
594
+ border-right: 1px solid hsl(var(--border));
595
+ }
596
+
597
+
598
+
599
+ .rbc-overlay {
600
+ position: absolute;
601
+ z-index: 5;
602
+ border: 1px solid #e5e5e5;
603
+ background-color: #fff;
604
+ box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
605
+ padding: 10px;
606
+ }
607
+
608
+
609
+
610
+ .rbc-overlay>*+* {
611
+ margin-top: 1px;
612
+ }
613
+
614
+
615
+
616
+ .rbc-overlay-header {
617
+ border-bottom: 1px solid #e5e5e5;
618
+ margin: -10px -10px 5px -10px;
619
+ padding: 2px 10px;
620
+ }
621
+
622
+
623
+
624
+ .rbc-agenda-view {
625
+ display: flex;
626
+ flex-direction: column;
627
+ flex: 1 0 0;
628
+ overflow: auto;
629
+ }
630
+
631
+
632
+
633
+ .rbc-agenda-view table.rbc-agenda-table {
634
+ width: 100%;
635
+ border: 1px solid hsl(var(--border));
636
+ border-spacing: 0;
637
+ border-collapse: collapse;
638
+ }
639
+
640
+
641
+
642
+ .rbc-agenda-view table.rbc-agenda-table tbody>tr>td {
643
+ padding: 5px 10px;
644
+ vertical-align: top;
645
+ }
646
+
647
+
648
+
649
+ .rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
650
+ padding-left: 15px;
651
+ padding-right: 15px;
652
+ text-transform: lowercase;
653
+ }
654
+
655
+
656
+
657
+ .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td {
658
+ border-left: 1px solid hsl(var(--border));
659
+ }
660
+
661
+
662
+
663
+ .rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td {
664
+ border-left-width: 0;
665
+ border-right: 1px solid hsl(var(--border));
666
+ }
667
+
668
+
669
+
670
+ .rbc-agenda-view table.rbc-agenda-table tbody>tr+tr {
671
+ border-top: 1px solid hsl(var(--border));
672
+ }
673
+
674
+
675
+
676
+ .rbc-agenda-view table.rbc-agenda-table thead>tr>th {
677
+ padding: 3px 5px;
678
+ text-align: left;
679
+ border-bottom: 1px solid hsl(var(--border));
680
+ }
681
+
682
+
683
+
684
+ .rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th {
685
+ text-align: right;
686
+ }
687
+
688
+
689
+
690
+ .rbc-agenda-time-cell {
691
+ text-transform: lowercase;
692
+ }
693
+
694
+
695
+
696
+ .rbc-agenda-time-cell .rbc-continues-after:after {
697
+ content: " »";
698
+ }
699
+
700
+
701
+
702
+ .rbc-agenda-time-cell .rbc-continues-prior:before {
703
+ content: "« ";
704
+ }
705
+
706
+
707
+
708
+ .rbc-agenda-date-cell,
709
+ .rbc-agenda-time-cell {
710
+ white-space: nowrap;
711
+ }
712
+
713
+
714
+
715
+ .rbc-agenda-event-cell {
716
+ width: 100%;
717
+ }
718
+
719
+
720
+
721
+ .rbc-time-column {
722
+ display: flex;
723
+ flex-direction: column;
724
+ min-height: 100%;
725
+ }
726
+
727
+
728
+
729
+ .rbc-time-column .rbc-timeslot-group {
730
+ flex: 1;
731
+ }
732
+
733
+
734
+
735
+ .rbc-timeslot-group {
736
+ border-bottom: 1px solid hsl(var(--border));
737
+ min-height: 40px;
738
+ display: flex;
739
+ flex-flow: column nowrap;
740
+ }
741
+
742
+
743
+
744
+ .rbc-time-gutter,
745
+ .rbc-header-gutter {
746
+ flex: none;
747
+ }
748
+
749
+
750
+
751
+ .rbc-label {
752
+ padding: 0 5px;
753
+ }
754
+
755
+
756
+
757
+ .rbc-day-slot {
758
+ position: relative;
759
+ }
760
+
761
+
762
+
763
+ .rbc-day-slot .rbc-events-container {
764
+ bottom: 0;
765
+ left: 0;
766
+ position: absolute;
767
+ right: 0;
768
+ margin-right: 10px;
769
+ top: 0;
770
+ }
771
+
772
+
773
+
774
+ .rbc-day-slot .rbc-events-container.rbc-rtl {
775
+ left: 10px;
776
+ right: 0;
777
+ }
778
+
779
+
780
+
781
+ .rbc-day-slot .rbc-event,
782
+ .rbc-day-slot .rbc-background-event {
783
+ border: 1px solid #265985;
784
+ display: flex;
785
+ max-height: 100%;
786
+ min-height: 20px;
787
+ flex-flow: column wrap;
788
+ align-items: flex-start;
789
+ overflow: hidden;
790
+ position: absolute;
791
+ }
792
+
793
+
794
+
795
+ .rbc-day-slot .rbc-background-event {
796
+ opacity: 0.75;
797
+ }
798
+
799
+
800
+
801
+ .rbc-day-slot .rbc-event-label {
802
+ flex: none;
803
+ padding-right: 5px;
804
+ width: auto;
805
+ }
806
+
807
+
808
+
809
+ .rbc-day-slot .rbc-event-content {
810
+ width: 100%;
811
+ flex: 1 1 0;
812
+ word-wrap: break-word;
813
+ line-height: 1;
814
+ height: 100%;
815
+ min-height: 1em;
816
+ }
817
+
818
+
819
+
820
+ .rbc-day-slot .rbc-time-slot {
821
+ border-top: 1px solid hsl(var(--border));
822
+ }
823
+
824
+
825
+
826
+ .rbc-time-view-resources .rbc-time-gutter,
827
+ .rbc-time-view-resources .rbc-time-header-gutter {
828
+ position: sticky;
829
+ left: 0;
830
+ background-color: white;
831
+ border-right: 1px solid hsl(var(--border));
832
+ z-index: 10;
833
+ margin-right: -1px;
834
+ }
835
+
836
+
837
+
838
+ .rbc-time-view-resources .rbc-time-header {
839
+ overflow: hidden;
840
+ }
841
+
842
+
843
+
844
+ .rbc-time-view-resources .rbc-time-header-content {
845
+ min-width: auto;
846
+ flex: 1 0 0;
847
+ flex-basis: 0px;
848
+ }
849
+
850
+
851
+
852
+ .rbc-time-view-resources .rbc-time-header-cell-single-day {
853
+ display: none;
854
+ }
855
+
856
+
857
+
858
+ .rbc-time-view-resources .rbc-day-slot {
859
+ min-width: 140px;
860
+ }
861
+
862
+
863
+
864
+ .rbc-time-view-resources .rbc-header,
865
+ .rbc-time-view-resources .rbc-day-bg {
866
+ width: 140px;
867
+ flex: 1 1 0;
868
+ flex-basis: 0 px;
869
+ }
870
+
871
+
872
+
873
+ .rbc-time-header-content+.rbc-time-header-content {
874
+ margin-left: -1px;
875
+ }
876
+
877
+
878
+
879
+ .rbc-time-slot {
880
+ flex: 1 0 0;
881
+ }
882
+
883
+
884
+
885
+ .rbc-time-slot.rbc-now {
886
+ font-weight: bold;
887
+ }
888
+
889
+
890
+
891
+ .rbc-day-header {
892
+ text-align: center;
893
+ }
894
+
895
+
896
+
897
+ .rbc-slot-selection {
898
+ z-index: 10;
899
+ position: absolute;
900
+ background-color: rgba(0, 0, 0, 0.5);
901
+ color: white;
902
+ font-size: 75%;
903
+ width: 100%;
904
+ padding: 3px;
905
+ }
906
+
907
+
908
+
909
+ .rbc-slot-selecting {
910
+ cursor: move;
911
+ }
912
+
913
+
914
+
915
+ .rbc-time-view {
916
+ display: flex;
917
+ flex-direction: column;
918
+ flex: 1;
919
+ width: 100%;
920
+ border: 1px solid hsl(var(--border));
921
+ min-height: 0;
922
+ }
923
+
924
+
925
+
926
+ .rbc-time-view .rbc-time-gutter {
927
+ white-space: nowrap;
928
+ text-align: right;
929
+ }
930
+
931
+
932
+
933
+ .rbc-time-view .rbc-allday-cell {
934
+ box-sizing: content-box;
935
+ width: 100%;
936
+ height: 100%;
937
+ position: relative;
938
+ }
939
+
940
+
941
+
942
+ .rbc-time-view .rbc-allday-cell+.rbc-allday-cell {
943
+ border-left: 1px solid hsl(var(--border));
944
+ }
945
+
946
+
947
+
948
+ .rbc-time-view .rbc-allday-events {
949
+ position: relative;
950
+ z-index: 4;
951
+ }
952
+
953
+
954
+
955
+ .rbc-time-view .rbc-row {
956
+ box-sizing: border-box;
957
+ min-height: 20px;
958
+ }
959
+
960
+
961
+
962
+ .rbc-time-header {
963
+ display: flex;
964
+ flex: 0 0 auto;
965
+ flex-direction: row;
966
+ }
967
+
968
+
969
+
970
+ .rbc-time-header.rbc-overflowing {
971
+ border-right: 1px solid hsl(var(--border));
972
+ }
973
+
974
+
975
+
976
+ .rbc-rtl .rbc-time-header.rbc-overflowing {
977
+ border-right-width: 0;
978
+ border-left: 1px solid hsl(var(--border));
979
+ }
980
+
981
+
982
+
983
+ .rbc-time-header>.rbc-row:first-child {
984
+ border-bottom: 1px solid hsl(var(--border));
985
+ }
986
+
987
+
988
+
989
+ .rbc-time-header>.rbc-row.rbc-row-resource {
990
+ border-bottom: 1px solid hsl(var(--border));
991
+ }
992
+
993
+
994
+
995
+ .rbc-time-header-cell-single-day {
996
+ display: none;
997
+ }
998
+
999
+
1000
+
1001
+ .rbc-time-header-content {
1002
+ flex: 1;
1003
+ display: flex;
1004
+ min-width: 0;
1005
+ flex-direction: column;
1006
+ border-left: 1px solid hsl(var(--border));
1007
+ }
1008
+
1009
+
1010
+
1011
+ .rbc-rtl .rbc-time-header-content {
1012
+ border-left-width: 0;
1013
+ border-right: 1px solid hsl(var(--border));
1014
+ }
1015
+
1016
+
1017
+
1018
+ .rbc-time-header-content>.rbc-row.rbc-row-resource {
1019
+ border-bottom: 1px solid hsl(var(--border));
1020
+ flex-shrink: 0;
1021
+ }
1022
+
1023
+
1024
+
1025
+ .rbc-time-content {
1026
+ display: flex;
1027
+ flex: 1 0 0%;
1028
+ align-items: flex-start;
1029
+ width: 100%;
1030
+ border-top: 2px solid hsl(var(--border));
1031
+ overflow-y: auto;
1032
+ position: relative;
1033
+ }
1034
+
1035
+
1036
+
1037
+ .rbc-time-content>.rbc-time-gutter {
1038
+ flex: none;
1039
+ }
1040
+
1041
+
1042
+
1043
+ .rbc-time-content>*+*>* {
1044
+ border-left: 1px solid hsl(var(--border));
1045
+ }
1046
+
1047
+
1048
+
1049
+ .rbc-rtl .rbc-time-content>*+*>* {
1050
+ border-left-width: 0;
1051
+ border-right: 1px solid hsl(var(--border));
1052
+ }
1053
+
1054
+
1055
+
1056
+ .rbc-time-content>.rbc-day-slot {
1057
+ width: 100%;
1058
+ -moz-user-select: none;
1059
+ user-select: none;
1060
+ -webkit-user-select: none;
1061
+ }
1062
+
1063
+
1064
+
1065
+ .rbc-current-time-indicator {
1066
+ position: absolute;
1067
+ z-index: 3;
1068
+ left: 0;
1069
+ right: 0;
1070
+ height: 1px;
1071
+ background-color: #74ad31;
1072
+ pointer-events: none;
1073
+ }
1074
+
1075
+
1076
+
1077
+ .rbc-resource-grouping.rbc-time-header-content {
1078
+ display: flex;
1079
+ flex-direction: column;
1080
+ }
1081
+
1082
+
1083
+
1084
+ .rbc-resource-grouping .rbc-row .rbc-header {
1085
+ width: 141px;
1086
+ }
1087
+
1088
+
1089
+
1090
+ .scrollbar-hidden {
1091
+ -ms-overflow-style: none;
1092
+ scrollbar-width: none;
1093
+ }
1094
+
1095
+
1096
+
1097
+ .scrollbar-hidden::-webkit-scrollbar {
1098
+ display: none;
1099
+ }
1100
+
1101
+
1102
+
1103
+ input[type="color"]::-webkit-color-swatch-wrapper {
1104
+ padding: 0;
1105
+ }
1106
+
1107
+
1108
+
1109
+ input[type="color"]::-webkit-color-swatch {
1110
+ border: none;
1111
+ border-radius: 50%;
1112
+ }
1113
+
1114
+
1115
+
1116
+ @custom-variant dark (&:is(.dark *));
1117
+
1118
+
1119
+
1120
+ @custom-variant blue-dark (&:is(.blue-dark *));
1121
+
1122
+
1123
+
1124
+ @theme inline {
1125
+ --color-background: var(--background);
1126
+ --color-foreground: var(--foreground);
1127
+ --font-sans: var(--font-geist-sans);
1128
+ --font-mono: var(--font-geist-mono);
1129
+ --color-sidebar-ring: var(--sidebar-ring);
1130
+ --color-sidebar-border: var(--sidebar-border);
1131
+ --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
1132
+ --color-sidebar-accent: var(--sidebar-accent);
1133
+ --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
1134
+ --color-sidebar-primary: var(--sidebar-primary);
1135
+ --color-sidebar-foreground: var(--sidebar-foreground);
1136
+ --color-sidebar: var(--sidebar);
1137
+ --color-chart-5: var(--chart-5);
1138
+ --color-chart-4: var(--chart-4);
1139
+ --color-chart-3: var(--chart-3);
1140
+ --color-chart-2: var(--chart-2);
1141
+ --color-chart-1: var(--chart-1);
1142
+ --color-ring: var(--ring);
1143
+ --color-input: var(--input);
1144
+ --color-border: var(--border);
1145
+ --color-destructive: var(--destructive);
1146
+ --color-accent-foreground: var(--accent-foreground);
1147
+ --color-accent: var(--accent);
1148
+ --color-muted-foreground: var(--muted-foreground);
1149
+ --color-muted: var(--muted);
1150
+ --color-secondary-foreground: var(--secondary-foreground);
1151
+ --color-secondary: var(--secondary);
1152
+ --color-primary-foreground: var(--primary-foreground);
1153
+ --color-primary: var(--primary);
1154
+ --color-popover-foreground: var(--popover-foreground);
1155
+ --color-popover: var(--popover);
1156
+ --color-card-foreground: var(--card-foreground);
1157
+ --color-card: var(--card);
1158
+ --color-btn-outlined: var(--btn-outlined);
1159
+ --radius-sm: calc(var(--radius) - 4px);
1160
+ --radius-md: calc(var(--radius) - 2px);
1161
+ --radius-lg: var(--radius);
1162
+ --radius-xl: calc(var(--radius) + 4px);
1163
+ }
1164
+
1165
+
1166
+
1167
+ :root {
1168
+ --radius: 0.625rem;
1169
+ --background: oklch(1 0 0);
1170
+ --foreground: oklch(0.145 0 0);
1171
+ --card: oklch(1 0 0);
1172
+ --card-foreground: oklch(0.145 0 0);
1173
+ --btn-outlined: oklch(1 0 0);
1174
+ --popover: oklch(1 0 0);
1175
+ --popover-foreground: oklch(0.145 0 0);
1176
+ --primary: oklch(0.205 0 0);
1177
+ --primary-foreground: oklch(0.985 0 0);
1178
+ --secondary: oklch(0.97 0 0);
1179
+ --secondary-foreground: oklch(0.205 0 0);
1180
+ --muted: oklch(0.97 0 0);
1181
+ --muted-foreground: oklch(0.556 0 0);
1182
+ --accent: oklch(0.97 0 0);
1183
+ --accent-foreground: oklch(0.205 0 0);
1184
+ --destructive: oklch(0.577 0.245 27.325);
1185
+ --border: oklch(0.922 0 0);
1186
+ --input: oklch(0.922 0 0);
1187
+ --ring: oklch(75.966% 0.0034 15.833);
1188
+ --chart-1: oklch(0.646 0.222 41.116);
1189
+ --chart-2: oklch(0.6 0.118 184.704);
1190
+ --chart-3: oklch(0.398 0.07 227.392);
1191
+ --chart-4: oklch(0.828 0.189 84.429);
1192
+ --chart-5: oklch(0.769 0.188 70.08);
1193
+ --sidebar: oklch(0.985 0 0);
1194
+ --sidebar-foreground: oklch(0.145 0 0);
1195
+ --sidebar-primary: oklch(0.205 0 0);
1196
+ --sidebar-primary-foreground: oklch(0.985 0 0);
1197
+ --sidebar-accent: oklch(0.97 0 0);
1198
+ --sidebar-accent-foreground: oklch(0.205 0 0);
1199
+ --sidebar-border: oklch(0.922 0 0);
1200
+ --sidebar-ring: oklch(0.708 0 0);
1201
+ --progress-foreground: oklch(9.414% 0.02562 23.372 / 0.753);
1202
+ --progress-background: var(--ring);
1203
+ --keross-skeleton-bg: oklch(44.967% 0.00521 16.812 / 0.589);
1204
+ --hover-back: var(--ring);
1205
+ --calender-foreground: oklch(12.382% 0.00233 17.142);
1206
+ --contrast-color: oklch(12.382% 0.00233 17.142);
1207
+ --btn-secondary: #00000007;
1208
+ --btn-default: oklch(0.985 0 0);
1209
+ }
1210
+
1211
+
1212
+
1213
+ .dark {
1214
+ --background: #050505;
1215
+ --foreground: oklch(0.985 0 0);
1216
+ --card: oklch(0.2046 0 0);
1217
+ --card-foreground: oklch(0.985 0 0);
1218
+ --btn-outlined: oklch(0.1149 0.023 259.21);
1219
+ --popover: oklch(0.2458 0 0);
1220
+ --popover-foreground: oklch(0.985 0 0);
1221
+ --primary: oklch(0.922 0 0);
1222
+ --primary-foreground: oklch(0.205 0 0);
1223
+ --secondary: oklch(0.1913 0 0);
1224
+ --secondary-foreground: oklch(0.985 0 0);
1225
+ --muted: oklch(0.269 0 0);
1226
+ --muted-foreground: oklch(0.708 0 0);
1227
+ --accent: oklch(98.511% 0.00011 271.152);
1228
+ --accent-foreground: #050505;
1229
+ --calender-foreground: oklch(98.511% 0.00011 271.152);
1230
+ --destructive: #f43f5e;
1231
+ --border: #454545;
1232
+ --input: oklch(1 0 0 / 15%);
1233
+ --ring: oklch(0.556 0 0);
1234
+ --chart-1: #151515;
1235
+ --chart-2: oklch(0.696 0.17 162.48);
1236
+ --chart-3: oklch(0.769 0.188 70.08);
1237
+ --chart-4: oklch(0.627 0.265 303.9);
1238
+ --chart-5: oklch(0.645 0.246 16.439);
1239
+ --sidebar: oklch(0.205 0 0);
1240
+ --sidebar-foreground: oklch(0.985 0 0);
1241
+ --sidebar-primary: oklch(0.488 0.243 264.376);
1242
+ --sidebar-primary-foreground: oklch(0.985 0 0);
1243
+ --sidebar-accent: oklch(0.269 0 0);
1244
+ --sidebar-accent-foreground: oklch(0.985 0 0);
1245
+ --sidebar-border: oklch(1 0 0 / 10%);
1246
+ --sidebar-ring: oklch(0.556 0 0);
1247
+ --input-background-custom: #151515;
1248
+ --progress-foreground: #f5f5f5;
1249
+ --progress-background: #404040;
1250
+ --keross-skeleton-bg: var(--accent);
1251
+ --hover-back: #171717;
1252
+ --contrast-color: oklch(12.382% 0.00233 17.142);
1253
+ --btn-secondary: #151515;
1254
+ --btn-default: #151515;
1255
+ }
1256
+
1257
+
1258
+
1259
+ .blue-dark {
1260
+ --background: oklch(0.2084 0.0417 266.36);
1261
+ --foreground: oklch(0.985 0 0);
1262
+ --card: oklch(0.2042 0.0395 267.53);
1263
+ --card-foreground: oklch(0.985 0 0);
1264
+ --btn-outlined: oklch(0.1897 0.0364 266.07);
1265
+ --popover: oklch(0.1915 0.0416 266.02);
1266
+ --popover-foreground: oklch(0.985 0 0);
1267
+ --primary: oklch(0.922 0 0);
1268
+ --primary-foreground: oklch(0.205 0 0);
1269
+ --secondary: oklch(0.2581 0.0378 266.31);
1270
+ --secondary-foreground: oklch(0.985 0 0);
1271
+ --muted: oklch(0.269 0 0);
1272
+ --muted-foreground: oklch(0.708 0 0);
1273
+ --accent: oklch(0.488 0.243 264.376);
1274
+ --accent-foreground: oklch(0.985 0 0);
1275
+ --calender-foreground: oklch(0.488 0.243 264.376);
1276
+ --destructive: #f43f5e;
1277
+ --border: #494f5e;
1278
+ --input: oklch(1 0 0 / 15%);
1279
+ --ring: #0c1324;
1280
+ --chart-1: oklch(0.488 0.243 264.376);
1281
+ --chart-2: oklch(0.696 0.17 162.48);
1282
+ --chart-3: oklch(0.769 0.188 70.08);
1283
+ --chart-4: oklch(0.627 0.265 303.9);
1284
+ --chart-5: oklch(0.645 0.246 16.439);
1285
+ --sidebar: #1b2336;
1286
+ --sidebar-foreground: oklch(0.985 0 0);
1287
+ --sidebar-primary: oklch(0.488 0.243 264.376);
1288
+ --sidebar-primary-foreground: oklch(0.985 0 0);
1289
+ --sidebar-accent: oklch(0.269 0 0);
1290
+ --sidebar-accent-foreground: oklch(0.985 0 0);
1291
+ --sidebar-border: oklch(1 0 0 / 10%);
1292
+ --sidebar-ring: oklch(0.556 0 0);
1293
+ --keross-checkbox-bg: var(--foreground);
1294
+ --keross-skeleton-bg: oklch(1 0 0 / 15%);
1295
+ --progress-foreground: #f5f5f5;
1296
+ --progress-background: #1d283a;
1297
+ --hover-back: oklch(0.2505 0.0528 266.07);
1298
+ --contrast-color: oklch(92.502% 0.00431 15.893);
1299
+ --btn-secondary: #00000033;
1300
+ --btn-default: oklch(0.985 0 0);
1301
+ }
1302
+