@team_yumi/ramen 1.2.3-next.20250305-b8161f3-dff3626c1fd27ce13098cb894e51e95b → 1.2.3-next.20250528-8befd78-8103cf162f7d90533fc4feb49fff6548
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.
- package/index.css +603 -492
- package/index.js +3 -3
- package/package.json +1 -1
- package/src/components/{mobile → core}/x-datepicker/root.d.ts +1 -0
- package/src/components/{mobile → core}/x-datepicker-input/root.d.ts +4 -1
- package/src/components/mobile/x-bar-graph/root.d.ts +6 -21
- package/src/components/mobile/x-card-decision/root.d.ts +1 -0
- package/src/components/mobile/x-image-uploader/root.d.ts +2 -0
- package/src/index.core.d.ts +2 -0
- package/src/index.mobile.d.ts +4 -4
- package/src/index.web.d.ts +4 -0
- package/src/models/Collections/ICardDecisionDefaultValue.d.ts +1 -0
- package/src/models/Collections/IDatepickerBorder.d.ts +1 -0
- package/src/models/Collections/IDatepickerInputBorder.d.ts +1 -0
- package/src/models/Collections/IDatepickerInputDialog.d.ts +1 -0
- package/src/models/Collections/IDatepickerInputType.d.ts +1 -1
- package/src/models/Collections/IDatepickerType.d.ts +1 -1
- package/src/models/Collections/index.d.ts +5 -1
- /package/src/components/{mobile → core}/x-datepicker/constants.d.ts +0 -0
- /package/src/components/{mobile → core}/x-datepicker/index.d.ts +0 -0
- /package/src/components/{mobile → core}/x-datepicker-input/index.d.ts +0 -0
package/index.css
CHANGED
|
@@ -2577,6 +2577,197 @@ body {
|
|
|
2577
2577
|
display: block;
|
|
2578
2578
|
}
|
|
2579
2579
|
|
|
2580
|
+
/* CSS FOR XCALENDAR */
|
|
2581
|
+
.root-module_xdatepicker__UvL1n {
|
|
2582
|
+
font-weight: 600;
|
|
2583
|
+
font-size: 14px;
|
|
2584
|
+
line-height: 1;
|
|
2585
|
+
letter-spacing: -0.05em;
|
|
2586
|
+
background: #ffffff;
|
|
2587
|
+
overflow: hidden;
|
|
2588
|
+
color: #000;
|
|
2589
|
+
border: 1px solid #f5f5f5;
|
|
2590
|
+
border-radius: 16px;
|
|
2591
|
+
/* padding: 24px 16px; */
|
|
2592
|
+
}
|
|
2593
|
+
|
|
2594
|
+
.root-module_xdatepicker__UvL1n.root-module_xdatepicker__solid__u3h-J {
|
|
2595
|
+
border: 1px solid #f5f5f5;
|
|
2596
|
+
}
|
|
2597
|
+
|
|
2598
|
+
.root-module_xdatepicker__UvL1n.root-module_xdatepicker__shadow__LtMdu {
|
|
2599
|
+
border: none;
|
|
2600
|
+
}
|
|
2601
|
+
|
|
2602
|
+
.root-module_xdatepicker__UvL1n.root-module_xdatepicker__none__FCjnU {
|
|
2603
|
+
border: none;
|
|
2604
|
+
}
|
|
2605
|
+
|
|
2606
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__header__U-sQd {
|
|
2607
|
+
display: flex;
|
|
2608
|
+
justify-content: space-between;
|
|
2609
|
+
align-items: center;
|
|
2610
|
+
min-height: 72px;
|
|
2611
|
+
max-height: 72px;
|
|
2612
|
+
/* border-bottom: 1px solid #f5f5f5; */
|
|
2613
|
+
padding: 0 16px;
|
|
2614
|
+
}
|
|
2615
|
+
|
|
2616
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__container__njyNj {
|
|
2617
|
+
display: grid;
|
|
2618
|
+
grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
|
|
2619
|
+
min-width: 290px;
|
|
2620
|
+
}
|
|
2621
|
+
|
|
2622
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__container__njyNj.root-module_dc__container__rangeDouble__TSYvE {
|
|
2623
|
+
min-width: calc(290px * 2);
|
|
2624
|
+
}
|
|
2625
|
+
|
|
2626
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__header__U-sQd .root-module_dc__nav-prev-month__oCXy0,
|
|
2627
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__header__U-sQd .root-module_dc__nav-next-month__8brVT {
|
|
2628
|
+
min-width: 32px;
|
|
2629
|
+
max-width: 32px;
|
|
2630
|
+
min-height: 32px;
|
|
2631
|
+
max-height: 32px;
|
|
2632
|
+
display: flex;
|
|
2633
|
+
justify-content: center;
|
|
2634
|
+
align-items: center;
|
|
2635
|
+
cursor: pointer;
|
|
2636
|
+
}
|
|
2637
|
+
|
|
2638
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__header__U-sQd .root-module_dc__nav-prev-month__oCXy0 svg path,
|
|
2639
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__header__U-sQd .root-module_dc__nav-next-month__8brVT svg path {
|
|
2640
|
+
height: 12.5px;
|
|
2641
|
+
width: 7.5px;
|
|
2642
|
+
fill: #5c5c5c;
|
|
2643
|
+
}
|
|
2644
|
+
|
|
2645
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__header__U-sQd .root-module_dc__nav-month-year__AK2KU {
|
|
2646
|
+
display: flex;
|
|
2647
|
+
gap: 8px;
|
|
2648
|
+
font-weight: 700;
|
|
2649
|
+
font-size: 20px;
|
|
2650
|
+
cursor: pointer;
|
|
2651
|
+
}
|
|
2652
|
+
|
|
2653
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__content__xrCU5 {
|
|
2654
|
+
height: 0;
|
|
2655
|
+
background: #ffffff;
|
|
2656
|
+
overflow: hidden;
|
|
2657
|
+
transform: translateY(50%);
|
|
2658
|
+
transition: all 0.1s linear;
|
|
2659
|
+
display: flex;
|
|
2660
|
+
flex-direction: column;
|
|
2661
|
+
gap: 8px;
|
|
2662
|
+
}
|
|
2663
|
+
|
|
2664
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__content__xrCU5.root-module_opened__cVtdb {
|
|
2665
|
+
transform: translateY(0);
|
|
2666
|
+
height: auto;
|
|
2667
|
+
}
|
|
2668
|
+
|
|
2669
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__content__xrCU5 .root-module_dc__row__Sa3Y3 {
|
|
2670
|
+
display: flex;
|
|
2671
|
+
align-items: center;
|
|
2672
|
+
justify-content: space-evenly;
|
|
2673
|
+
gap: 5px;
|
|
2674
|
+
}
|
|
2675
|
+
|
|
2676
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__content__xrCU5 .root-module_dc__row__Sa3Y3 .root-module_dc__tile__pRa4O,
|
|
2677
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__content__xrCU5 .root-module_dc__row__Sa3Y3 .root-module_dc__large-tile__AjGgc {
|
|
2678
|
+
background: #ffffff;
|
|
2679
|
+
padding: 0;
|
|
2680
|
+
margin: 0;
|
|
2681
|
+
color: #000;
|
|
2682
|
+
font-size: 14px;
|
|
2683
|
+
font-weight: 600;
|
|
2684
|
+
border-radius: 8px;
|
|
2685
|
+
}
|
|
2686
|
+
|
|
2687
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__content__xrCU5 .root-module_dc__row__Sa3Y3 .root-module_dc__tile__pRa4O:disabled,
|
|
2688
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__content__xrCU5 .root-module_dc__row__Sa3Y3 .root-module_dc__large-tile__AjGgc:disabled {
|
|
2689
|
+
color: #999999;
|
|
2690
|
+
}
|
|
2691
|
+
|
|
2692
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__content__xrCU5 .root-module_dc__row__Sa3Y3 .root-module_dc__tile__pRa4O.root-module_dc__active__HnIYC,
|
|
2693
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__content__xrCU5 .root-module_dc__row__Sa3Y3 .root-module_dc__large-tile__AjGgc.root-module_dc__active__HnIYC {
|
|
2694
|
+
color: var(--primary-color-contrast, #ffffff);
|
|
2695
|
+
background: var(--primary-color, #000000);
|
|
2696
|
+
font-weight: 700;
|
|
2697
|
+
}
|
|
2698
|
+
|
|
2699
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__content__xrCU5 .root-module_dc__row__Sa3Y3 .root-module_dc__tile__pRa4O.root-module_dc__range__48x0a,
|
|
2700
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__content__xrCU5 .root-module_dc__row__Sa3Y3 .root-module_dc__large-tile__AjGgc.root-module_dc__range__48x0a {
|
|
2701
|
+
background: #f5f5f5;
|
|
2702
|
+
}
|
|
2703
|
+
|
|
2704
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__content__xrCU5 .root-module_dc__row__Sa3Y3 .root-module_dc__large-tile__AjGgc {
|
|
2705
|
+
flex: 1 31%;
|
|
2706
|
+
width: 100%;
|
|
2707
|
+
min-height: 45px;
|
|
2708
|
+
max-height: 45px;
|
|
2709
|
+
margin: 0;
|
|
2710
|
+
padding: 16px 8px;
|
|
2711
|
+
}
|
|
2712
|
+
|
|
2713
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__days-content__YEn3G.root-module_opened__cVtdb {
|
|
2714
|
+
padding: 24px 16px 16px;
|
|
2715
|
+
}
|
|
2716
|
+
|
|
2717
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__days-content__YEn3G .root-module_dc__days-row__904bW .root-module_dc__day-tile__YkmKh {
|
|
2718
|
+
border: 0;
|
|
2719
|
+
min-width: 32px;
|
|
2720
|
+
max-width: 32px;
|
|
2721
|
+
min-height: 32px;
|
|
2722
|
+
max-height: 32px;
|
|
2723
|
+
cursor: pointer;
|
|
2724
|
+
}
|
|
2725
|
+
|
|
2726
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__days-content__YEn3G .root-module_dc__days-row__904bW .root-module_dc__day-tile__YkmKh:disabled {
|
|
2727
|
+
color: #999999;
|
|
2728
|
+
}
|
|
2729
|
+
|
|
2730
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__days-content__YEn3G .root-module_dc__days-row__904bW .root-module_dc__day-tile__YkmKh.root-module_dc__active__HnIYC {
|
|
2731
|
+
color: var(--primary-color-contrast, #ffffff);
|
|
2732
|
+
background: var(--primary-color, #000000);
|
|
2733
|
+
font-weight: 700;
|
|
2734
|
+
}
|
|
2735
|
+
|
|
2736
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__days-content__YEn3G .root-module_dc__days-row__904bW .root-module_dc__weekday_name__2-YJ4 {
|
|
2737
|
+
color: #000000;
|
|
2738
|
+
font-weight: 600;
|
|
2739
|
+
font-size: 14px;
|
|
2740
|
+
min-height: auto;
|
|
2741
|
+
max-height: auto;
|
|
2742
|
+
padding-bottom: 8px;
|
|
2743
|
+
display: flex;
|
|
2744
|
+
justify-content: center;
|
|
2745
|
+
align-items: center;
|
|
2746
|
+
}
|
|
2747
|
+
|
|
2748
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__months-content__glf0d.root-module_opened__cVtdb {
|
|
2749
|
+
padding: 24px 16px 16px;
|
|
2750
|
+
}
|
|
2751
|
+
|
|
2752
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__months-content__glf0d.root-module_opened__cVtdb .root-module_dc__large-tile__AjGgc {
|
|
2753
|
+
border: 0;
|
|
2754
|
+
display: flex;
|
|
2755
|
+
justify-content: center;
|
|
2756
|
+
align-items: center;
|
|
2757
|
+
}
|
|
2758
|
+
|
|
2759
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__years-content__8uZq5.root-module_opened__cVtdb {
|
|
2760
|
+
padding: 24px 16px 16px;
|
|
2761
|
+
}
|
|
2762
|
+
|
|
2763
|
+
.root-module_xdatepicker__UvL1n .root-module_dc__years-content__8uZq5.root-module_opened__cVtdb .root-module_dc__large-tile__AjGgc {
|
|
2764
|
+
border: 0;
|
|
2765
|
+
display: flex;
|
|
2766
|
+
justify-content: center;
|
|
2767
|
+
align-items: center;
|
|
2768
|
+
cursor: pointer;
|
|
2769
|
+
}
|
|
2770
|
+
|
|
2580
2771
|
.root-module_x-textarea__of1mo {
|
|
2581
2772
|
display: flex;
|
|
2582
2773
|
flex-direction: column;
|
|
@@ -2607,103 +2798,378 @@ body {
|
|
|
2607
2798
|
padding: 9px var(--xbox-padding-m);
|
|
2608
2799
|
}
|
|
2609
2800
|
|
|
2610
|
-
.root-module_x-textarea__of1mo:hover .root-module_x-textarea__content__HzYvt {
|
|
2611
|
-
box-shadow: 0 3px 8px -1px rgba(24, 39, 75, 0.08);
|
|
2801
|
+
.root-module_x-textarea__of1mo:hover .root-module_x-textarea__content__HzYvt {
|
|
2802
|
+
box-shadow: 0 3px 8px -1px rgba(24, 39, 75, 0.08);
|
|
2803
|
+
}
|
|
2804
|
+
|
|
2805
|
+
.root-module_x-textarea__of1mo:not(.root-module_x-textarea--has-error__u3sYQ).root-module_x-textarea__of1mo:focus-within .root-module_x-textarea__content__HzYvt {
|
|
2806
|
+
background: linear-gradient(white, white) padding-box, var(--primary-color-border-input, #000000) border-box;
|
|
2807
|
+
border: 1px solid transparent;
|
|
2808
|
+
}
|
|
2809
|
+
|
|
2810
|
+
.root-module_x-textarea__subcontent__Pq3VE {
|
|
2811
|
+
margin-right: var(--xbox-padding-xs);
|
|
2812
|
+
color: var(--color-neutral-medium);
|
|
2813
|
+
display: flex;
|
|
2814
|
+
justify-content: space-between;
|
|
2815
|
+
padding: var(--xbox-padding-xs) 0px;
|
|
2816
|
+
}
|
|
2817
|
+
|
|
2818
|
+
.root-module_x-textarea__count__wbjds {
|
|
2819
|
+
position: absolute;
|
|
2820
|
+
bottom: -24px;
|
|
2821
|
+
right: 0;
|
|
2822
|
+
margin-left: auto;
|
|
2823
|
+
font-size: 12px;
|
|
2824
|
+
color: var(--color-neutral-medium);
|
|
2825
|
+
}
|
|
2826
|
+
|
|
2827
|
+
.root-module_x-textarea__content__HzYvt > textarea {
|
|
2828
|
+
border: none;
|
|
2829
|
+
padding: 0px;
|
|
2830
|
+
height: var(--xbox-size-10);
|
|
2831
|
+
font-size: var(--xtext-size-10);
|
|
2832
|
+
font-weight: var(--xtext-weight-normal);
|
|
2833
|
+
-webkit-font-smoothing: antialiased;
|
|
2834
|
+
letter-spacing: -0.8px;
|
|
2835
|
+
line-height: 100%;
|
|
2836
|
+
background: transparent;
|
|
2837
|
+
width: 100%;
|
|
2838
|
+
resize: none;
|
|
2839
|
+
height: 96px;
|
|
2840
|
+
}
|
|
2841
|
+
|
|
2842
|
+
.root-module_x-textarea__content__HzYvt > textarea:focus {
|
|
2843
|
+
outline: none;
|
|
2844
|
+
}
|
|
2845
|
+
|
|
2846
|
+
.root-module_x-textarea--size-s__vg9My .root-module_x-textarea__content__HzYvt > textarea {
|
|
2847
|
+
height: var(--xbox-size-12);
|
|
2848
|
+
font-size: var(--xtext-size-11);
|
|
2849
|
+
}
|
|
2850
|
+
|
|
2851
|
+
.root-module_x-textarea__content__HzYvt > textarea::-moz-placeholder {
|
|
2852
|
+
font-size: var(--xtext-size-10);
|
|
2853
|
+
color: var(--color-neutral-dim);
|
|
2854
|
+
-webkit-font-smoothing: antialiased;
|
|
2855
|
+
letter-spacing: var(--xtext-letterspacing);
|
|
2856
|
+
}
|
|
2857
|
+
|
|
2858
|
+
.root-module_x-textarea__content__HzYvt > textarea::placeholder {
|
|
2859
|
+
font-size: var(--xtext-size-10);
|
|
2860
|
+
color: var(--color-neutral-dim);
|
|
2861
|
+
-webkit-font-smoothing: antialiased;
|
|
2862
|
+
letter-spacing: var(--xtext-letterspacing);
|
|
2863
|
+
}
|
|
2864
|
+
|
|
2865
|
+
.root-module_x-textarea--size-s__vg9My .root-module_x-textarea__content__HzYvt > textarea::-moz-placeholder {
|
|
2866
|
+
font-size: var(--xtext-size-11);
|
|
2867
|
+
}
|
|
2868
|
+
|
|
2869
|
+
.root-module_x-textarea--size-s__vg9My .root-module_x-textarea__content__HzYvt > textarea::placeholder {
|
|
2870
|
+
font-size: var(--xtext-size-11);
|
|
2871
|
+
}
|
|
2872
|
+
|
|
2873
|
+
.root-module_x-form-item__fE4Jw {
|
|
2874
|
+
display: flex;
|
|
2875
|
+
flex-direction: column;
|
|
2876
|
+
align-items: stretch;
|
|
2877
|
+
width: 100%;
|
|
2878
|
+
text-align: left;
|
|
2879
|
+
gap: var(--xbox-padding-xs);
|
|
2880
|
+
}
|
|
2881
|
+
|
|
2882
|
+
.root-module_x-form-item__caption__MhNSq,
|
|
2883
|
+
.root-module_x-form-item__error__0voIU {
|
|
2884
|
+
display: flex;
|
|
2885
|
+
align-items: center;
|
|
2886
|
+
gap: var(--xbox-padding-xs);
|
|
2887
|
+
color: var(--color-neutral-medium);
|
|
2888
|
+
}
|
|
2889
|
+
|
|
2890
|
+
.root-module_x-form-item__caption__MhNSq div:first-child,
|
|
2891
|
+
.root-module_x-form-item__error__0voIU div:first-child {
|
|
2892
|
+
height: 20px;
|
|
2893
|
+
width: 20px;
|
|
2894
|
+
}
|
|
2895
|
+
|
|
2896
|
+
.root-module_x-form-item__error__0voIU div {
|
|
2897
|
+
color: var(--global-error-red-50);
|
|
2898
|
+
}
|
|
2899
|
+
|
|
2900
|
+
.root-module_x-modal__bOyFq {
|
|
2901
|
+
position: fixed;
|
|
2902
|
+
top: 0px;
|
|
2903
|
+
left: 0px;
|
|
2904
|
+
right: 0px;
|
|
2905
|
+
bottom: 0px;
|
|
2906
|
+
z-index: 999;
|
|
2907
|
+
display: none;
|
|
2908
|
+
}
|
|
2909
|
+
|
|
2910
|
+
.root-module_x-modal__bOyFq.root-module_x-modal-visible__kkdBb {
|
|
2911
|
+
display: flex;
|
|
2912
|
+
flex-direction: column;
|
|
2913
|
+
justify-content: flex-end;
|
|
2914
|
+
}
|
|
2915
|
+
|
|
2916
|
+
.root-module_x-modal-size_xl__bYyI9.root-module_x-modal-visible__kkdBb .root-module_x-modal__modal-show__ygPq9 {
|
|
2917
|
+
height: 95%;
|
|
2918
|
+
}
|
|
2919
|
+
|
|
2920
|
+
.root-module_x-modal-size_l__3Ur5b.root-module_x-modal-visible__kkdBb .root-module_x-modal__modal-show__ygPq9 {
|
|
2921
|
+
height: 85%;
|
|
2922
|
+
}
|
|
2923
|
+
|
|
2924
|
+
.root-module_x-modal-size_m__qnsVl.root-module_x-modal-visible__kkdBb .root-module_x-modal__modal-show__ygPq9 {
|
|
2925
|
+
height: 70%;
|
|
2926
|
+
}
|
|
2927
|
+
|
|
2928
|
+
.root-module_x-modal-size_s__9YkzV.root-module_x-modal-visible__kkdBb .root-module_x-modal__modal-show__ygPq9 {
|
|
2929
|
+
height: 415px;
|
|
2930
|
+
}
|
|
2931
|
+
|
|
2932
|
+
.root-module_x-modal-size_xs__-1-Vc.root-module_x-modal-visible__kkdBb .root-module_x-modal__modal-show__ygPq9 {
|
|
2933
|
+
height: 352px;
|
|
2934
|
+
}
|
|
2935
|
+
|
|
2936
|
+
.root-module_x-modal-size_xxs__DcvRv.root-module_x-modal-visible__kkdBb .root-module_x-modal__modal-show__ygPq9 {
|
|
2937
|
+
height: 250px;
|
|
2938
|
+
}
|
|
2939
|
+
|
|
2940
|
+
.root-module_x-modal-size_auto__bmf2j.root-module_x-modal-visible__kkdBb .root-module_x-modal__modal-show__ygPq9 {
|
|
2941
|
+
transform: translateY(0);
|
|
2942
|
+
}
|
|
2943
|
+
|
|
2944
|
+
.root-module_x-modal__bOyFq.root-module_x-modal-visible__kkdBb .root-module_x-modal__backdrop__Kj2dm {
|
|
2945
|
+
display: block;
|
|
2946
|
+
}
|
|
2947
|
+
|
|
2948
|
+
.root-module_x-modal__modal__4ywZm {
|
|
2949
|
+
height: 0;
|
|
2950
|
+
max-height: 95%;
|
|
2951
|
+
position: relative;
|
|
2952
|
+
background-color: var(--color-neutral-lightest);
|
|
2953
|
+
border-top-left-radius: var(--xbox-rounding-xl);
|
|
2954
|
+
border-top-right-radius: var(--xbox-rounding-xl);
|
|
2955
|
+
transition: height 0.3s ease-out 0s;
|
|
2956
|
+
display: flex;
|
|
2957
|
+
flex-direction: column;
|
|
2958
|
+
justify-content: space-between;
|
|
2959
|
+
}
|
|
2960
|
+
|
|
2961
|
+
.root-module_x-modal-size_auto__bmf2j .root-module_x-modal__modal__4ywZm {
|
|
2962
|
+
height: auto;
|
|
2963
|
+
transform: translateY(100%);
|
|
2964
|
+
transition: transform 0.3s ease-out 0s;
|
|
2965
|
+
}
|
|
2966
|
+
|
|
2967
|
+
.root-module_x-modal__backdrop__Kj2dm {
|
|
2968
|
+
position: fixed;
|
|
2969
|
+
top: 0px;
|
|
2970
|
+
left: 0px;
|
|
2971
|
+
right: 0px;
|
|
2972
|
+
bottom: 0px;
|
|
2973
|
+
background-color: #000;
|
|
2974
|
+
opacity: 0.6;
|
|
2975
|
+
}
|
|
2976
|
+
|
|
2977
|
+
.root-module_x-modal__modal__4ywZm > .root-module_x-modal__modal__close__2-hP- {
|
|
2978
|
+
position: absolute;
|
|
2979
|
+
right: var(--xbox-padding-l);
|
|
2980
|
+
top: var(--xbox-padding-l);
|
|
2981
|
+
border-radius: 50%;
|
|
2982
|
+
}
|
|
2983
|
+
|
|
2984
|
+
.root-module_x-modal__modal__4ywZm > .root-module_x-modal__modal__close__2-hP- > button > div {
|
|
2985
|
+
background-color: var(--color-neutral-light);
|
|
2986
|
+
padding: 4px;
|
|
2987
|
+
border-radius: 50%;
|
|
2988
|
+
}
|
|
2989
|
+
|
|
2990
|
+
.root-module_x-modal__modal__header__icon__KbIDv,
|
|
2991
|
+
.root-module_x-modal__modal__header__icon__KbIDv > div {
|
|
2992
|
+
height: 36px;
|
|
2993
|
+
width: 36px;
|
|
2994
|
+
}
|
|
2995
|
+
|
|
2996
|
+
.root-module_x-modal__modal__4ywZm > .root-module_x-modal__modal__header__RlJEZ > .root-module_x-modal__modal__header__icon__KbIDv {
|
|
2997
|
+
padding-bottom: var(--xbox-padding-s);
|
|
2998
|
+
display: block;
|
|
2999
|
+
}
|
|
3000
|
+
|
|
3001
|
+
.root-module_x-modal__modal__4ywZm > .root-module_x-modal__modal__header__RlJEZ > .root-module_x-modal__modal__header__title__WQZg7 {
|
|
3002
|
+
display: block;
|
|
3003
|
+
-webkit-user-select: none;
|
|
3004
|
+
-moz-user-select: none;
|
|
3005
|
+
user-select: none;
|
|
3006
|
+
}
|
|
3007
|
+
|
|
3008
|
+
.root-module_x-modal__modal__4ywZm > .root-module_x-modal__modal__header__RlJEZ > .root-module_x-modal__modal__header__subtitle__2KWGW {
|
|
3009
|
+
display: block;
|
|
3010
|
+
padding-top: var(--xbox-padding-xs);
|
|
3011
|
+
opacity: 0.5;
|
|
3012
|
+
}
|
|
3013
|
+
|
|
3014
|
+
.root-module_x-modal__modal__4ywZm > .root-module_x-modal__modal__header__RlJEZ > .root-module_x-modal__modal__header__children__RYX9d {
|
|
3015
|
+
padding-top: var(--xbox-padding-xs);
|
|
3016
|
+
}
|
|
3017
|
+
|
|
3018
|
+
.root-module_x-modal__modal__4ywZm > .root-module_x-modal__modal__header__RlJEZ {
|
|
3019
|
+
padding: 0 var(--xbox-padding-xl);
|
|
3020
|
+
padding-top: 24px;
|
|
3021
|
+
padding-bottom: 16px;
|
|
3022
|
+
}
|
|
3023
|
+
|
|
3024
|
+
.root-module_x-modal__modal__4ywZm > .root-module_x-modal__modal__body__bBjAl {
|
|
3025
|
+
padding: var(--xbox-padding-xl);
|
|
3026
|
+
padding-top: 0;
|
|
3027
|
+
overflow: auto;
|
|
3028
|
+
flex: 1;
|
|
3029
|
+
}
|
|
3030
|
+
|
|
3031
|
+
.root-module_x-modal__modal__4ywZm > .root-module_x-modal__modal__actions__cGHKS {
|
|
3032
|
+
display: block;
|
|
3033
|
+
padding: var(--xbox-padding-xl);
|
|
3034
|
+
margin-bottom: env(safe-area-inset-bottom);
|
|
3035
|
+
padding-bottom: 32px;
|
|
3036
|
+
}
|
|
3037
|
+
|
|
3038
|
+
.root-module_xdatepicker__input__XYvPu {
|
|
3039
|
+
display: flex;
|
|
3040
|
+
flex-direction: column;
|
|
3041
|
+
align-items: stretch;
|
|
3042
|
+
cursor: pointer;
|
|
3043
|
+
position: relative;
|
|
3044
|
+
width: 100%;
|
|
3045
|
+
}
|
|
3046
|
+
|
|
3047
|
+
.root-module_xdatepicker__input__XYvPu .root-module_xdatepicker__input__content__MB0lR {
|
|
3048
|
+
display: flex;
|
|
3049
|
+
align-items: center;
|
|
3050
|
+
padding: var(--xbox-padding-s) var(--xbox-padding-m);
|
|
3051
|
+
border: 1px solid var(--color-neutral-light);
|
|
3052
|
+
border-radius: 999px;
|
|
3053
|
+
-webkit-user-select: none;
|
|
3054
|
+
-moz-user-select: none;
|
|
3055
|
+
user-select: none;
|
|
3056
|
+
}
|
|
3057
|
+
|
|
3058
|
+
.root-module_xdatepicker__dialog__6MHqh {
|
|
3059
|
+
position: absolute;
|
|
3060
|
+
z-index: 1000;
|
|
3061
|
+
}
|
|
3062
|
+
|
|
3063
|
+
.root-module_xdatepicker__dialog__6MHqh.root-module_xdatepicker__dialog__shadow__v0cCS {
|
|
3064
|
+
box-shadow: 0px 6px 12px -1px rgba(24, 39, 75, 0.1);
|
|
3065
|
+
border-radius: 16px;
|
|
3066
|
+
}
|
|
3067
|
+
|
|
3068
|
+
.root-module_xdatepicker__dialog__top-right__abkYL {
|
|
3069
|
+
right: 0;
|
|
3070
|
+
bottom: 54px;
|
|
3071
|
+
}
|
|
3072
|
+
|
|
3073
|
+
.root-module_xdatepicker__dialog__top-left__NgPhy {
|
|
3074
|
+
position: absolute;
|
|
3075
|
+
left: 0;
|
|
3076
|
+
bottom: 54px;
|
|
3077
|
+
}
|
|
3078
|
+
|
|
3079
|
+
.root-module_xdatepicker__dialog__bottom-left__oC0PG {
|
|
3080
|
+
position: absolute;
|
|
3081
|
+
left: 0;
|
|
3082
|
+
top: 54px;
|
|
3083
|
+
}
|
|
3084
|
+
|
|
3085
|
+
.root-module_xdatepicker__dialog__bottom-right__Gg5lE {
|
|
3086
|
+
position: absolute;
|
|
3087
|
+
right: 0;
|
|
3088
|
+
top: 54px;
|
|
3089
|
+
}
|
|
3090
|
+
|
|
3091
|
+
.root-module_xdatepicker__input__XYvPu.root-module_xdatepicker__input--has-value__jZ7Nq:not(.root-module_xdatepicker__input--has-error__WoE1c)
|
|
3092
|
+
.root-module_xdatepicker__input__content__MB0lR {
|
|
3093
|
+
background:
|
|
3094
|
+
linear-gradient(white, white) padding-box,
|
|
3095
|
+
var(--primary-color-gradient, #000000) border-box;
|
|
3096
|
+
border: 1px solid transparent;
|
|
2612
3097
|
}
|
|
2613
3098
|
|
|
2614
|
-
.root-
|
|
2615
|
-
|
|
2616
|
-
border: 1px solid transparent;
|
|
3099
|
+
.root-module_xdatepicker__input__XYvPu.root-module_xdatepicker__input--has-error__WoE1c .root-module_xdatepicker__input__content__MB0lR {
|
|
3100
|
+
border: 1px solid var(--global-error-red-50);
|
|
2617
3101
|
}
|
|
2618
3102
|
|
|
2619
|
-
.root-
|
|
2620
|
-
|
|
2621
|
-
color: var(--color-neutral-medium);
|
|
2622
|
-
display: flex;
|
|
2623
|
-
justify-content: space-between;
|
|
2624
|
-
padding: var(--xbox-padding-xs) 0px;
|
|
3103
|
+
.root-module_xdatepicker__input__XYvPu.root-module_xdatepicker__input--disabled__a5B19 .root-module_xdatepicker__input__content__MB0lR {
|
|
3104
|
+
background-color: var(--color-neutral-light);
|
|
2625
3105
|
}
|
|
2626
3106
|
|
|
2627
|
-
.root-
|
|
2628
|
-
|
|
2629
|
-
bottom: -24px;
|
|
2630
|
-
right: 0;
|
|
2631
|
-
margin-left: auto;
|
|
2632
|
-
font-size: 12px;
|
|
2633
|
-
color: var(--color-neutral-medium);
|
|
3107
|
+
.root-module_xdatepicker__input__XYvPu.root-module_xdatepicker__input--has-error__WoE1c .root-module_xdatepicker__input__icon__aqwfF {
|
|
3108
|
+
color: var(--global-error-red-50);
|
|
2634
3109
|
}
|
|
2635
3110
|
|
|
2636
|
-
.root-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
3111
|
+
.root-module_xdatepicker__input__XYvPu .root-module_xdatepicker__input__symbol__HXoxS {
|
|
3112
|
+
color: var(--color-neutral-dim);
|
|
3113
|
+
}
|
|
3114
|
+
|
|
3115
|
+
.root-module_xdatepicker__input__XYvPu .root-module_xdatepicker__input__text__VWDKG {
|
|
3116
|
+
flex: 1;
|
|
3117
|
+
text-align: left;
|
|
3118
|
+
height: var(--xbox-size-9);
|
|
2640
3119
|
font-size: var(--xtext-size-10);
|
|
2641
3120
|
font-weight: var(--xtext-weight-normal);
|
|
2642
|
-
-
|
|
2643
|
-
letter-spacing: -0.8px;
|
|
2644
|
-
line-height: 100%;
|
|
3121
|
+
letter-spacing: -0.05em;
|
|
2645
3122
|
background: transparent;
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
3123
|
+
display: flex;
|
|
3124
|
+
align-items: center;
|
|
3125
|
+
min-width: 0;
|
|
3126
|
+
-webkit-user-select: none;
|
|
3127
|
+
-moz-user-select: none;
|
|
3128
|
+
user-select: none;
|
|
2649
3129
|
}
|
|
2650
3130
|
|
|
2651
|
-
.root-
|
|
2652
|
-
|
|
3131
|
+
.root-module_xdatepicker__input__XYvPu .root-module_xdatepicker__input__text__VWDKG,
|
|
3132
|
+
.root-module_xdatepicker__input__XYvPu .root-module_xdatepicker__input__placeholder__IJWVQ {
|
|
3133
|
+
width: 168px;
|
|
2653
3134
|
}
|
|
2654
3135
|
|
|
2655
|
-
.root-
|
|
2656
|
-
|
|
2657
|
-
|
|
3136
|
+
.root-module_xdatepicker__input__XYvPu .root-module_xdatepicker__input__text__VWDKG > div {
|
|
3137
|
+
white-space: nowrap;
|
|
3138
|
+
overflow: hidden;
|
|
3139
|
+
text-overflow: ellipsis;
|
|
3140
|
+
margin-bottom: -4px;
|
|
2658
3141
|
}
|
|
2659
3142
|
|
|
2660
|
-
.root-
|
|
2661
|
-
|
|
2662
|
-
color: var(--color-neutral-dim);
|
|
2663
|
-
-webkit-font-smoothing: antialiased;
|
|
2664
|
-
letter-spacing: var(--xtext-letterspacing);
|
|
3143
|
+
.root-module_xdatepicker__input__XYvPu.root-module_xdatepicker__input--has-error__WoE1c .root-module_xdatepicker__input__text__VWDKG {
|
|
3144
|
+
color: var(--global-error-red-50);
|
|
2665
3145
|
}
|
|
2666
3146
|
|
|
2667
|
-
.root-
|
|
3147
|
+
.root-module_xdatepicker__input__XYvPu .root-module_xdatepicker__input__placeholder__IJWVQ {
|
|
3148
|
+
flex: 1;
|
|
3149
|
+
text-align: left;
|
|
3150
|
+
}
|
|
3151
|
+
|
|
3152
|
+
.root-module_xdatepicker__input__XYvPu .root-module_xdatepicker__input__placeholder__IJWVQ > div {
|
|
2668
3153
|
font-size: var(--xtext-size-10);
|
|
2669
3154
|
color: var(--color-neutral-dim);
|
|
2670
|
-
-webkit-font-smoothing: antialiased;
|
|
2671
|
-
letter-spacing: var(--xtext-letterspacing);
|
|
2672
3155
|
}
|
|
2673
3156
|
|
|
2674
|
-
.root-
|
|
2675
|
-
|
|
3157
|
+
.root-module_xdatepicker__input__XYvPu.root-module_xdatepicker__input--has-error__WoE1c .root-module_xdatepicker__input__placeholder__IJWVQ {
|
|
3158
|
+
color: var(--global-error-red-50);
|
|
2676
3159
|
}
|
|
2677
|
-
|
|
2678
|
-
.root-module_x-textarea--size-s__vg9My .root-module_x-textarea__content__HzYvt > textarea::placeholder {
|
|
3160
|
+
.root-module_xdatepicker__input__XYvPu.root-module_xdatepicker__input--size-s__bi4KE .root-module_xdatepicker__input__placeholder__IJWVQ > div {
|
|
2679
3161
|
font-size: var(--xtext-size-11);
|
|
2680
3162
|
}
|
|
2681
3163
|
|
|
2682
|
-
.root-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
align-items: stretch;
|
|
2686
|
-
width: 100%;
|
|
2687
|
-
text-align: left;
|
|
2688
|
-
gap: var(--xbox-padding-xs);
|
|
3164
|
+
.root-module_xdatepicker__input__XYvPu.root-module_xdatepicker__input--size-s__bi4KE .root-module_xdatepicker__input__text__VWDKG > div {
|
|
3165
|
+
font-size: var(--xtext-size-11);
|
|
3166
|
+
margin-bottom: -1px;
|
|
2689
3167
|
}
|
|
2690
3168
|
|
|
2691
|
-
.root-
|
|
2692
|
-
.root-module_x-form-item__error__0voIU {
|
|
3169
|
+
.root-module_xdatepicker__input__XYvPu.root-module_xdatepicker__input--size-s__bi4KE .root-module_xdatepicker__input__content__MB0lR {
|
|
2693
3170
|
display: flex;
|
|
2694
3171
|
align-items: center;
|
|
2695
|
-
|
|
2696
|
-
color: var(--color-neutral-medium);
|
|
2697
|
-
}
|
|
2698
|
-
|
|
2699
|
-
.root-module_x-form-item__caption__MhNSq div:first-child,
|
|
2700
|
-
.root-module_x-form-item__error__0voIU div:first-child {
|
|
2701
|
-
height: 20px;
|
|
2702
|
-
width: 20px;
|
|
2703
|
-
}
|
|
2704
|
-
|
|
2705
|
-
.root-module_x-form-item__error__0voIU div {
|
|
2706
|
-
color: var(--global-error-red-50);
|
|
3172
|
+
padding: 9px var(--xbox-padding-m);
|
|
2707
3173
|
}
|
|
2708
3174
|
|
|
2709
3175
|
.root-module_xlist__EbfGd {
|
|
@@ -3748,6 +4214,59 @@ body {
|
|
|
3748
4214
|
height: 2px;
|
|
3749
4215
|
}
|
|
3750
4216
|
|
|
4217
|
+
.root-module_bg-box__0l8oR {
|
|
4218
|
+
background-color: white;
|
|
4219
|
+
border-radius: 20;
|
|
4220
|
+
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
|
|
4221
|
+
}
|
|
4222
|
+
.root-module_container__BLtCS {
|
|
4223
|
+
max-width: 800px;
|
|
4224
|
+
margin: 0 auto;
|
|
4225
|
+
background-color: #fff;
|
|
4226
|
+
padding: 20px;
|
|
4227
|
+
border-radius: 8px;
|
|
4228
|
+
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
|
4229
|
+
}
|
|
4230
|
+
.root-module_chart-container__8BQZW {
|
|
4231
|
+
width: 100%;
|
|
4232
|
+
height: 300px;
|
|
4233
|
+
position: relative;
|
|
4234
|
+
}
|
|
4235
|
+
.root-module_meta-line__PnLo7 {
|
|
4236
|
+
stroke: #000;
|
|
4237
|
+
stroke-width: 2;
|
|
4238
|
+
stroke-dasharray: 5;
|
|
4239
|
+
}
|
|
4240
|
+
.root-module_axis__MWg7t {
|
|
4241
|
+
stroke: #fff;
|
|
4242
|
+
stroke-width: 1;
|
|
4243
|
+
}
|
|
4244
|
+
.root-module_dim-label__TnjgH {
|
|
4245
|
+
font-size: 10px;
|
|
4246
|
+
fill: #a1a1a1;
|
|
4247
|
+
font-weight: bold;
|
|
4248
|
+
}
|
|
4249
|
+
.root-module_second-label__grk-T {
|
|
4250
|
+
font-size: 11px;
|
|
4251
|
+
fill: #000000;
|
|
4252
|
+
font-weight: bold;
|
|
4253
|
+
}
|
|
4254
|
+
.root-module_y-axis-labels__QZv-n {
|
|
4255
|
+
font-size: 12px;
|
|
4256
|
+
fill: #a1a1a1;
|
|
4257
|
+
text-anchor: end;
|
|
4258
|
+
}
|
|
4259
|
+
.root-module_x-circle-color__nWyNk {
|
|
4260
|
+
width: 8px;
|
|
4261
|
+
height: 8px;
|
|
4262
|
+
border-radius: 50%;
|
|
4263
|
+
}
|
|
4264
|
+
.root-module_wrapper-footer__NZGZ9 {
|
|
4265
|
+
display: flex;
|
|
4266
|
+
flex-direction: column;
|
|
4267
|
+
width: 100%;
|
|
4268
|
+
}
|
|
4269
|
+
|
|
3751
4270
|
.root-module_xpage__jLdFj {
|
|
3752
4271
|
position: fixed;
|
|
3753
4272
|
|
|
@@ -3945,173 +4464,35 @@ body {
|
|
|
3945
4464
|
}
|
|
3946
4465
|
|
|
3947
4466
|
.root-module_xbody--without-header__xEJDC {
|
|
3948
|
-
padding: var(--xbox-padding-xl);
|
|
3949
|
-
}
|
|
3950
|
-
|
|
3951
|
-
.root-module_xfooter__rEMlw {
|
|
3952
|
-
padding: var(--xbox-padding-xs) var(--xbox-padding-xl) var(--xbox-padding-xs) var(--xbox-padding-xl);
|
|
3953
|
-
position: fixed;
|
|
3954
|
-
left: 0;
|
|
3955
|
-
right: 0;
|
|
3956
|
-
bottom: env(safe-area-inset-bottom, 0);
|
|
3957
|
-
z-index: 9;
|
|
3958
|
-
}
|
|
3959
|
-
|
|
3960
|
-
.root-module_xfooter--backround-solid__2TaB0 {
|
|
3961
|
-
background-color: var(--color-neutral-lightest);
|
|
3962
|
-
}
|
|
3963
|
-
|
|
3964
|
-
.root-module_xfooter--backround-gradient__H-bTz {
|
|
3965
|
-
padding: var(--xbox-padding-xl) var(--xbox-padding-xl) var(--xbox-padding-xs) var(--xbox-padding-xl);
|
|
3966
|
-
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--color-neutral-lightest) 22.97%);
|
|
3967
|
-
}
|
|
3968
|
-
|
|
3969
|
-
.root-module_xfooter--backround-transparent__-XITq {
|
|
3970
|
-
background-color: transparent;
|
|
3971
|
-
}
|
|
3972
|
-
|
|
3973
|
-
.root-module_xfooter--shadow__YwU5t {
|
|
3974
|
-
background-color: var(--color-neutral-lightest);
|
|
3975
|
-
box-shadow: var(--shadow-up-m);
|
|
3976
|
-
}
|
|
3977
|
-
.root-module_x-modal__bOyFq {
|
|
3978
|
-
position: fixed;
|
|
3979
|
-
top: 0px;
|
|
3980
|
-
left: 0px;
|
|
3981
|
-
right: 0px;
|
|
3982
|
-
bottom: 0px;
|
|
3983
|
-
z-index: 999;
|
|
3984
|
-
display: none;
|
|
3985
|
-
}
|
|
3986
|
-
|
|
3987
|
-
.root-module_x-modal__bOyFq.root-module_x-modal-visible__kkdBb {
|
|
3988
|
-
display: flex;
|
|
3989
|
-
flex-direction: column;
|
|
3990
|
-
justify-content: flex-end;
|
|
3991
|
-
}
|
|
3992
|
-
|
|
3993
|
-
.root-module_x-modal-size_xl__bYyI9.root-module_x-modal-visible__kkdBb .root-module_x-modal__modal-show__ygPq9 {
|
|
3994
|
-
height: 95%;
|
|
3995
|
-
}
|
|
3996
|
-
|
|
3997
|
-
.root-module_x-modal-size_l__3Ur5b.root-module_x-modal-visible__kkdBb .root-module_x-modal__modal-show__ygPq9 {
|
|
3998
|
-
height: 85%;
|
|
3999
|
-
}
|
|
4000
|
-
|
|
4001
|
-
.root-module_x-modal-size_m__qnsVl.root-module_x-modal-visible__kkdBb .root-module_x-modal__modal-show__ygPq9 {
|
|
4002
|
-
height: 70%;
|
|
4003
|
-
}
|
|
4004
|
-
|
|
4005
|
-
.root-module_x-modal-size_s__9YkzV.root-module_x-modal-visible__kkdBb .root-module_x-modal__modal-show__ygPq9 {
|
|
4006
|
-
height: 415px;
|
|
4007
|
-
}
|
|
4008
|
-
|
|
4009
|
-
.root-module_x-modal-size_xs__-1-Vc.root-module_x-modal-visible__kkdBb .root-module_x-modal__modal-show__ygPq9 {
|
|
4010
|
-
height: 352px;
|
|
4011
|
-
}
|
|
4012
|
-
|
|
4013
|
-
.root-module_x-modal-size_xxs__DcvRv.root-module_x-modal-visible__kkdBb .root-module_x-modal__modal-show__ygPq9 {
|
|
4014
|
-
height: 250px;
|
|
4015
|
-
}
|
|
4016
|
-
|
|
4017
|
-
.root-module_x-modal-size_auto__bmf2j.root-module_x-modal-visible__kkdBb .root-module_x-modal__modal-show__ygPq9 {
|
|
4018
|
-
transform: translateY(0);
|
|
4019
|
-
}
|
|
4020
|
-
|
|
4021
|
-
.root-module_x-modal__bOyFq.root-module_x-modal-visible__kkdBb .root-module_x-modal__backdrop__Kj2dm {
|
|
4022
|
-
display: block;
|
|
4023
|
-
}
|
|
4024
|
-
|
|
4025
|
-
.root-module_x-modal__modal__4ywZm {
|
|
4026
|
-
height: 0;
|
|
4027
|
-
max-height: 95%;
|
|
4028
|
-
position: relative;
|
|
4029
|
-
background-color: var(--color-neutral-lightest);
|
|
4030
|
-
border-top-left-radius: var(--xbox-rounding-xl);
|
|
4031
|
-
border-top-right-radius: var(--xbox-rounding-xl);
|
|
4032
|
-
transition: height 0.3s ease-out 0s;
|
|
4033
|
-
display: flex;
|
|
4034
|
-
flex-direction: column;
|
|
4035
|
-
justify-content: space-between;
|
|
4036
|
-
}
|
|
4037
|
-
|
|
4038
|
-
.root-module_x-modal-size_auto__bmf2j .root-module_x-modal__modal__4ywZm {
|
|
4039
|
-
height: auto;
|
|
4040
|
-
transform: translateY(100%);
|
|
4041
|
-
transition: transform 0.3s ease-out 0s;
|
|
4042
|
-
}
|
|
4043
|
-
|
|
4044
|
-
.root-module_x-modal__backdrop__Kj2dm {
|
|
4045
|
-
position: fixed;
|
|
4046
|
-
top: 0px;
|
|
4047
|
-
left: 0px;
|
|
4048
|
-
right: 0px;
|
|
4049
|
-
bottom: 0px;
|
|
4050
|
-
background-color: #000;
|
|
4051
|
-
opacity: 0.6;
|
|
4052
|
-
}
|
|
4053
|
-
|
|
4054
|
-
.root-module_x-modal__modal__4ywZm > .root-module_x-modal__modal__close__2-hP- {
|
|
4055
|
-
position: absolute;
|
|
4056
|
-
right: var(--xbox-padding-l);
|
|
4057
|
-
top: var(--xbox-padding-l);
|
|
4058
|
-
border-radius: 50%;
|
|
4059
|
-
}
|
|
4060
|
-
|
|
4061
|
-
.root-module_x-modal__modal__4ywZm > .root-module_x-modal__modal__close__2-hP- > button > div {
|
|
4062
|
-
background-color: var(--color-neutral-light);
|
|
4063
|
-
padding: 4px;
|
|
4064
|
-
border-radius: 50%;
|
|
4065
|
-
}
|
|
4066
|
-
|
|
4067
|
-
.root-module_x-modal__modal__header__icon__KbIDv,
|
|
4068
|
-
.root-module_x-modal__modal__header__icon__KbIDv > div {
|
|
4069
|
-
height: 36px;
|
|
4070
|
-
width: 36px;
|
|
4071
|
-
}
|
|
4072
|
-
|
|
4073
|
-
.root-module_x-modal__modal__4ywZm > .root-module_x-modal__modal__header__RlJEZ > .root-module_x-modal__modal__header__icon__KbIDv {
|
|
4074
|
-
padding-bottom: var(--xbox-padding-s);
|
|
4075
|
-
display: block;
|
|
4076
|
-
}
|
|
4077
|
-
|
|
4078
|
-
.root-module_x-modal__modal__4ywZm > .root-module_x-modal__modal__header__RlJEZ > .root-module_x-modal__modal__header__title__WQZg7 {
|
|
4079
|
-
display: block;
|
|
4080
|
-
-webkit-user-select: none;
|
|
4081
|
-
-moz-user-select: none;
|
|
4082
|
-
user-select: none;
|
|
4467
|
+
padding: var(--xbox-padding-xl);
|
|
4083
4468
|
}
|
|
4084
4469
|
|
|
4085
|
-
.root-
|
|
4086
|
-
|
|
4087
|
-
|
|
4088
|
-
|
|
4470
|
+
.root-module_xfooter__rEMlw {
|
|
4471
|
+
padding: var(--xbox-padding-xs) var(--xbox-padding-xl) var(--xbox-padding-xs) var(--xbox-padding-xl);
|
|
4472
|
+
position: fixed;
|
|
4473
|
+
left: 0;
|
|
4474
|
+
right: 0;
|
|
4475
|
+
bottom: env(safe-area-inset-bottom, 0);
|
|
4476
|
+
z-index: 9;
|
|
4089
4477
|
}
|
|
4090
4478
|
|
|
4091
|
-
.root-
|
|
4092
|
-
|
|
4479
|
+
.root-module_xfooter--backround-solid__2TaB0 {
|
|
4480
|
+
background-color: var(--color-neutral-lightest);
|
|
4093
4481
|
}
|
|
4094
4482
|
|
|
4095
|
-
.root-
|
|
4096
|
-
|
|
4097
|
-
|
|
4098
|
-
padding-bottom: 16px;
|
|
4483
|
+
.root-module_xfooter--backround-gradient__H-bTz {
|
|
4484
|
+
padding: var(--xbox-padding-xl) var(--xbox-padding-xl) var(--xbox-padding-xs) var(--xbox-padding-xl);
|
|
4485
|
+
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--color-neutral-lightest) 22.97%);
|
|
4099
4486
|
}
|
|
4100
4487
|
|
|
4101
|
-
.root-
|
|
4102
|
-
|
|
4103
|
-
padding-top: 0;
|
|
4104
|
-
overflow: auto;
|
|
4105
|
-
flex: 1;
|
|
4488
|
+
.root-module_xfooter--backround-transparent__-XITq {
|
|
4489
|
+
background-color: transparent;
|
|
4106
4490
|
}
|
|
4107
4491
|
|
|
4108
|
-
.root-
|
|
4109
|
-
|
|
4110
|
-
|
|
4111
|
-
margin-bottom: env(safe-area-inset-bottom);
|
|
4112
|
-
padding-bottom: 32px;
|
|
4492
|
+
.root-module_xfooter--shadow__YwU5t {
|
|
4493
|
+
background-color: var(--color-neutral-lightest);
|
|
4494
|
+
box-shadow: var(--shadow-up-m);
|
|
4113
4495
|
}
|
|
4114
|
-
|
|
4115
4496
|
.root-module_xselect__G1bH- {
|
|
4116
4497
|
display: flex;
|
|
4117
4498
|
flex-direction: column;
|
|
@@ -5046,276 +5427,6 @@ body {
|
|
|
5046
5427
|
padding: var(--xbox-padding-xl);
|
|
5047
5428
|
margin-bottom: env(safe-area-inset-bottom);
|
|
5048
5429
|
}
|
|
5049
|
-
/* CSS FOR XCALENDAR */
|
|
5050
|
-
.root-module_xdatepicker__3Dn07 {
|
|
5051
|
-
font-weight: 600;
|
|
5052
|
-
font-size: 14px;
|
|
5053
|
-
line-height: 1;
|
|
5054
|
-
letter-spacing: -0.05em;
|
|
5055
|
-
background: #FFFFFF;
|
|
5056
|
-
overflow: hidden;
|
|
5057
|
-
color: #000;
|
|
5058
|
-
border: 1px solid #F5F5F5;
|
|
5059
|
-
border-radius: 16px;
|
|
5060
|
-
/* padding: 24px 16px; */
|
|
5061
|
-
}
|
|
5062
|
-
|
|
5063
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__header__VovGq {
|
|
5064
|
-
display: flex;
|
|
5065
|
-
justify-content: space-between;
|
|
5066
|
-
align-items: center;
|
|
5067
|
-
min-height: 72px;
|
|
5068
|
-
max-height: 72px;
|
|
5069
|
-
border-bottom: 1px solid #F5F5F5;
|
|
5070
|
-
padding: 0 16px;
|
|
5071
|
-
}
|
|
5072
|
-
|
|
5073
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__header__VovGq .root-module_dc__nav-prev-month__6R-es,
|
|
5074
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__header__VovGq .root-module_dc__nav-next-month__-2-W4 {
|
|
5075
|
-
min-width: 32px;
|
|
5076
|
-
max-width: 32px;
|
|
5077
|
-
min-height: 32px;
|
|
5078
|
-
max-height: 32px;
|
|
5079
|
-
display: flex;
|
|
5080
|
-
justify-content: center;
|
|
5081
|
-
align-items: center;
|
|
5082
|
-
cursor: pointer;
|
|
5083
|
-
}
|
|
5084
|
-
|
|
5085
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__header__VovGq .root-module_dc__nav-prev-month__6R-es svg path,
|
|
5086
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__header__VovGq .root-module_dc__nav-next-month__-2-W4 svg path {
|
|
5087
|
-
height: 12.5px;
|
|
5088
|
-
width: 7.5px;
|
|
5089
|
-
fill: #5C5C5C;
|
|
5090
|
-
}
|
|
5091
|
-
|
|
5092
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__header__VovGq .root-module_dc__nav-month-year__SUIyg {
|
|
5093
|
-
display: flex;
|
|
5094
|
-
gap: 8px;
|
|
5095
|
-
font-weight: 700;
|
|
5096
|
-
font-size: 20px;
|
|
5097
|
-
cursor: pointer;
|
|
5098
|
-
}
|
|
5099
|
-
|
|
5100
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__content__wZh4R {
|
|
5101
|
-
height: 0;
|
|
5102
|
-
background: #FFFFFF;
|
|
5103
|
-
overflow: hidden;
|
|
5104
|
-
transform: translateY(50%);
|
|
5105
|
-
transition: all 0.1s linear;
|
|
5106
|
-
display: flex;
|
|
5107
|
-
flex-direction: column;
|
|
5108
|
-
gap: 8px;
|
|
5109
|
-
}
|
|
5110
|
-
|
|
5111
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__content__wZh4R.root-module_opened__-mMLV {
|
|
5112
|
-
transform: translateY(0);
|
|
5113
|
-
height: auto;
|
|
5114
|
-
}
|
|
5115
|
-
|
|
5116
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__content__wZh4R .root-module_dc__row__0-ln8 {
|
|
5117
|
-
display: flex;
|
|
5118
|
-
align-items: center;
|
|
5119
|
-
justify-content: space-evenly;
|
|
5120
|
-
gap: 5px;
|
|
5121
|
-
}
|
|
5122
|
-
|
|
5123
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__content__wZh4R .root-module_dc__row__0-ln8 .root-module_dc__tile__lRdf3,
|
|
5124
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__content__wZh4R .root-module_dc__row__0-ln8 .root-module_dc__large-tile__FD1Bt {
|
|
5125
|
-
background: #FFFFFF;
|
|
5126
|
-
padding: 0;
|
|
5127
|
-
margin: 0;
|
|
5128
|
-
color: #000;
|
|
5129
|
-
font-size: 14px;
|
|
5130
|
-
font-weight: 600;
|
|
5131
|
-
border-radius: 8px;
|
|
5132
|
-
}
|
|
5133
|
-
|
|
5134
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__content__wZh4R .root-module_dc__row__0-ln8 .root-module_dc__tile__lRdf3:disabled,
|
|
5135
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__content__wZh4R .root-module_dc__row__0-ln8 .root-module_dc__large-tile__FD1Bt:disabled {
|
|
5136
|
-
color: #999999;
|
|
5137
|
-
}
|
|
5138
|
-
|
|
5139
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__content__wZh4R .root-module_dc__row__0-ln8 .root-module_dc__tile__lRdf3.root-module_dc__active__D3cte,
|
|
5140
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__content__wZh4R .root-module_dc__row__0-ln8 .root-module_dc__large-tile__FD1Bt.root-module_dc__active__D3cte {
|
|
5141
|
-
color: var(--primary-color-contrast, #FFFFFF);
|
|
5142
|
-
background: var(--primary-color, #000000);
|
|
5143
|
-
font-weight: 700;
|
|
5144
|
-
}
|
|
5145
|
-
|
|
5146
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__content__wZh4R .root-module_dc__row__0-ln8 .root-module_dc__tile__lRdf3.root-module_dc__range__v7Fg-,
|
|
5147
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__content__wZh4R .root-module_dc__row__0-ln8 .root-module_dc__large-tile__FD1Bt.root-module_dc__range__v7Fg- {
|
|
5148
|
-
background: #F5F5F5;
|
|
5149
|
-
}
|
|
5150
|
-
|
|
5151
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__content__wZh4R .root-module_dc__row__0-ln8 .root-module_dc__large-tile__FD1Bt {
|
|
5152
|
-
flex: 1 31%;
|
|
5153
|
-
width: 100%;
|
|
5154
|
-
min-height: 45px;
|
|
5155
|
-
max-height: 45px;
|
|
5156
|
-
margin: 0;
|
|
5157
|
-
padding: 16px 8px;
|
|
5158
|
-
}
|
|
5159
|
-
|
|
5160
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__days-content__FWWvx.root-module_opened__-mMLV {
|
|
5161
|
-
padding: 24px 16px 16px;
|
|
5162
|
-
}
|
|
5163
|
-
|
|
5164
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__days-content__FWWvx .root-module_dc__days-row__19THI .root-module_dc__day-tile__bjV-E {
|
|
5165
|
-
border: 0;
|
|
5166
|
-
min-width: 32px;
|
|
5167
|
-
max-width: 32px;
|
|
5168
|
-
min-height: 32px;
|
|
5169
|
-
max-height: 32px;
|
|
5170
|
-
cursor: pointer;
|
|
5171
|
-
}
|
|
5172
|
-
|
|
5173
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__days-content__FWWvx .root-module_dc__days-row__19THI .root-module_dc__day-tile__bjV-E:disabled {
|
|
5174
|
-
color: #999999;
|
|
5175
|
-
}
|
|
5176
|
-
|
|
5177
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__days-content__FWWvx .root-module_dc__days-row__19THI .root-module_dc__day-tile__bjV-E.root-module_dc__active__D3cte {
|
|
5178
|
-
color: var(--primary-color-contrast, #FFFFFF);
|
|
5179
|
-
background: var(--primary-color, #000000);
|
|
5180
|
-
font-weight: 700;
|
|
5181
|
-
}
|
|
5182
|
-
|
|
5183
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__days-content__FWWvx .root-module_dc__days-row__19THI .root-module_dc__weekday_name__cnZ-6 {
|
|
5184
|
-
color: #000000;
|
|
5185
|
-
font-weight: 600;
|
|
5186
|
-
font-size: 14px;
|
|
5187
|
-
min-height: auto;
|
|
5188
|
-
max-height: auto;
|
|
5189
|
-
padding-bottom: 8px;
|
|
5190
|
-
display: flex;
|
|
5191
|
-
justify-content: center;
|
|
5192
|
-
align-items: center;
|
|
5193
|
-
}
|
|
5194
|
-
|
|
5195
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__months-content__cNNR-.root-module_opened__-mMLV {
|
|
5196
|
-
padding: 24px 16px 16px;
|
|
5197
|
-
}
|
|
5198
|
-
|
|
5199
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__months-content__cNNR-.root-module_opened__-mMLV .root-module_dc__large-tile__FD1Bt {
|
|
5200
|
-
border: 0;
|
|
5201
|
-
display: flex;
|
|
5202
|
-
justify-content: center;
|
|
5203
|
-
align-items: center;
|
|
5204
|
-
}
|
|
5205
|
-
|
|
5206
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__years-content__AQ31P.root-module_opened__-mMLV {
|
|
5207
|
-
padding: 24px 16px 16px;
|
|
5208
|
-
}
|
|
5209
|
-
|
|
5210
|
-
.root-module_xdatepicker__3Dn07 .root-module_dc__years-content__AQ31P.root-module_opened__-mMLV .root-module_dc__large-tile__FD1Bt {
|
|
5211
|
-
border: 0;
|
|
5212
|
-
display: flex;
|
|
5213
|
-
justify-content: center;
|
|
5214
|
-
align-items: center;
|
|
5215
|
-
cursor: pointer;
|
|
5216
|
-
}
|
|
5217
|
-
|
|
5218
|
-
.root-module_xdatepicker__input__DHBgq {
|
|
5219
|
-
display: flex;
|
|
5220
|
-
flex-direction: column;
|
|
5221
|
-
align-items: stretch;
|
|
5222
|
-
cursor: pointer;
|
|
5223
|
-
position: relative;
|
|
5224
|
-
width: 100%;
|
|
5225
|
-
}
|
|
5226
|
-
|
|
5227
|
-
.root-module_xdatepicker__input__DHBgq .root-module_xdatepicker__input__content__KMqIg {
|
|
5228
|
-
display: flex;
|
|
5229
|
-
align-items: center;
|
|
5230
|
-
padding: var(--xbox-padding-s) var(--xbox-padding-m);
|
|
5231
|
-
border: 1px solid var(--color-neutral-light);
|
|
5232
|
-
border-radius: 999px;
|
|
5233
|
-
-webkit-user-select: none;
|
|
5234
|
-
-moz-user-select: none;
|
|
5235
|
-
user-select: none;
|
|
5236
|
-
}
|
|
5237
|
-
|
|
5238
|
-
.root-module_xdatepicker__input__DHBgq.root-module_xdatepicker__input--has-value__-qCbH:not(.root-module_xdatepicker__input--has-error__yI6RU) .root-module_xdatepicker__input__content__KMqIg {
|
|
5239
|
-
background: linear-gradient(white, white) padding-box,
|
|
5240
|
-
var(--primary-color-gradient, #000000) border-box;
|
|
5241
|
-
border: 1px solid transparent;
|
|
5242
|
-
}
|
|
5243
|
-
|
|
5244
|
-
.root-module_xdatepicker__input__DHBgq.root-module_xdatepicker__input--has-error__yI6RU .root-module_xdatepicker__input__content__KMqIg {
|
|
5245
|
-
border: 1px solid var(--global-error-red-50);
|
|
5246
|
-
}
|
|
5247
|
-
|
|
5248
|
-
.root-module_xdatepicker__input__DHBgq.root-module_xdatepicker__input--disabled__SLhVS .root-module_xdatepicker__input__content__KMqIg {
|
|
5249
|
-
background-color: var(--color-neutral-light);
|
|
5250
|
-
}
|
|
5251
|
-
|
|
5252
|
-
.root-module_xdatepicker__input__DHBgq.root-module_xdatepicker__input--has-error__yI6RU .root-module_xdatepicker__input__icon__d6nHk {
|
|
5253
|
-
color: var(--global-error-red-50);
|
|
5254
|
-
}
|
|
5255
|
-
|
|
5256
|
-
.root-module_xdatepicker__input__DHBgq .root-module_xdatepicker__input__symbol__5UNgb {
|
|
5257
|
-
color: var(--color-neutral-dim);
|
|
5258
|
-
}
|
|
5259
|
-
|
|
5260
|
-
.root-module_xdatepicker__input__DHBgq .root-module_xdatepicker__input__text__jhNPF {
|
|
5261
|
-
flex: 1;
|
|
5262
|
-
text-align: left;
|
|
5263
|
-
height: var(--xbox-size-9);
|
|
5264
|
-
font-size: var(--xtext-size-10);
|
|
5265
|
-
font-weight: var(--xtext-weight-normal);
|
|
5266
|
-
letter-spacing: -0.05em;
|
|
5267
|
-
background: transparent;
|
|
5268
|
-
display: flex;
|
|
5269
|
-
align-items: center;
|
|
5270
|
-
min-width: 0;
|
|
5271
|
-
-webkit-user-select: none;
|
|
5272
|
-
-moz-user-select: none;
|
|
5273
|
-
user-select: none;
|
|
5274
|
-
}
|
|
5275
|
-
|
|
5276
|
-
.root-module_xdatepicker__input__DHBgq .root-module_xdatepicker__input__text__jhNPF,
|
|
5277
|
-
.root-module_xdatepicker__input__DHBgq .root-module_xdatepicker__input__placeholder__50HlR {
|
|
5278
|
-
width: 168px;
|
|
5279
|
-
}
|
|
5280
|
-
|
|
5281
|
-
.root-module_xdatepicker__input__DHBgq .root-module_xdatepicker__input__text__jhNPF > div {
|
|
5282
|
-
white-space: nowrap;
|
|
5283
|
-
overflow: hidden;
|
|
5284
|
-
text-overflow: ellipsis;
|
|
5285
|
-
padding-bottom: 2px;
|
|
5286
|
-
}
|
|
5287
|
-
|
|
5288
|
-
.root-module_xdatepicker__input__DHBgq.root-module_xdatepicker__input--has-error__yI6RU .root-module_xdatepicker__input__text__jhNPF {
|
|
5289
|
-
color: var(--global-error-red-50);
|
|
5290
|
-
}
|
|
5291
|
-
|
|
5292
|
-
.root-module_xdatepicker__input__DHBgq .root-module_xdatepicker__input__placeholder__50HlR {
|
|
5293
|
-
flex: 1;
|
|
5294
|
-
text-align: left;
|
|
5295
|
-
}
|
|
5296
|
-
|
|
5297
|
-
.root-module_xdatepicker__input__DHBgq .root-module_xdatepicker__input__placeholder__50HlR > div {
|
|
5298
|
-
font-size: var(--xtext-size-10);
|
|
5299
|
-
color: var(--color-neutral-dim);
|
|
5300
|
-
}
|
|
5301
|
-
|
|
5302
|
-
.root-module_xdatepicker__input__DHBgq.root-module_xdatepicker__input--has-error__yI6RU .root-module_xdatepicker__input__placeholder__50HlR {
|
|
5303
|
-
color: var(--global-error-red-50);
|
|
5304
|
-
}
|
|
5305
|
-
.root-module_xdatepicker__input__DHBgq.root-module_xdatepicker__input--size-s__vk-jT .root-module_xdatepicker__input__placeholder__50HlR > div {
|
|
5306
|
-
font-size: var(--xtext-size-11);
|
|
5307
|
-
}
|
|
5308
|
-
|
|
5309
|
-
.root-module_xdatepicker__input__DHBgq.root-module_xdatepicker__input--size-s__vk-jT .root-module_xdatepicker__input__text__jhNPF > div {
|
|
5310
|
-
font-size: var(--xtext-size-11);
|
|
5311
|
-
}
|
|
5312
|
-
|
|
5313
|
-
.root-module_xdatepicker__input__DHBgq.root-module_xdatepicker__input--size-s__vk-jT .root-module_xdatepicker__input__content__KMqIg {
|
|
5314
|
-
display: flex;
|
|
5315
|
-
align-items: center;
|
|
5316
|
-
padding: 9px var(--xbox-padding-m);
|
|
5317
|
-
}
|
|
5318
|
-
|
|
5319
5430
|
.root-module_xcard-decision__x2kPl {
|
|
5320
5431
|
}
|
|
5321
5432
|
|