daisyui 3.0.3 → 3.0.5
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/README.md +1 -1
- package/dist/full.css +162 -126
- package/dist/styled.css +37 -48
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +5 -3
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/dist/utilities-styled.js +1 -1
- package/dist/utilities-unstyled.js +1 -1
- package/package.json +2 -1
package/dist/full.css
CHANGED
|
@@ -1178,8 +1178,7 @@
|
|
|
1178
1178
|
*/
|
|
1179
1179
|
html {
|
|
1180
1180
|
line-height: 1.5; /* 1 */
|
|
1181
|
-
-webkit-text-size-adjust: 100%; /* 2 */
|
|
1182
|
-
-moz-tab-size: 4; /* 3 */
|
|
1181
|
+
-webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
|
|
1183
1182
|
tab-size: 4; /* 3 */
|
|
1184
1183
|
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
|
|
1185
1184
|
font-feature-settings: normal; /* 5 */
|
|
@@ -1717,7 +1716,8 @@ html {
|
|
|
1717
1716
|
--tw-bg-opacity: 1;
|
|
1718
1717
|
background-color: hsl(var(--b2) / var(--tw-bg-opacity));
|
|
1719
1718
|
--tw-text-opacity: 1;
|
|
1720
|
-
color: hsl(var(--bc) / var(--tw-text-opacity))
|
|
1719
|
+
color: hsl(var(--bc) / var(--tw-text-opacity));
|
|
1720
|
+
outline-color: hsl(var(--bc) / 1)}
|
|
1721
1721
|
.btn-disabled,
|
|
1722
1722
|
.btn[disabled],
|
|
1723
1723
|
.btn:disabled {
|
|
@@ -1856,9 +1856,12 @@ html {
|
|
|
1856
1856
|
width: 0.75rem;
|
|
1857
1857
|
background-color: inherit;
|
|
1858
1858
|
content: "";
|
|
1859
|
-
mask-size: contain;
|
|
1860
|
-
|
|
1861
|
-
mask-
|
|
1859
|
+
-webkit-mask-size: contain;
|
|
1860
|
+
mask-size: contain;
|
|
1861
|
+
-webkit-mask-repeat: no-repeat;
|
|
1862
|
+
mask-repeat: no-repeat;
|
|
1863
|
+
-webkit-mask-position: center;
|
|
1864
|
+
mask-position: center}
|
|
1862
1865
|
.chat-start {
|
|
1863
1866
|
place-items: start;
|
|
1864
1867
|
grid-template-columns: auto 1fr}
|
|
@@ -1872,10 +1875,12 @@ html {
|
|
|
1872
1875
|
grid-column-start: 2;
|
|
1873
1876
|
border-bottom-left-radius: 0px}
|
|
1874
1877
|
.chat-start .chat-bubble:before {
|
|
1875
|
-
mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 3 3 L 3 0 C 3 1 1 3 0 3'/%3e%3c/svg%3e");
|
|
1878
|
+
-webkit-mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 3 3 L 3 0 C 3 1 1 3 0 3'/%3e%3c/svg%3e");
|
|
1879
|
+
mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 3 3 L 3 0 C 3 1 1 3 0 3'/%3e%3c/svg%3e");
|
|
1876
1880
|
left: -0.75rem}
|
|
1877
1881
|
[dir="rtl"] .chat-start .chat-bubble:before {
|
|
1878
|
-
mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 1 3 L 3 3 C 2 3 0 1 0 0'/%3e%3c/svg%3e")
|
|
1882
|
+
-webkit-mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 1 3 L 3 3 C 2 3 0 1 0 0'/%3e%3c/svg%3e");
|
|
1883
|
+
mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 1 3 L 3 3 C 2 3 0 1 0 0'/%3e%3c/svg%3e")}
|
|
1879
1884
|
.chat-end {
|
|
1880
1885
|
place-items: end;
|
|
1881
1886
|
grid-template-columns: 1fr auto}
|
|
@@ -1889,10 +1894,12 @@ html {
|
|
|
1889
1894
|
grid-column-start: 1;
|
|
1890
1895
|
border-bottom-right-radius: 0px}
|
|
1891
1896
|
.chat-end .chat-bubble:before {
|
|
1892
|
-
mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 1 3 L 3 3 C 2 3 0 1 0 0'/%3e%3c/svg%3e");
|
|
1897
|
+
-webkit-mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 1 3 L 3 3 C 2 3 0 1 0 0'/%3e%3c/svg%3e");
|
|
1898
|
+
mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 1 3 L 3 3 C 2 3 0 1 0 0'/%3e%3c/svg%3e");
|
|
1893
1899
|
left: 100%}
|
|
1894
1900
|
[dir="rtl"] .chat-end .chat-bubble:before {
|
|
1895
|
-
mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 3 3 L 3 0 C 3 1 1 3 0 3'/%3e%3c/svg%3e")
|
|
1901
|
+
-webkit-mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 3 3 L 3 0 C 3 1 1 3 0 3'/%3e%3c/svg%3e");
|
|
1902
|
+
mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 3 3 L 3 0 C 3 1 1 3 0 3'/%3e%3c/svg%3e")}
|
|
1896
1903
|
.checkbox {
|
|
1897
1904
|
flex-shrink: 0;
|
|
1898
1905
|
--chkbg: var(--bc);
|
|
@@ -1937,9 +1944,10 @@ html {
|
|
|
1937
1944
|
cursor: unset}
|
|
1938
1945
|
.collapse[open],
|
|
1939
1946
|
.collapse-open,
|
|
1940
|
-
.collapse:focus:not(.collapse-close)
|
|
1941
|
-
|
|
1942
|
-
.collapse:not(.collapse-close):has(input[type="
|
|
1947
|
+
.collapse:focus:not(.collapse-close) {
|
|
1948
|
+
grid-template-rows: auto 1fr}
|
|
1949
|
+
.collapse:not(.collapse-close):has(> input[type="checkbox"]:checked),
|
|
1950
|
+
.collapse:not(.collapse-close):has(> input[type="radio"]:checked) {
|
|
1943
1951
|
grid-template-rows: auto 1fr}
|
|
1944
1952
|
.collapse[open] .collapse-content,
|
|
1945
1953
|
.collapse-open .collapse-content,
|
|
@@ -2233,9 +2241,11 @@ html {
|
|
|
2233
2241
|
--tw-scale-x: 1;
|
|
2234
2242
|
--tw-scale-y: 1;
|
|
2235
2243
|
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))}
|
|
2236
|
-
.menu :where(li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):hover, .menu :where(li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):hover {
|
|
2244
|
+
.menu :where(li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(.active):hover, .menu :where(li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):not(.active):hover {
|
|
2237
2245
|
cursor: pointer;
|
|
2238
2246
|
background-color: hsl(var(--bc) / 0.1);
|
|
2247
|
+
--tw-text-opacity: 1;
|
|
2248
|
+
color: hsl(var(--bc) / var(--tw-text-opacity));
|
|
2239
2249
|
outline: 2px solid transparent;
|
|
2240
2250
|
outline-offset: 2px}
|
|
2241
2251
|
.tab[disabled],
|
|
@@ -2483,15 +2493,22 @@ html {
|
|
|
2483
2493
|
.link-hover {
|
|
2484
2494
|
text-decoration-line: none}
|
|
2485
2495
|
.mask {
|
|
2486
|
-
mask-size: contain;
|
|
2487
|
-
|
|
2488
|
-
mask-
|
|
2496
|
+
-webkit-mask-size: contain;
|
|
2497
|
+
mask-size: contain;
|
|
2498
|
+
-webkit-mask-repeat: no-repeat;
|
|
2499
|
+
mask-repeat: no-repeat;
|
|
2500
|
+
-webkit-mask-position: center;
|
|
2501
|
+
mask-position: center}
|
|
2489
2502
|
.mask-half-1 {
|
|
2490
|
-
mask-size: 200%;
|
|
2491
|
-
|
|
2503
|
+
-webkit-mask-size: 200%;
|
|
2504
|
+
mask-size: 200%;
|
|
2505
|
+
-webkit-mask-position: left;
|
|
2506
|
+
mask-position: left}
|
|
2492
2507
|
.mask-half-2 {
|
|
2493
|
-
mask-size: 200%;
|
|
2494
|
-
|
|
2508
|
+
-webkit-mask-size: 200%;
|
|
2509
|
+
mask-size: 200%;
|
|
2510
|
+
-webkit-mask-position: right;
|
|
2511
|
+
mask-position: right}
|
|
2495
2512
|
.menu {
|
|
2496
2513
|
display: flex;
|
|
2497
2514
|
flex-direction: column;
|
|
@@ -3137,129 +3154,119 @@ html {
|
|
|
3137
3154
|
.btn:focus-visible {
|
|
3138
3155
|
outline-style: solid;
|
|
3139
3156
|
outline-width: 2px;
|
|
3140
|
-
outline-offset: 2px
|
|
3141
|
-
outline-color: hsl(var(--bc) / 1)}
|
|
3157
|
+
outline-offset: 2px}
|
|
3142
3158
|
.btn-primary {
|
|
3143
3159
|
--tw-border-opacity: 1;
|
|
3144
3160
|
border-color: hsl(var(--p) / var(--tw-border-opacity));
|
|
3145
3161
|
--tw-bg-opacity: 1;
|
|
3146
3162
|
background-color: hsl(var(--p) / var(--tw-bg-opacity));
|
|
3147
3163
|
--tw-text-opacity: 1;
|
|
3148
|
-
color: hsl(var(--pc) / var(--tw-text-opacity))
|
|
3164
|
+
color: hsl(var(--pc) / var(--tw-text-opacity));
|
|
3165
|
+
outline-color: hsl(var(--p) / 1)}
|
|
3149
3166
|
.btn-primary.btn-active {
|
|
3150
3167
|
--tw-border-opacity: 1;
|
|
3151
3168
|
border-color: hsl(var(--pf) / var(--tw-border-opacity));
|
|
3152
3169
|
--tw-bg-opacity: 1;
|
|
3153
3170
|
background-color: hsl(var(--pf) / var(--tw-bg-opacity))}
|
|
3154
|
-
.btn-primary:focus-visible {
|
|
3155
|
-
outline-color: hsl(var(--p) / 1)}
|
|
3156
3171
|
.btn-secondary {
|
|
3157
3172
|
--tw-border-opacity: 1;
|
|
3158
3173
|
border-color: hsl(var(--s) / var(--tw-border-opacity));
|
|
3159
3174
|
--tw-bg-opacity: 1;
|
|
3160
3175
|
background-color: hsl(var(--s) / var(--tw-bg-opacity));
|
|
3161
3176
|
--tw-text-opacity: 1;
|
|
3162
|
-
color: hsl(var(--sc) / var(--tw-text-opacity))
|
|
3177
|
+
color: hsl(var(--sc) / var(--tw-text-opacity));
|
|
3178
|
+
outline-color: hsl(var(--s) / 1)}
|
|
3163
3179
|
.btn-secondary.btn-active {
|
|
3164
3180
|
--tw-border-opacity: 1;
|
|
3165
3181
|
border-color: hsl(var(--sf) / var(--tw-border-opacity));
|
|
3166
3182
|
--tw-bg-opacity: 1;
|
|
3167
3183
|
background-color: hsl(var(--sf) / var(--tw-bg-opacity))}
|
|
3168
|
-
.btn-secondary:focus-visible {
|
|
3169
|
-
outline-color: hsl(var(--s) / 1)}
|
|
3170
3184
|
.btn-accent {
|
|
3171
3185
|
--tw-border-opacity: 1;
|
|
3172
3186
|
border-color: hsl(var(--a) / var(--tw-border-opacity));
|
|
3173
3187
|
--tw-bg-opacity: 1;
|
|
3174
3188
|
background-color: hsl(var(--a) / var(--tw-bg-opacity));
|
|
3175
3189
|
--tw-text-opacity: 1;
|
|
3176
|
-
color: hsl(var(--ac) / var(--tw-text-opacity))
|
|
3190
|
+
color: hsl(var(--ac) / var(--tw-text-opacity));
|
|
3191
|
+
outline-color: hsl(var(--a) / 1)}
|
|
3177
3192
|
.btn-accent.btn-active {
|
|
3178
3193
|
--tw-border-opacity: 1;
|
|
3179
3194
|
border-color: hsl(var(--af) / var(--tw-border-opacity));
|
|
3180
3195
|
--tw-bg-opacity: 1;
|
|
3181
3196
|
background-color: hsl(var(--af) / var(--tw-bg-opacity))}
|
|
3182
|
-
.btn-accent:focus-visible {
|
|
3183
|
-
outline-color: hsl(var(--a) / 1)}
|
|
3184
3197
|
.btn-neutral {
|
|
3185
3198
|
--tw-border-opacity: 1;
|
|
3186
3199
|
border-color: hsl(var(--n) / var(--tw-border-opacity));
|
|
3187
3200
|
--tw-bg-opacity: 1;
|
|
3188
3201
|
background-color: hsl(var(--n) / var(--tw-bg-opacity));
|
|
3189
3202
|
--tw-text-opacity: 1;
|
|
3190
|
-
color: hsl(var(--nc) / var(--tw-text-opacity))
|
|
3203
|
+
color: hsl(var(--nc) / var(--tw-text-opacity));
|
|
3204
|
+
outline-color: hsl(var(--n) / 1)}
|
|
3191
3205
|
.btn-neutral.btn-active {
|
|
3192
3206
|
--tw-border-opacity: 1;
|
|
3193
3207
|
border-color: hsl(var(--nf) / var(--tw-border-opacity));
|
|
3194
3208
|
--tw-bg-opacity: 1;
|
|
3195
3209
|
background-color: hsl(var(--nf) / var(--tw-bg-opacity))}
|
|
3196
|
-
.btn-neutral:focus-visible {
|
|
3197
|
-
outline-color: hsl(var(--n) / 1)}
|
|
3198
3210
|
.btn-info {
|
|
3199
3211
|
--tw-border-opacity: 1;
|
|
3200
3212
|
border-color: hsl(var(--in) / var(--tw-border-opacity));
|
|
3201
3213
|
--tw-bg-opacity: 1;
|
|
3202
3214
|
background-color: hsl(var(--in) / var(--tw-bg-opacity));
|
|
3203
3215
|
--tw-text-opacity: 1;
|
|
3204
|
-
color: hsl(var(--inc) / var(--tw-text-opacity))
|
|
3216
|
+
color: hsl(var(--inc) / var(--tw-text-opacity));
|
|
3217
|
+
outline-color: hsl(var(--in) / 1)}
|
|
3205
3218
|
.btn-info.btn-active {
|
|
3206
3219
|
--tw-border-opacity: 1;
|
|
3207
3220
|
border-color: hsl(var(--in) / var(--tw-border-opacity));
|
|
3208
3221
|
--tw-bg-opacity: 1;
|
|
3209
3222
|
background-color: hsl(var(--in) / var(--tw-bg-opacity))}
|
|
3210
|
-
.btn-info:focus-visible {
|
|
3211
|
-
outline-color: hsl(var(--in) / 1)}
|
|
3212
3223
|
.btn-success {
|
|
3213
3224
|
--tw-border-opacity: 1;
|
|
3214
3225
|
border-color: hsl(var(--su) / var(--tw-border-opacity));
|
|
3215
3226
|
--tw-bg-opacity: 1;
|
|
3216
3227
|
background-color: hsl(var(--su) / var(--tw-bg-opacity));
|
|
3217
3228
|
--tw-text-opacity: 1;
|
|
3218
|
-
color: hsl(var(--suc) / var(--tw-text-opacity))
|
|
3229
|
+
color: hsl(var(--suc) / var(--tw-text-opacity));
|
|
3230
|
+
outline-color: hsl(var(--su) / 1)}
|
|
3219
3231
|
.btn-success.btn-active {
|
|
3220
3232
|
--tw-border-opacity: 1;
|
|
3221
3233
|
border-color: hsl(var(--su) / var(--tw-border-opacity));
|
|
3222
3234
|
--tw-bg-opacity: 1;
|
|
3223
3235
|
background-color: hsl(var(--su) / var(--tw-bg-opacity))}
|
|
3224
|
-
.btn-success:focus-visible {
|
|
3225
|
-
outline-color: hsl(var(--su) / 1)}
|
|
3226
3236
|
.btn-warning {
|
|
3227
3237
|
--tw-border-opacity: 1;
|
|
3228
3238
|
border-color: hsl(var(--wa) / var(--tw-border-opacity));
|
|
3229
3239
|
--tw-bg-opacity: 1;
|
|
3230
3240
|
background-color: hsl(var(--wa) / var(--tw-bg-opacity));
|
|
3231
3241
|
--tw-text-opacity: 1;
|
|
3232
|
-
color: hsl(var(--wac) / var(--tw-text-opacity))
|
|
3242
|
+
color: hsl(var(--wac) / var(--tw-text-opacity));
|
|
3243
|
+
outline-color: hsl(var(--wa) / 1)}
|
|
3233
3244
|
.btn-warning.btn-active {
|
|
3234
3245
|
--tw-border-opacity: 1;
|
|
3235
3246
|
border-color: hsl(var(--wa) / var(--tw-border-opacity));
|
|
3236
3247
|
--tw-bg-opacity: 1;
|
|
3237
3248
|
background-color: hsl(var(--wa) / var(--tw-bg-opacity))}
|
|
3238
|
-
.btn-warning:focus-visible {
|
|
3239
|
-
outline-color: hsl(var(--wa) / 1)}
|
|
3240
3249
|
.btn-error {
|
|
3241
3250
|
--tw-border-opacity: 1;
|
|
3242
3251
|
border-color: hsl(var(--er) / var(--tw-border-opacity));
|
|
3243
3252
|
--tw-bg-opacity: 1;
|
|
3244
3253
|
background-color: hsl(var(--er) / var(--tw-bg-opacity));
|
|
3245
3254
|
--tw-text-opacity: 1;
|
|
3246
|
-
color: hsl(var(--erc) / var(--tw-text-opacity))
|
|
3255
|
+
color: hsl(var(--erc) / var(--tw-text-opacity));
|
|
3256
|
+
outline-color: hsl(var(--er) / 1)}
|
|
3247
3257
|
.btn-error.btn-active {
|
|
3248
3258
|
--tw-border-opacity: 1;
|
|
3249
3259
|
border-color: hsl(var(--er) / var(--tw-border-opacity));
|
|
3250
3260
|
--tw-bg-opacity: 1;
|
|
3251
3261
|
background-color: hsl(var(--er) / var(--tw-bg-opacity))}
|
|
3252
|
-
.btn-error:focus-visible {
|
|
3253
|
-
outline-color: hsl(var(--er) / 1)}
|
|
3254
3262
|
.btn.glass {
|
|
3255
3263
|
--tw-shadow: 0 0 #0000;
|
|
3256
3264
|
--tw-shadow-colored: 0 0 #0000;
|
|
3257
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
3265
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
3266
|
+
outline-color: currentColor}
|
|
3258
3267
|
.btn.glass.btn-active {
|
|
3259
3268
|
--glass-opacity: 25%;
|
|
3260
3269
|
--glass-border-opacity: 15%}
|
|
3261
|
-
.btn.glass:focus-visible {
|
|
3262
|
-
outline-color: currentColor}
|
|
3263
3270
|
.btn-ghost {
|
|
3264
3271
|
border-width: 1px;
|
|
3265
3272
|
border-color: transparent;
|
|
@@ -3267,13 +3274,12 @@ html {
|
|
|
3267
3274
|
color: currentColor;
|
|
3268
3275
|
--tw-shadow: 0 0 #0000;
|
|
3269
3276
|
--tw-shadow-colored: 0 0 #0000;
|
|
3270
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
3277
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
3278
|
+
outline-color: currentColor}
|
|
3271
3279
|
.btn-ghost.btn-active {
|
|
3272
3280
|
--tw-border-opacity: 0;
|
|
3273
3281
|
background-color: hsl(var(--bc) / var(--tw-bg-opacity));
|
|
3274
3282
|
--tw-bg-opacity: 0.2}
|
|
3275
|
-
.btn-ghost:focus-visible {
|
|
3276
|
-
outline-color: currentColor}
|
|
3277
3283
|
.btn-link {
|
|
3278
3284
|
border-color: transparent;
|
|
3279
3285
|
background-color: transparent;
|
|
@@ -3282,13 +3288,12 @@ html {
|
|
|
3282
3288
|
text-decoration-line: underline;
|
|
3283
3289
|
--tw-shadow: 0 0 #0000;
|
|
3284
3290
|
--tw-shadow-colored: 0 0 #0000;
|
|
3285
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
3291
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
3292
|
+
outline-color: currentColor}
|
|
3286
3293
|
.btn-link.btn-active {
|
|
3287
3294
|
border-color: transparent;
|
|
3288
3295
|
background-color: transparent;
|
|
3289
3296
|
text-decoration-line: underline}
|
|
3290
|
-
.btn-link:focus-visible {
|
|
3291
|
-
outline-color: currentColor}
|
|
3292
3297
|
.btn-outline {
|
|
3293
3298
|
border-color: currentColor;
|
|
3294
3299
|
background-color: transparent;
|
|
@@ -3670,8 +3675,8 @@ details.collapse summary::-webkit-details-marker {
|
|
|
3670
3675
|
outline-offset: 2px;
|
|
3671
3676
|
outline-color: hsl(var(--bc) / 1)}
|
|
3672
3677
|
.collapse:has(.collapse-title:focus-visible),
|
|
3673
|
-
.collapse:has(input[type="checkbox"]:focus-visible),
|
|
3674
|
-
.collapse:has(input[type="radio"]:focus-visible) {
|
|
3678
|
+
.collapse:has(> input[type="checkbox"]:focus-visible),
|
|
3679
|
+
.collapse:has(> input[type="radio"]:focus-visible) {
|
|
3675
3680
|
outline-style: solid;
|
|
3676
3681
|
outline-width: 2px;
|
|
3677
3682
|
outline-offset: 2px;
|
|
@@ -3768,6 +3773,10 @@ details.collapse summary::-webkit-details-marker {
|
|
|
3768
3773
|
cursor: pointer;
|
|
3769
3774
|
background-color: transparent;
|
|
3770
3775
|
transition: background-color 0.2s cubic-bezier(0, 0, 0.58, 1)}
|
|
3776
|
+
.drawer-toggle:focus-visible ~ .drawer-content label.drawer-button {
|
|
3777
|
+
outline-style: solid;
|
|
3778
|
+
outline-width: 2px;
|
|
3779
|
+
outline-offset: 2px}
|
|
3771
3780
|
.dropdown.dropdown-open .dropdown-content,
|
|
3772
3781
|
.dropdown:focus .dropdown-content,
|
|
3773
3782
|
.dropdown:focus-within .dropdown-content {
|
|
@@ -4017,22 +4026,32 @@ details.collapse summary::-webkit-details-marker {
|
|
|
4017
4026
|
aspect-ratio: 1 / 1;
|
|
4018
4027
|
width: 1.5rem;
|
|
4019
4028
|
background-color: currentColor;
|
|
4020
|
-
mask-size: 100%;
|
|
4021
|
-
|
|
4022
|
-
mask-
|
|
4023
|
-
|
|
4029
|
+
-webkit-mask-size: 100%;
|
|
4030
|
+
mask-size: 100%;
|
|
4031
|
+
-webkit-mask-repeat: no-repeat;
|
|
4032
|
+
mask-repeat: no-repeat;
|
|
4033
|
+
-webkit-mask-position: center;
|
|
4034
|
+
mask-position: center;
|
|
4035
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-in-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
|
|
4036
|
+
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-in-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
|
|
4024
4037
|
.loading-spinner {
|
|
4025
|
-
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-in-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E")
|
|
4038
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-in-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
|
|
4039
|
+
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-in-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
|
|
4026
4040
|
.loading-dots {
|
|
4027
|
-
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_qM83%7Banimation:spinner_8HQG 1.05s infinite%7D.spinner_oXPr%7Banimation-delay:.1s%7D.spinner_ZTLf%7Banimation-delay:.2s%7D@keyframes spinner_8HQG%7B0%25,57.14%25%7Banimation-timing-function:cubic-bezier(0.33,.66,.66,1);transform:translate(0)%7D28.57%25%7Banimation-timing-function:cubic-bezier(0.33,0,.66,.33);transform:translateY(-6px)%7D100%25%7Btransform:translate(0)%7D%7D%3C/style%3E%3Ccircle class='spinner_qM83' cx='4' cy='12' r='3'/%3E%3Ccircle class='spinner_qM83 spinner_oXPr' cx='12' cy='12' r='3'/%3E%3Ccircle class='spinner_qM83 spinner_ZTLf' cx='20' cy='12' r='3'/%3E%3C/svg%3E")
|
|
4041
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_qM83%7Banimation:spinner_8HQG 1.05s infinite%7D.spinner_oXPr%7Banimation-delay:.1s%7D.spinner_ZTLf%7Banimation-delay:.2s%7D@keyframes spinner_8HQG%7B0%25,57.14%25%7Banimation-timing-function:cubic-bezier(0.33,.66,.66,1);transform:translate(0)%7D28.57%25%7Banimation-timing-function:cubic-bezier(0.33,0,.66,.33);transform:translateY(-6px)%7D100%25%7Btransform:translate(0)%7D%7D%3C/style%3E%3Ccircle class='spinner_qM83' cx='4' cy='12' r='3'/%3E%3Ccircle class='spinner_qM83 spinner_oXPr' cx='12' cy='12' r='3'/%3E%3Ccircle class='spinner_qM83 spinner_ZTLf' cx='20' cy='12' r='3'/%3E%3C/svg%3E");
|
|
4042
|
+
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_qM83%7Banimation:spinner_8HQG 1.05s infinite%7D.spinner_oXPr%7Banimation-delay:.1s%7D.spinner_ZTLf%7Banimation-delay:.2s%7D@keyframes spinner_8HQG%7B0%25,57.14%25%7Banimation-timing-function:cubic-bezier(0.33,.66,.66,1);transform:translate(0)%7D28.57%25%7Banimation-timing-function:cubic-bezier(0.33,0,.66,.33);transform:translateY(-6px)%7D100%25%7Btransform:translate(0)%7D%7D%3C/style%3E%3Ccircle class='spinner_qM83' cx='4' cy='12' r='3'/%3E%3Ccircle class='spinner_qM83 spinner_oXPr' cx='12' cy='12' r='3'/%3E%3Ccircle class='spinner_qM83 spinner_ZTLf' cx='20' cy='12' r='3'/%3E%3C/svg%3E")}
|
|
4028
4043
|
.loading-ring {
|
|
4029
|
-
mask-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd' stroke-width='2'%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='0s' dur='1.8s' values='1; 20' calcMode='spline' keyTimes='0; 1' keySplines='0.165, 0.84, 0.44, 1' repeatCount='indefinite' /%3E%3Canimate attributeName='stroke-opacity' begin='0s' dur='1.8s' values='1; 0' calcMode='spline' keyTimes='0; 1' keySplines='0.3, 0.61, 0.355, 1' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='-0.9s' dur='1.8s' values='1; 20' calcMode='spline' keyTimes='0; 1' keySplines='0.165, 0.84, 0.44, 1' repeatCount='indefinite' /%3E%3Canimate attributeName='stroke-opacity' begin='-0.9s' dur='1.8s' values='1; 0' calcMode='spline' keyTimes='0; 1' keySplines='0.3, 0.61, 0.355, 1' repeatCount='indefinite' /%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")
|
|
4044
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd' stroke-width='2'%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='0s' dur='1.8s' values='1; 20' calcMode='spline' keyTimes='0; 1' keySplines='0.165, 0.84, 0.44, 1' repeatCount='indefinite' /%3E%3Canimate attributeName='stroke-opacity' begin='0s' dur='1.8s' values='1; 0' calcMode='spline' keyTimes='0; 1' keySplines='0.3, 0.61, 0.355, 1' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='-0.9s' dur='1.8s' values='1; 20' calcMode='spline' keyTimes='0; 1' keySplines='0.165, 0.84, 0.44, 1' repeatCount='indefinite' /%3E%3Canimate attributeName='stroke-opacity' begin='-0.9s' dur='1.8s' values='1; 0' calcMode='spline' keyTimes='0; 1' keySplines='0.3, 0.61, 0.355, 1' repeatCount='indefinite' /%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
|
|
4045
|
+
mask-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd' stroke-width='2'%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='0s' dur='1.8s' values='1; 20' calcMode='spline' keyTimes='0; 1' keySplines='0.165, 0.84, 0.44, 1' repeatCount='indefinite' /%3E%3Canimate attributeName='stroke-opacity' begin='0s' dur='1.8s' values='1; 0' calcMode='spline' keyTimes='0; 1' keySplines='0.3, 0.61, 0.355, 1' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='-0.9s' dur='1.8s' values='1; 20' calcMode='spline' keyTimes='0; 1' keySplines='0.165, 0.84, 0.44, 1' repeatCount='indefinite' /%3E%3Canimate attributeName='stroke-opacity' begin='-0.9s' dur='1.8s' values='1; 0' calcMode='spline' keyTimes='0; 1' keySplines='0.3, 0.61, 0.355, 1' repeatCount='indefinite' /%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")}
|
|
4030
4046
|
.loading-ball {
|
|
4031
|
-
mask-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_rXNP%7Banimation:spinner_YeBj .8s infinite%7D@keyframes spinner_YeBj%7B0%25%7Banimation-timing-function:cubic-bezier(0.33,0,.66,.33);cy:5px%7D46.875%25%7Bcy:20px;rx:4px;ry:4px%7D50%25%7Banimation-timing-function:cubic-bezier(0.33,.66,.66,1);cy:20.5px;rx:4.8px;ry:3px%7D53.125%25%7Brx:4px;ry:4px%7D100%25%7Bcy:5px%7D%7D%3C/style%3E%3Cellipse class='spinner_rXNP' cx='12' cy='5' rx='4' ry='4'/%3E%3C/svg%3E")
|
|
4047
|
+
-webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_rXNP%7Banimation:spinner_YeBj .8s infinite%7D@keyframes spinner_YeBj%7B0%25%7Banimation-timing-function:cubic-bezier(0.33,0,.66,.33);cy:5px%7D46.875%25%7Bcy:20px;rx:4px;ry:4px%7D50%25%7Banimation-timing-function:cubic-bezier(0.33,.66,.66,1);cy:20.5px;rx:4.8px;ry:3px%7D53.125%25%7Brx:4px;ry:4px%7D100%25%7Bcy:5px%7D%7D%3C/style%3E%3Cellipse class='spinner_rXNP' cx='12' cy='5' rx='4' ry='4'/%3E%3C/svg%3E");
|
|
4048
|
+
mask-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_rXNP%7Banimation:spinner_YeBj .8s infinite%7D@keyframes spinner_YeBj%7B0%25%7Banimation-timing-function:cubic-bezier(0.33,0,.66,.33);cy:5px%7D46.875%25%7Bcy:20px;rx:4px;ry:4px%7D50%25%7Banimation-timing-function:cubic-bezier(0.33,.66,.66,1);cy:20.5px;rx:4.8px;ry:3px%7D53.125%25%7Brx:4px;ry:4px%7D100%25%7Bcy:5px%7D%7D%3C/style%3E%3Cellipse class='spinner_rXNP' cx='12' cy='5' rx='4' ry='4'/%3E%3C/svg%3E")}
|
|
4032
4049
|
.loading-bars {
|
|
4033
|
-
mask-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_hzlK%7Banimation:spinner_vc4H .8s linear infinite;animation-delay:-.8s%7D.spinner_koGT%7Banimation-delay:-.65s%7D.spinner_YF1u%7Banimation-delay:-.5s%7D@keyframes spinner_vc4H%7B0%25%7By:1px;height:22px%7D93.75%25%7By:5px;height:14px;opacity:.2%7D%7D%3C/style%3E%3Crect class='spinner_hzlK' x='1' y='1' width='6' height='22'/%3E%3Crect class='spinner_hzlK spinner_koGT' x='9' y='1' width='6' height='22'/%3E%3Crect class='spinner_hzlK spinner_YF1u' x='17' y='1' width='6' height='22'/%3E%3C/svg%3E")
|
|
4050
|
+
-webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_hzlK%7Banimation:spinner_vc4H .8s linear infinite;animation-delay:-.8s%7D.spinner_koGT%7Banimation-delay:-.65s%7D.spinner_YF1u%7Banimation-delay:-.5s%7D@keyframes spinner_vc4H%7B0%25%7By:1px;height:22px%7D93.75%25%7By:5px;height:14px;opacity:.2%7D%7D%3C/style%3E%3Crect class='spinner_hzlK' x='1' y='1' width='6' height='22'/%3E%3Crect class='spinner_hzlK spinner_koGT' x='9' y='1' width='6' height='22'/%3E%3Crect class='spinner_hzlK spinner_YF1u' x='17' y='1' width='6' height='22'/%3E%3C/svg%3E");
|
|
4051
|
+
mask-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_hzlK%7Banimation:spinner_vc4H .8s linear infinite;animation-delay:-.8s%7D.spinner_koGT%7Banimation-delay:-.65s%7D.spinner_YF1u%7Banimation-delay:-.5s%7D@keyframes spinner_vc4H%7B0%25%7By:1px;height:22px%7D93.75%25%7By:5px;height:14px;opacity:.2%7D%7D%3C/style%3E%3Crect class='spinner_hzlK' x='1' y='1' width='6' height='22'/%3E%3Crect class='spinner_hzlK spinner_koGT' x='9' y='1' width='6' height='22'/%3E%3Crect class='spinner_hzlK spinner_YF1u' x='17' y='1' width='6' height='22'/%3E%3C/svg%3E")}
|
|
4034
4052
|
.loading-infinity {
|
|
4035
|
-
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='shape-rendering: auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cpath fill='none' stroke='%230a0a0a' stroke-width='10' stroke-dasharray='205.271142578125 51.317785644531256' d='M24.3 30C11.4 30 5 43.3 5 50s6.4 20 19.3 20c19.3 0 32.1-40 51.4-40 C88.6 30 95 43.3 95 50s-6.4 20-19.3 20C56.4 70 43.6 30 24.3 30z' stroke-linecap='round' style='transform:scale(0.8);transform-origin:50px 50px'%3E%3Canimate attributeName='stroke-dashoffset' repeatCount='indefinite' dur='2s' keyTimes='0;1' values='0;256.58892822265625'%3E%3C/animate%3E%3C/path%3E%3C/svg%3E")
|
|
4053
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='shape-rendering: auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cpath fill='none' stroke='%230a0a0a' stroke-width='10' stroke-dasharray='205.271142578125 51.317785644531256' d='M24.3 30C11.4 30 5 43.3 5 50s6.4 20 19.3 20c19.3 0 32.1-40 51.4-40 C88.6 30 95 43.3 95 50s-6.4 20-19.3 20C56.4 70 43.6 30 24.3 30z' stroke-linecap='round' style='transform:scale(0.8);transform-origin:50px 50px'%3E%3Canimate attributeName='stroke-dashoffset' repeatCount='indefinite' dur='2s' keyTimes='0;1' values='0;256.58892822265625'%3E%3C/animate%3E%3C/path%3E%3C/svg%3E");
|
|
4054
|
+
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='shape-rendering: auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cpath fill='none' stroke='%230a0a0a' stroke-width='10' stroke-dasharray='205.271142578125 51.317785644531256' d='M24.3 30C11.4 30 5 43.3 5 50s6.4 20 19.3 20c19.3 0 32.1-40 51.4-40 C88.6 30 95 43.3 95 50s-6.4 20-19.3 20C56.4 70 43.6 30 24.3 30z' stroke-linecap='round' style='transform:scale(0.8);transform-origin:50px 50px'%3E%3Canimate attributeName='stroke-dashoffset' repeatCount='indefinite' dur='2s' keyTimes='0;1' values='0;256.58892822265625'%3E%3C/animate%3E%3C/path%3E%3C/svg%3E")}
|
|
4036
4055
|
.loading-xs {
|
|
4037
4056
|
width: 1rem}
|
|
4038
4057
|
.loading-sm {
|
|
@@ -4042,43 +4061,62 @@ details.collapse summary::-webkit-details-marker {
|
|
|
4042
4061
|
.loading-lg {
|
|
4043
4062
|
width: 2.5rem}
|
|
4044
4063
|
.mask-squircle {
|
|
4045
|
-
mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 0C20 0 0 20 0 100s20 100 100 100 100-20 100-100S180 0 100 0Z'/%3e%3c/svg%3e")
|
|
4064
|
+
-webkit-mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 0C20 0 0 20 0 100s20 100 100 100 100-20 100-100S180 0 100 0Z'/%3e%3c/svg%3e");
|
|
4065
|
+
mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 0C20 0 0 20 0 100s20 100 100 100 100-20 100-100S180 0 100 0Z'/%3e%3c/svg%3e")}
|
|
4046
4066
|
.mask-decagon {
|
|
4047
|
-
mask-image: url("data:image/svg+xml,%3csvg width='192' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 58.779 19.098 36.327 50v61.804l-36.327 50L96 200l-58.779-19.098-36.327-50V69.098l36.327-50z' fill-rule='evenodd'/%3e%3c/svg%3e")
|
|
4067
|
+
-webkit-mask-image: url("data:image/svg+xml,%3csvg width='192' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 58.779 19.098 36.327 50v61.804l-36.327 50L96 200l-58.779-19.098-36.327-50V69.098l36.327-50z' fill-rule='evenodd'/%3e%3c/svg%3e");
|
|
4068
|
+
mask-image: url("data:image/svg+xml,%3csvg width='192' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 58.779 19.098 36.327 50v61.804l-36.327 50L96 200l-58.779-19.098-36.327-50V69.098l36.327-50z' fill-rule='evenodd'/%3e%3c/svg%3e")}
|
|
4048
4069
|
.mask-diamond {
|
|
4049
|
-
mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m100 0 100 100-100 100L0 100z' fill-rule='evenodd'/%3e%3c/svg%3e")
|
|
4070
|
+
-webkit-mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m100 0 100 100-100 100L0 100z' fill-rule='evenodd'/%3e%3c/svg%3e");
|
|
4071
|
+
mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m100 0 100 100-100 100L0 100z' fill-rule='evenodd'/%3e%3c/svg%3e")}
|
|
4050
4072
|
.mask-heart {
|
|
4051
|
-
mask-image: url("data:image/svg+xml,%3csvg width='200' height='185' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 184.606a15.384 15.384 0 0 1-8.653-2.678C53.565 156.28 37.205 138.695 28.182 127.7 8.952 104.264-.254 80.202.005 54.146.308 24.287 24.264 0 53.406 0c21.192 0 35.869 11.937 44.416 21.879a2.884 2.884 0 0 0 4.356 0C110.725 11.927 125.402 0 146.594 0c29.142 0 53.098 24.287 53.4 54.151.26 26.061-8.956 50.122-28.176 73.554-9.023 10.994-25.383 28.58-63.165 54.228a15.384 15.384 0 0 1-8.653 2.673Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e")
|
|
4073
|
+
-webkit-mask-image: url("data:image/svg+xml,%3csvg width='200' height='185' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 184.606a15.384 15.384 0 0 1-8.653-2.678C53.565 156.28 37.205 138.695 28.182 127.7 8.952 104.264-.254 80.202.005 54.146.308 24.287 24.264 0 53.406 0c21.192 0 35.869 11.937 44.416 21.879a2.884 2.884 0 0 0 4.356 0C110.725 11.927 125.402 0 146.594 0c29.142 0 53.098 24.287 53.4 54.151.26 26.061-8.956 50.122-28.176 73.554-9.023 10.994-25.383 28.58-63.165 54.228a15.384 15.384 0 0 1-8.653 2.673Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");
|
|
4074
|
+
mask-image: url("data:image/svg+xml,%3csvg width='200' height='185' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 184.606a15.384 15.384 0 0 1-8.653-2.678C53.565 156.28 37.205 138.695 28.182 127.7 8.952 104.264-.254 80.202.005 54.146.308 24.287 24.264 0 53.406 0c21.192 0 35.869 11.937 44.416 21.879a2.884 2.884 0 0 0 4.356 0C110.725 11.927 125.402 0 146.594 0c29.142 0 53.098 24.287 53.4 54.151.26 26.061-8.956 50.122-28.176 73.554-9.023 10.994-25.383 28.58-63.165 54.228a15.384 15.384 0 0 1-8.653 2.673Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e")}
|
|
4052
4075
|
.mask-hexagon {
|
|
4053
|
-
mask-image: url("data:image/svg+xml,%3csvg width='182' height='201' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M.3 65.486c0-9.196 6.687-20.063 14.211-25.078l61.86-35.946c8.36-5.016 20.899-5.016 29.258 0l61.86 35.946c8.36 5.015 14.211 15.882 14.211 25.078v71.055c0 9.196-6.687 20.063-14.211 25.079l-61.86 35.945c-8.36 4.18-20.899 4.18-29.258 0L14.51 161.62C6.151 157.44.3 145.737.3 136.54V65.486Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e")
|
|
4076
|
+
-webkit-mask-image: url("data:image/svg+xml,%3csvg width='182' height='201' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M.3 65.486c0-9.196 6.687-20.063 14.211-25.078l61.86-35.946c8.36-5.016 20.899-5.016 29.258 0l61.86 35.946c8.36 5.015 14.211 15.882 14.211 25.078v71.055c0 9.196-6.687 20.063-14.211 25.079l-61.86 35.945c-8.36 4.18-20.899 4.18-29.258 0L14.51 161.62C6.151 157.44.3 145.737.3 136.54V65.486Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");
|
|
4077
|
+
mask-image: url("data:image/svg+xml,%3csvg width='182' height='201' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M.3 65.486c0-9.196 6.687-20.063 14.211-25.078l61.86-35.946c8.36-5.016 20.899-5.016 29.258 0l61.86 35.946c8.36 5.015 14.211 15.882 14.211 25.078v71.055c0 9.196-6.687 20.063-14.211 25.079l-61.86 35.945c-8.36 4.18-20.899 4.18-29.258 0L14.51 161.62C6.151 157.44.3 145.737.3 136.54V65.486Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e")}
|
|
4054
4078
|
.mask-hexagon-2 {
|
|
4055
|
-
mask-image: url("data:image/svg+xml,%3csvg width='200' height='182' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M64.786 181.4c-9.196 0-20.063-6.687-25.079-14.21L3.762 105.33c-5.016-8.36-5.016-20.9 0-29.259l35.945-61.86C44.723 5.851 55.59 0 64.786 0h71.055c9.196 0 20.063 6.688 25.079 14.211l35.945 61.86c4.18 8.36 4.18 20.899 0 29.258l-35.945 61.86c-4.18 8.36-15.883 14.211-25.079 14.211H64.786Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e")
|
|
4079
|
+
-webkit-mask-image: url("data:image/svg+xml,%3csvg width='200' height='182' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M64.786 181.4c-9.196 0-20.063-6.687-25.079-14.21L3.762 105.33c-5.016-8.36-5.016-20.9 0-29.259l35.945-61.86C44.723 5.851 55.59 0 64.786 0h71.055c9.196 0 20.063 6.688 25.079 14.211l35.945 61.86c4.18 8.36 4.18 20.899 0 29.258l-35.945 61.86c-4.18 8.36-15.883 14.211-25.079 14.211H64.786Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");
|
|
4080
|
+
mask-image: url("data:image/svg+xml,%3csvg width='200' height='182' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M64.786 181.4c-9.196 0-20.063-6.687-25.079-14.21L3.762 105.33c-5.016-8.36-5.016-20.9 0-29.259l35.945-61.86C44.723 5.851 55.59 0 64.786 0h71.055c9.196 0 20.063 6.688 25.079 14.211l35.945 61.86c4.18 8.36 4.18 20.899 0 29.258l-35.945 61.86c-4.18 8.36-15.883 14.211-25.079 14.211H64.786Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e")}
|
|
4056
4081
|
.mask-circle {
|
|
4057
|
-
mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle fill='black' cx='100' cy='100' r='100' fill-rule='evenodd'/%3e%3c/svg%3e")
|
|
4082
|
+
-webkit-mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle fill='black' cx='100' cy='100' r='100' fill-rule='evenodd'/%3e%3c/svg%3e");
|
|
4083
|
+
mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle fill='black' cx='100' cy='100' r='100' fill-rule='evenodd'/%3e%3c/svg%3e")}
|
|
4058
4084
|
.mask-parallelogram {
|
|
4059
|
-
mask-image: url("data:image/svg+xml,%3csvg width='200' height='154' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M46.154 0H200l-46.154 153.846H0z' fill-rule='evenodd'/%3e%3c/svg%3e")
|
|
4085
|
+
-webkit-mask-image: url("data:image/svg+xml,%3csvg width='200' height='154' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M46.154 0H200l-46.154 153.846H0z' fill-rule='evenodd'/%3e%3c/svg%3e");
|
|
4086
|
+
mask-image: url("data:image/svg+xml,%3csvg width='200' height='154' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M46.154 0H200l-46.154 153.846H0z' fill-rule='evenodd'/%3e%3c/svg%3e")}
|
|
4060
4087
|
.mask-parallelogram-2 {
|
|
4061
|
-
mask-image: url("data:image/svg+xml,%3csvg width='200' height='154' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M153.846 0H0l46.154 153.846H200z' fill-rule='evenodd'/%3e%3c/svg%3e")
|
|
4088
|
+
-webkit-mask-image: url("data:image/svg+xml,%3csvg width='200' height='154' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M153.846 0H0l46.154 153.846H200z' fill-rule='evenodd'/%3e%3c/svg%3e");
|
|
4089
|
+
mask-image: url("data:image/svg+xml,%3csvg width='200' height='154' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M153.846 0H0l46.154 153.846H200z' fill-rule='evenodd'/%3e%3c/svg%3e")}
|
|
4062
4090
|
.mask-parallelogram-3 {
|
|
4063
|
-
mask-image: url("data:image/svg+xml,%3csvg width='154' height='201' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M.077 47.077v153.846l153.846-46.154V.923z' fill-rule='evenodd'/%3e%3c/svg%3e")
|
|
4091
|
+
-webkit-mask-image: url("data:image/svg+xml,%3csvg width='154' height='201' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M.077 47.077v153.846l153.846-46.154V.923z' fill-rule='evenodd'/%3e%3c/svg%3e");
|
|
4092
|
+
mask-image: url("data:image/svg+xml,%3csvg width='154' height='201' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M.077 47.077v153.846l153.846-46.154V.923z' fill-rule='evenodd'/%3e%3c/svg%3e")}
|
|
4064
4093
|
.mask-parallelogram-4 {
|
|
4065
|
-
mask-image: url("data:image/svg+xml,%3csvg width='154' height='201' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M153.923 47.077v153.846L.077 154.77V.923z' fill-rule='evenodd'/%3e%3c/svg%3e")
|
|
4094
|
+
-webkit-mask-image: url("data:image/svg+xml,%3csvg width='154' height='201' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M153.923 47.077v153.846L.077 154.77V.923z' fill-rule='evenodd'/%3e%3c/svg%3e");
|
|
4095
|
+
mask-image: url("data:image/svg+xml,%3csvg width='154' height='201' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M153.923 47.077v153.846L.077 154.77V.923z' fill-rule='evenodd'/%3e%3c/svg%3e")}
|
|
4066
4096
|
.mask-pentagon {
|
|
4067
|
-
mask-image: url("data:image/svg+xml,%3csvg width='192' height='181' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 95.106 69.098-36.327 111.804H37.22L.894 69.098z' fill-rule='evenodd'/%3e%3c/svg%3e")
|
|
4097
|
+
-webkit-mask-image: url("data:image/svg+xml,%3csvg width='192' height='181' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 95.106 69.098-36.327 111.804H37.22L.894 69.098z' fill-rule='evenodd'/%3e%3c/svg%3e");
|
|
4098
|
+
mask-image: url("data:image/svg+xml,%3csvg width='192' height='181' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 95.106 69.098-36.327 111.804H37.22L.894 69.098z' fill-rule='evenodd'/%3e%3c/svg%3e")}
|
|
4068
4099
|
.mask-square {
|
|
4069
|
-
mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M0 0h200v200H0z' fill-rule='evenodd'/%3e%3c/svg%3e")
|
|
4100
|
+
-webkit-mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M0 0h200v200H0z' fill-rule='evenodd'/%3e%3c/svg%3e");
|
|
4101
|
+
mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M0 0h200v200H0z' fill-rule='evenodd'/%3e%3c/svg%3e")}
|
|
4070
4102
|
.mask-star {
|
|
4071
|
-
mask-image: url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 137.263-58.779 42.024 22.163-68.389L.894 68.481l72.476-.243L96 0l22.63 68.238 72.476.243-58.49 42.417 22.163 68.389z' fill-rule='evenodd'/%3e%3c/svg%3e")
|
|
4103
|
+
-webkit-mask-image: url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 137.263-58.779 42.024 22.163-68.389L.894 68.481l72.476-.243L96 0l22.63 68.238 72.476.243-58.49 42.417 22.163 68.389z' fill-rule='evenodd'/%3e%3c/svg%3e");
|
|
4104
|
+
mask-image: url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 137.263-58.779 42.024 22.163-68.389L.894 68.481l72.476-.243L96 0l22.63 68.238 72.476.243-58.49 42.417 22.163 68.389z' fill-rule='evenodd'/%3e%3c/svg%3e")}
|
|
4072
4105
|
.mask-star-2 {
|
|
4073
|
-
mask-image: url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 153.044-58.779 26.243 7.02-63.513L.894 68.481l63.117-13.01L96 0l31.989 55.472 63.117 13.01-43.347 47.292 7.02 63.513z' fill-rule='evenodd'/%3e%3c/svg%3e")
|
|
4106
|
+
-webkit-mask-image: url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 153.044-58.779 26.243 7.02-63.513L.894 68.481l63.117-13.01L96 0l31.989 55.472 63.117 13.01-43.347 47.292 7.02 63.513z' fill-rule='evenodd'/%3e%3c/svg%3e");
|
|
4107
|
+
mask-image: url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 153.044-58.779 26.243 7.02-63.513L.894 68.481l63.117-13.01L96 0l31.989 55.472 63.117 13.01-43.347 47.292 7.02 63.513z' fill-rule='evenodd'/%3e%3c/svg%3e")}
|
|
4074
4108
|
.mask-triangle {
|
|
4075
|
-
mask-image: url("data:image/svg+xml,%3csvg width='174' height='149' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m87 148.476-86.603.185L43.86 74.423 87 0l43.14 74.423 43.463 74.238z' fill-rule='evenodd'/%3e%3c/svg%3e")
|
|
4109
|
+
-webkit-mask-image: url("data:image/svg+xml,%3csvg width='174' height='149' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m87 148.476-86.603.185L43.86 74.423 87 0l43.14 74.423 43.463 74.238z' fill-rule='evenodd'/%3e%3c/svg%3e");
|
|
4110
|
+
mask-image: url("data:image/svg+xml,%3csvg width='174' height='149' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m87 148.476-86.603.185L43.86 74.423 87 0l43.14 74.423 43.463 74.238z' fill-rule='evenodd'/%3e%3c/svg%3e")}
|
|
4076
4111
|
.mask-triangle-2 {
|
|
4077
|
-
mask-image: url("data:image/svg+xml,%3csvg width='174' height='150' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m87 .738 86.603-.184-43.463 74.238L87 149.214 43.86 74.792.397.554z' fill-rule='evenodd'/%3e%3c/svg%3e")
|
|
4112
|
+
-webkit-mask-image: url("data:image/svg+xml,%3csvg width='174' height='150' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m87 .738 86.603-.184-43.463 74.238L87 149.214 43.86 74.792.397.554z' fill-rule='evenodd'/%3e%3c/svg%3e");
|
|
4113
|
+
mask-image: url("data:image/svg+xml,%3csvg width='174' height='150' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m87 .738 86.603-.184-43.463 74.238L87 149.214 43.86 74.792.397.554z' fill-rule='evenodd'/%3e%3c/svg%3e")}
|
|
4078
4114
|
.mask-triangle-3 {
|
|
4079
|
-
mask-image: url("data:image/svg+xml,%3csvg width='150' height='174' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m149.369 87.107.185 86.603-74.239-43.463L.893 87.107l74.422-43.14L149.554.505z' fill-rule='evenodd'/%3e%3c/svg%3e")
|
|
4115
|
+
-webkit-mask-image: url("data:image/svg+xml,%3csvg width='150' height='174' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m149.369 87.107.185 86.603-74.239-43.463L.893 87.107l74.422-43.14L149.554.505z' fill-rule='evenodd'/%3e%3c/svg%3e");
|
|
4116
|
+
mask-image: url("data:image/svg+xml,%3csvg width='150' height='174' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m149.369 87.107.185 86.603-74.239-43.463L.893 87.107l74.422-43.14L149.554.505z' fill-rule='evenodd'/%3e%3c/svg%3e")}
|
|
4080
4117
|
.mask-triangle-4 {
|
|
4081
|
-
mask-image: url("data:image/svg+xml,%3csvg width='150' height='174' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M.631 87.107.446.505l74.239 43.462 74.422 43.14-74.422 43.14L.446 173.71z' fill-rule='evenodd'/%3e%3c/svg%3e")
|
|
4118
|
+
-webkit-mask-image: url("data:image/svg+xml,%3csvg width='150' height='174' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M.631 87.107.446.505l74.239 43.462 74.422 43.14-74.422 43.14L.446 173.71z' fill-rule='evenodd'/%3e%3c/svg%3e");
|
|
4119
|
+
mask-image: url("data:image/svg+xml,%3csvg width='150' height='174' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M.631 87.107.446.505l74.239 43.462 74.422 43.14-74.422 43.14L.446 173.71z' fill-rule='evenodd'/%3e%3c/svg%3e")}
|
|
4082
4120
|
.menu :where(li:empty) {
|
|
4083
4121
|
background-color: hsl(var(--bc) / 0.1);
|
|
4084
4122
|
margin: 0.5rem 1rem;
|
|
@@ -4091,12 +4129,14 @@ details.collapse summary::-webkit-details-marker {
|
|
|
4091
4129
|
width: 1px;
|
|
4092
4130
|
background-color: hsl(var(--bc) / 0.1);
|
|
4093
4131
|
content: ""}
|
|
4094
|
-
.menu :where(li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)).focus,
|
|
4095
|
-
.menu :where(li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):focus,
|
|
4096
|
-
.menu :where(li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)).focus,
|
|
4097
|
-
.menu :where(li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):focus {
|
|
4132
|
+
.menu :where(li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(.active).focus,
|
|
4133
|
+
.menu :where(li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(.active):focus,
|
|
4134
|
+
.menu :where(li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):not(.active).focus,
|
|
4135
|
+
.menu :where(li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):not(.active):focus {
|
|
4098
4136
|
cursor: pointer;
|
|
4099
4137
|
background-color: hsl(var(--bc) / 0.1);
|
|
4138
|
+
--tw-text-opacity: 1;
|
|
4139
|
+
color: hsl(var(--bc) / var(--tw-text-opacity));
|
|
4100
4140
|
outline: 2px solid transparent;
|
|
4101
4141
|
outline-offset: 2px}
|
|
4102
4142
|
.menu :where(li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):active,
|
|
@@ -4964,7 +5004,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
4964
5004
|
--tw-text-opacity: 1;
|
|
4965
5005
|
color: hsl(var(--ac) / var(--tw-text-opacity))}
|
|
4966
5006
|
.toggle-success:focus-visible {
|
|
4967
|
-
outline-color: hsl(var(--
|
|
5007
|
+
outline-color: hsl(var(--su) / 1)}
|
|
4968
5008
|
.toggle-success:checked,
|
|
4969
5009
|
.toggle-success[checked="true"],
|
|
4970
5010
|
.toggle-success[aria-checked="true"] {
|
|
@@ -4975,7 +5015,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
4975
5015
|
--tw-text-opacity: 1;
|
|
4976
5016
|
color: hsl(var(--suc) / var(--tw-text-opacity))}
|
|
4977
5017
|
.toggle-warning:focus-visible {
|
|
4978
|
-
outline-color: hsl(var(--
|
|
5018
|
+
outline-color: hsl(var(--wa) / 1)}
|
|
4979
5019
|
.toggle-warning:checked,
|
|
4980
5020
|
.toggle-warning[checked="true"],
|
|
4981
5021
|
.toggle-warning[aria-checked="true"] {
|
|
@@ -4986,7 +5026,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
4986
5026
|
--tw-text-opacity: 1;
|
|
4987
5027
|
color: hsl(var(--wac) / var(--tw-text-opacity))}
|
|
4988
5028
|
.toggle-info:focus-visible {
|
|
4989
|
-
outline-color: hsl(var(--
|
|
5029
|
+
outline-color: hsl(var(--in) / 1)}
|
|
4990
5030
|
.toggle-info:checked,
|
|
4991
5031
|
.toggle-info[checked="true"],
|
|
4992
5032
|
.toggle-info[aria-checked="true"] {
|
|
@@ -22045,6 +22085,8 @@ details.collapse summary::-webkit-details-marker {
|
|
|
22045
22085
|
.divider-vertical:after {
|
|
22046
22086
|
height: 0.125rem;
|
|
22047
22087
|
width: 100%}
|
|
22088
|
+
.drawer-open > .drawer-toggle {
|
|
22089
|
+
display: none}
|
|
22048
22090
|
.drawer-open > .drawer-toggle ~ .drawer-side {
|
|
22049
22091
|
pointer-events: auto;
|
|
22050
22092
|
visibility: visible;
|
|
@@ -22878,12 +22920,14 @@ details.collapse summary::-webkit-details-marker {
|
|
|
22878
22920
|
width: max-content}
|
|
22879
22921
|
.tooltip.tooltip-open:before,
|
|
22880
22922
|
.tooltip.tooltip-open:after,
|
|
22881
|
-
.tooltip:has(:focus-visible):after,
|
|
22882
|
-
.tooltip:has(:focus-visible):before,
|
|
22883
22923
|
.tooltip:hover:before,
|
|
22884
22924
|
.tooltip:hover:after {
|
|
22885
22925
|
opacity: 1;
|
|
22886
22926
|
transition-delay: 75ms}
|
|
22927
|
+
.tooltip:has(:focus-visible):after,
|
|
22928
|
+
.tooltip:has(:focus-visible):before {
|
|
22929
|
+
opacity: 1;
|
|
22930
|
+
transition-delay: 75ms}
|
|
22887
22931
|
.tooltip:not([data-tip]):hover:before,
|
|
22888
22932
|
.tooltip:not([data-tip]):hover:after {
|
|
22889
22933
|
visibility: hidden;
|
|
@@ -23068,56 +23112,52 @@ details.collapse summary::-webkit-details-marker {
|
|
|
23068
23112
|
--tw-bg-opacity: 1;
|
|
23069
23113
|
background-color: hsl(var(--in) / var(--tw-bg-opacity));
|
|
23070
23114
|
--tw-text-opacity: 1;
|
|
23071
|
-
color: hsl(var(--inc) / var(--tw-text-opacity))
|
|
23115
|
+
color: hsl(var(--inc) / var(--tw-text-opacity));
|
|
23116
|
+
outline-color: hsl(var(--in) / 1)}
|
|
23072
23117
|
.hover\:btn-info:hover.btn-active {
|
|
23073
23118
|
--tw-border-opacity: 1;
|
|
23074
23119
|
border-color: hsl(var(--in) / var(--tw-border-opacity));
|
|
23075
23120
|
--tw-bg-opacity: 1;
|
|
23076
23121
|
background-color: hsl(var(--in) / var(--tw-bg-opacity))}
|
|
23077
|
-
.hover\:btn-info:hover:focus-visible {
|
|
23078
|
-
outline-color: hsl(var(--in) / 1)}
|
|
23079
23122
|
.hover\:btn-success:hover {
|
|
23080
23123
|
--tw-border-opacity: 1;
|
|
23081
23124
|
border-color: hsl(var(--su) / var(--tw-border-opacity));
|
|
23082
23125
|
--tw-bg-opacity: 1;
|
|
23083
23126
|
background-color: hsl(var(--su) / var(--tw-bg-opacity));
|
|
23084
23127
|
--tw-text-opacity: 1;
|
|
23085
|
-
color: hsl(var(--suc) / var(--tw-text-opacity))
|
|
23128
|
+
color: hsl(var(--suc) / var(--tw-text-opacity));
|
|
23129
|
+
outline-color: hsl(var(--su) / 1)}
|
|
23086
23130
|
.hover\:btn-success:hover.btn-active {
|
|
23087
23131
|
--tw-border-opacity: 1;
|
|
23088
23132
|
border-color: hsl(var(--su) / var(--tw-border-opacity));
|
|
23089
23133
|
--tw-bg-opacity: 1;
|
|
23090
23134
|
background-color: hsl(var(--su) / var(--tw-bg-opacity))}
|
|
23091
|
-
.hover\:btn-success:hover:focus-visible {
|
|
23092
|
-
outline-color: hsl(var(--su) / 1)}
|
|
23093
23135
|
.hover\:btn-warning:hover {
|
|
23094
23136
|
--tw-border-opacity: 1;
|
|
23095
23137
|
border-color: hsl(var(--wa) / var(--tw-border-opacity));
|
|
23096
23138
|
--tw-bg-opacity: 1;
|
|
23097
23139
|
background-color: hsl(var(--wa) / var(--tw-bg-opacity));
|
|
23098
23140
|
--tw-text-opacity: 1;
|
|
23099
|
-
color: hsl(var(--wac) / var(--tw-text-opacity))
|
|
23141
|
+
color: hsl(var(--wac) / var(--tw-text-opacity));
|
|
23142
|
+
outline-color: hsl(var(--wa) / 1)}
|
|
23100
23143
|
.hover\:btn-warning:hover.btn-active {
|
|
23101
23144
|
--tw-border-opacity: 1;
|
|
23102
23145
|
border-color: hsl(var(--wa) / var(--tw-border-opacity));
|
|
23103
23146
|
--tw-bg-opacity: 1;
|
|
23104
23147
|
background-color: hsl(var(--wa) / var(--tw-bg-opacity))}
|
|
23105
|
-
.hover\:btn-warning:hover:focus-visible {
|
|
23106
|
-
outline-color: hsl(var(--wa) / 1)}
|
|
23107
23148
|
.hover\:btn-error:hover {
|
|
23108
23149
|
--tw-border-opacity: 1;
|
|
23109
23150
|
border-color: hsl(var(--er) / var(--tw-border-opacity));
|
|
23110
23151
|
--tw-bg-opacity: 1;
|
|
23111
23152
|
background-color: hsl(var(--er) / var(--tw-bg-opacity));
|
|
23112
23153
|
--tw-text-opacity: 1;
|
|
23113
|
-
color: hsl(var(--erc) / var(--tw-text-opacity))
|
|
23154
|
+
color: hsl(var(--erc) / var(--tw-text-opacity));
|
|
23155
|
+
outline-color: hsl(var(--er) / 1)}
|
|
23114
23156
|
.hover\:btn-error:hover.btn-active {
|
|
23115
23157
|
--tw-border-opacity: 1;
|
|
23116
23158
|
border-color: hsl(var(--er) / var(--tw-border-opacity));
|
|
23117
23159
|
--tw-bg-opacity: 1;
|
|
23118
23160
|
background-color: hsl(var(--er) / var(--tw-bg-opacity))}
|
|
23119
|
-
.hover\:btn-error:hover:focus-visible {
|
|
23120
|
-
outline-color: hsl(var(--er) / 1)}
|
|
23121
23161
|
.hover\:btn-success:hover.btn-outline {
|
|
23122
23162
|
--tw-text-opacity: 1;
|
|
23123
23163
|
color: hsl(var(--su) / var(--tw-text-opacity))}
|
|
@@ -23483,7 +23523,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
23483
23523
|
.hover\:textarea-error:hover:focus {
|
|
23484
23524
|
outline-color: hsl(var(--er) / 1)}
|
|
23485
23525
|
.hover\:toggle-success:hover:focus-visible {
|
|
23486
|
-
outline-color: hsl(var(--
|
|
23526
|
+
outline-color: hsl(var(--su) / 1)}
|
|
23487
23527
|
.hover\:toggle-success:hover:checked,.hover\:toggle-success:hover[checked="true"],.hover\:toggle-success:hover[aria-checked="true"] {
|
|
23488
23528
|
border-color: hsl(var(--su) / var(--tw-border-opacity));
|
|
23489
23529
|
--tw-border-opacity: 0.1;
|
|
@@ -23492,7 +23532,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
23492
23532
|
--tw-text-opacity: 1;
|
|
23493
23533
|
color: hsl(var(--suc) / var(--tw-text-opacity))}
|
|
23494
23534
|
.hover\:toggle-warning:hover:focus-visible {
|
|
23495
|
-
outline-color: hsl(var(--
|
|
23535
|
+
outline-color: hsl(var(--wa) / 1)}
|
|
23496
23536
|
.hover\:toggle-warning:hover:checked,.hover\:toggle-warning:hover[checked="true"],.hover\:toggle-warning:hover[aria-checked="true"] {
|
|
23497
23537
|
border-color: hsl(var(--wa) / var(--tw-border-opacity));
|
|
23498
23538
|
--tw-border-opacity: 0.1;
|
|
@@ -23501,7 +23541,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
23501
23541
|
--tw-text-opacity: 1;
|
|
23502
23542
|
color: hsl(var(--wac) / var(--tw-text-opacity))}
|
|
23503
23543
|
.hover\:toggle-info:hover:focus-visible {
|
|
23504
|
-
outline-color: hsl(var(--
|
|
23544
|
+
outline-color: hsl(var(--in) / 1)}
|
|
23505
23545
|
.hover\:toggle-info:hover:checked,.hover\:toggle-info:hover[checked="true"],.hover\:toggle-info:hover[aria-checked="true"] {
|
|
23506
23546
|
border-color: hsl(var(--in) / var(--tw-border-opacity));
|
|
23507
23547
|
--tw-border-opacity: 0.1;
|
|
@@ -23682,56 +23722,52 @@ details.collapse summary::-webkit-details-marker {
|
|
|
23682
23722
|
--tw-bg-opacity: 1;
|
|
23683
23723
|
background-color: hsl(var(--in) / var(--tw-bg-opacity));
|
|
23684
23724
|
--tw-text-opacity: 1;
|
|
23685
|
-
color: hsl(var(--inc) / var(--tw-text-opacity))
|
|
23725
|
+
color: hsl(var(--inc) / var(--tw-text-opacity));
|
|
23726
|
+
outline-color: hsl(var(--in) / 1)}
|
|
23686
23727
|
.focus\:btn-info:focus.btn-active {
|
|
23687
23728
|
--tw-border-opacity: 1;
|
|
23688
23729
|
border-color: hsl(var(--in) / var(--tw-border-opacity));
|
|
23689
23730
|
--tw-bg-opacity: 1;
|
|
23690
23731
|
background-color: hsl(var(--in) / var(--tw-bg-opacity))}
|
|
23691
|
-
.focus\:btn-info:focus:focus-visible {
|
|
23692
|
-
outline-color: hsl(var(--in) / 1)}
|
|
23693
23732
|
.focus\:btn-success:focus {
|
|
23694
23733
|
--tw-border-opacity: 1;
|
|
23695
23734
|
border-color: hsl(var(--su) / var(--tw-border-opacity));
|
|
23696
23735
|
--tw-bg-opacity: 1;
|
|
23697
23736
|
background-color: hsl(var(--su) / var(--tw-bg-opacity));
|
|
23698
23737
|
--tw-text-opacity: 1;
|
|
23699
|
-
color: hsl(var(--suc) / var(--tw-text-opacity))
|
|
23738
|
+
color: hsl(var(--suc) / var(--tw-text-opacity));
|
|
23739
|
+
outline-color: hsl(var(--su) / 1)}
|
|
23700
23740
|
.focus\:btn-success:focus.btn-active {
|
|
23701
23741
|
--tw-border-opacity: 1;
|
|
23702
23742
|
border-color: hsl(var(--su) / var(--tw-border-opacity));
|
|
23703
23743
|
--tw-bg-opacity: 1;
|
|
23704
23744
|
background-color: hsl(var(--su) / var(--tw-bg-opacity))}
|
|
23705
|
-
.focus\:btn-success:focus:focus-visible {
|
|
23706
|
-
outline-color: hsl(var(--su) / 1)}
|
|
23707
23745
|
.focus\:btn-warning:focus {
|
|
23708
23746
|
--tw-border-opacity: 1;
|
|
23709
23747
|
border-color: hsl(var(--wa) / var(--tw-border-opacity));
|
|
23710
23748
|
--tw-bg-opacity: 1;
|
|
23711
23749
|
background-color: hsl(var(--wa) / var(--tw-bg-opacity));
|
|
23712
23750
|
--tw-text-opacity: 1;
|
|
23713
|
-
color: hsl(var(--wac) / var(--tw-text-opacity))
|
|
23751
|
+
color: hsl(var(--wac) / var(--tw-text-opacity));
|
|
23752
|
+
outline-color: hsl(var(--wa) / 1)}
|
|
23714
23753
|
.focus\:btn-warning:focus.btn-active {
|
|
23715
23754
|
--tw-border-opacity: 1;
|
|
23716
23755
|
border-color: hsl(var(--wa) / var(--tw-border-opacity));
|
|
23717
23756
|
--tw-bg-opacity: 1;
|
|
23718
23757
|
background-color: hsl(var(--wa) / var(--tw-bg-opacity))}
|
|
23719
|
-
.focus\:btn-warning:focus:focus-visible {
|
|
23720
|
-
outline-color: hsl(var(--wa) / 1)}
|
|
23721
23758
|
.focus\:btn-error:focus {
|
|
23722
23759
|
--tw-border-opacity: 1;
|
|
23723
23760
|
border-color: hsl(var(--er) / var(--tw-border-opacity));
|
|
23724
23761
|
--tw-bg-opacity: 1;
|
|
23725
23762
|
background-color: hsl(var(--er) / var(--tw-bg-opacity));
|
|
23726
23763
|
--tw-text-opacity: 1;
|
|
23727
|
-
color: hsl(var(--erc) / var(--tw-text-opacity))
|
|
23764
|
+
color: hsl(var(--erc) / var(--tw-text-opacity));
|
|
23765
|
+
outline-color: hsl(var(--er) / 1)}
|
|
23728
23766
|
.focus\:btn-error:focus.btn-active {
|
|
23729
23767
|
--tw-border-opacity: 1;
|
|
23730
23768
|
border-color: hsl(var(--er) / var(--tw-border-opacity));
|
|
23731
23769
|
--tw-bg-opacity: 1;
|
|
23732
23770
|
background-color: hsl(var(--er) / var(--tw-bg-opacity))}
|
|
23733
|
-
.focus\:btn-error:focus:focus-visible {
|
|
23734
|
-
outline-color: hsl(var(--er) / 1)}
|
|
23735
23771
|
.focus\:btn-success:focus.btn-outline {
|
|
23736
23772
|
--tw-text-opacity: 1;
|
|
23737
23773
|
color: hsl(var(--su) / var(--tw-text-opacity))}
|
|
@@ -24097,7 +24133,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
24097
24133
|
.focus\:textarea-error:focus:focus {
|
|
24098
24134
|
outline-color: hsl(var(--er) / 1)}
|
|
24099
24135
|
.focus\:toggle-success:focus:focus-visible {
|
|
24100
|
-
outline-color: hsl(var(--
|
|
24136
|
+
outline-color: hsl(var(--su) / 1)}
|
|
24101
24137
|
.focus\:toggle-success:focus:checked,.focus\:toggle-success:focus[checked="true"],.focus\:toggle-success:focus[aria-checked="true"] {
|
|
24102
24138
|
border-color: hsl(var(--su) / var(--tw-border-opacity));
|
|
24103
24139
|
--tw-border-opacity: 0.1;
|
|
@@ -24106,7 +24142,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
24106
24142
|
--tw-text-opacity: 1;
|
|
24107
24143
|
color: hsl(var(--suc) / var(--tw-text-opacity))}
|
|
24108
24144
|
.focus\:toggle-warning:focus:focus-visible {
|
|
24109
|
-
outline-color: hsl(var(--
|
|
24145
|
+
outline-color: hsl(var(--wa) / 1)}
|
|
24110
24146
|
.focus\:toggle-warning:focus:checked,.focus\:toggle-warning:focus[checked="true"],.focus\:toggle-warning:focus[aria-checked="true"] {
|
|
24111
24147
|
border-color: hsl(var(--wa) / var(--tw-border-opacity));
|
|
24112
24148
|
--tw-border-opacity: 0.1;
|
|
@@ -24115,7 +24151,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
24115
24151
|
--tw-text-opacity: 1;
|
|
24116
24152
|
color: hsl(var(--wac) / var(--tw-text-opacity))}
|
|
24117
24153
|
.focus\:toggle-info:focus:focus-visible {
|
|
24118
|
-
outline-color: hsl(var(--
|
|
24154
|
+
outline-color: hsl(var(--in) / 1)}
|
|
24119
24155
|
.focus\:toggle-info:focus:checked,.focus\:toggle-info:focus[checked="true"],.focus\:toggle-info:focus[aria-checked="true"] {
|
|
24120
24156
|
border-color: hsl(var(--in) / var(--tw-border-opacity));
|
|
24121
24157
|
--tw-border-opacity: 0.1;
|