| 1 |
@import url(https://fonts.bunny.net/css?family=space-grotesk:500,600); |
| 2 |
|
| 3 |
/* |
| 4 |
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com |
| 5 |
*/ |
| 6 |
|
| 7 |
/* |
| 8 |
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) |
| 9 |
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) |
| 10 |
*/ |
| 11 |
|
| 12 |
*, |
| 13 |
::before, |
| 14 |
::after { |
| 15 |
box-sizing: border-box; |
| 16 |
/* 1 */ |
| 17 |
border-width: 0; |
| 18 |
/* 2 */ |
| 19 |
border-style: solid; |
| 20 |
/* 2 */ |
| 21 |
border-color: #e5e7eb; |
| 22 |
/* 2 */ |
| 23 |
} |
| 24 |
|
| 25 |
::before, |
| 26 |
::after { |
| 27 |
--tw-content: ''; |
| 28 |
} |
| 29 |
|
| 30 |
/* |
| 31 |
1. Use a consistent sensible line-height in all browsers. |
| 32 |
2. Prevent adjustments of font size after orientation changes in iOS. |
| 33 |
3. Use a more readable tab size. |
| 34 |
4. Use the user's configured `sans` font-family by default. |
| 35 |
5. Use the user's configured `sans` font-feature-settings by default. |
| 36 |
6. Use the user's configured `sans` font-variation-settings by default. |
| 37 |
7. Disable tap highlights on iOS |
| 38 |
*/ |
| 39 |
|
| 40 |
html, |
| 41 |
:host { |
| 42 |
line-height: 1.5; |
| 43 |
/* 1 */ |
| 44 |
-webkit-text-size-adjust: 100%; |
| 45 |
/* 2 */ |
| 46 |
-moz-tab-size: 4; |
| 47 |
/* 3 */ |
| 48 |
-o-tab-size: 4; |
| 49 |
tab-size: 4; |
| 50 |
/* 3 */ |
| 51 |
font-family: Space Grotesk, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; |
| 52 |
/* 4 */ |
| 53 |
font-feature-settings: normal; |
| 54 |
/* 5 */ |
| 55 |
font-variation-settings: normal; |
| 56 |
/* 6 */ |
| 57 |
-webkit-tap-highlight-color: transparent; |
| 58 |
/* 7 */ |
| 59 |
} |
| 60 |
|
| 61 |
/* |
| 62 |
1. Remove the margin in all browsers. |
| 63 |
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. |
| 64 |
*/ |
| 65 |
|
| 66 |
body { |
| 67 |
margin: 0; |
| 68 |
/* 1 */ |
| 69 |
line-height: inherit; |
| 70 |
/* 2 */ |
| 71 |
} |
| 72 |
|
| 73 |
/* |
| 74 |
1. Add the correct height in Firefox. |
| 75 |
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) |
| 76 |
3. Ensure horizontal rules are visible by default. |
| 77 |
*/ |
| 78 |
|
| 79 |
hr { |
| 80 |
height: 0; |
| 81 |
/* 1 */ |
| 82 |
color: inherit; |
| 83 |
/* 2 */ |
| 84 |
border-top-width: 1px; |
| 85 |
/* 3 */ |
| 86 |
} |
| 87 |
|
| 88 |
/* |
| 89 |
Add the correct text decoration in Chrome, Edge, and Safari. |
| 90 |
*/ |
| 91 |
|
| 92 |
abbr:where([title]) { |
| 93 |
-webkit-text-decoration: underline dotted; |
| 94 |
text-decoration: underline dotted; |
| 95 |
} |
| 96 |
|
| 97 |
/* |
| 98 |
Remove the default font size and weight for headings. |
| 99 |
*/ |
| 100 |
|
| 101 |
h1, |
| 102 |
h2, |
| 103 |
h3, |
| 104 |
h4, |
| 105 |
h5, |
| 106 |
h6 { |
| 107 |
font-size: inherit; |
| 108 |
font-weight: inherit; |
| 109 |
} |
| 110 |
|
| 111 |
/* |
| 112 |
Reset links to optimize for opt-in styling instead of opt-out. |
| 113 |
*/ |
| 114 |
|
| 115 |
a { |
| 116 |
color: inherit; |
| 117 |
text-decoration: inherit; |
| 118 |
} |
| 119 |
|
| 120 |
/* |
| 121 |
Add the correct font weight in Edge and Safari. |
| 122 |
*/ |
| 123 |
|
| 124 |
b, |
| 125 |
strong { |
| 126 |
font-weight: bolder; |
| 127 |
} |
| 128 |
|
| 129 |
/* |
| 130 |
1. Use the user's configured `mono` font-family by default. |
| 131 |
2. Use the user's configured `mono` font-feature-settings by default. |
| 132 |
3. Use the user's configured `mono` font-variation-settings by default. |
| 133 |
4. Correct the odd `em` font sizing in all browsers. |
| 134 |
*/ |
| 135 |
|
| 136 |
code, |
| 137 |
kbd, |
| 138 |
samp, |
| 139 |
pre { |
| 140 |
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; |
| 141 |
/* 1 */ |
| 142 |
font-feature-settings: normal; |
| 143 |
/* 2 */ |
| 144 |
font-variation-settings: normal; |
| 145 |
/* 3 */ |
| 146 |
font-size: 1em; |
| 147 |
/* 4 */ |
| 148 |
} |
| 149 |
|
| 150 |
/* |
| 151 |
Add the correct font size in all browsers. |
| 152 |
*/ |
| 153 |
|
| 154 |
small { |
| 155 |
font-size: 80%; |
| 156 |
} |
| 157 |
|
| 158 |
/* |
| 159 |
Prevent `sub` and `sup` elements from affecting the line height in all browsers. |
| 160 |
*/ |
| 161 |
|
| 162 |
sub, |
| 163 |
sup { |
| 164 |
font-size: 75%; |
| 165 |
line-height: 0; |
| 166 |
position: relative; |
| 167 |
vertical-align: baseline; |
| 168 |
} |
| 169 |
|
| 170 |
sub { |
| 171 |
bottom: -0.25em; |
| 172 |
} |
| 173 |
|
| 174 |
sup { |
| 175 |
top: -0.5em; |
| 176 |
} |
| 177 |
|
| 178 |
/* |
| 179 |
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) |
| 180 |
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) |
| 181 |
3. Remove gaps between table borders by default. |
| 182 |
*/ |
| 183 |
|
| 184 |
table { |
| 185 |
text-indent: 0; |
| 186 |
/* 1 */ |
| 187 |
border-color: inherit; |
| 188 |
/* 2 */ |
| 189 |
border-collapse: collapse; |
| 190 |
/* 3 */ |
| 191 |
} |
| 192 |
|
| 193 |
/* |
| 194 |
1. Change the font styles in all browsers. |
| 195 |
2. Remove the margin in Firefox and Safari. |
| 196 |
3. Remove default padding in all browsers. |
| 197 |
*/ |
| 198 |
|
| 199 |
button, |
| 200 |
input, |
| 201 |
optgroup, |
| 202 |
select, |
| 203 |
textarea { |
| 204 |
font-family: inherit; |
| 205 |
/* 1 */ |
| 206 |
font-feature-settings: inherit; |
| 207 |
/* 1 */ |
| 208 |
font-variation-settings: inherit; |
| 209 |
/* 1 */ |
| 210 |
font-size: 100%; |
| 211 |
/* 1 */ |
| 212 |
font-weight: inherit; |
| 213 |
/* 1 */ |
| 214 |
line-height: inherit; |
| 215 |
/* 1 */ |
| 216 |
letter-spacing: inherit; |
| 217 |
/* 1 */ |
| 218 |
color: inherit; |
| 219 |
/* 1 */ |
| 220 |
margin: 0; |
| 221 |
/* 2 */ |
| 222 |
padding: 0; |
| 223 |
/* 3 */ |
| 224 |
} |
| 225 |
|
| 226 |
/* |
| 227 |
Remove the inheritance of text transform in Edge and Firefox. |
| 228 |
*/ |
| 229 |
|
| 230 |
button, |
| 231 |
select { |
| 232 |
text-transform: none; |
| 233 |
} |
| 234 |
|
| 235 |
/* |
| 236 |
1. Correct the inability to style clickable types in iOS and Safari. |
| 237 |
2. Remove default button styles. |
| 238 |
*/ |
| 239 |
|
| 240 |
button, |
| 241 |
input:where([type='button']), |
| 242 |
input:where([type='reset']), |
| 243 |
input:where([type='submit']) { |
| 244 |
-webkit-appearance: button; |
| 245 |
/* 1 */ |
| 246 |
background-color: transparent; |
| 247 |
/* 2 */ |
| 248 |
background-image: none; |
| 249 |
/* 2 */ |
| 250 |
} |
| 251 |
|
| 252 |
/* |
| 253 |
Use the modern Firefox focus style for all focusable elements. |
| 254 |
*/ |
| 255 |
|
| 256 |
:-moz-focusring { |
| 257 |
outline: auto; |
| 258 |
} |
| 259 |
|
| 260 |
/* |
| 261 |
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) |
| 262 |
*/ |
| 263 |
|
| 264 |
:-moz-ui-invalid { |
| 265 |
box-shadow: none; |
| 266 |
} |
| 267 |
|
| 268 |
/* |
| 269 |
Add the correct vertical alignment in Chrome and Firefox. |
| 270 |
*/ |
| 271 |
|
| 272 |
progress { |
| 273 |
vertical-align: baseline; |
| 274 |
} |
| 275 |
|
| 276 |
/* |
| 277 |
Correct the cursor style of increment and decrement buttons in Safari. |
| 278 |
*/ |
| 279 |
|
| 280 |
::-webkit-inner-spin-button, |
| 281 |
::-webkit-outer-spin-button { |
| 282 |
height: auto; |
| 283 |
} |
| 284 |
|
| 285 |
/* |
| 286 |
1. Correct the odd appearance in Chrome and Safari. |
| 287 |
2. Correct the outline style in Safari. |
| 288 |
*/ |
| 289 |
|
| 290 |
[type='search'] { |
| 291 |
-webkit-appearance: textfield; |
| 292 |
/* 1 */ |
| 293 |
outline-offset: -2px; |
| 294 |
/* 2 */ |
| 295 |
} |
| 296 |
|
| 297 |
/* |
| 298 |
Remove the inner padding in Chrome and Safari on macOS. |
| 299 |
*/ |
| 300 |
|
| 301 |
::-webkit-search-decoration { |
| 302 |
-webkit-appearance: none; |
| 303 |
} |
| 304 |
|
| 305 |
/* |
| 306 |
1. Correct the inability to style clickable types in iOS and Safari. |
| 307 |
2. Change font properties to `inherit` in Safari. |
| 308 |
*/ |
| 309 |
|
| 310 |
::-webkit-file-upload-button { |
| 311 |
-webkit-appearance: button; |
| 312 |
/* 1 */ |
| 313 |
font: inherit; |
| 314 |
/* 2 */ |
| 315 |
} |
| 316 |
|
| 317 |
/* |
| 318 |
Add the correct display in Chrome and Safari. |
| 319 |
*/ |
| 320 |
|
| 321 |
summary { |
| 322 |
display: list-item; |
| 323 |
} |
| 324 |
|
| 325 |
/* |
| 326 |
Removes the default spacing and border for appropriate elements. |
| 327 |
*/ |
| 328 |
|
| 329 |
blockquote, |
| 330 |
dl, |
| 331 |
dd, |
| 332 |
h1, |
| 333 |
h2, |
| 334 |
h3, |
| 335 |
h4, |
| 336 |
h5, |
| 337 |
h6, |
| 338 |
hr, |
| 339 |
figure, |
| 340 |
p, |
| 341 |
pre { |
| 342 |
margin: 0; |
| 343 |
} |
| 344 |
|
| 345 |
fieldset { |
| 346 |
margin: 0; |
| 347 |
padding: 0; |
| 348 |
} |
| 349 |
|
| 350 |
legend { |
| 351 |
padding: 0; |
| 352 |
} |
| 353 |
|
| 354 |
ol, |
| 355 |
ul, |
| 356 |
menu { |
| 357 |
list-style: none; |
| 358 |
margin: 0; |
| 359 |
padding: 0; |
| 360 |
} |
| 361 |
|
| 362 |
/* |
| 363 |
Reset default styling for dialogs. |
| 364 |
*/ |
| 365 |
|
| 366 |
dialog { |
| 367 |
padding: 0; |
| 368 |
} |
| 369 |
|
| 370 |
/* |
| 371 |
Prevent resizing textareas horizontally by default. |
| 372 |
*/ |
| 373 |
|
| 374 |
textarea { |
| 375 |
resize: vertical; |
| 376 |
} |
| 377 |
|
| 378 |
/* |
| 379 |
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) |
| 380 |
2. Set the default placeholder color to the user's configured gray 400 color. |
| 381 |
*/ |
| 382 |
|
| 383 |
input::-moz-placeholder, textarea::-moz-placeholder { |
| 384 |
opacity: 1; |
| 385 |
/* 1 */ |
| 386 |
color: #9ca3af; |
| 387 |
/* 2 */ |
| 388 |
} |
| 389 |
|
| 390 |
input::placeholder, |
| 391 |
textarea::placeholder { |
| 392 |
opacity: 1; |
| 393 |
/* 1 */ |
| 394 |
color: #9ca3af; |
| 395 |
/* 2 */ |
| 396 |
} |
| 397 |
|
| 398 |
/* |
| 399 |
Set the default cursor for buttons. |
| 400 |
*/ |
| 401 |
|
| 402 |
button, |
| 403 |
[role="button"] { |
| 404 |
cursor: pointer; |
| 405 |
} |
| 406 |
|
| 407 |
/* |
| 408 |
Make sure disabled buttons don't get the pointer cursor. |
| 409 |
*/ |
| 410 |
|
| 411 |
:disabled { |
| 412 |
cursor: default; |
| 413 |
} |
| 414 |
|
| 415 |
/* |
| 416 |
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) |
| 417 |
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) |
| 418 |
This can trigger a poorly considered lint error in some tools but is included by design. |
| 419 |
*/ |
| 420 |
|
| 421 |
img, |
| 422 |
svg, |
| 423 |
video, |
| 424 |
canvas, |
| 425 |
audio, |
| 426 |
iframe, |
| 427 |
embed, |
| 428 |
object { |
| 429 |
display: block; |
| 430 |
/* 1 */ |
| 431 |
vertical-align: middle; |
| 432 |
/* 2 */ |
| 433 |
} |
| 434 |
|
| 435 |
/* |
| 436 |
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14) |
| 437 |
*/ |
| 438 |
|
| 439 |
img, |
| 440 |
video { |
| 441 |
max-width: 100%; |
| 442 |
height: auto; |
| 443 |
} |
| 444 |
|
| 445 |
/* Make elements with the HTML hidden attribute stay hidden by default */ |
| 446 |
|
| 447 |
[hidden] { |
| 448 |
display: none; |
| 449 |
} |
| 450 |
|
| 451 |
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{ |
| 452 |
-webkit-appearance: none; |
| 453 |
-moz-appearance: none; |
| 454 |
appearance: none; |
| 455 |
background-color: #fff; |
| 456 |
border-color: #6b7280; |
| 457 |
border-width: 1px; |
| 458 |
border-radius: 0px; |
| 459 |
padding-top: 0.5rem; |
| 460 |
padding-right: 0.75rem; |
| 461 |
padding-bottom: 0.5rem; |
| 462 |
padding-left: 0.75rem; |
| 463 |
font-size: 1rem; |
| 464 |
line-height: 1.5rem; |
| 465 |
--tw-shadow: 0 0 #0000; |
| 466 |
} |
| 467 |
|
| 468 |
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{ |
| 469 |
outline: 2px solid transparent; |
| 470 |
outline-offset: 2px; |
| 471 |
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/); |
| 472 |
--tw-ring-offset-width: 0px; |
| 473 |
--tw-ring-offset-color: #fff; |
| 474 |
--tw-ring-color: #2563eb; |
| 475 |
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); |
| 476 |
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); |
| 477 |
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); |
| 478 |
border-color: #2563eb; |
| 479 |
} |
| 480 |
|
| 481 |
input::-moz-placeholder, textarea::-moz-placeholder{ |
| 482 |
color: #6b7280; |
| 483 |
opacity: 1; |
| 484 |
} |
| 485 |
|
| 486 |
input::placeholder,textarea::placeholder{ |
| 487 |
color: #6b7280; |
| 488 |
opacity: 1; |
| 489 |
} |
| 490 |
|
| 491 |
::-webkit-datetime-edit-fields-wrapper{ |
| 492 |
padding: 0; |
| 493 |
} |
| 494 |
|
| 495 |
::-webkit-date-and-time-value{ |
| 496 |
min-height: 1.5em; |
| 497 |
text-align: inherit; |
| 498 |
} |
| 499 |
|
| 500 |
::-webkit-datetime-edit{ |
| 501 |
display: inline-flex; |
| 502 |
} |
| 503 |
|
| 504 |
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{ |
| 505 |
padding-top: 0; |
| 506 |
padding-bottom: 0; |
| 507 |
} |
| 508 |
|
| 509 |
select{ |
| 510 |
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e"); |
| 511 |
background-position: right 0.5rem center; |
| 512 |
background-repeat: no-repeat; |
| 513 |
background-size: 1.5em 1.5em; |
| 514 |
padding-right: 2.5rem; |
| 515 |
-webkit-print-color-adjust: exact; |
| 516 |
print-color-adjust: exact; |
| 517 |
} |
| 518 |
|
| 519 |
[multiple],[size]:where(select:not([size="1"])){ |
| 520 |
background-image: initial; |
| 521 |
background-position: initial; |
| 522 |
background-repeat: unset; |
| 523 |
background-size: initial; |
| 524 |
padding-right: 0.75rem; |
| 525 |
-webkit-print-color-adjust: unset; |
| 526 |
print-color-adjust: unset; |
| 527 |
} |
| 528 |
|
| 529 |
[type='checkbox'],[type='radio']{ |
| 530 |
-webkit-appearance: none; |
| 531 |
-moz-appearance: none; |
| 532 |
appearance: none; |
| 533 |
padding: 0; |
| 534 |
-webkit-print-color-adjust: exact; |
| 535 |
print-color-adjust: exact; |
| 536 |
display: inline-block; |
| 537 |
vertical-align: middle; |
| 538 |
background-origin: border-box; |
| 539 |
-webkit-user-select: none; |
| 540 |
-moz-user-select: none; |
| 541 |
user-select: none; |
| 542 |
flex-shrink: 0; |
| 543 |
height: 1rem; |
| 544 |
width: 1rem; |
| 545 |
color: #2563eb; |
| 546 |
background-color: #fff; |
| 547 |
border-color: #6b7280; |
| 548 |
border-width: 1px; |
| 549 |
--tw-shadow: 0 0 #0000; |
| 550 |
} |
| 551 |
|
| 552 |
[type='checkbox']{ |
| 553 |
border-radius: 0px; |
| 554 |
} |
| 555 |
|
| 556 |
[type='radio']{ |
| 557 |
border-radius: 100%; |
| 558 |
} |
| 559 |
|
| 560 |
[type='checkbox']:focus,[type='radio']:focus{ |
| 561 |
outline: 2px solid transparent; |
| 562 |
outline-offset: 2px; |
| 563 |
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/); |
| 564 |
--tw-ring-offset-width: 2px; |
| 565 |
--tw-ring-offset-color: #fff; |
| 566 |
--tw-ring-color: #2563eb; |
| 567 |
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); |
| 568 |
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); |
| 569 |
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); |
| 570 |
} |
| 571 |
|
| 572 |
[type='checkbox']:checked,[type='radio']:checked{ |
| 573 |
border-color: transparent; |
| 574 |
background-color: currentColor; |
| 575 |
background-size: 100% 100%; |
| 576 |
background-position: center; |
| 577 |
background-repeat: no-repeat; |
| 578 |
} |
| 579 |
|
| 580 |
[type='checkbox']:checked{ |
| 581 |
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e"); |
| 582 |
} |
| 583 |
|
| 584 |
@media (forced-colors: active) { |
| 585 |
[type='checkbox']:checked{ |
| 586 |
-webkit-appearance: auto; |
| 587 |
-moz-appearance: auto; |
| 588 |
appearance: auto; |
| 589 |
} |
| 590 |
} |
| 591 |
|
| 592 |
[type='radio']:checked{ |
| 593 |
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e"); |
| 594 |
} |
| 595 |
|
| 596 |
@media (forced-colors: active) { |
| 597 |
[type='radio']:checked{ |
| 598 |
-webkit-appearance: auto; |
| 599 |
-moz-appearance: auto; |
| 600 |
appearance: auto; |
| 601 |
} |
| 602 |
} |
| 603 |
|
| 604 |
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{ |
| 605 |
border-color: transparent; |
| 606 |
background-color: currentColor; |
| 607 |
} |
| 608 |
|
| 609 |
[type='checkbox']:indeterminate{ |
| 610 |
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e"); |
| 611 |
border-color: transparent; |
| 612 |
background-color: currentColor; |
| 613 |
background-size: 100% 100%; |
| 614 |
background-position: center; |
| 615 |
background-repeat: no-repeat; |
| 616 |
} |
| 617 |
|
| 618 |
@media (forced-colors: active) { |
| 619 |
[type='checkbox']:indeterminate{ |
| 620 |
-webkit-appearance: auto; |
| 621 |
-moz-appearance: auto; |
| 622 |
appearance: auto; |
| 623 |
} |
| 624 |
} |
| 625 |
|
| 626 |
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{ |
| 627 |
border-color: transparent; |
| 628 |
background-color: currentColor; |
| 629 |
} |
| 630 |
|
| 631 |
[type='file']{ |
| 632 |
background: unset; |
| 633 |
border-color: inherit; |
| 634 |
border-width: 0; |
| 635 |
border-radius: 0; |
| 636 |
padding: 0; |
| 637 |
font-size: unset; |
| 638 |
line-height: inherit; |
| 639 |
} |
| 640 |
|
| 641 |
[type='file']:focus{ |
| 642 |
outline: 1px solid ButtonText; |
| 643 |
outline: 1px auto -webkit-focus-ring-color; |
| 644 |
} |
| 645 |
|
| 646 |
*, ::before, ::after{ |
| 647 |
--tw-border-spacing-x: 0; |
| 648 |
--tw-border-spacing-y: 0; |
| 649 |
--tw-translate-x: 0; |
| 650 |
--tw-translate-y: 0; |
| 651 |
--tw-rotate: 0; |
| 652 |
--tw-skew-x: 0; |
| 653 |
--tw-skew-y: 0; |
| 654 |
--tw-scale-x: 1; |
| 655 |
--tw-scale-y: 1; |
| 656 |
--tw-pan-x: ; |
| 657 |
--tw-pan-y: ; |
| 658 |
--tw-pinch-zoom: ; |
| 659 |
--tw-scroll-snap-strictness: proximity; |
| 660 |
--tw-gradient-from-position: ; |
| 661 |
--tw-gradient-via-position: ; |
| 662 |
--tw-gradient-to-position: ; |
| 663 |
--tw-ordinal: ; |
| 664 |
--tw-slashed-zero: ; |
| 665 |
--tw-numeric-figure: ; |
| 666 |
--tw-numeric-spacing: ; |
| 667 |
--tw-numeric-fraction: ; |
| 668 |
--tw-ring-inset: ; |
| 669 |
--tw-ring-offset-width: 0px; |
| 670 |
--tw-ring-offset-color: #fff; |
| 671 |
--tw-ring-color: rgb(59 130 246 / 0.5); |
| 672 |
--tw-ring-offset-shadow: 0 0 #0000; |
| 673 |
--tw-ring-shadow: 0 0 #0000; |
| 674 |
--tw-shadow: 0 0 #0000; |
| 675 |
--tw-shadow-colored: 0 0 #0000; |
| 676 |
--tw-blur: ; |
| 677 |
--tw-brightness: ; |
| 678 |
--tw-contrast: ; |
| 679 |
--tw-grayscale: ; |
| 680 |
--tw-hue-rotate: ; |
| 681 |
--tw-invert: ; |
| 682 |
--tw-saturate: ; |
| 683 |
--tw-sepia: ; |
| 684 |
--tw-drop-shadow: ; |
| 685 |
--tw-backdrop-blur: ; |
| 686 |
--tw-backdrop-brightness: ; |
| 687 |
--tw-backdrop-contrast: ; |
| 688 |
--tw-backdrop-grayscale: ; |
| 689 |
--tw-backdrop-hue-rotate: ; |
| 690 |
--tw-backdrop-invert: ; |
| 691 |
--tw-backdrop-opacity: ; |
| 692 |
--tw-backdrop-saturate: ; |
| 693 |
--tw-backdrop-sepia: ; |
| 694 |
--tw-contain-size: ; |
| 695 |
--tw-contain-layout: ; |
| 696 |
--tw-contain-paint: ; |
| 697 |
--tw-contain-style: ; |
| 698 |
} |
| 699 |
|
| 700 |
::backdrop{ |
| 701 |
--tw-border-spacing-x: 0; |
| 702 |
--tw-border-spacing-y: 0; |
| 703 |
--tw-translate-x: 0; |
| 704 |
--tw-translate-y: 0; |
| 705 |
--tw-rotate: 0; |
| 706 |
--tw-skew-x: 0; |
| 707 |
--tw-skew-y: 0; |
| 708 |
--tw-scale-x: 1; |
| 709 |
--tw-scale-y: 1; |
| 710 |
--tw-pan-x: ; |
| 711 |
--tw-pan-y: ; |
| 712 |
--tw-pinch-zoom: ; |
| 713 |
--tw-scroll-snap-strictness: proximity; |
| 714 |
--tw-gradient-from-position: ; |
| 715 |
--tw-gradient-via-position: ; |
| 716 |
--tw-gradient-to-position: ; |
| 717 |
--tw-ordinal: ; |
| 718 |
--tw-slashed-zero: ; |
| 719 |
--tw-numeric-figure: ; |
| 720 |
--tw-numeric-spacing: ; |
| 721 |
--tw-numeric-fraction: ; |
| 722 |
--tw-ring-inset: ; |
| 723 |
--tw-ring-offset-width: 0px; |
| 724 |
--tw-ring-offset-color: #fff; |
| 725 |
--tw-ring-color: rgb(59 130 246 / 0.5); |
| 726 |
--tw-ring-offset-shadow: 0 0 #0000; |
| 727 |
--tw-ring-shadow: 0 0 #0000; |
| 728 |
--tw-shadow: 0 0 #0000; |
| 729 |
--tw-shadow-colored: 0 0 #0000; |
| 730 |
--tw-blur: ; |
| 731 |
--tw-brightness: ; |
| 732 |
--tw-contrast: ; |
| 733 |
--tw-grayscale: ; |
| 734 |
--tw-hue-rotate: ; |
| 735 |
--tw-invert: ; |
| 736 |
--tw-saturate: ; |
| 737 |
--tw-sepia: ; |
| 738 |
--tw-drop-shadow: ; |
| 739 |
--tw-backdrop-blur: ; |
| 740 |
--tw-backdrop-brightness: ; |
| 741 |
--tw-backdrop-contrast: ; |
| 742 |
--tw-backdrop-grayscale: ; |
| 743 |
--tw-backdrop-hue-rotate: ; |
| 744 |
--tw-backdrop-invert: ; |
| 745 |
--tw-backdrop-opacity: ; |
| 746 |
--tw-backdrop-saturate: ; |
| 747 |
--tw-backdrop-sepia: ; |
| 748 |
--tw-contain-size: ; |
| 749 |
--tw-contain-layout: ; |
| 750 |
--tw-contain-paint: ; |
| 751 |
--tw-contain-style: ; |
| 752 |
} |
| 753 |
|
| 754 |
.static{ |
| 755 |
position: static; |
| 756 |
} |
| 757 |
|
| 758 |
.relative{ |
| 759 |
position: relative; |
| 760 |
} |
| 761 |
|
| 762 |
.mx-auto{ |
| 763 |
margin-left: auto; |
| 764 |
margin-right: auto; |
| 765 |
} |
| 766 |
|
| 767 |
.-mb-px{ |
| 768 |
margin-bottom: -1px; |
| 769 |
} |
| 770 |
|
| 771 |
.ml-2\.5{ |
| 772 |
margin-left: 0.625rem; |
| 773 |
} |
| 774 |
|
| 775 |
.ml-3{ |
| 776 |
margin-left: 0.75rem; |
| 777 |
} |
| 778 |
|
| 779 |
.mr-0\.5{ |
| 780 |
margin-right: 0.125rem; |
| 781 |
} |
| 782 |
|
| 783 |
.mr-1{ |
| 784 |
margin-right: 0.25rem; |
| 785 |
} |
| 786 |
|
| 787 |
.mr-2{ |
| 788 |
margin-right: 0.5rem; |
| 789 |
} |
| 790 |
|
| 791 |
.mt-2{ |
| 792 |
margin-top: 0.5rem; |
| 793 |
} |
| 794 |
|
| 795 |
.mt-4{ |
| 796 |
margin-top: 1rem; |
| 797 |
} |
| 798 |
|
| 799 |
.mt-6{ |
| 800 |
margin-top: 1.5rem; |
| 801 |
} |
| 802 |
|
| 803 |
.block{ |
| 804 |
display: block; |
| 805 |
} |
| 806 |
|
| 807 |
.inline-block{ |
| 808 |
display: inline-block; |
| 809 |
} |
| 810 |
|
| 811 |
.flex{ |
| 812 |
display: flex; |
| 813 |
} |
| 814 |
|
| 815 |
.inline-flex{ |
| 816 |
display: inline-flex; |
| 817 |
} |
| 818 |
|
| 819 |
.grid{ |
| 820 |
display: grid; |
| 821 |
} |
| 822 |
|
| 823 |
.h-10{ |
| 824 |
height: 2.5rem; |
| 825 |
} |
| 826 |
|
| 827 |
.h-3\.5{ |
| 828 |
height: 0.875rem; |
| 829 |
} |
| 830 |
|
| 831 |
.h-4{ |
| 832 |
height: 1rem; |
| 833 |
} |
| 834 |
|
| 835 |
.h-5{ |
| 836 |
height: 1.25rem; |
| 837 |
} |
| 838 |
|
| 839 |
.h-6{ |
| 840 |
height: 1.5rem; |
| 841 |
} |
| 842 |
|
| 843 |
.w-3\.5{ |
| 844 |
width: 0.875rem; |
| 845 |
} |
| 846 |
|
| 847 |
.w-4{ |
| 848 |
width: 1rem; |
| 849 |
} |
| 850 |
|
| 851 |
.w-5{ |
| 852 |
width: 1.25rem; |
| 853 |
} |
| 854 |
|
| 855 |
.w-auto{ |
| 856 |
width: auto; |
| 857 |
} |
| 858 |
|
| 859 |
.w-full{ |
| 860 |
width: 100%; |
| 861 |
} |
| 862 |
|
| 863 |
.max-w-3xl{ |
| 864 |
max-width: 48rem; |
| 865 |
} |
| 866 |
|
| 867 |
.flex-1{ |
| 868 |
flex: 1 1 0%; |
| 869 |
} |
| 870 |
|
| 871 |
.flex-shrink-0{ |
| 872 |
flex-shrink: 0; |
| 873 |
} |
| 874 |
|
| 875 |
.grid-cols-1{ |
| 876 |
grid-template-columns: repeat(1, minmax(0, 1fr)); |
| 877 |
} |
| 878 |
|
| 879 |
.flex-col{ |
| 880 |
flex-direction: column; |
| 881 |
} |
| 882 |
|
| 883 |
.items-start{ |
| 884 |
align-items: flex-start; |
| 885 |
} |
| 886 |
|
| 887 |
.items-center{ |
| 888 |
align-items: center; |
| 889 |
} |
| 890 |
|
| 891 |
.justify-start{ |
| 892 |
justify-content: flex-start; |
| 893 |
} |
| 894 |
|
| 895 |
.justify-between{ |
| 896 |
justify-content: space-between; |
| 897 |
} |
| 898 |
|
| 899 |
.gap-5{ |
| 900 |
gap: 1.25rem; |
| 901 |
} |
| 902 |
|
| 903 |
.gap-x-3{ |
| 904 |
-moz-column-gap: 0.75rem; |
| 905 |
column-gap: 0.75rem; |
| 906 |
} |
| 907 |
|
| 908 |
.gap-x-6{ |
| 909 |
-moz-column-gap: 1.5rem; |
| 910 |
column-gap: 1.5rem; |
| 911 |
} |
| 912 |
|
| 913 |
.gap-y-8{ |
| 914 |
row-gap: 2rem; |
| 915 |
} |
| 916 |
|
| 917 |
.space-y-2 > :not([hidden]) ~ :not([hidden]){ |
| 918 |
--tw-space-y-reverse: 0; |
| 919 |
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); |
| 920 |
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); |
| 921 |
} |
| 922 |
|
| 923 |
.whitespace-nowrap{ |
| 924 |
white-space: nowrap; |
| 925 |
} |
| 926 |
|
| 927 |
.rounded{ |
| 928 |
border-radius: 0.25rem; |
| 929 |
} |
| 930 |
|
| 931 |
.rounded-md{ |
| 932 |
border-radius: 0.375rem; |
| 933 |
} |
| 934 |
|
| 935 |
.border-0{ |
| 936 |
border-width: 0px; |
| 937 |
} |
| 938 |
|
| 939 |
.border-b{ |
| 940 |
border-bottom-width: 1px; |
| 941 |
} |
| 942 |
|
| 943 |
.border-b-3{ |
| 944 |
border-bottom-width: 3px; |
| 945 |
} |
| 946 |
|
| 947 |
.border-gray-300{ |
| 948 |
--tw-border-opacity: 1; |
| 949 |
border-color: rgb(209 213 219 / var(--tw-border-opacity)); |
| 950 |
} |
| 951 |
|
| 952 |
.border-gray-900\/10{ |
| 953 |
border-color: rgb(17 24 39 / 0.1); |
| 954 |
} |
| 955 |
|
| 956 |
.border-primary{ |
| 957 |
--tw-border-opacity: 1; |
| 958 |
border-color: rgb(255 79 100 / var(--tw-border-opacity)); |
| 959 |
} |
| 960 |
|
| 961 |
.border-transparent{ |
| 962 |
border-color: transparent; |
| 963 |
} |
| 964 |
|
| 965 |
.bg-blue-50{ |
| 966 |
--tw-bg-opacity: 1; |
| 967 |
background-color: rgb(239 246 255 / var(--tw-bg-opacity)); |
| 968 |
} |
| 969 |
|
| 970 |
.bg-primary{ |
| 971 |
--tw-bg-opacity: 1; |
| 972 |
background-color: rgb(255 79 100 / var(--tw-bg-opacity)); |
| 973 |
} |
| 974 |
|
| 975 |
.bg-primaryBg{ |
| 976 |
--tw-bg-opacity: 1; |
| 977 |
background-color: rgb(238 249 255 / var(--tw-bg-opacity)); |
| 978 |
} |
| 979 |
|
| 980 |
.bg-white{ |
| 981 |
--tw-bg-opacity: 1; |
| 982 |
background-color: rgb(255 255 255 / var(--tw-bg-opacity)); |
| 983 |
} |
| 984 |
|
| 985 |
.p-4{ |
| 986 |
padding: 1rem; |
| 987 |
} |
| 988 |
|
| 989 |
.px-2{ |
| 990 |
padding-left: 0.5rem; |
| 991 |
padding-right: 0.5rem; |
| 992 |
} |
| 993 |
|
| 994 |
.px-3{ |
| 995 |
padding-left: 0.75rem; |
| 996 |
padding-right: 0.75rem; |
| 997 |
} |
| 998 |
|
| 999 |
.px-3\.5{ |
| 1000 |
padding-left: 0.875rem; |
| 1001 |
padding-right: 0.875rem; |
| 1002 |
} |
| 1003 |
|
| 1004 |
.px-4{ |
| 1005 |
padding-left: 1rem; |
| 1006 |
padding-right: 1rem; |
| 1007 |
} |
| 1008 |
|
| 1009 |
.py-1{ |
| 1010 |
padding-top: 0.25rem; |
| 1011 |
padding-bottom: 0.25rem; |
| 1012 |
} |
| 1013 |
|
| 1014 |
.py-1\.5{ |
| 1015 |
padding-top: 0.375rem; |
| 1016 |
padding-bottom: 0.375rem; |
| 1017 |
} |
| 1018 |
|
| 1019 |
.py-2{ |
| 1020 |
padding-top: 0.5rem; |
| 1021 |
padding-bottom: 0.5rem; |
| 1022 |
} |
| 1023 |
|
| 1024 |
.py-6{ |
| 1025 |
padding-top: 1.5rem; |
| 1026 |
padding-bottom: 1.5rem; |
| 1027 |
} |
| 1028 |
|
| 1029 |
.pb-2{ |
| 1030 |
padding-bottom: 0.5rem; |
| 1031 |
} |
| 1032 |
|
| 1033 |
.pb-7{ |
| 1034 |
padding-bottom: 1.75rem; |
| 1035 |
} |
| 1036 |
|
| 1037 |
.pt-5{ |
| 1038 |
padding-top: 1.25rem; |
| 1039 |
} |
| 1040 |
|
| 1041 |
.text-base{ |
| 1042 |
font-size: 1rem; |
| 1043 |
line-height: 1.5rem; |
| 1044 |
} |
| 1045 |
|
| 1046 |
.text-sm{ |
| 1047 |
font-size: 0.875rem; |
| 1048 |
line-height: 1.25rem; |
| 1049 |
} |
| 1050 |
|
| 1051 |
.text-xs{ |
| 1052 |
font-size: 0.75rem; |
| 1053 |
line-height: 1rem; |
| 1054 |
} |
| 1055 |
|
| 1056 |
.font-medium{ |
| 1057 |
font-weight: 500; |
| 1058 |
} |
| 1059 |
|
| 1060 |
.font-semibold{ |
| 1061 |
font-weight: 600; |
| 1062 |
} |
| 1063 |
|
| 1064 |
.leading-6{ |
| 1065 |
line-height: 1.5rem; |
| 1066 |
} |
| 1067 |
|
| 1068 |
.text-blue-400{ |
| 1069 |
--tw-text-opacity: 1; |
| 1070 |
color: rgb(96 165 250 / var(--tw-text-opacity)); |
| 1071 |
} |
| 1072 |
|
| 1073 |
.text-blue-700{ |
| 1074 |
--tw-text-opacity: 1; |
| 1075 |
color: rgb(29 78 216 / var(--tw-text-opacity)); |
| 1076 |
} |
| 1077 |
|
| 1078 |
.text-gray-500{ |
| 1079 |
--tw-text-opacity: 1; |
| 1080 |
color: rgb(107 114 128 / var(--tw-text-opacity)); |
| 1081 |
} |
| 1082 |
|
| 1083 |
.text-gray-900{ |
| 1084 |
--tw-text-opacity: 1; |
| 1085 |
color: rgb(17 24 39 / var(--tw-text-opacity)); |
| 1086 |
} |
| 1087 |
|
| 1088 |
.text-littleMuted{ |
| 1089 |
--tw-text-opacity: 1; |
| 1090 |
color: rgb(104 121 123 / var(--tw-text-opacity)); |
| 1091 |
} |
| 1092 |
|
| 1093 |
.text-primary{ |
| 1094 |
--tw-text-opacity: 1; |
| 1095 |
color: rgb(255 79 100 / var(--tw-text-opacity)); |
| 1096 |
} |
| 1097 |
|
| 1098 |
.text-white{ |
| 1099 |
--tw-text-opacity: 1; |
| 1100 |
color: rgb(255 255 255 / var(--tw-text-opacity)); |
| 1101 |
} |
| 1102 |
|
| 1103 |
.shadow-sm{ |
| 1104 |
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); |
| 1105 |
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color); |
| 1106 |
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); |
| 1107 |
} |
| 1108 |
|
| 1109 |
.ring-1{ |
| 1110 |
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); |
| 1111 |
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); |
| 1112 |
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); |
| 1113 |
} |
| 1114 |
|
| 1115 |
.ring-inset{ |
| 1116 |
--tw-ring-inset: inset; |
| 1117 |
} |
| 1118 |
|
| 1119 |
.ring-gray-300{ |
| 1120 |
--tw-ring-opacity: 1; |
| 1121 |
--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity)); |
| 1122 |
} |
| 1123 |
|
| 1124 |
.filter{ |
| 1125 |
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); |
| 1126 |
} |
| 1127 |
|
| 1128 |
.placeholder\:text-gray-400::-moz-placeholder{ |
| 1129 |
--tw-text-opacity: 1; |
| 1130 |
color: rgb(156 163 175 / var(--tw-text-opacity)); |
| 1131 |
} |
| 1132 |
|
| 1133 |
.placeholder\:text-gray-400::placeholder{ |
| 1134 |
--tw-text-opacity: 1; |
| 1135 |
color: rgb(156 163 175 / var(--tw-text-opacity)); |
| 1136 |
} |
| 1137 |
|
| 1138 |
.hover\:border-gray-300:hover{ |
| 1139 |
--tw-border-opacity: 1; |
| 1140 |
border-color: rgb(209 213 219 / var(--tw-border-opacity)); |
| 1141 |
} |
| 1142 |
|
| 1143 |
.hover\:bg-gray-50:hover{ |
| 1144 |
--tw-bg-opacity: 1; |
| 1145 |
background-color: rgb(249 250 251 / var(--tw-bg-opacity)); |
| 1146 |
} |
| 1147 |
|
| 1148 |
.hover\:bg-red-500:hover{ |
| 1149 |
--tw-bg-opacity: 1; |
| 1150 |
background-color: rgb(239 68 68 / var(--tw-bg-opacity)); |
| 1151 |
} |
| 1152 |
|
| 1153 |
.hover\:text-gray-700:hover{ |
| 1154 |
--tw-text-opacity: 1; |
| 1155 |
color: rgb(55 65 81 / var(--tw-text-opacity)); |
| 1156 |
} |
| 1157 |
|
| 1158 |
.focus\:ring-2:focus{ |
| 1159 |
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); |
| 1160 |
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); |
| 1161 |
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); |
| 1162 |
} |
| 1163 |
|
| 1164 |
.focus\:ring-inset:focus{ |
| 1165 |
--tw-ring-inset: inset; |
| 1166 |
} |
| 1167 |
|
| 1168 |
.focus\:ring-primary:focus{ |
| 1169 |
--tw-ring-opacity: 1; |
| 1170 |
--tw-ring-color: rgb(255 79 100 / var(--tw-ring-opacity)); |
| 1171 |
} |
| 1172 |
|
| 1173 |
.focus-visible\:outline:focus-visible{ |
| 1174 |
outline-style: solid; |
| 1175 |
} |
| 1176 |
|
| 1177 |
.focus-visible\:outline-2:focus-visible{ |
| 1178 |
outline-width: 2px; |
| 1179 |
} |
| 1180 |
|
| 1181 |
.focus-visible\:outline-offset-2:focus-visible{ |
| 1182 |
outline-offset: 2px; |
| 1183 |
} |
| 1184 |
|
| 1185 |
.focus-visible\:outline-primary:focus-visible{ |
| 1186 |
outline-color: #FF4F64; |
| 1187 |
} |
| 1188 |
|
| 1189 |
@media (min-width: 640px){ |
| 1190 |
.sm\:col-span-4{ |
| 1191 |
grid-column: span 4 / span 4; |
| 1192 |
} |
| 1193 |
|
| 1194 |
.sm\:mt-0{ |
| 1195 |
margin-top: 0px; |
| 1196 |
} |
| 1197 |
|
| 1198 |
.sm\:flex{ |
| 1199 |
display: flex; |
| 1200 |
} |
| 1201 |
|
| 1202 |
.sm\:max-w-md{ |
| 1203 |
max-width: 28rem; |
| 1204 |
} |
| 1205 |
|
| 1206 |
.sm\:grid-cols-6{ |
| 1207 |
grid-template-columns: repeat(6, minmax(0, 1fr)); |
| 1208 |
} |
| 1209 |
|
| 1210 |
.sm\:items-baseline{ |
| 1211 |
align-items: baseline; |
| 1212 |
} |
| 1213 |
|
| 1214 |
.sm\:px-4{ |
| 1215 |
padding-left: 1rem; |
| 1216 |
padding-right: 1rem; |
| 1217 |
} |
| 1218 |
|
| 1219 |
.sm\:py-1\.5{ |
| 1220 |
padding-top: 0.375rem; |
| 1221 |
padding-bottom: 0.375rem; |
| 1222 |
} |
| 1223 |
|
| 1224 |
.sm\:text-sm{ |
| 1225 |
font-size: 0.875rem; |
| 1226 |
line-height: 1.25rem; |
| 1227 |
} |
| 1228 |
|
| 1229 |
.sm\:leading-6{ |
| 1230 |
line-height: 1.5rem; |
| 1231 |
} |
| 1232 |
} |
| 1233 |
|
| 1234 |
@media (min-width: 768px){ |
| 1235 |
.md\:flex{ |
| 1236 |
display: flex; |
| 1237 |
} |
| 1238 |
|
| 1239 |
.md\:justify-between{ |
| 1240 |
justify-content: space-between; |
| 1241 |
} |
| 1242 |
} |
| 1243 |
|
| 1244 |
@media (min-width: 1024px){ |
| 1245 |
.lg\:px-0{ |
| 1246 |
padding-left: 0px; |
| 1247 |
padding-right: 0px; |
| 1248 |
} |
| 1249 |
} |
| 1250 |
|