@aivenio/aquarium 1.31.0 → 1.32.0

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/dist/styles.css CHANGED
@@ -1,21 +1,23 @@
1
+
2
+
3
+ @import 'https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap';
4
+ @import 'https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap';
1
5
  /*
2
6
  ! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
3
- *//*
7
+ */
8
+ /*
4
9
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
5
10
  2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
6
11
  */
7
-
8
12
  *,::before,::after {
9
13
  box-sizing: border-box; /* 1 */
10
14
  border-width: 0; /* 2 */
11
15
  border-style: solid; /* 2 */
12
16
  border-color: currentColor; /* 2 */
13
17
  }
14
-
15
18
  ::before,::after {
16
19
  --tw-content: '';
17
20
  }
18
-
19
21
  /*
20
22
  1. Use a consistent sensible line-height in all browsers.
21
23
  2. Prevent adjustments of font size after orientation changes in iOS.
@@ -23,7 +25,6 @@
23
25
  4. Use the user's configured `sans` font-family by default.
24
26
  5. Use the user's configured `sans` font-feature-settings by default.
25
27
  */
26
-
27
28
  html {
28
29
  line-height: 1.5; /* 1 */
29
30
  -webkit-text-size-adjust: 100%; /* 2 */
@@ -33,119 +34,95 @@ html {
33
34
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
34
35
  font-feature-settings: normal; /* 5 */
35
36
  }
36
-
37
37
  /*
38
38
  1. Remove the margin in all browsers.
39
39
  2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
40
40
  */
41
-
42
41
  body {
43
42
  margin: 0; /* 1 */
44
43
  line-height: inherit; /* 2 */
45
44
  }
46
-
47
45
  /*
48
46
  1. Add the correct height in Firefox.
49
47
  2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
50
48
  3. Ensure horizontal rules are visible by default.
51
49
  */
52
-
53
50
  hr {
54
51
  height: 0; /* 1 */
55
52
  color: inherit; /* 2 */
56
53
  border-top-width: 1px; /* 3 */
57
54
  }
58
-
59
55
  /*
60
56
  Add the correct text decoration in Chrome, Edge, and Safari.
61
57
  */
62
-
63
58
  abbr:where([title]) {
64
59
  -webkit-text-decoration: underline dotted;
65
60
  text-decoration: underline dotted;
66
61
  }
67
-
68
62
  /*
69
63
  Remove the default font size and weight for headings.
70
64
  */
71
-
72
65
  h1,h2,h3,h4,h5,h6 {
73
66
  font-size: inherit;
74
67
  font-weight: inherit;
75
68
  }
76
-
77
69
  /*
78
70
  Reset links to optimize for opt-in styling instead of opt-out.
79
71
  */
80
-
81
72
  a {
82
73
  color: inherit;
83
74
  text-decoration: inherit;
84
75
  }
85
-
86
76
  /*
87
77
  Add the correct font weight in Edge and Safari.
88
78
  */
89
-
90
79
  b,strong {
91
80
  font-weight: bolder;
92
81
  }
93
-
94
82
  /*
95
83
  1. Use the user's configured `mono` font family by default.
96
84
  2. Correct the odd `em` font sizing in all browsers.
97
85
  */
98
-
99
86
  code,kbd,samp,pre {
100
87
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
101
88
  font-size: 1em; /* 2 */
102
89
  }
103
-
104
90
  /*
105
91
  Add the correct font size in all browsers.
106
92
  */
107
-
108
93
  small {
109
94
  font-size: 80%;
110
95
  }
111
-
112
96
  /*
113
97
  Prevent `sub` and `sup` elements from affecting the line height in all browsers.
114
98
  */
115
-
116
99
  sub,sup {
117
100
  font-size: 75%;
118
101
  line-height: 0;
119
102
  position: relative;
120
103
  vertical-align: baseline;
121
104
  }
122
-
123
105
  sub {
124
106
  bottom: -0.25em;
125
107
  }
126
-
127
108
  sup {
128
109
  top: -0.5em;
129
110
  }
130
-
131
111
  /*
132
112
  1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
133
113
  2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
134
114
  3. Remove gaps between table borders by default.
135
115
  */
136
-
137
116
  table {
138
117
  text-indent: 0; /* 1 */
139
118
  border-color: inherit; /* 2 */
140
119
  border-collapse: collapse; /* 3 */
141
120
  }
142
-
143
121
  /*
144
122
  1. Change the font styles in all browsers.
145
123
  2. Remove the margin in Firefox and Safari.
146
124
  3. Remove default padding in all browsers.
147
125
  */
148
-
149
126
  button,input,optgroup,select,textarea {
150
127
  font-family: inherit; /* 1 */
151
128
  font-size: 100%; /* 1 */
@@ -155,181 +132,142 @@ button,input,optgroup,select,textarea {
155
132
  margin: 0; /* 2 */
156
133
  padding: 0; /* 3 */
157
134
  }
158
-
159
135
  /*
160
136
  Remove the inheritance of text transform in Edge and Firefox.
161
137
  */
162
-
163
138
  button,select {
164
139
  text-transform: none;
165
140
  }
166
-
167
141
  /*
168
142
  1. Correct the inability to style clickable types in iOS and Safari.
169
143
  2. Remove default button styles.
170
144
  */
171
-
172
145
  button,[type='button'],[type='reset'],[type='submit'] {
173
146
  -webkit-appearance: button; /* 1 */
174
147
  background-color: transparent; /* 2 */
175
148
  background-image: none; /* 2 */
176
149
  }
177
-
178
150
  /*
179
151
  Use the modern Firefox focus style for all focusable elements.
180
152
  */
181
-
182
153
  :-moz-focusring {
183
154
  outline: auto;
184
155
  }
185
-
186
156
  /*
187
157
  Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
188
158
  */
189
-
190
159
  :-moz-ui-invalid {
191
160
  box-shadow: none;
192
161
  }
193
-
194
162
  /*
195
163
  Add the correct vertical alignment in Chrome and Firefox.
196
164
  */
197
-
198
165
  progress {
199
166
  vertical-align: baseline;
200
167
  }
201
-
202
168
  /*
203
169
  Correct the cursor style of increment and decrement buttons in Safari.
204
170
  */
205
-
206
171
  ::-webkit-inner-spin-button,::-webkit-outer-spin-button {
207
172
  height: auto;
208
173
  }
209
-
210
174
  /*
211
175
  1. Correct the odd appearance in Chrome and Safari.
212
176
  2. Correct the outline style in Safari.
213
177
  */
214
-
215
178
  [type='search'] {
216
179
  -webkit-appearance: textfield; /* 1 */
217
180
  outline-offset: -2px; /* 2 */
218
181
  }
219
-
220
182
  /*
221
183
  Remove the inner padding in Chrome and Safari on macOS.
222
184
  */
223
-
224
185
  ::-webkit-search-decoration {
225
186
  -webkit-appearance: none;
226
187
  }
227
-
228
188
  /*
229
189
  1. Correct the inability to style clickable types in iOS and Safari.
230
190
  2. Change font properties to `inherit` in Safari.
231
191
  */
232
-
233
192
  ::-webkit-file-upload-button {
234
193
  -webkit-appearance: button; /* 1 */
235
194
  font: inherit; /* 2 */
236
195
  }
237
-
238
196
  /*
239
197
  Add the correct display in Chrome and Safari.
240
198
  */
241
-
242
199
  summary {
243
200
  display: list-item;
244
201
  }
245
-
246
202
  /*
247
203
  Removes the default spacing and border for appropriate elements.
248
204
  */
249
-
250
205
  blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre {
251
206
  margin: 0;
252
207
  }
253
-
254
208
  fieldset {
255
209
  margin: 0;
256
210
  padding: 0;
257
211
  }
258
-
259
212
  legend {
260
213
  padding: 0;
261
214
  }
262
-
263
215
  ol,ul,menu {
264
216
  list-style: none;
265
217
  margin: 0;
266
218
  padding: 0;
267
219
  }
268
-
269
220
  /*
270
221
  Prevent resizing textareas horizontally by default.
271
222
  */
272
-
273
223
  textarea {
274
224
  resize: vertical;
275
225
  }
276
-
277
226
  /*
278
227
  1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
279
228
  2. Set the default placeholder color to the user's configured gray 400 color.
280
229
  */
281
-
282
230
  input::-moz-placeholder, textarea::-moz-placeholder {
283
231
  opacity: 1; /* 1 */
284
232
  color: #9ca3af; /* 2 */
285
233
  }
286
-
287
234
  input::placeholder,textarea::placeholder {
288
235
  opacity: 1; /* 1 */
289
236
  color: #9ca3af; /* 2 */
290
237
  }
291
-
292
238
  /*
293
239
  Set the default cursor for buttons.
294
240
  */
295
-
296
241
  button,[role="button"] {
297
242
  cursor: pointer;
298
243
  }
299
-
300
244
  /*
301
245
  Make sure disabled buttons don't get the pointer cursor.
302
246
  */
303
247
  :disabled {
304
248
  cursor: default;
305
249
  }
306
-
307
250
  /*
308
251
  1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
309
252
  2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
310
253
  This can trigger a poorly considered lint error in some tools but is included by design.
311
254
  */
312
-
313
255
  img,svg,video,canvas,audio,iframe,embed,object {
314
256
  display: block; /* 1 */
315
257
  vertical-align: middle; /* 2 */
316
258
  }
317
-
318
259
  /*
319
260
  Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
320
261
  */
321
-
322
262
  img,video {
323
263
  max-width: 100%;
324
264
  height: auto;
325
265
  }
326
-
327
266
  /* Make elements with the HTML hidden attribute stay hidden by default */
328
267
  [hidden] {
329
268
  display: none;
330
269
  }
331
-
332
- *,::before,::after {
270
+ *,::before,::after{
333
271
  --tw-border-spacing-x: 0;
334
272
  --tw-border-spacing-y: 0;
335
273
  --tw-translate-x: 0;
@@ -375,8 +313,7 @@ img,video {
375
313
  --tw-backdrop-saturate: ;
376
314
  --tw-backdrop-sepia: ;
377
315
  }
378
-
379
- ::backdrop {
316
+ ::backdrop{
380
317
  --tw-border-spacing-x: 0;
381
318
  --tw-border-spacing-y: 0;
382
319
  --tw-translate-x: 0;
@@ -604,7 +541,7 @@ input[type='number'].no-arrows::-webkit-inner-spin-button,input[type='number'].n
604
541
  input[type='number'].no-arrows {
605
542
  -moz-appearance: textfield; /* Firefox */
606
543
  }
607
- .recharts-cartesian-axis-tick-value {
544
+ .recharts-cartesian-axis-tick-value{
608
545
  font-family: Inter;
609
546
  font-size: 12px;
610
547
  font-weight: 400;
@@ -614,7 +551,7 @@ input[type='number'].no-arrows {
614
551
  fill: #787885;
615
552
  fill: var(--aquarium-colors-grey-50, #787885);
616
553
  }
617
- .recharts-tooltip-wrapper {
554
+ .recharts-tooltip-wrapper{
618
555
  font-family: Inter;
619
556
  font-size: 12px;
620
557
  font-weight: 400;
@@ -641,7 +578,7 @@ input[type='number'].no-arrows {
641
578
  .recharts-tooltip-item-separator {
642
579
  margin-right: 2px;
643
580
  }
644
- .focusable.focus-visible {
581
+ .focusable.focus-visible{
645
582
  outline: 2px solid transparent;
646
583
  outline-offset: 2px;
647
584
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
@@ -650,7 +587,7 @@ input[type='number'].no-arrows {
650
587
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
651
588
  --tw-ring-color: var(--aquarium-colors-info-70, #0399e3);
652
589
  }
653
- .focusable:focus-visible {
590
+ .focusable:focus-visible{
654
591
  outline: 2px solid transparent;
655
592
  outline-offset: 2px;
656
593
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
@@ -664,73 +601,61 @@ input[type='number'].no-arrows {
664
601
  }
665
602
  /* https://tailwindcss.com/docs/using-with-preprocessors */
666
603
  /* @import statements must come first*/
667
- .container {
604
+ .container{
668
605
  width: 100%;
669
606
  }
670
- .\!container {
607
+ .\!container{
671
608
  width: 100% !important;
672
609
  }
673
- @media (min-width: 0px) {
674
-
675
- .container {
610
+ @media (min-width: 0px){
611
+ .container{
676
612
  max-width: 0px;
677
613
  }
678
-
679
- .\!container {
614
+ .\!container{
680
615
  max-width: 0px !important;
681
616
  }
682
617
  }
683
- @media (min-width: 320px) {
684
-
685
- .container {
618
+ @media (min-width: 320px){
619
+ .container{
686
620
  max-width: 320px;
687
621
  }
688
-
689
- .\!container {
622
+ .\!container{
690
623
  max-width: 320px !important;
691
624
  }
692
625
  }
693
- @media (min-width: 672px) {
694
-
695
- .container {
626
+ @media (min-width: 672px){
627
+ .container{
696
628
  max-width: 672px;
697
629
  }
698
-
699
- .\!container {
630
+ .\!container{
700
631
  max-width: 672px !important;
701
632
  }
702
633
  }
703
- @media (min-width: 1056px) {
704
-
705
- .container {
634
+ @media (min-width: 1056px){
635
+ .container{
706
636
  max-width: 1056px;
707
637
  }
708
-
709
- .\!container {
638
+ .\!container{
710
639
  max-width: 1056px !important;
711
640
  }
712
641
  }
713
- @media (min-width: 1312px) {
714
-
715
- .container {
642
+ @media (min-width: 1312px){
643
+ .container{
716
644
  max-width: 1312px;
717
645
  }
718
-
719
- .\!container {
646
+ .\!container{
720
647
  max-width: 1312px !important;
721
648
  }
722
649
  }
723
- @media (min-width: 1536px) {
724
-
725
- .container {
650
+ @media (min-width: 1536px){
651
+ .container{
726
652
  max-width: 1536px;
727
653
  }
728
-
729
- .\!container {
654
+ .\!container{
730
655
  max-width: 1536px !important;
731
656
  }
732
657
  }
733
- .typography-large-heading {
658
+ .typography-large-heading{
734
659
  font-family: Poppins;
735
660
  font-size: 32px;
736
661
  font-weight: 700;
@@ -738,7 +663,7 @@ input[type='number'].no-arrows {
738
663
  line-height: 1.375;
739
664
  text-transform: none;
740
665
  }
741
- .typography-heading {
666
+ .typography-heading{
742
667
  font-family: Poppins;
743
668
  font-size: 24px;
744
669
  font-weight: 700;
@@ -746,7 +671,7 @@ input[type='number'].no-arrows {
746
671
  line-height: 1.375;
747
672
  text-transform: none;
748
673
  }
749
- .typography-subheading {
674
+ .typography-subheading{
750
675
  font-family: Poppins;
751
676
  font-size: 20px;
752
677
  font-weight: 600;
@@ -754,7 +679,7 @@ input[type='number'].no-arrows {
754
679
  line-height: 1.375;
755
680
  text-transform: none;
756
681
  }
757
- .typography-large-strong {
682
+ .typography-large-strong{
758
683
  font-family: Inter;
759
684
  font-size: 20px;
760
685
  font-weight: 600;
@@ -762,7 +687,7 @@ input[type='number'].no-arrows {
762
687
  line-height: 1.58;
763
688
  text-transform: none;
764
689
  }
765
- .typography-large {
690
+ .typography-large{
766
691
  font-family: Inter;
767
692
  font-size: 20px;
768
693
  font-weight: 500;
@@ -770,7 +695,7 @@ input[type='number'].no-arrows {
770
695
  line-height: 1.58;
771
696
  text-transform: none;
772
697
  }
773
- .typography-default-strong {
698
+ .typography-default-strong{
774
699
  font-family: Inter;
775
700
  font-size: 16px;
776
701
  font-weight: 500;
@@ -778,7 +703,7 @@ input[type='number'].no-arrows {
778
703
  line-height: 1.5;
779
704
  text-transform: none;
780
705
  }
781
- .typography-default {
706
+ .typography-default{
782
707
  font-family: Inter;
783
708
  font-size: 16px;
784
709
  font-weight: 400;
@@ -786,7 +711,7 @@ input[type='number'].no-arrows {
786
711
  line-height: 1.5;
787
712
  text-transform: none;
788
713
  }
789
- .typography-small-strong {
714
+ .typography-small-strong{
790
715
  font-family: Inter;
791
716
  font-size: 14px;
792
717
  font-weight: 500;
@@ -794,7 +719,7 @@ input[type='number'].no-arrows {
794
719
  line-height: 1.42;
795
720
  text-transform: none;
796
721
  }
797
- .typography-small {
722
+ .typography-small{
798
723
  font-family: Inter;
799
724
  font-size: 14px;
800
725
  font-weight: 400;
@@ -802,7 +727,7 @@ input[type='number'].no-arrows {
802
727
  line-height: 1.42;
803
728
  text-transform: none;
804
729
  }
805
- .typography-caption {
730
+ .typography-caption{
806
731
  font-family: Inter;
807
732
  font-size: 12px;
808
733
  font-weight: 400;
@@ -810,7 +735,7 @@ input[type='number'].no-arrows {
810
735
  line-height: 1.26;
811
736
  text-transform: none;
812
737
  }
813
- .typography-caption-small {
738
+ .typography-caption-small{
814
739
  font-family: Inter;
815
740
  font-size: 10px;
816
741
  font-weight: 400;
@@ -819,7 +744,7 @@ input[type='number'].no-arrows {
819
744
  letter-spacing: 0;
820
745
  text-transform: none;
821
746
  }
822
- .typography-caption-default {
747
+ .typography-caption-default{
823
748
  font-family: Inter;
824
749
  font-size: 12px;
825
750
  font-weight: 400;
@@ -828,7 +753,7 @@ input[type='number'].no-arrows {
828
753
  letter-spacing: 0;
829
754
  text-transform: none;
830
755
  }
831
- .typography-overline-small {
756
+ .typography-overline-small{
832
757
  font-family: Inter;
833
758
  font-size: 10px;
834
759
  font-weight: 400;
@@ -837,7 +762,7 @@ input[type='number'].no-arrows {
837
762
  letter-spacing: 0;
838
763
  text-transform: uppercase;
839
764
  }
840
- .typography-overline-default {
765
+ .typography-overline-default{
841
766
  font-family: Inter;
842
767
  font-size: 12px;
843
768
  font-weight: 400;
@@ -846,7 +771,7 @@ input[type='number'].no-arrows {
846
771
  letter-spacing: 0;
847
772
  text-transform: uppercase;
848
773
  }
849
- .typography-button-small {
774
+ .typography-button-small{
850
775
  font-family: Inter;
851
776
  font-size: 12px;
852
777
  font-weight: 500;
@@ -855,7 +780,7 @@ input[type='number'].no-arrows {
855
780
  letter-spacing: 0;
856
781
  text-transform: none;
857
782
  }
858
- .typography-button-medium {
783
+ .typography-button-medium{
859
784
  font-family: Inter;
860
785
  font-size: 14px;
861
786
  font-weight: 400;
@@ -864,7 +789,7 @@ input[type='number'].no-arrows {
864
789
  letter-spacing: 0;
865
790
  text-transform: none;
866
791
  }
867
- .typography-button-large {
792
+ .typography-button-large{
868
793
  font-family: Inter;
869
794
  font-size: 16px;
870
795
  font-weight: 500;
@@ -873,7 +798,7 @@ input[type='number'].no-arrows {
873
798
  letter-spacing: 0;
874
799
  text-transform: none;
875
800
  }
876
- .typography-body-small {
801
+ .typography-body-small{
877
802
  font-family: Inter;
878
803
  font-size: 14px;
879
804
  font-weight: 400;
@@ -882,7 +807,7 @@ input[type='number'].no-arrows {
882
807
  letter-spacing: 0;
883
808
  text-transform: none;
884
809
  }
885
- .typography-body-small-medium {
810
+ .typography-body-small-medium{
886
811
  font-family: Inter;
887
812
  font-size: 14px;
888
813
  font-weight: 500;
@@ -891,7 +816,7 @@ input[type='number'].no-arrows {
891
816
  letter-spacing: 0;
892
817
  text-transform: none;
893
818
  }
894
- .typography-body-default {
819
+ .typography-body-default{
895
820
  font-family: Inter;
896
821
  font-size: 16px;
897
822
  font-weight: 400;
@@ -900,7 +825,7 @@ input[type='number'].no-arrows {
900
825
  letter-spacing: 0;
901
826
  text-transform: none;
902
827
  }
903
- .typography-body-default-medium {
828
+ .typography-body-default-medium{
904
829
  font-family: Inter;
905
830
  font-size: 16px;
906
831
  font-weight: 500;
@@ -909,7 +834,7 @@ input[type='number'].no-arrows {
909
834
  letter-spacing: 0;
910
835
  text-transform: none;
911
836
  }
912
- .typography-body-large {
837
+ .typography-body-large{
913
838
  font-family: Inter;
914
839
  font-size: 20px;
915
840
  font-weight: 400;
@@ -918,7 +843,7 @@ input[type='number'].no-arrows {
918
843
  letter-spacing: 0;
919
844
  text-transform: none;
920
845
  }
921
- .typography-body-large-medium {
846
+ .typography-body-large-medium{
922
847
  font-family: Inter;
923
848
  font-size: 20px;
924
849
  font-weight: 400;
@@ -927,7 +852,7 @@ input[type='number'].no-arrows {
927
852
  letter-spacing: 0;
928
853
  text-transform: none;
929
854
  }
930
- .typography-heading-large {
855
+ .typography-heading-large{
931
856
  font-family: Inter;
932
857
  font-size: 20px;
933
858
  font-weight: 700;
@@ -936,7 +861,7 @@ input[type='number'].no-arrows {
936
861
  letter-spacing: 0.15px;
937
862
  text-transform: none;
938
863
  }
939
- .typography-heading-xl {
864
+ .typography-heading-xl{
940
865
  font-family: Inter;
941
866
  font-size: 24px;
942
867
  font-weight: 700;
@@ -945,7 +870,7 @@ input[type='number'].no-arrows {
945
870
  letter-spacing: 0;
946
871
  text-transform: none;
947
872
  }
948
- .typography-heading-2xl {
873
+ .typography-heading-2xl{
949
874
  font-family: Inter;
950
875
  font-size: 34px;
951
876
  font-weight: 700;
@@ -954,7 +879,7 @@ input[type='number'].no-arrows {
954
879
  letter-spacing: 0;
955
880
  text-transform: none;
956
881
  }
957
- .typography-heading-3xl {
882
+ .typography-heading-3xl{
958
883
  font-family: Inter;
959
884
  font-size: 48px;
960
885
  font-weight: 700;
@@ -963,7 +888,7 @@ input[type='number'].no-arrows {
963
888
  letter-spacing: -0.48px;
964
889
  text-transform: none;
965
890
  }
966
- .typography-heading-4xl {
891
+ .typography-heading-4xl{
967
892
  font-family: Inter;
968
893
  font-size: 60px;
969
894
  font-weight: 700;
@@ -972,7 +897,7 @@ input[type='number'].no-arrows {
972
897
  letter-spacing: -1.5px;
973
898
  text-transform: none;
974
899
  }
975
- .typography-heading-5xl {
900
+ .typography-heading-5xl{
976
901
  font-family: Inter;
977
902
  font-size: 76px;
978
903
  font-weight: 700;
@@ -981,1938 +906,1933 @@ input[type='number'].no-arrows {
981
906
  letter-spacing: -1.98px;
982
907
  text-transform: none;
983
908
  }
984
- .pointer-events-none {
909
+ .pointer-events-none{
985
910
  pointer-events: none;
986
911
  }
987
- .visible {
912
+ .visible{
988
913
  visibility: visible;
989
914
  }
990
- .invisible {
915
+ .invisible{
991
916
  visibility: hidden;
992
917
  }
993
- .collapse {
918
+ .collapse{
994
919
  visibility: collapse;
995
920
  }
996
- .static {
921
+ .static{
997
922
  position: static;
998
923
  }
999
- .fixed {
924
+ .fixed{
1000
925
  position: fixed;
1001
926
  }
1002
- .absolute {
927
+ .absolute{
1003
928
  position: absolute;
1004
929
  }
1005
- .relative {
930
+ .relative{
1006
931
  position: relative;
1007
932
  }
1008
- .sticky {
933
+ .sticky{
1009
934
  position: sticky;
1010
935
  }
1011
- .inset-0 {
936
+ .inset-0{
1012
937
  top: 0;
1013
938
  right: 0;
1014
939
  bottom: 0;
1015
940
  left: 0;
1016
941
  }
1017
- .inset-y-0 {
942
+ .inset-y-0{
1018
943
  top: 0;
1019
944
  bottom: 0;
1020
945
  }
1021
- .top-0 {
946
+ .top-0{
1022
947
  top: 0;
1023
948
  }
1024
- .left-0 {
949
+ .left-0{
1025
950
  left: 0;
1026
951
  }
1027
- .right-0 {
952
+ .right-0{
1028
953
  right: 0;
1029
954
  }
1030
- .top-\[20px\] {
955
+ .top-\[20px\]{
1031
956
  top: 20px;
1032
957
  }
1033
- .right-\[28px\] {
958
+ .right-\[28px\]{
1034
959
  right: 28px;
1035
960
  }
1036
- .-left-1\/2 {
961
+ .-left-1\/2{
1037
962
  left: -50%;
1038
963
  }
1039
- .top-\[3px\] {
964
+ .top-\[3px\]{
1040
965
  top: 3px;
1041
966
  }
1042
- .top-\[14px\] {
967
+ .top-\[14px\]{
1043
968
  top: 14px;
1044
969
  }
1045
- .left-2 {
970
+ .left-2{
1046
971
  left: 4px;
1047
972
  }
1048
- .left-1\/2 {
973
+ .left-1\/2{
1049
974
  left: 50%;
1050
975
  }
1051
- .bottom-0 {
976
+ .bottom-0{
1052
977
  bottom: 0;
1053
978
  }
1054
- .z-modal {
979
+ .z-modal{
1055
980
  z-index: 100;
1056
981
  }
1057
- .-z-10 {
982
+ .-z-10{
1058
983
  z-index: -10;
1059
984
  }
1060
- .z-10 {
985
+ .z-10{
1061
986
  z-index: 10;
1062
987
  }
1063
- .z-20 {
988
+ .z-20{
1064
989
  z-index: 20;
1065
990
  }
1066
- .z-40 {
991
+ .z-40{
1067
992
  z-index: 40;
1068
993
  }
1069
- .z-0 {
994
+ .z-0{
1070
995
  z-index: 0;
1071
996
  }
1072
- .col-start-2 {
997
+ .col-start-2{
1073
998
  grid-column-start: 2;
1074
999
  }
1075
- .col-start-1 {
1000
+ .col-start-1{
1076
1001
  grid-column-start: 1;
1077
1002
  }
1078
- .col-start-3 {
1003
+ .col-start-3{
1079
1004
  grid-column-start: 3;
1080
1005
  }
1081
- .row-start-1 {
1006
+ .row-start-1{
1082
1007
  grid-row-start: 1;
1083
1008
  }
1084
- .-m-2 {
1009
+ .-m-2{
1085
1010
  margin: -4px;
1086
1011
  }
1087
- .m-3 {
1012
+ .m-3{
1088
1013
  margin: 8px;
1089
1014
  }
1090
- .m-4 {
1015
+ .m-4{
1091
1016
  margin: 12px;
1092
1017
  }
1093
- .m-\[1px\] {
1018
+ .m-\[1px\]{
1094
1019
  margin: 1px;
1095
1020
  }
1096
- .-mx-4 {
1021
+ .-mx-4{
1097
1022
  margin-left: -12px;
1098
1023
  margin-right: -12px;
1099
1024
  }
1100
- .mx-7 {
1025
+ .mx-7{
1101
1026
  margin-left: 32px;
1102
1027
  margin-right: 32px;
1103
1028
  }
1104
- .my-1 {
1029
+ .my-1{
1105
1030
  margin-top: 2px;
1106
1031
  margin-bottom: 2px;
1107
1032
  }
1108
- .mx-3 {
1033
+ .mx-3{
1109
1034
  margin-left: 8px;
1110
1035
  margin-right: 8px;
1111
1036
  }
1112
- .my-4 {
1037
+ .my-4{
1113
1038
  margin-top: 12px;
1114
1039
  margin-bottom: 12px;
1115
1040
  }
1116
- .mx-2 {
1041
+ .mx-2{
1117
1042
  margin-left: 4px;
1118
1043
  margin-right: 4px;
1119
1044
  }
1120
- .mx-1 {
1045
+ .mx-1{
1121
1046
  margin-left: 2px;
1122
1047
  margin-right: 2px;
1123
1048
  }
1124
- .mx-0 {
1049
+ .mx-0{
1125
1050
  margin-left: 0;
1126
1051
  margin-right: 0;
1127
1052
  }
1128
- .mb-3 {
1053
+ .mb-3{
1129
1054
  margin-bottom: 8px;
1130
1055
  }
1131
- .mt-5 {
1056
+ .mt-5{
1132
1057
  margin-top: 16px;
1133
1058
  }
1134
- .-mt-4 {
1059
+ .-mt-4{
1135
1060
  margin-top: -12px;
1136
1061
  }
1137
- .mt-auto {
1062
+ .mt-auto{
1138
1063
  margin-top: auto;
1139
1064
  }
1140
- .mt-1 {
1065
+ .mt-1{
1141
1066
  margin-top: 2px;
1142
1067
  }
1143
- .mt-4 {
1068
+ .mt-4{
1144
1069
  margin-top: 12px;
1145
1070
  }
1146
- .mb-5 {
1071
+ .mb-5{
1147
1072
  margin-bottom: 16px;
1148
1073
  }
1149
- .mr-4 {
1074
+ .mr-4{
1150
1075
  margin-right: 12px;
1151
1076
  }
1152
- .mt-2 {
1077
+ .mt-2{
1153
1078
  margin-top: 4px;
1154
1079
  }
1155
- .ml-3 {
1080
+ .ml-3{
1156
1081
  margin-left: 8px;
1157
1082
  }
1158
- .mr-1 {
1083
+ .mr-1{
1159
1084
  margin-right: 2px;
1160
1085
  }
1161
- .mb-\[-2px\] {
1086
+ .mb-\[-2px\]{
1162
1087
  margin-bottom: -2px;
1163
1088
  }
1164
- .mb-2 {
1089
+ .mb-2{
1165
1090
  margin-bottom: 4px;
1166
1091
  }
1167
- .ml-2 {
1092
+ .ml-2{
1168
1093
  margin-left: 4px;
1169
1094
  }
1170
- .mb-\[7px\] {
1095
+ .mb-\[7px\]{
1171
1096
  margin-bottom: 7px;
1172
1097
  }
1173
- .block {
1098
+ .block{
1174
1099
  display: block;
1175
1100
  }
1176
- .inline-block {
1101
+ .inline-block{
1177
1102
  display: inline-block;
1178
1103
  }
1179
- .inline {
1104
+ .inline{
1180
1105
  display: inline;
1181
1106
  }
1182
- .\!inline {
1107
+ .\!inline{
1183
1108
  display: inline !important;
1184
1109
  }
1185
- .flex {
1110
+ .flex{
1186
1111
  display: flex;
1187
1112
  }
1188
- .inline-flex {
1113
+ .inline-flex{
1189
1114
  display: inline-flex;
1190
1115
  }
1191
- .table {
1116
+ .table{
1192
1117
  display: table;
1193
1118
  }
1194
- .\!table {
1119
+ .\!table{
1195
1120
  display: table !important;
1196
1121
  }
1197
- .grid {
1122
+ .grid{
1198
1123
  display: grid;
1199
1124
  }
1200
- .inline-grid {
1125
+ .inline-grid{
1201
1126
  display: inline-grid;
1202
1127
  }
1203
- .contents {
1128
+ .contents{
1204
1129
  display: contents;
1205
1130
  }
1206
- .hidden {
1131
+ .hidden{
1207
1132
  display: none;
1208
1133
  }
1209
- .aspect-square {
1134
+ .aspect-square{
1210
1135
  aspect-ratio: 1 / 1;
1211
1136
  }
1212
- .h-1 {
1137
+ .h-1{
1213
1138
  height: 2px;
1214
1139
  }
1215
- .h-\[20px\] {
1140
+ .h-\[20px\]{
1216
1141
  height: 20px;
1217
1142
  }
1218
- .h-\[174px\] {
1143
+ .h-\[174px\]{
1219
1144
  height: 174px;
1220
1145
  }
1221
- .h-\[225px\] {
1146
+ .h-\[225px\]{
1222
1147
  height: 225px;
1223
1148
  }
1224
- .h-5 {
1149
+ .h-5{
1225
1150
  height: 16px;
1226
1151
  }
1227
- .h-\[1px\] {
1152
+ .h-\[1px\]{
1228
1153
  height: 1px;
1229
1154
  }
1230
- .h-\[120px\] {
1155
+ .h-\[120px\]{
1231
1156
  height: 120px;
1232
1157
  }
1233
- .h-full {
1158
+ .h-full{
1234
1159
  height: 100%;
1235
1160
  }
1236
- .h-2 {
1161
+ .h-2{
1237
1162
  height: 4px;
1238
1163
  }
1239
- .h-\[2px\] {
1164
+ .h-\[2px\]{
1240
1165
  height: 2px;
1241
1166
  }
1242
- .h-\[3px\] {
1167
+ .h-\[3px\]{
1243
1168
  height: 3px;
1244
1169
  }
1245
- .h-\[32px\] {
1170
+ .h-\[32px\]{
1246
1171
  height: 32px;
1247
1172
  }
1248
- .h-\[8px\] {
1173
+ .h-\[8px\]{
1249
1174
  height: 8px;
1250
1175
  }
1251
- .h-4 {
1176
+ .h-4{
1252
1177
  height: 12px;
1253
1178
  }
1254
- .h-\[50px\] {
1179
+ .h-\[50px\]{
1255
1180
  height: 50px;
1256
1181
  }
1257
- .h-\[6px\] {
1182
+ .h-\[6px\]{
1258
1183
  height: 6px;
1259
1184
  }
1260
- .h-1px {
1185
+ .h-1px{
1261
1186
  height: 1px;
1262
1187
  }
1263
- .h-3 {
1188
+ .h-3{
1264
1189
  height: 8px;
1265
1190
  }
1266
- .h-6 {
1191
+ .h-6{
1267
1192
  height: 24px;
1268
1193
  }
1269
- .h-\[56px\] {
1194
+ .h-\[56px\]{
1270
1195
  height: 56px;
1271
1196
  }
1272
- .h-auto {
1197
+ .h-auto{
1273
1198
  height: auto;
1274
1199
  }
1275
- .h-\[25px\] {
1200
+ .h-\[25px\]{
1276
1201
  height: 25px;
1277
1202
  }
1278
- .max-h-full {
1203
+ .max-h-full{
1279
1204
  max-height: 100%;
1280
1205
  }
1281
- .min-h-full {
1206
+ .min-h-full{
1282
1207
  min-height: 100%;
1283
1208
  }
1284
- .min-h-\[120px\] {
1209
+ .min-h-\[120px\]{
1285
1210
  min-height: 120px;
1286
1211
  }
1287
- .min-h-\[50px\] {
1212
+ .min-h-\[50px\]{
1288
1213
  min-height: 50px;
1289
1214
  }
1290
- .w-full {
1215
+ .w-full{
1291
1216
  width: 100%;
1292
1217
  }
1293
- .w-\[280px\] {
1218
+ .w-\[280px\]{
1294
1219
  width: 280px;
1295
1220
  }
1296
- .w-5 {
1221
+ .w-5{
1297
1222
  width: 16px;
1298
1223
  }
1299
- .w-\[32px\] {
1224
+ .w-\[32px\]{
1300
1225
  width: 32px;
1301
1226
  }
1302
- .w-\[8px\] {
1227
+ .w-\[8px\]{
1303
1228
  width: 8px;
1304
1229
  }
1305
- .w-\[34px\] {
1230
+ .w-\[34px\]{
1306
1231
  width: 34px;
1307
1232
  }
1308
- .w-4 {
1233
+ .w-4{
1309
1234
  width: 12px;
1310
1235
  }
1311
- .w-1 {
1236
+ .w-1{
1312
1237
  width: 2px;
1313
1238
  }
1314
- .w-\[6px\] {
1239
+ .w-\[6px\]{
1315
1240
  width: 6px;
1316
1241
  }
1317
- .w-1px {
1242
+ .w-1px{
1318
1243
  width: 1px;
1319
1244
  }
1320
- .w-2 {
1245
+ .w-2{
1321
1246
  width: 4px;
1322
1247
  }
1323
- .w-3 {
1248
+ .w-3{
1324
1249
  width: 8px;
1325
1250
  }
1326
- .w-6 {
1251
+ .w-6{
1327
1252
  width: 24px;
1328
1253
  }
1329
- .w-\[56px\] {
1254
+ .w-\[56px\]{
1330
1255
  width: 56px;
1331
1256
  }
1332
- .min-w-\[280px\] {
1257
+ .min-w-\[280px\]{
1333
1258
  min-width: 280px;
1334
1259
  }
1335
- .min-w-full {
1260
+ .min-w-full{
1336
1261
  min-width: 100%;
1337
1262
  }
1338
- .min-w-0 {
1263
+ .min-w-0{
1339
1264
  min-width: 0px;
1340
1265
  }
1341
- .max-w-\[600px\] {
1266
+ .max-w-\[600px\]{
1342
1267
  max-width: 600px;
1343
1268
  }
1344
- .max-w-\[940px\] {
1269
+ .max-w-\[940px\]{
1345
1270
  max-width: 940px;
1346
1271
  }
1347
- .max-w-screen-xl {
1272
+ .max-w-screen-xl{
1348
1273
  max-width: 1536px;
1349
1274
  }
1350
- .max-w-screen-lg {
1275
+ .max-w-screen-lg{
1351
1276
  max-width: 1312px;
1352
1277
  }
1353
- .max-w-screen-md {
1278
+ .max-w-screen-md{
1354
1279
  max-width: 1056px;
1355
1280
  }
1356
- .max-w-screen-sm {
1281
+ .max-w-screen-sm{
1357
1282
  max-width: 672px;
1358
1283
  }
1359
- .max-w-screen-xs {
1284
+ .max-w-screen-xs{
1360
1285
  max-width: 320px;
1361
1286
  }
1362
- .max-w-\[70px\] {
1287
+ .max-w-\[70px\]{
1363
1288
  max-width: 70px;
1364
1289
  }
1365
- .max-w-\[40px\] {
1290
+ .max-w-\[40px\]{
1366
1291
  max-width: 40px;
1367
1292
  }
1368
- .max-w-\[300px\] {
1293
+ .max-w-\[300px\]{
1369
1294
  max-width: 300px;
1370
1295
  }
1371
- .max-w-\[320px\] {
1296
+ .max-w-\[320px\]{
1372
1297
  max-width: 320px;
1373
1298
  }
1374
- .shrink {
1299
+ .shrink{
1375
1300
  flex-shrink: 1;
1376
1301
  }
1377
- .flex-grow {
1302
+ .flex-grow{
1378
1303
  flex-grow: 1;
1379
1304
  }
1380
- .grow {
1305
+ .grow{
1381
1306
  flex-grow: 1;
1382
1307
  }
1383
- .grow-0 {
1308
+ .grow-0{
1384
1309
  flex-grow: 0;
1385
1310
  }
1386
- .table-auto {
1311
+ .table-auto{
1387
1312
  table-layout: auto;
1388
1313
  }
1389
- .table-fixed {
1314
+ .table-fixed{
1390
1315
  table-layout: fixed;
1391
1316
  }
1392
- .border-spacing-0 {
1317
+ .border-spacing-0{
1393
1318
  --tw-border-spacing-x: 0;
1394
1319
  --tw-border-spacing-y: 0;
1395
1320
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
1396
1321
  }
1397
- .origin-\[0\%_45\%\] {
1322
+ .origin-\[0\%_45\%\]{
1398
1323
  transform-origin: 0% 45%;
1399
1324
  }
1400
- .rotate-45 {
1325
+ .rotate-45{
1401
1326
  --tw-rotate: 45deg;
1402
1327
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1403
1328
  }
1404
- .scale-\[0\.55\] {
1329
+ .scale-\[0\.55\]{
1405
1330
  --tw-scale-x: 0.55;
1406
1331
  --tw-scale-y: 0.55;
1407
1332
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1408
1333
  }
1409
- .transform {
1334
+ .transform{
1410
1335
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1411
1336
  }
1412
- @keyframes pulse {
1413
-
1414
- 50% {
1337
+ @keyframes pulse{
1338
+ 50%{
1415
1339
  opacity: .5;
1416
1340
  }
1417
1341
  }
1418
- .animate-pulse {
1342
+ .animate-pulse{
1419
1343
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
1420
1344
  }
1421
- .cursor-default {
1345
+ .cursor-default{
1422
1346
  cursor: default;
1423
1347
  }
1424
- .cursor-pointer {
1348
+ .cursor-pointer{
1425
1349
  cursor: pointer;
1426
1350
  }
1427
- .cursor-not-allowed {
1351
+ .cursor-not-allowed{
1428
1352
  cursor: not-allowed;
1429
1353
  }
1430
- .resize-none {
1354
+ .resize-none{
1431
1355
  resize: none;
1432
1356
  }
1433
- .resize {
1357
+ .resize{
1434
1358
  resize: both;
1435
1359
  }
1436
- .snap-x {
1360
+ .snap-x{
1437
1361
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
1438
1362
  }
1439
- .snap-mandatory {
1363
+ .snap-mandatory{
1440
1364
  --tw-scroll-snap-strictness: mandatory;
1441
1365
  }
1442
- .snap-start {
1366
+ .snap-start{
1443
1367
  scroll-snap-align: start;
1444
1368
  }
1445
- .appearance-none {
1369
+ .appearance-none{
1446
1370
  -webkit-appearance: none;
1447
1371
  -moz-appearance: none;
1448
1372
  appearance: none;
1449
1373
  }
1450
- .auto-cols-fr {
1374
+ .auto-cols-fr{
1451
1375
  grid-auto-columns: minmax(0, 1fr);
1452
1376
  }
1453
- .grid-flow-col {
1377
+ .grid-flow-col{
1454
1378
  grid-auto-flow: column;
1455
1379
  }
1456
- .grid-cols-\[auto_1fr_auto\] {
1380
+ .grid-cols-\[auto_1fr_auto\]{
1457
1381
  grid-template-columns: auto 1fr auto;
1458
1382
  }
1459
- .grid-cols-1 {
1383
+ .grid-cols-1{
1460
1384
  grid-template-columns: repeat(1, minmax(0, 1fr));
1461
1385
  }
1462
- .grid-cols-2 {
1386
+ .grid-cols-2{
1463
1387
  grid-template-columns: repeat(2, minmax(0, 1fr));
1464
1388
  }
1465
- .grid-cols-3 {
1389
+ .grid-cols-3{
1466
1390
  grid-template-columns: repeat(3, minmax(0, 1fr));
1467
1391
  }
1468
- .grid-cols-\[16px_1fr\] {
1392
+ .grid-cols-\[16px_1fr\]{
1469
1393
  grid-template-columns: 16px 1fr;
1470
1394
  }
1471
- .grid-cols-\[1fr_auto\] {
1395
+ .grid-cols-\[1fr_auto\]{
1472
1396
  grid-template-columns: 1fr auto;
1473
1397
  }
1474
- .grid-cols-\[auto_1fr\] {
1398
+ .grid-cols-\[auto_1fr\]{
1475
1399
  grid-template-columns: auto 1fr;
1476
1400
  }
1477
- .grid-cols-\[200px_1fr_200px\] {
1401
+ .grid-cols-\[200px_1fr_200px\]{
1478
1402
  grid-template-columns: 200px 1fr 200px;
1479
1403
  }
1480
- .flex-row {
1404
+ .flex-row{
1481
1405
  flex-direction: row;
1482
1406
  }
1483
- .flex-row-reverse {
1407
+ .flex-row-reverse{
1484
1408
  flex-direction: row-reverse;
1485
1409
  }
1486
- .flex-col {
1410
+ .flex-col{
1487
1411
  flex-direction: column;
1488
1412
  }
1489
- .flex-wrap {
1413
+ .flex-wrap{
1490
1414
  flex-wrap: wrap;
1491
1415
  }
1492
- .flex-nowrap {
1416
+ .flex-nowrap{
1493
1417
  flex-wrap: nowrap;
1494
1418
  }
1495
- .items-center {
1419
+ .items-center{
1496
1420
  align-items: center;
1497
1421
  }
1498
- .items-stretch {
1422
+ .items-stretch{
1499
1423
  align-items: stretch;
1500
1424
  }
1501
- .justify-start {
1425
+ .justify-start{
1502
1426
  justify-content: flex-start;
1503
1427
  }
1504
- .justify-end {
1428
+ .justify-end{
1505
1429
  justify-content: flex-end;
1506
1430
  }
1507
- .justify-center {
1431
+ .justify-center{
1508
1432
  justify-content: center;
1509
1433
  }
1510
- .justify-between {
1434
+ .justify-between{
1511
1435
  justify-content: space-between;
1512
1436
  }
1513
- .gap-4 {
1437
+ .gap-4{
1514
1438
  grid-gap: 12px;
1515
1439
  gap: 12px;
1516
1440
  }
1517
- .gap-7 {
1441
+ .gap-7{
1518
1442
  grid-gap: 32px;
1519
1443
  gap: 32px;
1520
1444
  }
1521
- .gap-5 {
1445
+ .gap-5{
1522
1446
  grid-gap: 16px;
1523
1447
  gap: 16px;
1524
1448
  }
1525
- .gap-3 {
1449
+ .gap-3{
1526
1450
  grid-gap: 8px;
1527
1451
  gap: 8px;
1528
1452
  }
1529
- .gap-2 {
1453
+ .gap-2{
1530
1454
  grid-gap: 4px;
1531
1455
  gap: 4px;
1532
1456
  }
1533
- .gap-0 {
1457
+ .gap-0{
1534
1458
  grid-gap: 0;
1535
1459
  gap: 0;
1536
1460
  }
1537
- .gap-8 {
1461
+ .gap-8{
1538
1462
  grid-gap: 40px;
1539
1463
  gap: 40px;
1540
1464
  }
1541
- .gap-x-3 {
1465
+ .gap-x-3{
1542
1466
  grid-column-gap: 8px;
1543
1467
  -moz-column-gap: 8px;
1544
1468
  column-gap: 8px;
1545
1469
  }
1546
- .gap-y-2 {
1470
+ .gap-y-2{
1547
1471
  grid-row-gap: 4px;
1548
1472
  row-gap: 4px;
1549
1473
  }
1550
- .gap-x-2 {
1474
+ .gap-x-2{
1551
1475
  grid-column-gap: 4px;
1552
1476
  -moz-column-gap: 4px;
1553
1477
  column-gap: 4px;
1554
1478
  }
1555
- .gap-x-4 {
1479
+ .gap-x-4{
1556
1480
  grid-column-gap: 12px;
1557
1481
  -moz-column-gap: 12px;
1558
1482
  column-gap: 12px;
1559
1483
  }
1560
- .gap-x-6 {
1484
+ .gap-x-6{
1561
1485
  grid-column-gap: 24px;
1562
1486
  -moz-column-gap: 24px;
1563
1487
  column-gap: 24px;
1564
1488
  }
1565
- .self-start {
1489
+ .self-start{
1566
1490
  align-self: flex-start;
1567
1491
  }
1568
- .self-center {
1492
+ .self-center{
1569
1493
  align-self: center;
1570
1494
  }
1571
- .justify-self-center {
1495
+ .justify-self-center{
1572
1496
  justify-self: center;
1573
1497
  }
1574
- .overflow-hidden {
1498
+ .overflow-hidden{
1575
1499
  overflow: hidden;
1576
1500
  }
1577
- .overflow-y-auto {
1501
+ .overflow-y-auto{
1578
1502
  overflow-y: auto;
1579
1503
  }
1580
- .overflow-x-hidden {
1504
+ .overflow-x-hidden{
1581
1505
  overflow-x: hidden;
1582
1506
  }
1583
- .overflow-x-scroll {
1507
+ .overflow-x-scroll{
1584
1508
  overflow-x: scroll;
1585
1509
  }
1586
- .scroll-smooth {
1510
+ .scroll-smooth{
1587
1511
  scroll-behavior: smooth;
1588
1512
  }
1589
- .whitespace-nowrap {
1513
+ .whitespace-nowrap{
1590
1514
  white-space: nowrap;
1591
1515
  }
1592
- .whitespace-pre {
1516
+ .whitespace-pre{
1593
1517
  white-space: pre;
1594
1518
  }
1595
- .break-words {
1519
+ .break-words{
1596
1520
  word-wrap: break-word;
1597
1521
  }
1598
- .break-all {
1522
+ .break-all{
1599
1523
  word-break: break-all;
1600
1524
  }
1601
- .rounded-sm {
1525
+ .rounded-sm{
1602
1526
  border-radius: 0.125rem;
1603
1527
  border-radius: var(--aquarium-border-radius-sm, 0.125rem);
1604
1528
  }
1605
- .rounded-full {
1529
+ .rounded-full{
1606
1530
  border-radius: 9999px;
1607
1531
  border-radius: var(--aquarium-border-radius-full, 9999px);
1608
1532
  }
1609
- .rounded {
1533
+ .rounded{
1610
1534
  border-radius: 4px;
1611
1535
  border-radius: var(--aquarium-border-radius-default, 4px);
1612
1536
  }
1613
- .rounded-\[2px\] {
1537
+ .rounded-\[2px\]{
1614
1538
  border-radius: 2px;
1615
1539
  }
1616
- .border {
1540
+ .border{
1617
1541
  border-width: 1px;
1618
1542
  }
1619
- .border-\[1px\] {
1543
+ .border-\[1px\]{
1620
1544
  border-width: 1px;
1621
1545
  }
1622
- .border-0 {
1546
+ .border-0{
1623
1547
  border-width: 0px;
1624
1548
  }
1625
- .border-2 {
1549
+ .border-2{
1626
1550
  border-width: 2px;
1627
1551
  }
1628
- .border-t-2 {
1552
+ .border-t-2{
1629
1553
  border-top-width: 2px;
1630
1554
  }
1631
- .border-b-\[1px\] {
1555
+ .border-b-\[1px\]{
1632
1556
  border-bottom-width: 1px;
1633
1557
  }
1634
- .border-b {
1558
+ .border-b{
1635
1559
  border-bottom-width: 1px;
1636
1560
  }
1637
- .border-b-2 {
1561
+ .border-b-2{
1638
1562
  border-bottom-width: 2px;
1639
1563
  }
1640
- .border-solid {
1564
+ .border-solid{
1641
1565
  border-style: solid;
1642
1566
  }
1643
- .border-dashed {
1567
+ .border-dashed{
1644
1568
  border-style: dashed;
1645
1569
  }
1646
- .border-none {
1570
+ .border-none{
1647
1571
  border-style: none;
1648
1572
  }
1649
- .border-error-50 {
1573
+ .border-error-50{
1650
1574
  border-color: #e62728;
1651
1575
  border-color: var(--aquarium-colors-error-50, #e62728);
1652
1576
  }
1653
- .border-grey-20 {
1577
+ .border-grey-20{
1654
1578
  border-color: #d2d2d6;
1655
1579
  border-color: var(--aquarium-colors-grey-20, #d2d2d6);
1656
1580
  }
1657
- .border-info-70 {
1581
+ .border-info-70{
1658
1582
  border-color: #0399e3;
1659
1583
  border-color: var(--aquarium-colors-info-70, #0399e3);
1660
1584
  }
1661
- .border-grey-5 {
1585
+ .border-grey-5{
1662
1586
  border-color: #ededf0;
1663
1587
  border-color: var(--aquarium-colors-grey-5, #ededf0);
1664
1588
  }
1665
- .border-transparent {
1589
+ .border-transparent{
1666
1590
  border-color: transparent;
1667
1591
  border-color: var(--aquarium-colors-transparent, transparent);
1668
1592
  }
1669
- .border-grey-10 {
1593
+ .border-grey-10{
1670
1594
  border-color: #e1e1e3;
1671
1595
  border-color: var(--aquarium-colors-grey-10, #e1e1e3);
1672
1596
  }
1673
- .border-primary-80 {
1597
+ .border-primary-80{
1674
1598
  border-color: #3545be;
1675
1599
  border-color: var(--aquarium-colors-primary-80, #3545be);
1676
1600
  }
1677
- .border-primary-40 {
1601
+ .border-primary-40{
1678
1602
  border-color: #b9c5ef;
1679
1603
  border-color: var(--aquarium-colors-primary-40, #b9c5ef);
1680
1604
  }
1681
- .border-grey-50 {
1605
+ .border-grey-50{
1682
1606
  border-color: #787885;
1683
1607
  border-color: var(--aquarium-colors-grey-50, #787885);
1684
1608
  }
1685
- .border-grey-90 {
1609
+ .border-grey-90{
1686
1610
  border-color: #292a31;
1687
1611
  border-color: var(--aquarium-colors-grey-90, #292a31);
1688
1612
  }
1689
- .border-success-70 {
1613
+ .border-success-70{
1690
1614
  border-color: #00b300;
1691
1615
  border-color: var(--aquarium-colors-success-70, #00b300);
1692
1616
  }
1693
- .border-grey-40 {
1617
+ .border-grey-40{
1694
1618
  border-color: #9696a0;
1695
1619
  border-color: var(--aquarium-colors-grey-40, #9696a0);
1696
1620
  }
1697
- .border-current {
1621
+ .border-current{
1698
1622
  border-color: currentColor;
1699
1623
  border-color: var(--aquarium-colors-current, currentColor);
1700
1624
  }
1701
- .border-grey-100 {
1625
+ .border-grey-100{
1702
1626
  border-color: #19191d;
1703
1627
  border-color: var(--aquarium-colors-grey-100, #19191d);
1704
1628
  }
1705
- .bg-grey-10 {
1629
+ .bg-grey-10{
1706
1630
  background-color: #e1e1e3;
1707
1631
  background-color: var(--aquarium-colors-grey-10, #e1e1e3);
1708
1632
  }
1709
- .bg-error-5 {
1633
+ .bg-error-5{
1710
1634
  background-color: #fee8e7;
1711
1635
  background-color: var(--aquarium-colors-error-5, #fee8e7);
1712
1636
  }
1713
- .bg-info-10 {
1637
+ .bg-info-10{
1714
1638
  background-color: #e0f5fe;
1715
1639
  background-color: var(--aquarium-colors-info-10, #e0f5fe);
1716
1640
  }
1717
- .bg-success-5 {
1641
+ .bg-success-5{
1718
1642
  background-color: #ecf7ed;
1719
1643
  background-color: var(--aquarium-colors-success-5, #ecf7ed);
1720
1644
  }
1721
- .bg-warning-5 {
1645
+ .bg-warning-5{
1722
1646
  background-color: #fff8ea;
1723
1647
  background-color: var(--aquarium-colors-warning-5, #fff8ea);
1724
1648
  }
1725
- .bg-grey-0 {
1649
+ .bg-grey-0{
1726
1650
  background-color: #f7f7fa;
1727
1651
  background-color: var(--aquarium-colors-grey-0, #f7f7fa);
1728
1652
  }
1729
- .bg-white {
1653
+ .bg-white{
1730
1654
  background-color: white;
1731
1655
  background-color: var(--aquarium-colors-white, white);
1732
1656
  }
1733
- .bg-primary-80 {
1657
+ .bg-primary-80{
1734
1658
  background-color: #3545be;
1735
1659
  background-color: var(--aquarium-colors-primary-80, #3545be);
1736
1660
  }
1737
- .bg-primary-40 {
1661
+ .bg-primary-40{
1738
1662
  background-color: #b9c5ef;
1739
1663
  background-color: var(--aquarium-colors-primary-40, #b9c5ef);
1740
1664
  }
1741
- .bg-grey-5 {
1665
+ .bg-grey-5{
1742
1666
  background-color: #ededf0;
1743
1667
  background-color: var(--aquarium-colors-grey-5, #ededf0);
1744
1668
  }
1745
- .bg-primary-100 {
1669
+ .bg-primary-100{
1746
1670
  background-color: #0e1652;
1747
1671
  background-color: var(--aquarium-colors-primary-100, #0e1652);
1748
1672
  }
1749
- .bg-info-50 {
1673
+ .bg-info-50{
1750
1674
  background-color: #28b4f4;
1751
1675
  background-color: var(--aquarium-colors-info-50, #28b4f4);
1752
1676
  }
1753
- .bg-warning-70 {
1677
+ .bg-warning-70{
1754
1678
  background-color: #ffb300;
1755
1679
  background-color: var(--aquarium-colors-warning-70, #ffb300);
1756
1680
  }
1757
- .bg-success-70 {
1681
+ .bg-success-70{
1758
1682
  background-color: #00b300;
1759
1683
  background-color: var(--aquarium-colors-success-70, #00b300);
1760
1684
  }
1761
- .bg-error-70 {
1685
+ .bg-error-70{
1762
1686
  background-color: #d80005;
1763
1687
  background-color: var(--aquarium-colors-error-70, #d80005);
1764
1688
  }
1765
- .bg-grey-20 {
1689
+ .bg-grey-20{
1766
1690
  background-color: #d2d2d6;
1767
1691
  background-color: var(--aquarium-colors-grey-20, #d2d2d6);
1768
1692
  }
1769
- .bg-grey-90 {
1693
+ .bg-grey-90{
1770
1694
  background-color: #292a31;
1771
1695
  background-color: var(--aquarium-colors-grey-90, #292a31);
1772
1696
  }
1773
- .bg-grey-30 {
1697
+ .bg-grey-30{
1774
1698
  background-color: #b4b4bb;
1775
1699
  background-color: var(--aquarium-colors-grey-30, #b4b4bb);
1776
1700
  }
1777
- .bg-grey-80 {
1701
+ .bg-grey-80{
1778
1702
  background-color: #3a3a44;
1779
1703
  background-color: var(--aquarium-colors-grey-80, #3a3a44);
1780
1704
  }
1781
- .bg-current {
1705
+ .bg-current{
1782
1706
  background-color: currentColor;
1783
1707
  background-color: var(--aquarium-colors-current, currentColor);
1784
1708
  }
1785
- .bg-transparent {
1709
+ .bg-transparent{
1786
1710
  background-color: transparent;
1787
1711
  background-color: var(--aquarium-colors-transparent, transparent);
1788
1712
  }
1789
- .bg-info-5 {
1713
+ .bg-info-5{
1790
1714
  background-color: #effaff;
1791
1715
  background-color: var(--aquarium-colors-info-5, #effaff);
1792
1716
  }
1793
- .bg-secondary-5 {
1717
+ .bg-secondary-5{
1794
1718
  background-color: #fff3e8;
1795
1719
  background-color: var(--aquarium-colors-secondary-5, #fff3e8);
1796
1720
  }
1797
- .bg-error-0 {
1721
+ .bg-error-0{
1798
1722
  background-color: #fef2f1;
1799
1723
  background-color: var(--aquarium-colors-error-0, #fef2f1);
1800
1724
  }
1801
- .bg-error-20 {
1725
+ .bg-error-20{
1802
1726
  background-color: #ffadb3;
1803
1727
  background-color: var(--aquarium-colors-error-20, #ffadb3);
1804
1728
  }
1805
- .bg-primary-70 {
1729
+ .bg-primary-70{
1806
1730
  background-color: #5865cd;
1807
1731
  background-color: var(--aquarium-colors-primary-70, #5865cd);
1808
1732
  }
1809
- .bg-gradient-to-r {
1733
+ .bg-gradient-to-r{
1810
1734
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
1811
1735
  }
1812
- .bg-gradient-to-l {
1736
+ .bg-gradient-to-l{
1813
1737
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
1814
1738
  }
1815
- .from-white {
1739
+ .from-white{
1816
1740
  --tw-gradient-from: var(--aquarium-colors-white, white);
1817
1741
  --tw-gradient-to: rgba(255, 255, 255, 0);
1818
1742
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1819
1743
  }
1820
- .via-white {
1744
+ .via-white{
1821
1745
  --tw-gradient-to: rgba(255, 255, 255, 0);
1822
1746
  --tw-gradient-stops: var(--tw-gradient-from), var(--aquarium-colors-white, white), var(--tw-gradient-to);
1823
1747
  }
1824
- .bg-cover {
1748
+ .bg-cover{
1825
1749
  background-size: cover;
1826
1750
  }
1827
- .object-cover {
1751
+ .object-cover{
1828
1752
  -o-object-fit: cover;
1829
1753
  object-fit: cover;
1830
1754
  }
1831
- .p-4 {
1755
+ .p-4{
1832
1756
  padding: 12px;
1833
1757
  }
1834
- .p-5 {
1758
+ .p-5{
1835
1759
  padding: 16px;
1836
1760
  }
1837
- .p-6 {
1761
+ .p-6{
1838
1762
  padding: 24px;
1839
1763
  }
1840
- .p-\[2px\] {
1764
+ .p-\[2px\]{
1841
1765
  padding: 2px;
1842
1766
  }
1843
- .p-3 {
1767
+ .p-3{
1844
1768
  padding: 8px;
1845
1769
  }
1846
- .p-\[3px\] {
1770
+ .p-\[3px\]{
1847
1771
  padding: 3px;
1848
1772
  }
1849
- .p-2 {
1773
+ .p-2{
1850
1774
  padding: 4px;
1851
1775
  }
1852
- .p-1 {
1776
+ .p-1{
1853
1777
  padding: 2px;
1854
1778
  }
1855
- .px-3 {
1779
+ .px-3{
1856
1780
  padding-left: 8px;
1857
1781
  padding-right: 8px;
1858
1782
  }
1859
- .py-3 {
1783
+ .py-3{
1860
1784
  padding-top: 8px;
1861
1785
  padding-bottom: 8px;
1862
1786
  }
1863
- .py-2 {
1787
+ .py-2{
1864
1788
  padding-top: 4px;
1865
1789
  padding-bottom: 4px;
1866
1790
  }
1867
- .py-1 {
1791
+ .py-1{
1868
1792
  padding-top: 2px;
1869
1793
  padding-bottom: 2px;
1870
1794
  }
1871
- .px-2 {
1795
+ .px-2{
1872
1796
  padding-left: 4px;
1873
1797
  padding-right: 4px;
1874
1798
  }
1875
- .py-7 {
1799
+ .py-7{
1876
1800
  padding-top: 32px;
1877
1801
  padding-bottom: 32px;
1878
1802
  }
1879
- .px-7 {
1803
+ .px-7{
1880
1804
  padding-left: 32px;
1881
1805
  padding-right: 32px;
1882
1806
  }
1883
- .py-6 {
1807
+ .py-6{
1884
1808
  padding-top: 24px;
1885
1809
  padding-bottom: 24px;
1886
1810
  }
1887
- .px-6 {
1811
+ .px-6{
1888
1812
  padding-left: 24px;
1889
1813
  padding-right: 24px;
1890
1814
  }
1891
- .py-5 {
1815
+ .py-5{
1892
1816
  padding-top: 16px;
1893
1817
  padding-bottom: 16px;
1894
1818
  }
1895
- .px-5 {
1819
+ .px-5{
1896
1820
  padding-left: 16px;
1897
1821
  padding-right: 16px;
1898
1822
  }
1899
- .py-\[6px\] {
1823
+ .py-\[6px\]{
1900
1824
  padding-top: 6px;
1901
1825
  padding-bottom: 6px;
1902
1826
  }
1903
- .px-\[1px\] {
1827
+ .px-\[1px\]{
1904
1828
  padding-left: 1px;
1905
1829
  padding-right: 1px;
1906
1830
  }
1907
- .px-\[14px\] {
1831
+ .px-\[14px\]{
1908
1832
  padding-left: 14px;
1909
1833
  padding-right: 14px;
1910
1834
  }
1911
- .px-\[20px\] {
1835
+ .px-\[20px\]{
1912
1836
  padding-left: 20px;
1913
1837
  padding-right: 20px;
1914
1838
  }
1915
- .px-4 {
1839
+ .px-4{
1916
1840
  padding-left: 12px;
1917
1841
  padding-right: 12px;
1918
1842
  }
1919
- .py-\[14px\] {
1843
+ .py-\[14px\]{
1920
1844
  padding-top: 14px;
1921
1845
  padding-bottom: 14px;
1922
1846
  }
1923
- .px-1 {
1847
+ .px-1{
1924
1848
  padding-left: 2px;
1925
1849
  padding-right: 2px;
1926
1850
  }
1927
- .px-\[4px\] {
1851
+ .px-\[4px\]{
1928
1852
  padding-left: 4px;
1929
1853
  padding-right: 4px;
1930
1854
  }
1931
- .py-4 {
1855
+ .py-4{
1932
1856
  padding-top: 12px;
1933
1857
  padding-bottom: 12px;
1934
1858
  }
1935
- .px-0 {
1859
+ .px-0{
1936
1860
  padding-left: 0;
1937
1861
  padding-right: 0;
1938
1862
  }
1939
- .pt-3 {
1863
+ .pt-3{
1940
1864
  padding-top: 8px;
1941
1865
  }
1942
- .pb-6 {
1866
+ .pb-6{
1943
1867
  padding-bottom: 24px;
1944
1868
  }
1945
- .pl-7 {
1869
+ .pl-7{
1946
1870
  padding-left: 32px;
1947
1871
  }
1948
- .pb-3 {
1872
+ .pb-3{
1949
1873
  padding-bottom: 8px;
1950
1874
  }
1951
- .pr-4 {
1875
+ .pr-4{
1952
1876
  padding-right: 12px;
1953
1877
  }
1954
- .pl-4 {
1878
+ .pl-4{
1955
1879
  padding-left: 12px;
1956
1880
  }
1957
- .text-left {
1881
+ .text-left{
1958
1882
  text-align: left;
1959
1883
  }
1960
- .text-center {
1884
+ .text-center{
1961
1885
  text-align: center;
1962
1886
  }
1963
- .text-right {
1887
+ .text-right{
1964
1888
  text-align: right;
1965
1889
  }
1966
- .align-middle {
1890
+ .align-middle{
1967
1891
  vertical-align: middle;
1968
1892
  }
1969
- .text-\[9px\] {
1893
+ .text-\[9px\]{
1970
1894
  font-size: 9px;
1971
1895
  }
1972
- .text-\[8px\] {
1896
+ .text-\[8px\]{
1973
1897
  font-size: 8px;
1974
1898
  }
1975
- .font-normal {
1899
+ .font-normal{
1976
1900
  font-weight: 400;
1977
1901
  }
1978
- .uppercase {
1902
+ .uppercase{
1979
1903
  text-transform: uppercase;
1980
1904
  }
1981
- .capitalize {
1905
+ .capitalize{
1982
1906
  text-transform: capitalize;
1983
1907
  }
1984
- .italic {
1908
+ .italic{
1985
1909
  font-style: italic;
1986
1910
  }
1987
- .leading-none {
1911
+ .leading-none{
1988
1912
  line-height: 1;
1989
1913
  }
1990
- .leading-\[18px\] {
1914
+ .leading-\[18px\]{
1991
1915
  line-height: 18px;
1992
1916
  }
1993
- .leading-\[0px\] {
1917
+ .leading-\[0px\]{
1994
1918
  line-height: 0px;
1995
1919
  }
1996
- .text-error-100 {
1920
+ .text-error-100{
1997
1921
  color: #aa0000;
1998
1922
  color: var(--aquarium-colors-error-100, #aa0000);
1999
1923
  }
2000
- .text-error-90 {
1924
+ .text-error-90{
2001
1925
  color: #b90000;
2002
1926
  color: var(--aquarium-colors-error-90, #b90000);
2003
1927
  }
2004
- .text-error-80 {
1928
+ .text-error-80{
2005
1929
  color: #c50001;
2006
1930
  color: var(--aquarium-colors-error-80, #c50001);
2007
1931
  }
2008
- .text-error-70 {
1932
+ .text-error-70{
2009
1933
  color: #d80005;
2010
1934
  color: var(--aquarium-colors-error-70, #d80005);
2011
1935
  }
2012
- .text-error-60 {
1936
+ .text-error-60{
2013
1937
  color: #e70000;
2014
1938
  color: var(--aquarium-colors-error-60, #e70000);
2015
1939
  }
2016
- .text-error-50 {
1940
+ .text-error-50{
2017
1941
  color: #e62728;
2018
1942
  color: var(--aquarium-colors-error-50, #e62728);
2019
1943
  }
2020
- .text-error-40 {
1944
+ .text-error-40{
2021
1945
  color: #e0504f;
2022
1946
  color: var(--aquarium-colors-error-40, #e0504f);
2023
1947
  }
2024
- .text-error-30 {
1948
+ .text-error-30{
2025
1949
  color: #ed7975;
2026
1950
  color: var(--aquarium-colors-error-30, #ed7975);
2027
1951
  }
2028
- .text-error-20 {
1952
+ .text-error-20{
2029
1953
  color: #ffadb3;
2030
1954
  color: var(--aquarium-colors-error-20, #ffadb3);
2031
1955
  }
2032
- .text-error-10 {
1956
+ .text-error-10{
2033
1957
  color: #ffcbd2;
2034
1958
  color: var(--aquarium-colors-error-10, #ffcbd2);
2035
1959
  }
2036
- .text-error-5 {
1960
+ .text-error-5{
2037
1961
  color: #fee8e7;
2038
1962
  color: var(--aquarium-colors-error-5, #fee8e7);
2039
1963
  }
2040
- .text-error-0 {
1964
+ .text-error-0{
2041
1965
  color: #fef2f1;
2042
1966
  color: var(--aquarium-colors-error-0, #fef2f1);
2043
1967
  }
2044
- .text-warning-100 {
1968
+ .text-warning-100{
2045
1969
  color: #fe6d00;
2046
1970
  color: var(--aquarium-colors-warning-100, #fe6d00);
2047
1971
  }
2048
- .text-warning-90 {
1972
+ .text-warning-90{
2049
1973
  color: #ff9003;
2050
1974
  color: var(--aquarium-colors-warning-90, #ff9003);
2051
1975
  }
2052
- .text-warning-80 {
1976
+ .text-warning-80{
2053
1977
  color: #fd9f00;
2054
1978
  color: var(--aquarium-colors-warning-80, #fd9f00);
2055
1979
  }
2056
- .text-warning-70 {
1980
+ .text-warning-70{
2057
1981
  color: #ffb300;
2058
1982
  color: var(--aquarium-colors-warning-70, #ffb300);
2059
1983
  }
2060
- .text-warning-60 {
1984
+ .text-warning-60{
2061
1985
  color: #ffc107;
2062
1986
  color: var(--aquarium-colors-warning-60, #ffc107);
2063
1987
  }
2064
- .text-warning-50 {
1988
+ .text-warning-50{
2065
1989
  color: #fdc926;
2066
1990
  color: var(--aquarium-colors-warning-50, #fdc926);
2067
1991
  }
2068
- .text-warning-40 {
1992
+ .text-warning-40{
2069
1993
  color: #fdd44d;
2070
1994
  color: var(--aquarium-colors-warning-40, #fdd44d);
2071
1995
  }
2072
- .text-warning-30 {
1996
+ .text-warning-30{
2073
1997
  color: #fddf81;
2074
1998
  color: var(--aquarium-colors-warning-30, #fddf81);
2075
1999
  }
2076
- .text-warning-20 {
2000
+ .text-warning-20{
2077
2001
  color: #feebb2;
2078
2002
  color: var(--aquarium-colors-warning-20, #feebb2);
2079
2003
  }
2080
- .text-warning-10 {
2004
+ .text-warning-10{
2081
2005
  color: #fff2cd;
2082
2006
  color: var(--aquarium-colors-warning-10, #fff2cd);
2083
2007
  }
2084
- .text-warning-5 {
2008
+ .text-warning-5{
2085
2009
  color: #fff8ea;
2086
2010
  color: var(--aquarium-colors-warning-5, #fff8ea);
2087
2011
  }
2088
- .text-warning-0 {
2012
+ .text-warning-0{
2089
2013
  color: #fffdf9;
2090
2014
  color: var(--aquarium-colors-warning-0, #fffdf9);
2091
2015
  }
2092
- .text-success-100 {
2016
+ .text-success-100{
2093
2017
  color: #006f00;
2094
2018
  color: var(--aquarium-colors-success-100, #006f00);
2095
2019
  }
2096
- .text-success-90 {
2020
+ .text-success-90{
2097
2021
  color: #008e00;
2098
2022
  color: var(--aquarium-colors-success-90, #008e00);
2099
2023
  }
2100
- .text-success-80 {
2024
+ .text-success-80{
2101
2025
  color: #009f00;
2102
2026
  color: var(--aquarium-colors-success-80, #009f00);
2103
2027
  }
2104
- .text-success-70 {
2028
+ .text-success-70{
2105
2029
  color: #00b300;
2106
2030
  color: var(--aquarium-colors-success-70, #00b300);
2107
2031
  }
2108
- .text-success-60 {
2032
+ .text-success-60{
2109
2033
  color: #00c300;
2110
2034
  color: var(--aquarium-colors-success-60, #00c300);
2111
2035
  }
2112
- .text-success-50 {
2036
+ .text-success-50{
2113
2037
  color: #40ce37;
2114
2038
  color: var(--aquarium-colors-success-50, #40ce37);
2115
2039
  }
2116
- .text-success-40 {
2040
+ .text-success-40{
2117
2041
  color: #60db57;
2118
2042
  color: var(--aquarium-colors-success-40, #60db57);
2119
2043
  }
2120
- .text-success-30 {
2044
+ .text-success-30{
2121
2045
  color: #89eb80;
2122
2046
  color: var(--aquarium-colors-success-30, #89eb80);
2123
2047
  }
2124
- .text-success-20 {
2048
+ .text-success-20{
2125
2049
  color: #afffa7;
2126
2050
  color: var(--aquarium-colors-success-20, #afffa7);
2127
2051
  }
2128
- .text-success-10 {
2052
+ .text-success-10{
2129
2053
  color: #cbffc9;
2130
2054
  color: var(--aquarium-colors-success-10, #cbffc9);
2131
2055
  }
2132
- .text-success-5 {
2056
+ .text-success-5{
2133
2057
  color: #ecf7ed;
2134
2058
  color: var(--aquarium-colors-success-5, #ecf7ed);
2135
2059
  }
2136
- .text-success-0 {
2060
+ .text-success-0{
2137
2061
  color: #f5faf5;
2138
2062
  color: var(--aquarium-colors-success-0, #f5faf5);
2139
2063
  }
2140
- .text-info-100 {
2064
+ .text-info-100{
2141
2065
  color: #02569a;
2142
2066
  color: var(--aquarium-colors-info-100, #02569a);
2143
2067
  }
2144
- .text-info-90 {
2068
+ .text-info-90{
2145
2069
  color: #0174ba;
2146
2070
  color: var(--aquarium-colors-info-90, #0174ba);
2147
2071
  }
2148
- .text-info-80 {
2072
+ .text-info-80{
2149
2073
  color: #0788d1;
2150
2074
  color: var(--aquarium-colors-info-80, #0788d1);
2151
2075
  }
2152
- .text-info-70 {
2076
+ .text-info-70{
2153
2077
  color: #0399e3;
2154
2078
  color: var(--aquarium-colors-info-70, #0399e3);
2155
2079
  }
2156
- .text-info-60 {
2080
+ .text-info-60{
2157
2081
  color: #02a8f3;
2158
2082
  color: var(--aquarium-colors-info-60, #02a8f3);
2159
2083
  }
2160
- .text-info-50 {
2084
+ .text-info-50{
2161
2085
  color: #28b4f4;
2162
2086
  color: var(--aquarium-colors-info-50, #28b4f4);
2163
2087
  }
2164
- .text-info-40 {
2088
+ .text-info-40{
2165
2089
  color: #4cc2f7;
2166
2090
  color: var(--aquarium-colors-info-40, #4cc2f7);
2167
2091
  }
2168
- .text-info-30 {
2092
+ .text-info-30{
2169
2093
  color: #7fd1f7;
2170
2094
  color: var(--aquarium-colors-info-30, #7fd1f7);
2171
2095
  }
2172
- .text-info-20 {
2096
+ .text-info-20{
2173
2097
  color: #b4e5fb;
2174
2098
  color: var(--aquarium-colors-info-20, #b4e5fb);
2175
2099
  }
2176
- .text-info-10 {
2100
+ .text-info-10{
2177
2101
  color: #e0f5fe;
2178
2102
  color: var(--aquarium-colors-info-10, #e0f5fe);
2179
2103
  }
2180
- .text-info-5 {
2104
+ .text-info-5{
2181
2105
  color: #effaff;
2182
2106
  color: var(--aquarium-colors-info-5, #effaff);
2183
2107
  }
2184
- .text-info-0 {
2108
+ .text-info-0{
2185
2109
  color: #f9fdff;
2186
2110
  color: var(--aquarium-colors-info-0, #f9fdff);
2187
2111
  }
2188
- .text-grey-100 {
2112
+ .text-grey-100{
2189
2113
  color: #19191d;
2190
2114
  color: var(--aquarium-colors-grey-100, #19191d);
2191
2115
  }
2192
- .text-grey-90 {
2116
+ .text-grey-90{
2193
2117
  color: #292a31;
2194
2118
  color: var(--aquarium-colors-grey-90, #292a31);
2195
2119
  }
2196
- .text-grey-80 {
2120
+ .text-grey-80{
2197
2121
  color: #3a3a44;
2198
2122
  color: var(--aquarium-colors-grey-80, #3a3a44);
2199
2123
  }
2200
- .text-grey-70 {
2124
+ .text-grey-70{
2201
2125
  color: #4a4b57;
2202
2126
  color: var(--aquarium-colors-grey-70, #4a4b57);
2203
2127
  }
2204
- .text-grey-60 {
2128
+ .text-grey-60{
2205
2129
  color: #5a5b6a;
2206
2130
  color: var(--aquarium-colors-grey-60, #5a5b6a);
2207
2131
  }
2208
- .text-grey-50 {
2132
+ .text-grey-50{
2209
2133
  color: #787885;
2210
2134
  color: var(--aquarium-colors-grey-50, #787885);
2211
2135
  }
2212
- .text-grey-40 {
2136
+ .text-grey-40{
2213
2137
  color: #9696a0;
2214
2138
  color: var(--aquarium-colors-grey-40, #9696a0);
2215
2139
  }
2216
- .text-grey-30 {
2140
+ .text-grey-30{
2217
2141
  color: #b4b4bb;
2218
2142
  color: var(--aquarium-colors-grey-30, #b4b4bb);
2219
2143
  }
2220
- .text-grey-20 {
2144
+ .text-grey-20{
2221
2145
  color: #d2d2d6;
2222
2146
  color: var(--aquarium-colors-grey-20, #d2d2d6);
2223
2147
  }
2224
- .text-grey-10 {
2148
+ .text-grey-10{
2225
2149
  color: #e1e1e3;
2226
2150
  color: var(--aquarium-colors-grey-10, #e1e1e3);
2227
2151
  }
2228
- .text-grey-5 {
2152
+ .text-grey-5{
2229
2153
  color: #ededf0;
2230
2154
  color: var(--aquarium-colors-grey-5, #ededf0);
2231
2155
  }
2232
- .text-grey-0 {
2156
+ .text-grey-0{
2233
2157
  color: #f7f7fa;
2234
2158
  color: var(--aquarium-colors-grey-0, #f7f7fa);
2235
2159
  }
2236
- .text-secondary-100 {
2160
+ .text-secondary-100{
2237
2161
  color: #e11d16;
2238
2162
  color: var(--aquarium-colors-secondary-100, #e11d16);
2239
2163
  }
2240
- .text-secondary-90 {
2164
+ .text-secondary-90{
2241
2165
  color: #eb4610;
2242
2166
  color: var(--aquarium-colors-secondary-90, #eb4610);
2243
2167
  }
2244
- .text-secondary-80 {
2168
+ .text-secondary-80{
2245
2169
  color: #f3580d;
2246
2170
  color: var(--aquarium-colors-secondary-80, #f3580d);
2247
2171
  }
2248
- .text-secondary-70 {
2172
+ .text-secondary-70{
2249
2173
  color: #f96a02;
2250
2174
  color: var(--aquarium-colors-secondary-70, #f96a02);
2251
2175
  }
2252
- .text-secondary-60 {
2176
+ .text-secondary-60{
2253
2177
  color: #ff7700;
2254
2178
  color: var(--aquarium-colors-secondary-60, #ff7700);
2255
2179
  }
2256
- .text-secondary-50 {
2180
+ .text-secondary-50{
2257
2181
  color: #fc871a;
2258
2182
  color: var(--aquarium-colors-secondary-50, #fc871a);
2259
2183
  }
2260
- .text-secondary-40 {
2184
+ .text-secondary-40{
2261
2185
  color: #fb9a3e;
2262
2186
  color: var(--aquarium-colors-secondary-40, #fb9a3e);
2263
2187
  }
2264
- .text-secondary-30 {
2188
+ .text-secondary-30{
2265
2189
  color: #fab26e;
2266
2190
  color: var(--aquarium-colors-secondary-30, #fab26e);
2267
2191
  }
2268
- .text-secondary-20 {
2192
+ .text-secondary-20{
2269
2193
  color: #f8c99c;
2270
2194
  color: var(--aquarium-colors-secondary-20, #f8c99c);
2271
2195
  }
2272
- .text-secondary-10 {
2196
+ .text-secondary-10{
2273
2197
  color: #fee8d0;
2274
2198
  color: var(--aquarium-colors-secondary-10, #fee8d0);
2275
2199
  }
2276
- .text-secondary-5 {
2200
+ .text-secondary-5{
2277
2201
  color: #fff3e8;
2278
2202
  color: var(--aquarium-colors-secondary-5, #fff3e8);
2279
2203
  }
2280
- .text-secondary-0 {
2204
+ .text-secondary-0{
2281
2205
  color: #fffbf8;
2282
2206
  color: var(--aquarium-colors-secondary-0, #fffbf8);
2283
2207
  }
2284
- .text-primary-100 {
2208
+ .text-primary-100{
2285
2209
  color: #0e1652;
2286
2210
  color: var(--aquarium-colors-primary-100, #0e1652);
2287
2211
  }
2288
- .text-primary-90 {
2212
+ .text-primary-90{
2289
2213
  color: #222f95;
2290
2214
  color: var(--aquarium-colors-primary-90, #222f95);
2291
2215
  }
2292
- .text-primary-80 {
2216
+ .text-primary-80{
2293
2217
  color: #3545be;
2294
2218
  color: var(--aquarium-colors-primary-80, #3545be);
2295
2219
  }
2296
- .text-primary-70 {
2220
+ .text-primary-70{
2297
2221
  color: #5865cd;
2298
2222
  color: var(--aquarium-colors-primary-70, #5865cd);
2299
2223
  }
2300
- .text-primary-60 {
2224
+ .text-primary-60{
2301
2225
  color: #818eec;
2302
2226
  color: var(--aquarium-colors-primary-60, #818eec);
2303
2227
  }
2304
- .text-primary-50 {
2228
+ .text-primary-50{
2305
2229
  color: #9daaee;
2306
2230
  color: var(--aquarium-colors-primary-50, #9daaee);
2307
2231
  }
2308
- .text-primary-40 {
2232
+ .text-primary-40{
2309
2233
  color: #b9c5ef;
2310
2234
  color: var(--aquarium-colors-primary-40, #b9c5ef);
2311
2235
  }
2312
- .text-primary-30 {
2236
+ .text-primary-30{
2313
2237
  color: #c7d1f4;
2314
2238
  color: var(--aquarium-colors-primary-30, #c7d1f4);
2315
2239
  }
2316
- .text-primary-20 {
2240
+ .text-primary-20{
2317
2241
  color: #d5ddfa;
2318
2242
  color: var(--aquarium-colors-primary-20, #d5ddfa);
2319
2243
  }
2320
- .text-primary-10 {
2244
+ .text-primary-10{
2321
2245
  color: #e3e9ff;
2322
2246
  color: var(--aquarium-colors-primary-10, #e3e9ff);
2323
2247
  }
2324
- .text-primary-5 {
2248
+ .text-primary-5{
2325
2249
  color: #f3f6ff;
2326
2250
  color: var(--aquarium-colors-primary-5, #f3f6ff);
2327
2251
  }
2328
- .text-primary-0 {
2252
+ .text-primary-0{
2329
2253
  color: #ffffff;
2330
2254
  color: var(--aquarium-colors-primary-0, #ffffff);
2331
2255
  }
2332
- .text-transparent {
2256
+ .text-transparent{
2333
2257
  color: transparent;
2334
2258
  color: var(--aquarium-colors-transparent, transparent);
2335
2259
  }
2336
- .text-white {
2260
+ .text-white{
2337
2261
  color: white;
2338
2262
  color: var(--aquarium-colors-white, white);
2339
2263
  }
2340
- .underline {
2264
+ .underline{
2341
2265
  -webkit-text-decoration-line: underline;
2342
2266
  text-decoration-line: underline;
2343
2267
  }
2344
- .no-underline {
2268
+ .no-underline{
2345
2269
  -webkit-text-decoration-line: none;
2346
2270
  text-decoration-line: none;
2347
2271
  }
2348
- .opacity-60 {
2272
+ .opacity-60{
2349
2273
  opacity: 0.6;
2350
2274
  }
2351
- .shadow-16dp {
2275
+ .shadow-16dp{
2352
2276
  --tw-shadow: var(--aquarium-box-shadow-16dp, 0px 16px 32px rgba(90, 91, 106, 0.12), 0px 8px 16px rgba(58, 58, 68, 0.12));
2353
2277
  --tw-shadow-colored: 0px 16px 32px 0px var(--tw-shadow-color);
2354
2278
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
2355
2279
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
2356
2280
  }
2357
- .shadow-4dp {
2281
+ .shadow-4dp{
2358
2282
  --tw-shadow: var(--aquarium-box-shadow-4dp, 0px 4px 8px rgba(90, 91, 106, 0.20), 0px 2px 4px rgba(58, 58, 68, 0.20));
2359
2283
  --tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
2360
2284
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
2361
2285
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
2362
2286
  }
2363
- .shadow-2dp {
2287
+ .shadow-2dp{
2364
2288
  --tw-shadow: var(--aquarium-box-shadow-2dp, 0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24));
2365
2289
  --tw-shadow-colored: 0px 2px 4px 0px var(--tw-shadow-color);
2366
2290
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
2367
2291
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
2368
2292
  }
2369
- .outline-none {
2293
+ .outline-none{
2370
2294
  outline: 2px solid transparent;
2371
2295
  outline-offset: 2px;
2372
2296
  }
2373
- .ring-0 {
2297
+ .ring-0{
2374
2298
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2375
2299
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2376
2300
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
2377
2301
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
2378
2302
  }
2379
- .ring-1 {
2303
+ .ring-1{
2380
2304
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2381
2305
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2382
2306
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
2383
2307
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
2384
2308
  }
2385
- .ring-2 {
2309
+ .ring-2{
2386
2310
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2387
2311
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2388
2312
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
2389
2313
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
2390
2314
  }
2391
- .ring-inset {
2315
+ .ring-inset{
2392
2316
  --tw-ring-inset: inset;
2393
2317
  }
2394
- .ring-primary-80 {
2318
+ .ring-primary-80{
2395
2319
  --tw-ring-color: var(--aquarium-colors-primary-80, #3545be);
2396
2320
  }
2397
- .ring-grey-30 {
2321
+ .ring-grey-30{
2398
2322
  --tw-ring-color: var(--aquarium-colors-grey-30, #b4b4bb);
2399
2323
  }
2400
- .ring-offset-0 {
2324
+ .ring-offset-0{
2401
2325
  --tw-ring-offset-width: 0px;
2402
2326
  }
2403
- .blur {
2327
+ .blur{
2404
2328
  --tw-blur: blur(8px);
2405
2329
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2406
2330
  }
2407
- .filter {
2331
+ .filter{
2408
2332
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2409
2333
  }
2410
- .transition {
2334
+ .transition{
2411
2335
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
2412
2336
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
2413
2337
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
2414
2338
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2415
2339
  transition-duration: 150ms;
2416
2340
  }
2417
- .transition-all {
2341
+ .transition-all{
2418
2342
  transition-property: all;
2419
2343
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2420
2344
  transition-duration: 150ms;
2421
2345
  }
2422
- .delay-150 {
2346
+ .delay-150{
2423
2347
  transition-delay: 150ms;
2424
2348
  }
2425
- .duration-300 {
2349
+ .duration-300{
2426
2350
  transition-duration: 300ms;
2427
2351
  }
2428
- .ease-in-out {
2352
+ .ease-in-out{
2429
2353
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2430
2354
  }
2431
- .line-clamp-1 {
2355
+ .line-clamp-1{
2432
2356
  overflow: hidden;
2433
2357
  display: -webkit-box;
2434
2358
  -webkit-box-orient: vertical;
2435
2359
  -webkit-line-clamp: 1;
2436
2360
  }
2437
- .line-clamp-2 {
2361
+ .line-clamp-2{
2438
2362
  overflow: hidden;
2439
2363
  display: -webkit-box;
2440
2364
  -webkit-box-orient: vertical;
2441
2365
  -webkit-line-clamp: 2;
2442
2366
  }
2443
- .line-clamp-3 {
2367
+ .line-clamp-3{
2444
2368
  overflow: hidden;
2445
2369
  display: -webkit-box;
2446
2370
  -webkit-box-orient: vertical;
2447
2371
  -webkit-line-clamp: 3;
2448
2372
  }
2449
- .line-clamp-4 {
2373
+ .line-clamp-4{
2450
2374
  overflow: hidden;
2451
2375
  display: -webkit-box;
2452
2376
  -webkit-box-orient: vertical;
2453
2377
  -webkit-line-clamp: 4;
2454
2378
  }
2455
- .line-clamp-5 {
2379
+ .line-clamp-5{
2456
2380
  overflow: hidden;
2457
2381
  display: -webkit-box;
2458
2382
  -webkit-box-orient: vertical;
2459
2383
  -webkit-line-clamp: 5;
2460
2384
  }
2461
- .line-clamp-6 {
2385
+ .line-clamp-6{
2462
2386
  overflow: hidden;
2463
2387
  display: -webkit-box;
2464
2388
  -webkit-box-orient: vertical;
2465
2389
  -webkit-line-clamp: 6;
2466
2390
  }
2467
- .scrollbar-hide {
2391
+ .scrollbar-hide{
2468
2392
  -ms-overflow-style: none;
2469
2393
  scrollbar-width: none;
2470
2394
  }
2471
- .scrollbar-hide::-webkit-scrollbar {
2395
+ .scrollbar-hide::-webkit-scrollbar{
2472
2396
  display: none;
2473
2397
  }
2474
- .placeholder\:text-grey-40::-moz-placeholder {
2398
+ .placeholder\:text-grey-40::-moz-placeholder{
2475
2399
  color: #9696a0;
2476
2400
  color: var(--aquarium-colors-grey-40, #9696a0);
2477
2401
  }
2478
- .placeholder\:text-grey-40::placeholder {
2402
+ .placeholder\:text-grey-40::placeholder{
2479
2403
  color: #9696a0;
2480
2404
  color: var(--aquarium-colors-grey-40, #9696a0);
2481
2405
  }
2482
- .before\:content-\[\'_\'\]::before {
2406
+ .before\:content-\[\'_\'\]::before{
2483
2407
  --tw-content: ' ';
2484
2408
  content: var(--tw-content);
2485
2409
  }
2486
- .first\:mt-0:first-child {
2410
+ .first\:mt-0:first-child{
2487
2411
  margin-top: 0;
2488
2412
  }
2489
- .visited\:text-primary-80:visited {
2413
+ .visited\:text-primary-80:visited{
2490
2414
  color: #3545be;
2491
2415
  color: var(--aquarium-colors-primary-80, #3545be);
2492
2416
  }
2493
- .checked\:border-primary-80:checked {
2417
+ .checked\:border-primary-80:checked{
2494
2418
  border-color: #3545be;
2495
2419
  border-color: var(--aquarium-colors-primary-80, #3545be);
2496
2420
  }
2497
- .checked\:border-primary-40:checked {
2421
+ .checked\:border-primary-40:checked{
2498
2422
  border-color: #b9c5ef;
2499
2423
  border-color: var(--aquarium-colors-primary-40, #b9c5ef);
2500
2424
  }
2501
- .checked\:bg-primary-80:checked {
2425
+ .checked\:bg-primary-80:checked{
2502
2426
  background-color: #3545be;
2503
2427
  background-color: var(--aquarium-colors-primary-80, #3545be);
2504
2428
  }
2505
- .checked\:bg-primary-40:checked {
2429
+ .checked\:bg-primary-40:checked{
2506
2430
  background-color: #b9c5ef;
2507
2431
  background-color: var(--aquarium-colors-primary-40, #b9c5ef);
2508
2432
  }
2509
- .checked\:bg-opacity-40:checked {
2433
+ .checked\:bg-opacity-40:checked{
2510
2434
  --tw-bg-opacity: 0.4;
2511
2435
  }
2512
- .checked\:opacity-40:checked {
2436
+ .checked\:opacity-40:checked{
2513
2437
  opacity: 0.4;
2514
2438
  }
2515
- .checked\:shadow-whiteInset:checked {
2439
+ .checked\:shadow-whiteInset:checked{
2516
2440
  --tw-shadow: var(--aquarium-box-shadow-white-inset, inset 0 0 0 3px rgba(255,255,255,1));
2517
2441
  --tw-shadow-colored: inset 0 0 0 3px var(--tw-shadow-color);
2518
2442
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
2519
2443
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
2520
2444
  }
2521
- .hover\:cursor-pointer:hover {
2445
+ .hover\:cursor-pointer:hover{
2522
2446
  cursor: pointer;
2523
2447
  }
2524
- .hover\:border-grey-50:hover {
2448
+ .hover\:border-grey-50:hover{
2525
2449
  border-color: #787885;
2526
2450
  border-color: var(--aquarium-colors-grey-50, #787885);
2527
2451
  }
2528
- .hover\:border-grey-20:hover {
2452
+ .hover\:border-grey-20:hover{
2529
2453
  border-color: #d2d2d6;
2530
2454
  border-color: var(--aquarium-colors-grey-20, #d2d2d6);
2531
2455
  }
2532
- .hover\:bg-grey-0:hover {
2456
+ .hover\:bg-grey-0:hover{
2533
2457
  background-color: #f7f7fa;
2534
2458
  background-color: var(--aquarium-colors-grey-0, #f7f7fa);
2535
2459
  }
2536
- .hover\:bg-grey-5:hover {
2460
+ .hover\:bg-grey-5:hover{
2537
2461
  background-color: #ededf0;
2538
2462
  background-color: var(--aquarium-colors-grey-5, #ededf0);
2539
2463
  }
2540
- .hover\:bg-grey-30:hover {
2464
+ .hover\:bg-grey-30:hover{
2541
2465
  background-color: #b4b4bb;
2542
2466
  background-color: var(--aquarium-colors-grey-30, #b4b4bb);
2543
2467
  }
2544
- .hover\:bg-primary-90:hover {
2468
+ .hover\:bg-primary-90:hover{
2545
2469
  background-color: #222f95;
2546
2470
  background-color: var(--aquarium-colors-primary-90, #222f95);
2547
2471
  }
2548
- .hover\:bg-primary-5:hover {
2472
+ .hover\:bg-primary-5:hover{
2549
2473
  background-color: #f3f6ff;
2550
2474
  background-color: var(--aquarium-colors-primary-5, #f3f6ff);
2551
2475
  }
2552
- .hover\:bg-error-10:hover {
2476
+ .hover\:bg-error-10:hover{
2553
2477
  background-color: #ffcbd2;
2554
2478
  background-color: var(--aquarium-colors-error-10, #ffcbd2);
2555
2479
  }
2556
- .hover\:bg-grey-10:hover {
2480
+ .hover\:bg-grey-10:hover{
2557
2481
  background-color: #e1e1e3;
2558
2482
  background-color: var(--aquarium-colors-grey-10, #e1e1e3);
2559
2483
  }
2560
- .hover\:text-primary-90:hover {
2484
+ .hover\:text-primary-90:hover{
2561
2485
  color: #222f95;
2562
2486
  color: var(--aquarium-colors-primary-90, #222f95);
2563
2487
  }
2564
- .hover\:text-primary-70:hover {
2488
+ .hover\:text-primary-70:hover{
2565
2489
  color: #5865cd;
2566
2490
  color: var(--aquarium-colors-primary-70, #5865cd);
2567
2491
  }
2568
- .hover\:text-grey-80:hover {
2492
+ .hover\:text-grey-80:hover{
2569
2493
  color: #3a3a44;
2570
2494
  color: var(--aquarium-colors-grey-80, #3a3a44);
2571
2495
  }
2572
- .hover\:text-grey-90:hover {
2496
+ .hover\:text-grey-90:hover{
2573
2497
  color: #292a31;
2574
2498
  color: var(--aquarium-colors-grey-90, #292a31);
2575
2499
  }
2576
- .hover\:text-primary-80:hover {
2500
+ .hover\:text-primary-80:hover{
2577
2501
  color: #3545be;
2578
2502
  color: var(--aquarium-colors-primary-80, #3545be);
2579
2503
  }
2580
- .hover\:underline:hover {
2504
+ .hover\:underline:hover{
2581
2505
  -webkit-text-decoration-line: underline;
2582
2506
  text-decoration-line: underline;
2583
2507
  }
2584
- .hover\:no-underline:hover {
2585
- -webkit-text-decoration-line: none;
2586
- text-decoration-line: none;
2587
- }
2588
- .hover\:ring-primary-90:hover {
2508
+ .hover\:ring-primary-90:hover{
2589
2509
  --tw-ring-color: var(--aquarium-colors-primary-90, #222f95);
2590
2510
  }
2591
- .hover\:checked\:bg-primary-80:checked:hover {
2511
+ .hover\:checked\:bg-primary-80:checked:hover{
2592
2512
  background-color: #3545be;
2593
2513
  background-color: var(--aquarium-colors-primary-80, #3545be);
2594
2514
  }
2595
- .focus\:border:focus {
2515
+ .focus\:border:focus{
2596
2516
  border-width: 1px;
2597
2517
  }
2598
- .focus\:border-info-70:focus {
2518
+ .focus\:border-info-70:focus{
2599
2519
  border-color: #0399e3;
2600
2520
  border-color: var(--aquarium-colors-info-70, #0399e3);
2601
2521
  }
2602
- .focus\:border-transparent:focus {
2522
+ .focus\:border-transparent:focus{
2603
2523
  border-color: transparent;
2604
2524
  border-color: var(--aquarium-colors-transparent, transparent);
2605
2525
  }
2606
- .focus\:bg-error-20:focus {
2526
+ .focus\:bg-error-20:focus{
2607
2527
  background-color: #ffadb3;
2608
2528
  background-color: var(--aquarium-colors-error-20, #ffadb3);
2609
2529
  }
2610
- .focus\:bg-grey-20:focus {
2530
+ .focus\:bg-grey-20:focus{
2611
2531
  background-color: #d2d2d6;
2612
2532
  background-color: var(--aquarium-colors-grey-20, #d2d2d6);
2613
2533
  }
2614
- .focus\:text-primary-80:focus {
2534
+ .focus\:text-primary-80:focus{
2615
2535
  color: #3545be;
2616
2536
  color: var(--aquarium-colors-primary-80, #3545be);
2617
2537
  }
2618
- .focus\:outline-none:focus {
2538
+ .focus\:outline-none:focus{
2619
2539
  outline: 2px solid transparent;
2620
2540
  outline-offset: 2px;
2621
2541
  }
2622
- .focus\:ring-0:focus {
2542
+ .focus\:ring-0:focus{
2623
2543
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2624
2544
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2625
2545
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
2626
2546
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
2627
2547
  }
2628
- .focus\:ring-2:focus {
2548
+ .focus\:ring-2:focus{
2629
2549
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2630
2550
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2631
2551
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
2632
2552
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
2633
2553
  }
2634
- .focus\:ring-1:focus {
2554
+ .focus\:ring-1:focus{
2635
2555
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2636
2556
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2637
2557
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
2638
2558
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
2639
2559
  }
2640
- .focus\:ring-grey-60:focus {
2560
+ .focus\:ring-grey-60:focus{
2641
2561
  --tw-ring-color: var(--aquarium-colors-grey-60, #5a5b6a);
2642
2562
  }
2643
- .focus\:ring-offset-0:focus {
2563
+ .focus\:ring-offset-0:focus{
2644
2564
  --tw-ring-offset-width: 0px;
2645
2565
  }
2646
- .focus-visible\:border-info-70.focus-visible {
2566
+ .focus-visible\:border-info-70.focus-visible{
2647
2567
  border-color: #0399e3;
2648
2568
  border-color: var(--aquarium-colors-info-70, #0399e3);
2649
2569
  }
2650
- .focus-visible\:border-info-70:focus-visible {
2570
+ .focus-visible\:border-info-70:focus-visible{
2651
2571
  border-color: #0399e3;
2652
2572
  border-color: var(--aquarium-colors-info-70, #0399e3);
2653
2573
  }
2654
- .focus-visible\:bg-grey-0.focus-visible {
2574
+ .focus-visible\:bg-grey-0.focus-visible{
2655
2575
  background-color: #f7f7fa;
2656
2576
  background-color: var(--aquarium-colors-grey-0, #f7f7fa);
2657
2577
  }
2658
- .focus-visible\:bg-grey-0:focus-visible {
2578
+ .focus-visible\:bg-grey-0:focus-visible{
2659
2579
  background-color: #f7f7fa;
2660
2580
  background-color: var(--aquarium-colors-grey-0, #f7f7fa);
2661
2581
  }
2662
- .focus-visible\:text-primary-90.focus-visible {
2582
+ .focus-visible\:text-primary-90.focus-visible{
2663
2583
  color: #222f95;
2664
2584
  color: var(--aquarium-colors-primary-90, #222f95);
2665
2585
  }
2666
- .focus-visible\:text-primary-90:focus-visible {
2586
+ .focus-visible\:text-primary-90:focus-visible{
2667
2587
  color: #222f95;
2668
2588
  color: var(--aquarium-colors-primary-90, #222f95);
2669
2589
  }
2670
- .focus-visible\:text-primary-80.focus-visible {
2590
+ .focus-visible\:text-primary-80.focus-visible{
2671
2591
  color: #3545be;
2672
2592
  color: var(--aquarium-colors-primary-80, #3545be);
2673
2593
  }
2674
- .focus-visible\:text-primary-80:focus-visible {
2594
+ .focus-visible\:text-primary-80:focus-visible{
2675
2595
  color: #3545be;
2676
2596
  color: var(--aquarium-colors-primary-80, #3545be);
2677
2597
  }
2678
- .focus-visible\:text-grey-80.focus-visible {
2598
+ .focus-visible\:text-grey-80.focus-visible{
2679
2599
  color: #3a3a44;
2680
2600
  color: var(--aquarium-colors-grey-80, #3a3a44);
2681
2601
  }
2682
- .focus-visible\:text-grey-80:focus-visible {
2602
+ .focus-visible\:text-grey-80:focus-visible{
2683
2603
  color: #3a3a44;
2684
2604
  color: var(--aquarium-colors-grey-80, #3a3a44);
2685
2605
  }
2686
- .focus-visible\:text-grey-90.focus-visible {
2606
+ .focus-visible\:text-grey-90.focus-visible{
2687
2607
  color: #292a31;
2688
2608
  color: var(--aquarium-colors-grey-90, #292a31);
2689
2609
  }
2690
- .focus-visible\:text-grey-90:focus-visible {
2610
+ .focus-visible\:text-grey-90:focus-visible{
2691
2611
  color: #292a31;
2692
2612
  color: var(--aquarium-colors-grey-90, #292a31);
2693
2613
  }
2694
- .focus-visible\:outline-0.focus-visible {
2614
+ .focus-visible\:outline-0.focus-visible{
2695
2615
  outline-width: 0px;
2696
2616
  }
2697
- .focus-visible\:outline-0:focus-visible {
2617
+ .focus-visible\:outline-0:focus-visible{
2698
2618
  outline-width: 0px;
2699
2619
  }
2700
- .focus-visible\:ring-2.focus-visible {
2620
+ .focus-visible\:ring-2.focus-visible{
2701
2621
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2702
2622
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2703
2623
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
2704
2624
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
2705
2625
  }
2706
- .focus-visible\:ring-2:focus-visible {
2626
+ .focus-visible\:ring-2:focus-visible{
2707
2627
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2708
2628
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2709
2629
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
2710
2630
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
2711
2631
  }
2712
- .focus-visible\:ring-1.focus-visible {
2632
+ .focus-visible\:ring-1.focus-visible{
2713
2633
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2714
2634
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2715
2635
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
2716
2636
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
2717
2637
  }
2718
- .focus-visible\:ring-1:focus-visible {
2638
+ .focus-visible\:ring-1:focus-visible{
2719
2639
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2720
2640
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2721
2641
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
2722
2642
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
2723
2643
  }
2724
- .focus-visible\:ring-inset.focus-visible {
2644
+ .focus-visible\:ring-inset.focus-visible{
2725
2645
  --tw-ring-inset: inset;
2726
2646
  }
2727
- .focus-visible\:ring-inset:focus-visible {
2647
+ .focus-visible\:ring-inset:focus-visible{
2728
2648
  --tw-ring-inset: inset;
2729
2649
  }
2730
- .focus-visible\:ring-primary-100.focus-visible {
2650
+ .focus-visible\:ring-primary-100.focus-visible{
2731
2651
  --tw-ring-color: var(--aquarium-colors-primary-100, #0e1652);
2732
2652
  }
2733
- .focus-visible\:ring-primary-100:focus-visible {
2653
+ .focus-visible\:ring-primary-100:focus-visible{
2734
2654
  --tw-ring-color: var(--aquarium-colors-primary-100, #0e1652);
2735
2655
  }
2736
- .focus-visible\:ring-primary-90.focus-visible {
2656
+ .focus-visible\:ring-primary-90.focus-visible{
2737
2657
  --tw-ring-color: var(--aquarium-colors-primary-90, #222f95);
2738
2658
  }
2739
- .focus-visible\:ring-primary-90:focus-visible {
2659
+ .focus-visible\:ring-primary-90:focus-visible{
2740
2660
  --tw-ring-color: var(--aquarium-colors-primary-90, #222f95);
2741
2661
  }
2742
- .focus-visible\:ring-info-70.focus-visible {
2662
+ .focus-visible\:ring-info-70.focus-visible{
2743
2663
  --tw-ring-color: var(--aquarium-colors-info-70, #0399e3);
2744
2664
  }
2745
- .focus-visible\:ring-info-70:focus-visible {
2665
+ .focus-visible\:ring-info-70:focus-visible{
2746
2666
  --tw-ring-color: var(--aquarium-colors-info-70, #0399e3);
2747
2667
  }
2748
- .active\:bg-grey-5:active {
2668
+ .active\:bg-grey-5:active{
2749
2669
  background-color: #ededf0;
2750
2670
  background-color: var(--aquarium-colors-grey-5, #ededf0);
2751
2671
  }
2752
- .active\:bg-primary-90:active {
2672
+ .active\:bg-primary-90:active{
2753
2673
  background-color: #222f95;
2754
2674
  background-color: var(--aquarium-colors-primary-90, #222f95);
2755
2675
  }
2756
- .active\:bg-primary-5:active {
2676
+ .active\:bg-primary-5:active{
2757
2677
  background-color: #f3f6ff;
2758
2678
  background-color: var(--aquarium-colors-primary-5, #f3f6ff);
2759
2679
  }
2760
- .active\:bg-transparent:active {
2680
+ .active\:bg-transparent:active{
2761
2681
  background-color: transparent;
2762
2682
  background-color: var(--aquarium-colors-transparent, transparent);
2763
2683
  }
2764
- .active\:bg-grey-10:active {
2684
+ .active\:bg-grey-10:active{
2765
2685
  background-color: #e1e1e3;
2766
2686
  background-color: var(--aquarium-colors-grey-10, #e1e1e3);
2767
2687
  }
2768
- .active\:text-primary-90:active {
2688
+ .active\:text-primary-90:active{
2769
2689
  color: #222f95;
2770
2690
  color: var(--aquarium-colors-primary-90, #222f95);
2771
2691
  }
2772
- .active\:text-grey-50:active {
2692
+ .active\:text-grey-50:active{
2773
2693
  color: #787885;
2774
2694
  color: var(--aquarium-colors-grey-50, #787885);
2775
2695
  }
2776
- .active\:text-grey-70:active {
2696
+ .active\:text-grey-70:active{
2777
2697
  color: #4a4b57;
2778
2698
  color: var(--aquarium-colors-grey-70, #4a4b57);
2779
2699
  }
2780
- .active\:ring-0:active {
2700
+ .active\:ring-0:active{
2781
2701
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2782
2702
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2783
2703
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
2784
2704
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
2785
2705
  }
2786
- .active\:ring-primary-90:active {
2706
+ .active\:ring-primary-90:active{
2787
2707
  --tw-ring-color: var(--aquarium-colors-primary-90, #222f95);
2788
2708
  }
2789
- .disabled\:cursor-not-allowed:disabled {
2709
+ .disabled\:cursor-not-allowed:disabled{
2790
2710
  cursor: not-allowed;
2791
2711
  }
2792
- .disabled\:border-grey-20:disabled {
2712
+ .disabled\:border-grey-20:disabled{
2793
2713
  border-color: #d2d2d6;
2794
2714
  border-color: var(--aquarium-colors-grey-20, #d2d2d6);
2795
2715
  }
2796
- .disabled\:bg-grey-5:disabled {
2716
+ .disabled\:bg-grey-5:disabled{
2797
2717
  background-color: #ededf0;
2798
2718
  background-color: var(--aquarium-colors-grey-5, #ededf0);
2799
2719
  }
2800
- .disabled\:bg-primary-40:disabled {
2720
+ .disabled\:bg-primary-40:disabled{
2801
2721
  background-color: #b9c5ef;
2802
2722
  background-color: var(--aquarium-colors-primary-40, #b9c5ef);
2803
2723
  }
2804
- .disabled\:bg-white:disabled {
2724
+ .disabled\:bg-white:disabled{
2805
2725
  background-color: white;
2806
2726
  background-color: var(--aquarium-colors-white, white);
2807
2727
  }
2808
- .disabled\:bg-transparent:disabled {
2728
+ .disabled\:bg-transparent:disabled{
2809
2729
  background-color: transparent;
2810
2730
  background-color: var(--aquarium-colors-transparent, transparent);
2811
2731
  }
2812
- .disabled\:text-grey-40:disabled {
2732
+ .disabled\:text-grey-40:disabled{
2813
2733
  color: #9696a0;
2814
2734
  color: var(--aquarium-colors-grey-40, #9696a0);
2815
2735
  }
2816
- .disabled\:text-primary-40:disabled {
2736
+ .disabled\:text-primary-40:disabled{
2817
2737
  color: #b9c5ef;
2818
2738
  color: var(--aquarium-colors-primary-40, #b9c5ef);
2819
2739
  }
2820
- .disabled\:text-grey-30:disabled {
2740
+ .disabled\:text-grey-30:disabled{
2821
2741
  color: #b4b4bb;
2822
2742
  color: var(--aquarium-colors-grey-30, #b4b4bb);
2823
2743
  }
2824
- .disabled\:text-grey-20:disabled {
2744
+ .disabled\:text-grey-20:disabled{
2825
2745
  color: #d2d2d6;
2826
2746
  color: var(--aquarium-colors-grey-20, #d2d2d6);
2827
2747
  }
2828
- .disabled\:ring-primary-40:disabled {
2748
+ .disabled\:ring-primary-40:disabled{
2829
2749
  --tw-ring-color: var(--aquarium-colors-primary-40, #b9c5ef);
2830
2750
  }
2831
- .group:last-child .group-last\:border-b-0 {
2751
+ .group:last-child .group-last\:border-b-0{
2832
2752
  border-bottom-width: 0px;
2833
2753
  }
2834
- .group:hover .group-hover\:visible {
2754
+ .group:hover .group-hover\:visible{
2835
2755
  visibility: visible;
2836
2756
  }
2837
- .group:hover .group-hover\:bg-grey-0 {
2757
+ .group:hover .group-hover\:bg-grey-0{
2838
2758
  background-color: #f7f7fa;
2839
2759
  background-color: var(--aquarium-colors-grey-0, #f7f7fa);
2840
2760
  }
2841
- .peer\/switch:checked~.peer-checked\/switch\:left-1 {
2761
+ .peer\/switch:checked~.peer-checked\/switch\:left-1{
2842
2762
  left: 2px;
2843
2763
  }
2844
- .peer\/switch:checked~.peer-checked\/switch\:translate-x-5 {
2764
+ .peer\/switch:checked~.peer-checked\/switch\:translate-x-5{
2845
2765
  --tw-translate-x: 16px;
2846
2766
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2847
2767
  }
2848
- .peer:checked~.peer-checked\:border-primary-80 {
2768
+ .peer:checked~.peer-checked\:border-primary-80{
2849
2769
  border-color: #3545be;
2850
2770
  border-color: var(--aquarium-colors-primary-80, #3545be);
2851
2771
  }
2852
- .peer:checked~.peer-checked\:border-primary-40 {
2772
+ .peer:checked~.peer-checked\:border-primary-40{
2853
2773
  border-color: #b9c5ef;
2854
2774
  border-color: var(--aquarium-colors-primary-40, #b9c5ef);
2855
2775
  }
2856
- .peer:checked~.peer-checked\:text-white {
2776
+ .peer:checked~.peer-checked\:text-white{
2857
2777
  color: white;
2858
2778
  color: var(--aquarium-colors-white, white);
2859
2779
  }
2860
- .peer:checked~.peer-checked\:text-primary-10 {
2780
+ .peer:checked~.peer-checked\:text-primary-10{
2861
2781
  color: #e3e9ff;
2862
2782
  color: var(--aquarium-colors-primary-10, #e3e9ff);
2863
2783
  }
2864
- .peer:hover~.peer-hover\:border-grey-50 {
2784
+ .peer:hover~.peer-hover\:border-grey-50{
2865
2785
  border-color: #787885;
2866
2786
  border-color: var(--aquarium-colors-grey-50, #787885);
2867
2787
  }
2868
- .peer:focus~.peer-focus\:border-info-70 {
2788
+ .peer:focus~.peer-focus\:border-info-70{
2869
2789
  border-color: #0399e3;
2870
2790
  border-color: var(--aquarium-colors-info-70, #0399e3);
2871
2791
  }
2872
- .peer\/switch:disabled~.peer-disabled\/switch\:bg-grey-0 {
2792
+ .peer\/switch:disabled~.peer-disabled\/switch\:bg-grey-0{
2873
2793
  background-color: #f7f7fa;
2874
2794
  background-color: var(--aquarium-colors-grey-0, #f7f7fa);
2875
2795
  }
2876
- .children\:inline-block>* {
2796
+ .children\:inline-block>*{
2877
2797
  display: inline-block;
2878
2798
  }
2879
- .children\:border-grey-10>* {
2799
+ .children\:border-grey-10>*{
2880
2800
  border-color: #e1e1e3;
2881
2801
  border-color: var(--aquarium-colors-grey-10, #e1e1e3);
2882
2802
  }
2883
- .children\:last\:border-b-0:last-child>* {
2803
+ .children\:last\:border-b-0:last-child>*{
2884
2804
  border-bottom-width: 0px;
2885
2805
  }
2886
- .\[\&\>path\]\:stroke-transparent>path {
2806
+ .\[\&\>path\]\:stroke-transparent>path{
2887
2807
  stroke: transparent;
2888
2808
  stroke: var(--aquarium-colors-transparent, transparent);
2889
2809
  }
2890
- .\[\&\>path\]\:stroke-2>path {
2810
+ .\[\&\>path\]\:stroke-2>path{
2891
2811
  stroke-width: 2;
2892
2812
  }
2893
- .peer:checked~.peer-checked\:\[\&\>path\]\:stroke-white>path {
2813
+ .peer:checked~.peer-checked\:\[\&\>path\]\:stroke-white>path{
2894
2814
  stroke: white;
2895
2815
  stroke: var(--aquarium-colors-white, white);
2896
2816
  }
2897
- .peer:checked~.peer-checked\:\[\&\>path\]\:stroke-primary-10>path {
2817
+ .peer:checked~.peer-checked\:\[\&\>path\]\:stroke-primary-10>path{
2898
2818
  stroke: #e3e9ff;
2899
2819
  stroke: var(--aquarium-colors-primary-10, #e3e9ff);
2900
2820
  }
2901
- .\[\&\>button\]\:p-0>button {
2821
+ .\[\&\>button\]\:p-0>button{
2902
2822
  padding: 0;
2903
2823
  }
2904
- .\[\&\>button\]\:text-grey-50>button {
2824
+ .\[\&\>button\]\:text-grey-50>button{
2905
2825
  color: #787885;
2906
2826
  color: var(--aquarium-colors-grey-50, #787885);
2907
2827
  }
2908
- .\[\&\>button\]\:text-error-20>button {
2828
+ .\[\&\>button\]\:text-error-20>button{
2909
2829
  color: #ffadb3;
2910
2830
  color: var(--aquarium-colors-error-20, #ffadb3);
2911
2831
  }
2912
- .\[\&\>\*\:not\(\:first-child\)\]\:-ml-3>*:not(:first-child) {
2832
+ .\[\&\>\*\:not\(\:first-child\)\]\:-ml-3>*:not(:first-child){
2913
2833
  margin-left: -8px;
2914
2834
  }
2915
- .\[\&\>div\:first-child\]\:px-5>div:first-child {
2835
+ .\[\&\>div\:first-child\]\:px-5>div:first-child{
2916
2836
  padding-left: 16px;
2917
2837
  padding-right: 16px;
2918
2838
  }