| Class Name | Class Contents |
|---|---|
| absolute | position: absolute |
| align-baseline | vertical-align: baseline |
| align-bottom | vertical-align: bottom |
| align-middle | vertical-align: middle |
| align-sub | vertical-align: sub |
| align-super | vertical-align: super |
| align-text-bottom | vertical-align: text-bottom |
| align-text-top | vertical-align: text-top |
| align-top | vertical-align: top |
| animate-bounce | animation: bounce 1s infinite |
| animate-none | animation: none |
| animate-ping | animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite |
| animate-pulse | animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite |
| animate-spin | animation: spin 1s linear infinite |
| antialiased | -webkit-font-smoothing: antialiased -moz-osx-font-smoothing: grayscale |
| auto-cols-auto | grid-auto-columns: auto |
| auto-cols-fr | grid-auto-columns: minmax(0, 1fr) |
| auto-cols-max | grid-auto-columns: max-content |
| auto-cols-min | grid-auto-columns: min-content |
| auto-rows-auto | grid-auto-rows: auto |
| auto-rows-fr | grid-auto-rows: minmax(0, 1fr) |
| auto-rows-max | grid-auto-rows: max-content |
| auto-rows-min | grid-auto-rows: min-content |
| basis-0 | flex-basis: 0 |
| basis-1 | flex-basis: 0.25rem |
| basis-10 | flex-basis: 2.5rem |
| basis-11 | flex-basis: 2.75rem |
| basis-12 | flex-basis: 3rem |
| basis-13 | flex-basis: 3.25rem |
| basis-14 | flex-basis: 3.5rem |
| basis-15 | flex-basis: 3.75rem |
| basis-16 | flex-basis: 4rem |
| basis-17 | flex-basis: 4.25rem |
| basis-18 | flex-basis: 4.5rem |
| basis-19 | flex-basis: 4.75rem |
| basis-2 | flex-basis: 0.5rem |
| basis-20 | flex-basis: 5rem |
| basis-21 | flex-basis: 5.25rem |
| basis-22 | flex-basis: 5.5rem |
| basis-23 | flex-basis: 5.75rem |
| basis-24 | flex-basis: 6rem |
| basis-25 | flex-basis: 6.25rem |
| basis-26 | flex-basis: 6.5rem |
| basis-27 | flex-basis: 6.75rem |
| basis-28 | flex-basis: 7rem |
| basis-29 | flex-basis: 7.25rem |
| basis-3 | flex-basis: 0.75rem |
| basis-30 | flex-basis: 7.5rem |
| basis-31 | flex-basis: 7.75rem |
| basis-32 | flex-basis: 8rem |
| basis-33 | flex-basis: 8.25rem |
| basis-34 | flex-basis: 8.5rem |
| basis-35 | flex-basis: 8.75rem |
| basis-36 | flex-basis: 9rem |
| basis-37 | flex-basis: 9.25rem |
| basis-38 | flex-basis: 9.5rem |
| basis-39 | flex-basis: 9.75rem |
| basis-4 | flex-basis: 1rem |
| basis-40 | flex-basis: 10rem |
| basis-5 | flex-basis: 1.25rem |
| basis-6 | flex-basis: 1.5rem |
| basis-7 | flex-basis: 1.75rem |
| basis-8 | flex-basis: 2rem |
| basis-9 | flex-basis: 2.25rem |
| bg-black | background-color: black |
| bg-blue-100 | background-color: #c1c1ff |
| bg-blue-200 | background-color: #9d9dff |
| bg-blue-300 | background-color: #7979ff |
| bg-blue-400 | background-color: #0000ff |
| bg-blue-50 | background-color: #e5e5ff |
| bg-blue-500 | background-color: #0000e6 |
| bg-blue-600 | background-color: #0000c2 |
| bg-blue-700 | background-color: #0000a0 |
| bg-blue-800 | background-color: #000080 |
| bg-blue-900 | background-color: #000062 |
| bg-blue-950 | background-color: #000044 |
| bg-brown-100 | background-color: #ffddc1 |
| bg-brown-200 | background-color: #ffcaa0 |
| bg-brown-300 | background-color: #ffb779 |
| bg-brown-400 | background-color: #a52a2a |
| bg-brown-50 | background-color: #fff0e6 |
| bg-brown-500 | background-color: #8b2323 |
| bg-brown-600 | background-color: #741c1c |
| bg-brown-700 | background-color: #5d1515 |
| bg-brown-800 | background-color: #470e0e |
| bg-brown-900 | background-color: #300808 |
| bg-brown-950 | background-color: #1a0202 |
| bg-current | background-color: currentColor |
| bg-cyan-100 | background-color: #c1ffff |
| bg-cyan-200 | background-color: #9dffff |
| bg-cyan-300 | background-color: #79ffff |
| bg-cyan-400 | background-color: #00ffff |
| bg-cyan-50 | background-color: #e5ffff |
| bg-cyan-500 | background-color: #00e6e6 |
| bg-cyan-600 | background-color: #00c2c2 |
| bg-cyan-700 | background-color: #00a0a0 |
| bg-cyan-800 | background-color: #008080 |
| bg-cyan-900 | background-color: #006262 |
| bg-cyan-950 | background-color: #004444 |
| bg-gray-100 | background-color: #c1c1c1 |
| bg-gray-200 | background-color: #9d9d9d |
| bg-gray-300 | background-color: #797979 |
| bg-gray-400 | background-color: #808080 |
| bg-gray-50 | background-color: #e5e5e5 |
| bg-gray-500 | background-color: #666666 |
| bg-gray-600 | background-color: #4c4c4c |
| bg-gray-700 | background-color: #333333 |
| bg-gray-800 | background-color: #1a1a1a |
| bg-gray-900 | background-color: #000000 |
| bg-gray-950 | background-color: #000000 |
| bg-green-100 | background-color: #c1ffc1 |
| bg-green-200 | background-color: #9dff9d |
| bg-green-300 | background-color: #79ff79 |
| bg-green-400 | background-color: #00ff00 |
| bg-green-50 | background-color: #e5ffe5 |
| bg-green-500 | background-color: #00e600 |
| bg-green-600 | background-color: #00c200 |
| bg-green-700 | background-color: #00a000 |
| bg-green-800 | background-color: #008000 |
| bg-green-900 | background-color: #006200 |
| bg-green-950 | background-color: #004400 |
| bg-indigo-100 | background-color: #d3c7ff |
| bg-indigo-200 | background-color: #bcabff |
| bg-indigo-300 | background-color: #a58fff |
| bg-indigo-400 | background-color: #4b0082 |
| bg-indigo-50 | background-color: #eae3ff |
| bg-indigo-500 | background-color: #410071 |
| bg-indigo-600 | background-color: #380060 |
| bg-indigo-700 | background-color: #2e004f |
| bg-indigo-800 | background-color: #25003e |
| bg-indigo-900 | background-color: #1c002d |
| bg-indigo-950 | background-color: #12001c |
| bg-inherit | background-color: inherit |
| bg-magenta-100 | background-color: #ffc1ff |
| bg-magenta-200 | background-color: #ff9dff |
| bg-magenta-300 | background-color: #ff79ff |
| bg-magenta-400 | background-color: #ff00ff |
| bg-magenta-50 | background-color: #ffe5ff |
| bg-magenta-500 | background-color: #e600e6 |
| bg-magenta-600 | background-color: #c200c2 |
| bg-magenta-700 | background-color: #a000a0 |
| bg-magenta-800 | background-color: #800080 |
| bg-magenta-900 | background-color: #620062 |
| bg-magenta-950 | background-color: #440044 |
| bg-maroon-100 | background-color: #ffc1c1 |
| bg-maroon-200 | background-color: #ff9d9d |
| bg-maroon-300 | background-color: #ff7979 |
| bg-maroon-400 | background-color: #ff0000 |
| bg-maroon-50 | background-color: #ffe5e5 |
| bg-maroon-500 | background-color: #e60000 |
| bg-maroon-600 | background-color: #c20000 |
| bg-maroon-700 | background-color: #a00000 |
| bg-maroon-800 | background-color: #800000 |
| bg-maroon-900 | background-color: #620000 |
| bg-maroon-950 | background-color: #440000 |
| bg-navy-100 | background-color: #c1c1ff |
| bg-navy-200 | background-color: #9d9dff |
| bg-navy-300 | background-color: #7979ff |
| bg-navy-400 | background-color: #000080 |
| bg-navy-50 | background-color: #e5e5ff |
| bg-navy-500 | background-color: #000066 |
| bg-navy-600 | background-color: #00004c |
| bg-navy-700 | background-color: #000033 |
| bg-navy-800 | background-color: #00001a |
| bg-navy-900 | background-color: #000000 |
| bg-navy-950 | background-color: #000000 |
| bg-olive-100 | background-color: #ffffc1 |
| bg-olive-200 | background-color: #ffff9d |
| bg-olive-300 | background-color: #ffff79 |
| bg-olive-400 | background-color: #808000 |
| bg-olive-50 | background-color: #ffffe5 |
| bg-olive-500 | background-color: #666600 |
| bg-olive-600 | background-color: #4c4c00 |
| bg-olive-700 | background-color: #333300 |
| bg-olive-800 | background-color: #1a1a00 |
| bg-olive-900 | background-color: #000000 |
| bg-olive-950 | background-color: #000000 |
| bg-orange-100 | background-color: #ffe4c1 |
| bg-orange-200 | background-color: #ffd19d |
| bg-orange-300 | background-color: #ffbd79 |
| bg-orange-400 | background-color: #ffa500 |
| bg-orange-50 | background-color: #fff5e6 |
| bg-orange-500 | background-color: #e69400 |
| bg-orange-600 | background-color: #c28300 |
| bg-orange-700 | background-color: #a07200 |
| bg-orange-800 | background-color: #806100 |
| bg-orange-900 | background-color: #625000 |
| bg-orange-950 | background-color: #444000 |
| bg-pink-100 | background-color: #ffc1d7 |
| bg-pink-200 | background-color: #ff9dbe |
| bg-pink-300 | background-color: #ff79a8 |
| bg-pink-400 | background-color: #ffc0cb |
| bg-pink-50 | background-color: #ffe5ec |
| bg-pink-500 | background-color: #e6007e |
| bg-pink-600 | background-color: #c2006c |
| bg-pink-700 | background-color: #a0005a |
| bg-pink-800 | background-color: #800048 |
| bg-pink-900 | background-color: #620036 |
| bg-pink-950 | background-color: #440024 |
| bg-purple-100 | background-color: #ffc1ff |
| bg-purple-200 | background-color: #ff9dff |
| bg-purple-300 | background-color: #ff79ff |
| bg-purple-400 | background-color: #800080 |
| bg-purple-50 | background-color: #ffe5ff |
| bg-purple-500 | background-color: #660066 |
| bg-purple-600 | background-color: #4c004c |
| bg-purple-700 | background-color: #330033 |
| bg-purple-800 | background-color: #1a001a |
| bg-purple-900 | background-color: #000000 |
| bg-purple-950 | background-color: #000000 |
| bg-red-100 | background-color: #fee2e2 |
| bg-red-200 | background-color: #fecaca |
| bg-red-300 | background-color: #fca5a5 |
| bg-red-400 | background-color: #f87171 |
| bg-red-50 | background-color: #fef2f2 |
| bg-red-500 | background-color: #ef4444 |
| bg-red-600 | background-color: #dc2626 |
| bg-red-700 | background-color: #b91c1c |
| bg-red-800 | background-color: #991b1b |
| bg-red-900 | background-color: #7f1d1d |
| bg-red-950 | background-color: #681717 |
| bg-teal-100 | background-color: #c1ffff |
| bg-teal-200 | background-color: #9dffff |
| bg-teal-300 | background-color: #79ffff |
| bg-teal-400 | background-color: #008080 |
| bg-teal-50 | background-color: #e5ffff |
| bg-teal-500 | background-color: #006666 |
| bg-teal-600 | background-color: #004c4c |
| bg-teal-700 | background-color: #003333 |
| bg-teal-800 | background-color: #001a1a |
| bg-teal-900 | background-color: #000000 |
| bg-teal-950 | background-color: #000000 |
| bg-transparent | background-color: transparent |
| bg-white | background-color: white |
| bg-yellow-100 | background-color: #ffffc1 |
| bg-yellow-200 | background-color: #ffff9d |
| bg-yellow-300 | background-color: #ffff79 |
| bg-yellow-400 | background-color: #ffff00 |
| bg-yellow-50 | background-color: #ffffe5 |
| bg-yellow-500 | background-color: #e6e600 |
| bg-yellow-600 | background-color: #c2c200 |
| bg-yellow-700 | background-color: #a0a000 |
| bg-yellow-800 | background-color: #808000 |
| bg-yellow-900 | background-color: #626200 |
| bg-yellow-950 | background-color: #444400 |
| block | display: block |
| border-black | border-color: black |
| border-blue-100 | border-color: #c1c1ff |
| border-blue-200 | border-color: #9d9dff |
| border-blue-300 | border-color: #7979ff |
| border-blue-400 | border-color: #0000ff |
| border-blue-50 | border-color: #e5e5ff |
| border-blue-500 | border-color: #0000e6 |
| border-blue-600 | border-color: #0000c2 |
| border-blue-700 | border-color: #0000a0 |
| border-blue-800 | border-color: #000080 |
| border-blue-900 | border-color: #000062 |
| border-blue-950 | border-color: #000044 |
| border-brown-100 | border-color: #ffddc1 |
| border-brown-200 | border-color: #ffcaa0 |
| border-brown-300 | border-color: #ffb779 |
| border-brown-400 | border-color: #a52a2a |
| border-brown-50 | border-color: #fff0e6 |
| border-brown-500 | border-color: #8b2323 |
| border-brown-600 | border-color: #741c1c |
| border-brown-700 | border-color: #5d1515 |
| border-brown-800 | border-color: #470e0e |
| border-brown-900 | border-color: #300808 |
| border-brown-950 | border-color: #1a0202 |
| border-current | border-color: currentColor |
| border-cyan-100 | border-color: #c1ffff |
| border-cyan-200 | border-color: #9dffff |
| border-cyan-300 | border-color: #79ffff |
| border-cyan-400 | border-color: #00ffff |
| border-cyan-50 | border-color: #e5ffff |
| border-cyan-500 | border-color: #00e6e6 |
| border-cyan-600 | border-color: #00c2c2 |
| border-cyan-700 | border-color: #00a0a0 |
| border-cyan-800 | border-color: #008080 |
| border-cyan-900 | border-color: #006262 |
| border-cyan-950 | border-color: #004444 |
| border-dashed | border-style: dashed |
| border-dotted | border-style: dotted |
| border-double | border-style: double |
| border-gray-100 | border-color: #c1c1c1 |
| border-gray-200 | border-color: #9d9d9d |
| border-gray-300 | border-color: #797979 |
| border-gray-400 | border-color: #808080 |
| border-gray-50 | border-color: #e5e5e5 |
| border-gray-500 | border-color: #666666 |
| border-gray-600 | border-color: #4c4c4c |
| border-gray-700 | border-color: #333333 |
| border-gray-800 | border-color: #1a1a1a |
| border-gray-900 | border-color: #000000 |
| border-gray-950 | border-color: #000000 |
| border-green-100 | border-color: #c1ffc1 |
| border-green-200 | border-color: #9dff9d |
| border-green-300 | border-color: #79ff79 |
| border-green-400 | border-color: #00ff00 |
| border-green-50 | border-color: #e5ffe5 |
| border-green-500 | border-color: #00e600 |
| border-green-600 | border-color: #00c200 |
| border-green-700 | border-color: #00a000 |
| border-green-800 | border-color: #008000 |
| border-green-900 | border-color: #006200 |
| border-green-950 | border-color: #004400 |
| border-hidden | border-style: hidden |
| border-indigo-100 | border-color: #d3c7ff |
| border-indigo-200 | border-color: #bcabff |
| border-indigo-300 | border-color: #a58fff |
| border-indigo-400 | border-color: #4b0082 |
| border-indigo-50 | border-color: #eae3ff |
| border-indigo-500 | border-color: #410071 |
| border-indigo-600 | border-color: #380060 |
| border-indigo-700 | border-color: #2e004f |
| border-indigo-800 | border-color: #25003e |
| border-indigo-900 | border-color: #1c002d |
| border-indigo-950 | border-color: #12001c |
| border-inherit | border-color: inherit |
| border-magenta-100 | border-color: #ffc1ff |
| border-magenta-200 | border-color: #ff9dff |
| border-magenta-300 | border-color: #ff79ff |
| border-magenta-400 | border-color: #ff00ff |
| border-magenta-50 | border-color: #ffe5ff |
| border-magenta-500 | border-color: #e600e6 |
| border-magenta-600 | border-color: #c200c2 |
| border-magenta-700 | border-color: #a000a0 |
| border-magenta-800 | border-color: #800080 |
| border-magenta-900 | border-color: #620062 |
| border-magenta-950 | border-color: #440044 |
| border-maroon-100 | border-color: #ffc1c1 |
| border-maroon-200 | border-color: #ff9d9d |
| border-maroon-300 | border-color: #ff7979 |
| border-maroon-400 | border-color: #ff0000 |
| border-maroon-50 | border-color: #ffe5e5 |
| border-maroon-500 | border-color: #e60000 |
| border-maroon-600 | border-color: #c20000 |
| border-maroon-700 | border-color: #a00000 |
| border-maroon-800 | border-color: #800000 |
| border-maroon-900 | border-color: #620000 |
| border-maroon-950 | border-color: #440000 |
| border-navy-100 | border-color: #c1c1ff |
| border-navy-200 | border-color: #9d9dff |
| border-navy-300 | border-color: #7979ff |
| border-navy-400 | border-color: #000080 |
| border-navy-50 | border-color: #e5e5ff |
| border-navy-500 | border-color: #000066 |
| border-navy-600 | border-color: #00004c |
| border-navy-700 | border-color: #000033 |
| border-navy-800 | border-color: #00001a |
| border-navy-900 | border-color: #000000 |
| border-navy-950 | border-color: #000000 |
| border-none | border-style: none |
| border-olive-100 | border-color: #ffffc1 |
| border-olive-200 | border-color: #ffff9d |
| border-olive-300 | border-color: #ffff79 |
| border-olive-400 | border-color: #808000 |
| border-olive-50 | border-color: #ffffe5 |
| border-olive-500 | border-color: #666600 |
| border-olive-600 | border-color: #4c4c00 |
| border-olive-700 | border-color: #333300 |
| border-olive-800 | border-color: #1a1a00 |
| border-olive-900 | border-color: #000000 |
| border-olive-950 | border-color: #000000 |
| border-orange-100 | border-color: #ffe4c1 |
| border-orange-200 | border-color: #ffd19d |
| border-orange-300 | border-color: #ffbd79 |
| border-orange-400 | border-color: #ffa500 |
| border-orange-50 | border-color: #fff5e6 |
| border-orange-500 | border-color: #e69400 |
| border-orange-600 | border-color: #c28300 |
| border-orange-700 | border-color: #a07200 |
| border-orange-800 | border-color: #806100 |
| border-orange-900 | border-color: #625000 |
| border-orange-950 | border-color: #444000 |
| border-pink-100 | border-color: #ffc1d7 |
| border-pink-200 | border-color: #ff9dbe |
| border-pink-300 | border-color: #ff79a8 |
| border-pink-400 | border-color: #ffc0cb |
| border-pink-50 | border-color: #ffe5ec |
| border-pink-500 | border-color: #e6007e |
| border-pink-600 | border-color: #c2006c |
| border-pink-700 | border-color: #a0005a |
| border-pink-800 | border-color: #800048 |
| border-pink-900 | border-color: #620036 |
| border-pink-950 | border-color: #440024 |
| border-purple-100 | border-color: #ffc1ff |
| border-purple-200 | border-color: #ff9dff |
| border-purple-300 | border-color: #ff79ff |
| border-purple-400 | border-color: #800080 |
| border-purple-50 | border-color: #ffe5ff |
| border-purple-500 | border-color: #660066 |
| border-purple-600 | border-color: #4c004c |
| border-purple-700 | border-color: #330033 |
| border-purple-800 | border-color: #1a001a |
| border-purple-900 | border-color: #000000 |
| border-purple-950 | border-color: #000000 |
| border-red-100 | border-color: #fee2e2 |
| border-red-200 | border-color: #fecaca |
| border-red-300 | border-color: #fca5a5 |
| border-red-400 | border-color: #f87171 |
| border-red-50 | border-color: #fef2f2 |
| border-red-500 | border-color: #ef4444 |
| border-red-600 | border-color: #dc2626 |
| border-red-700 | border-color: #b91c1c |
| border-red-800 | border-color: #991b1b |
| border-red-900 | border-color: #7f1d1d |
| border-red-950 | border-color: #681717 |
| border-solid | border-style: solid |
| border-teal-100 | border-color: #c1ffff |
| border-teal-200 | border-color: #9dffff |
| border-teal-300 | border-color: #79ffff |
| border-teal-400 | border-color: #008080 |
| border-teal-50 | border-color: #e5ffff |
| border-teal-500 | border-color: #006666 |
| border-teal-600 | border-color: #004c4c |
| border-teal-700 | border-color: #003333 |
| border-teal-800 | border-color: #001a1a |
| border-teal-900 | border-color: #000000 |
| border-teal-950 | border-color: #000000 |
| border-transparent | border-color: transparent |
| border-white | border-color: white |
| border-yellow-100 | border-color: #ffffc1 |
| border-yellow-200 | border-color: #ffff9d |
| border-yellow-300 | border-color: #ffff79 |
| border-yellow-400 | border-color: #ffff00 |
| border-yellow-50 | border-color: #ffffe5 |
| border-yellow-500 | border-color: #e6e600 |
| border-yellow-600 | border-color: #c2c200 |
| border-yellow-700 | border-color: #a0a000 |
| border-yellow-800 | border-color: #808000 |
| border-yellow-900 | border-color: #626200 |
| border-yellow-950 | border-color: #444400 |
| bottom-0 | bottom: 0 |
| bottom-1 | bottom: 0.25rem |
| bottom-10 | bottom: 2.5rem |
| bottom-11 | bottom: 2.75rem |
| bottom-12 | bottom: 3rem |
| bottom-13 | bottom: 3.25rem |
| bottom-14 | bottom: 3.5rem |
| bottom-15 | bottom: 3.75rem |
| bottom-16 | bottom: 4rem |
| bottom-17 | bottom: 4.25rem |
| bottom-18 | bottom: 4.5rem |
| bottom-19 | bottom: 4.75rem |
| bottom-2 | bottom: 0.5rem |
| bottom-20 | bottom: 5rem |
| bottom-21 | bottom: 5.25rem |
| bottom-22 | bottom: 5.5rem |
| bottom-23 | bottom: 5.75rem |
| bottom-24 | bottom: 6rem |
| bottom-25 | bottom: 6.25rem |
| bottom-26 | bottom: 6.5rem |
| bottom-27 | bottom: 6.75rem |
| bottom-28 | bottom: 7rem |
| bottom-29 | bottom: 7.25rem |
| bottom-3 | bottom: 0.75rem |
| bottom-30 | bottom: 7.5rem |
| bottom-31 | bottom: 7.75rem |
| bottom-32 | bottom: 8rem |
| bottom-33 | bottom: 8.25rem |
| bottom-34 | bottom: 8.5rem |
| bottom-35 | bottom: 8.75rem |
| bottom-36 | bottom: 9rem |
| bottom-37 | bottom: 9.25rem |
| bottom-38 | bottom: 9.5rem |
| bottom-39 | bottom: 9.75rem |
| bottom-4 | bottom: 1rem |
| bottom-40 | bottom: 10rem |
| bottom-5 | bottom: 1.25rem |
| bottom-6 | bottom: 1.5rem |
| bottom-7 | bottom: 1.75rem |
| bottom-8 | bottom: 2rem |
| bottom-9 | bottom: 2.25rem |
| box-border | box-sizing: border-box |
| box-content | box-sizing: content-box |
| break-all | word-break: break-all |
| break-keep | word-break: keep-all |
| break-normal | overflow-wrap: normal word-break: normal |
| break-words | overflow-wrap: break-word |
| capitalize | text-transform: capitalize |
| clear-both | clear: both |
| clear-left | clear: left |
| clear-none | clear: none |
| clear-right | clear: right |
| col-auto | grid-column: auto |
| col-end-1 | grid-column-end: 1 |
| col-end-10 | grid-column-end: 10 |
| col-end-11 | grid-column-end: 11 |
| col-end-12 | grid-column-end: 12 |
| col-end-13 | grid-column-end: 13 |
| col-end-2 | grid-column-end: 2 |
| col-end-3 | grid-column-end: 3 |
| col-end-4 | grid-column-end: 4 |
| col-end-5 | grid-column-end: 5 |
| col-end-6 | grid-column-end: 6 |
| col-end-7 | grid-column-end: 7 |
| col-end-8 | grid-column-end: 8 |
| col-end-9 | grid-column-end: 9 |
| col-end-auto | grid-column-end: auto |
| col-span-1 | grid-column: span 1/span 1 |
| col-span-10 | grid-column: span 10/span 10 |
| col-span-11 | grid-column: span 11/span 11 |
| col-span-12 | grid-column: span 12/span 12 |
| col-span-2 | grid-column: span 2/span 2 |
| col-span-3 | grid-column: span 3/span 3 |
| col-span-4 | grid-column: span 4/span 4 |
| col-span-5 | grid-column: span 5/span 5 |
| col-span-6 | grid-column: span 6/span 6 |
| col-span-7 | grid-column: span 7/span 7 |
| col-span-8 | grid-column: span 8/span 8 |
| col-span-9 | grid-column: span 9/span 9 |
| col-span-full | grid-column: 1/-1 |
| col-start-1 | grid-column-start: 1 |
| col-start-10 | grid-column-start: 10 |
| col-start-11 | grid-column-start: 11 |
| col-start-12 | grid-column-start: 12 |
| col-start-13 | grid-column-start: 13 |
| col-start-2 | grid-column-start: 2 |
| col-start-3 | grid-column-start: 3 |
| col-start-4 | grid-column-start: 4 |
| col-start-5 | grid-column-start: 5 |
| col-start-6 | grid-column-start: 6 |
| col-start-7 | grid-column-start: 7 |
| col-start-8 | grid-column-start: 8 |
| col-start-9 | grid-column-start: 9 |
| col-start-auto | grid-column-start: auto |
| collapse | visibility: collapse |
| content-around | align-content: space-around |
| content-baseline | align-content: baseline |
| content-between | align-content: space-between |
| content-center | align-content: center |
| content-end | align-content: flex-end |
| content-evenly | align-content: space-evenly |
| content-normal | align-content: normal |
| content-start | align-content: flex-start |
| content-stretch | align-content: stretch |
| contents | display: contents |
| cursor-alias | cursor: alias |
| cursor-all-scroll | cursor: all-scroll |
| cursor-auto | cursor: auto |
| cursor-cell | cursor: cell |
| cursor-col-resize | cursor: col-resize |
| cursor-context-menu | cursor: context-menu |
| cursor-copy | cursor: copy |
| cursor-crosshair | cursor: crosshair |
| cursor-default | cursor: default |
| cursor-e-resize | cursor: e-resize |
| cursor-ew-resize | cursor: ew-resize |
| cursor-grab | cursor: grab |
| cursor-grabbing | cursor: grabbing |
| cursor-help | cursor: help |
| cursor-move | cursor: move |
| cursor-n-resize | cursor: n-resize |
| cursor-ne-resize | cursor: ne-resize |
| cursor-nesw-resize | cursor: nesw-resize |
| cursor-no-drop | cursor: no-drop |
| cursor-none | cursor: none |
| cursor-not-allowed | cursor: not-allowed |
| cursor-ns-resize | cursor: ns-resize |
| cursor-nw-resize | cursor: nw-resize |
| cursor-nwse-resize | cursor: nwse-resize |
| cursor-pointer | cursor: pointer |
| cursor-progress | cursor: progress |
| cursor-row-resize | cursor: row-resize |
| cursor-s-resize | cursor: s-resize |
| cursor-se-resize | cursor: se-resize |
| cursor-sw-resize | cursor: sw-resize |
| cursor-text | cursor: text |
| cursor-vertical-text | cursor: vertical-text |
| cursor-w-resize | cursor: w-resize |
| cursor-wait | cursor: wait |
| cursor-zoom-in | cursor: zoom-in |
| cursor-zoom-out | cursor: zoom-out |
| decoration-0 | text-decoration-thickness: 0px |
| decoration-1 | text-decoration-thickness: 1px |
| decoration-2 | text-decoration-thickness: 2px |
| decoration-4 | text-decoration-thickness: 4px |
| decoration-8 | text-decoration-thickness: 8px |
| decoration-auto | text-decoration-thickness: auto |
| decoration-black | text-decoration-color: black |
| decoration-blue-100 | text-decoration-color: #c1c1ff |
| decoration-blue-200 | text-decoration-color: #9d9dff |
| decoration-blue-300 | text-decoration-color: #7979ff |
| decoration-blue-400 | text-decoration-color: #0000ff |
| decoration-blue-50 | text-decoration-color: #e5e5ff |
| decoration-blue-500 | text-decoration-color: #0000e6 |
| decoration-blue-600 | text-decoration-color: #0000c2 |
| decoration-blue-700 | text-decoration-color: #0000a0 |
| decoration-blue-800 | text-decoration-color: #000080 |
| decoration-blue-900 | text-decoration-color: #000062 |
| decoration-blue-950 | text-decoration-color: #000044 |
| decoration-brown-100 | text-decoration-color: #ffddc1 |
| decoration-brown-200 | text-decoration-color: #ffcaa0 |
| decoration-brown-300 | text-decoration-color: #ffb779 |
| decoration-brown-400 | text-decoration-color: #a52a2a |
| decoration-brown-50 | text-decoration-color: #fff0e6 |
| decoration-brown-500 | text-decoration-color: #8b2323 |
| decoration-brown-600 | text-decoration-color: #741c1c |
| decoration-brown-700 | text-decoration-color: #5d1515 |
| decoration-brown-800 | text-decoration-color: #470e0e |
| decoration-brown-900 | text-decoration-color: #300808 |
| decoration-brown-950 | text-decoration-color: #1a0202 |
| decoration-current | text-decoration-color: currentColor |
| decoration-cyan-100 | text-decoration-color: #c1ffff |
| decoration-cyan-200 | text-decoration-color: #9dffff |
| decoration-cyan-300 | text-decoration-color: #79ffff |
| decoration-cyan-400 | text-decoration-color: #00ffff |
| decoration-cyan-50 | text-decoration-color: #e5ffff |
| decoration-cyan-500 | text-decoration-color: #00e6e6 |
| decoration-cyan-600 | text-decoration-color: #00c2c2 |
| decoration-cyan-700 | text-decoration-color: #00a0a0 |
| decoration-cyan-800 | text-decoration-color: #008080 |
| decoration-cyan-900 | text-decoration-color: #006262 |
| decoration-cyan-950 | text-decoration-color: #004444 |
| decoration-dashed | text-decoration-style: dashed |
| decoration-dotted | text-decoration-style: dotted |
| decoration-double | text-decoration-style: double |
| decoration-from-font | text-decoration-thickness: from-font |
| decoration-gray-100 | text-decoration-color: #c1c1c1 |
| decoration-gray-200 | text-decoration-color: #9d9d9d |
| decoration-gray-300 | text-decoration-color: #797979 |
| decoration-gray-400 | text-decoration-color: #808080 |
| decoration-gray-50 | text-decoration-color: #e5e5e5 |
| decoration-gray-500 | text-decoration-color: #666666 |
| decoration-gray-600 | text-decoration-color: #4c4c4c |
| decoration-gray-700 | text-decoration-color: #333333 |
| decoration-gray-800 | text-decoration-color: #1a1a1a |
| decoration-gray-900 | text-decoration-color: #000000 |
| decoration-gray-950 | text-decoration-color: #000000 |
| decoration-green-100 | text-decoration-color: #c1ffc1 |
| decoration-green-200 | text-decoration-color: #9dff9d |
| decoration-green-300 | text-decoration-color: #79ff79 |
| decoration-green-400 | text-decoration-color: #00ff00 |
| decoration-green-50 | text-decoration-color: #e5ffe5 |
| decoration-green-500 | text-decoration-color: #00e600 |
| decoration-green-600 | text-decoration-color: #00c200 |
| decoration-green-700 | text-decoration-color: #00a000 |
| decoration-green-800 | text-decoration-color: #008000 |
| decoration-green-900 | text-decoration-color: #006200 |
| decoration-green-950 | text-decoration-color: #004400 |
| decoration-indigo-100 | text-decoration-color: #d3c7ff |
| decoration-indigo-200 | text-decoration-color: #bcabff |
| decoration-indigo-300 | text-decoration-color: #a58fff |
| decoration-indigo-400 | text-decoration-color: #4b0082 |
| decoration-indigo-50 | text-decoration-color: #eae3ff |
| decoration-indigo-500 | text-decoration-color: #410071 |
| decoration-indigo-600 | text-decoration-color: #380060 |
| decoration-indigo-700 | text-decoration-color: #2e004f |
| decoration-indigo-800 | text-decoration-color: #25003e |
| decoration-indigo-900 | text-decoration-color: #1c002d |
| decoration-indigo-950 | text-decoration-color: #12001c |
| decoration-inherit | text-decoration-color: inherit |
| decoration-magenta-100 | text-decoration-color: #ffc1ff |
| decoration-magenta-200 | text-decoration-color: #ff9dff |
| decoration-magenta-300 | text-decoration-color: #ff79ff |
| decoration-magenta-400 | text-decoration-color: #ff00ff |
| decoration-magenta-50 | text-decoration-color: #ffe5ff |
| decoration-magenta-500 | text-decoration-color: #e600e6 |
| decoration-magenta-600 | text-decoration-color: #c200c2 |
| decoration-magenta-700 | text-decoration-color: #a000a0 |
| decoration-magenta-800 | text-decoration-color: #800080 |
| decoration-magenta-900 | text-decoration-color: #620062 |
| decoration-magenta-950 | text-decoration-color: #440044 |
| decoration-maroon-100 | text-decoration-color: #ffc1c1 |
| decoration-maroon-200 | text-decoration-color: #ff9d9d |
| decoration-maroon-300 | text-decoration-color: #ff7979 |
| decoration-maroon-400 | text-decoration-color: #ff0000 |
| decoration-maroon-50 | text-decoration-color: #ffe5e5 |
| decoration-maroon-500 | text-decoration-color: #e60000 |
| decoration-maroon-600 | text-decoration-color: #c20000 |
| decoration-maroon-700 | text-decoration-color: #a00000 |
| decoration-maroon-800 | text-decoration-color: #800000 |
| decoration-maroon-900 | text-decoration-color: #620000 |
| decoration-maroon-950 | text-decoration-color: #440000 |
| decoration-navy-100 | text-decoration-color: #c1c1ff |
| decoration-navy-200 | text-decoration-color: #9d9dff |
| decoration-navy-300 | text-decoration-color: #7979ff |
| decoration-navy-400 | text-decoration-color: #000080 |
| decoration-navy-50 | text-decoration-color: #e5e5ff |
| decoration-navy-500 | text-decoration-color: #000066 |
| decoration-navy-600 | text-decoration-color: #00004c |
| decoration-navy-700 | text-decoration-color: #000033 |
| decoration-navy-800 | text-decoration-color: #00001a |
| decoration-navy-900 | text-decoration-color: #000000 |
| decoration-navy-950 | text-decoration-color: #000000 |
| decoration-olive-100 | text-decoration-color: #ffffc1 |
| decoration-olive-200 | text-decoration-color: #ffff9d |
| decoration-olive-300 | text-decoration-color: #ffff79 |
| decoration-olive-400 | text-decoration-color: #808000 |
| decoration-olive-50 | text-decoration-color: #ffffe5 |
| decoration-olive-500 | text-decoration-color: #666600 |
| decoration-olive-600 | text-decoration-color: #4c4c00 |
| decoration-olive-700 | text-decoration-color: #333300 |
| decoration-olive-800 | text-decoration-color: #1a1a00 |
| decoration-olive-900 | text-decoration-color: #000000 |
| decoration-olive-950 | text-decoration-color: #000000 |
| decoration-orange-100 | text-decoration-color: #ffe4c1 |
| decoration-orange-200 | text-decoration-color: #ffd19d |
| decoration-orange-300 | text-decoration-color: #ffbd79 |
| decoration-orange-400 | text-decoration-color: #ffa500 |
| decoration-orange-50 | text-decoration-color: #fff5e6 |
| decoration-orange-500 | text-decoration-color: #e69400 |
| decoration-orange-600 | text-decoration-color: #c28300 |
| decoration-orange-700 | text-decoration-color: #a07200 |
| decoration-orange-800 | text-decoration-color: #806100 |
| decoration-orange-900 | text-decoration-color: #625000 |
| decoration-orange-950 | text-decoration-color: #444000 |
| decoration-pink-100 | text-decoration-color: #ffc1d7 |
| decoration-pink-200 | text-decoration-color: #ff9dbe |
| decoration-pink-300 | text-decoration-color: #ff79a8 |
| decoration-pink-400 | text-decoration-color: #ffc0cb |
| decoration-pink-50 | text-decoration-color: #ffe5ec |
| decoration-pink-500 | text-decoration-color: #e6007e |
| decoration-pink-600 | text-decoration-color: #c2006c |
| decoration-pink-700 | text-decoration-color: #a0005a |
| decoration-pink-800 | text-decoration-color: #800048 |
| decoration-pink-900 | text-decoration-color: #620036 |
| decoration-pink-950 | text-decoration-color: #440024 |
| decoration-purple-100 | text-decoration-color: #ffc1ff |
| decoration-purple-200 | text-decoration-color: #ff9dff |
| decoration-purple-300 | text-decoration-color: #ff79ff |
| decoration-purple-400 | text-decoration-color: #800080 |
| decoration-purple-50 | text-decoration-color: #ffe5ff |
| decoration-purple-500 | text-decoration-color: #660066 |
| decoration-purple-600 | text-decoration-color: #4c004c |
| decoration-purple-700 | text-decoration-color: #330033 |
| decoration-purple-800 | text-decoration-color: #1a001a |
| decoration-purple-900 | text-decoration-color: #000000 |
| decoration-purple-950 | text-decoration-color: #000000 |
| decoration-red-100 | text-decoration-color: #fee2e2 |
| decoration-red-200 | text-decoration-color: #fecaca |
| decoration-red-300 | text-decoration-color: #fca5a5 |
| decoration-red-400 | text-decoration-color: #f87171 |
| decoration-red-50 | text-decoration-color: #fef2f2 |
| decoration-red-500 | text-decoration-color: #ef4444 |
| decoration-red-600 | text-decoration-color: #dc2626 |
| decoration-red-700 | text-decoration-color: #b91c1c |
| decoration-red-800 | text-decoration-color: #991b1b |
| decoration-red-900 | text-decoration-color: #7f1d1d |
| decoration-red-950 | text-decoration-color: #681717 |
| decoration-solid | text-decoration-style: solid |
| decoration-teal-100 | text-decoration-color: #c1ffff |
| decoration-teal-200 | text-decoration-color: #9dffff |
| decoration-teal-300 | text-decoration-color: #79ffff |
| decoration-teal-400 | text-decoration-color: #008080 |
| decoration-teal-50 | text-decoration-color: #e5ffff |
| decoration-teal-500 | text-decoration-color: #006666 |
| decoration-teal-600 | text-decoration-color: #004c4c |
| decoration-teal-700 | text-decoration-color: #003333 |
| decoration-teal-800 | text-decoration-color: #001a1a |
| decoration-teal-900 | text-decoration-color: #000000 |
| decoration-teal-950 | text-decoration-color: #000000 |
| decoration-transparent | text-decoration-color: transparent |
| decoration-wavy | text-decoration-style: wavy |
| decoration-white | text-decoration-color: white |
| decoration-yellow-100 | text-decoration-color: #ffffc1 |
| decoration-yellow-200 | text-decoration-color: #ffff9d |
| decoration-yellow-300 | text-decoration-color: #ffff79 |
| decoration-yellow-400 | text-decoration-color: #ffff00 |
| decoration-yellow-50 | text-decoration-color: #ffffe5 |
| decoration-yellow-500 | text-decoration-color: #e6e600 |
| decoration-yellow-600 | text-decoration-color: #c2c200 |
| decoration-yellow-700 | text-decoration-color: #a0a000 |
| decoration-yellow-800 | text-decoration-color: #808000 |
| decoration-yellow-900 | text-decoration-color: #626200 |
| decoration-yellow-950 | text-decoration-color: #444400 |
| delay-0 | transition-delay: 0s |
| delay-100 | transition-delay: 100ms |
| delay-1000 | transition-delay: 1000ms |
| delay-150 | transition-delay: 150ms |
| delay-200 | transition-delay: 200ms |
| delay-300 | transition-delay: 300ms |
| delay-500 | transition-delay: 500ms |
| delay-700 | transition-delay: 700ms |
| delay-75 | transition-delay: 75ms |
| duration-0 | transition-duration: 0s |
| duration-100 | transition-duration: 100ms |
| duration-1000 | transition-duration: 1000ms |
| duration-150 | transition-duration: 150ms |
| duration-200 | transition-duration: 200ms |
| duration-300 | transition-duration: 300ms |
| duration-500 | transition-duration: 500ms |
| duration-700 | transition-duration: 700ms |
| duration-75 | transition-duration: 75ms |
| ease-in | transition-timing-function: cubic-bezier(0.4, 0, 1, 1) |
| ease-in-out | transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) |
| ease-linear | transition-timing-function: linear |
| ease-out | transition-timing-function: cubic-bezier(0, 0, 0.2, 1) |
| fixed | position: fixed |
| flex | display: flex |
| flex-1 | flex: 1 1 0% |
| flex-auto | flex: 1 1 auto |
| flex-col | flex-direction: column |
| flex-col-reverse | flex-direction: column-reverse |
| flex-initial | flex: 0 1 auto |
| flex-none | flex: none |
| flex-nowrap | flex-wrap: nowrap |
| flex-row | flex-direction: row |
| flex-row-reverse | flex-direction: row-reverse |
| flex-wrap | flex-wrap: wrap |
| flex-wrap-reverse | flex-wrap: wrap-reverse |
| float-left | float: left |
| float-none | float: none |
| float-right | float: right |
| flow-root | display: flow-root |
| font-black | font-weight: 900 |
| font-bold | font-weight: 700 |
| font-extrabold | font-weight: 800 |
| font-extralight | font-weight: 200 |
| font-light | font-weight: 300 |
| font-medium | font-weight: 500 |
| font-normal | font-weight: 400 |
| font-semibold | font-weight: 600 |
| font-thin | font-weight: 100 |
| gap-0 | gap: 0 |
| gap-1 | gap: 0.25rem |
| gap-10 | gap: 2.5rem |
| gap-11 | gap: 2.75rem |
| gap-12 | gap: 3rem |
| gap-13 | gap: 3.25rem |
| gap-14 | gap: 3.5rem |
| gap-15 | gap: 3.75rem |
| gap-16 | gap: 4rem |
| gap-17 | gap: 4.25rem |
| gap-18 | gap: 4.5rem |
| gap-19 | gap: 4.75rem |
| gap-2 | gap: 0.5rem |
| gap-20 | gap: 5rem |
| gap-21 | gap: 5.25rem |
| gap-22 | gap: 5.5rem |
| gap-23 | gap: 5.75rem |
| gap-24 | gap: 6rem |
| gap-25 | gap: 6.25rem |
| gap-26 | gap: 6.5rem |
| gap-27 | gap: 6.75rem |
| gap-28 | gap: 7rem |
| gap-29 | gap: 7.25rem |
| gap-3 | gap: 0.75rem |
| gap-30 | gap: 7.5rem |
| gap-31 | gap: 7.75rem |
| gap-32 | gap: 8rem |
| gap-33 | gap: 8.25rem |
| gap-34 | gap: 8.5rem |
| gap-35 | gap: 8.75rem |
| gap-36 | gap: 9rem |
| gap-37 | gap: 9.25rem |
| gap-38 | gap: 9.5rem |
| gap-39 | gap: 9.75rem |
| gap-4 | gap: 1rem |
| gap-40 | gap: 10rem |
| gap-5 | gap: 1.25rem |
| gap-6 | gap: 1.5rem |
| gap-7 | gap: 1.75rem |
| gap-8 | gap: 2rem |
| gap-9 | gap: 2.25rem |
| grid | display: grid |
| grid-cols-1 | grid-template-columns: repeat(1, minmax(0, 1fr)) |
| grid-cols-10 | grid-template-columns: repeat(10, minmax(0, 1fr)) |
| grid-cols-11 | grid-template-columns: repeat(11, minmax(0, 1fr)) |
| grid-cols-12 | grid-template-columns: repeat(12, minmax(0, 1fr)) |
| grid-cols-2 | grid-template-columns: repeat(2, minmax(0, 1fr)) |
| grid-cols-3 | grid-template-columns: repeat(3, minmax(0, 1fr)) |
| grid-cols-4 | grid-template-columns: repeat(4, minmax(0, 1fr)) |
| grid-cols-5 | grid-template-columns: repeat(5, minmax(0, 1fr)) |
| grid-cols-6 | grid-template-columns: repeat(6, minmax(0, 1fr)) |
| grid-cols-7 | grid-template-columns: repeat(7, minmax(0, 1fr)) |
| grid-cols-8 | grid-template-columns: repeat(8, minmax(0, 1fr)) |
| grid-cols-9 | grid-template-columns: repeat(9, minmax(0, 1fr)) |
| grid-cols-none | grid-template-columns: none |
| grid-flow-col | grid-auto-flow: column |
| grid-flow-col-dense | grid-auto-flow: column dense |
| grid-flow-dense | grid-auto-flow: dense |
| grid-flow-row | grid-auto-flow: row |
| grid-flow-row-dense | grid-auto-flow: row dense |
| grid-rows-1 | grid-template-rows: repeat(1, minmax(0, 1fr)) |
| grid-rows-2 | grid-template-rows: repeat(2, minmax(0, 1fr)) |
| grid-rows-3 | grid-template-rows: repeat(3, minmax(0, 1fr)) |
| grid-rows-4 | grid-template-rows: repeat(4, minmax(0, 1fr)) |
| grid-rows-5 | grid-template-rows: repeat(5, minmax(0, 1fr)) |
| grid-rows-6 | grid-template-rows: repeat(6, minmax(0, 1fr)) |
| grid-rows-none | grid-template-rows: none |
| grow | flex-grow: 1 |
| grow-0 | flex-grow: 0 |
| h-0 | height: 0 |
| h-1 | height: 0.25rem |
| h-10 | height: 2.5rem |
| h-11 | height: 2.75rem |
| h-12 | height: 3rem |
| h-13 | height: 3.25rem |
| h-14 | height: 3.5rem |
| h-15 | height: 3.75rem |
| h-16 | height: 4rem |
| h-17 | height: 4.25rem |
| h-18 | height: 4.5rem |
| h-19 | height: 4.75rem |
| h-2 | height: 0.5rem |
| h-20 | height: 5rem |
| h-21 | height: 5.25rem |
| h-22 | height: 5.5rem |
| h-23 | height: 5.75rem |
| h-24 | height: 6rem |
| h-25 | height: 6.25rem |
| h-26 | height: 6.5rem |
| h-27 | height: 6.75rem |
| h-28 | height: 7rem |
| h-29 | height: 7.25rem |
| h-3 | height: 0.75rem |
| h-30 | height: 7.5rem |
| h-31 | height: 7.75rem |
| h-32 | height: 8rem |
| h-33 | height: 8.25rem |
| h-34 | height: 8.5rem |
| h-35 | height: 8.75rem |
| h-36 | height: 9rem |
| h-37 | height: 9.25rem |
| h-38 | height: 9.5rem |
| h-39 | height: 9.75rem |
| h-4 | height: 1rem |
| h-40 | height: 10rem |
| h-5 | height: 1.25rem |
| h-6 | height: 1.5rem |
| h-7 | height: 1.75rem |
| h-8 | height: 2rem |
| h-9 | height: 2.25rem |
| h-fit | height: fit-content |
| h-full | height: 100% |
| h-max | height: max-content |
| h-min | height: min-content |
| h-screen | height: 100vh |
| hidden | display: none |
| inline | display: inline |
| inline-block | display: inline-block |
| inline-flex | display: inline-flex |
| inline-grid | display: inline-grid |
| inline-table | display: inline-table |
| invisible | visibility: hidden |
| italic | font-style: italic |
| items-baseline | align-items: baseline |
| items-center | align-items: center |
| items-end | align-items: flex-end |
| items-start | align-items: flex-start |
| items-stretch | align-items: stretch |
| justify-around | justify-content: space-around |
| justify-between | justify-content: space-between |
| justify-center | justify-content: center |
| justify-end | justify-content: flex-end |
| justify-evenly | justify-content: space-evenly |
| justify-items-center | justify-items: center |
| justify-items-end | justify-items: end |
| justify-items-start | justify-items: start |
| justify-items-stretch | justify-items: stretch |
| justify-normal | justify-content: normal |
| justify-self-auto | justify-self: auto |
| justify-self-center | justify-self: center |
| justify-self-end | justify-self: end |
| justify-self-start | justify-self: start |
| justify-self-stretch | justify-self: stretch |
| justify-start | justify-content: flex-start |
| justify-stretch | justify-content: stretch |
| left-0 | left: 0 |
| left-1 | left: 0.25rem |
| left-10 | left: 2.5rem |
| left-11 | left: 2.75rem |
| left-12 | left: 3rem |
| left-13 | left: 3.25rem |
| left-14 | left: 3.5rem |
| left-15 | left: 3.75rem |
| left-16 | left: 4rem |
| left-17 | left: 4.25rem |
| left-18 | left: 4.5rem |
| left-19 | left: 4.75rem |
| left-2 | left: 0.5rem |
| left-20 | left: 5rem |
| left-21 | left: 5.25rem |
| left-22 | left: 5.5rem |
| left-23 | left: 5.75rem |
| left-24 | left: 6rem |
| left-25 | left: 6.25rem |
| left-26 | left: 6.5rem |
| left-27 | left: 6.75rem |
| left-28 | left: 7rem |
| left-29 | left: 7.25rem |
| left-3 | left: 0.75rem |
| left-30 | left: 7.5rem |
| left-31 | left: 7.75rem |
| left-32 | left: 8rem |
| left-33 | left: 8.25rem |
| left-34 | left: 8.5rem |
| left-35 | left: 8.75rem |
| left-36 | left: 9rem |
| left-37 | left: 9.25rem |
| left-38 | left: 9.5rem |
| left-39 | left: 9.75rem |
| left-4 | left: 1rem |
| left-40 | left: 10rem |
| left-5 | left: 1.25rem |
| left-6 | left: 1.5rem |
| left-7 | left: 1.75rem |
| left-8 | left: 2rem |
| left-9 | left: 2.25rem |
| line-through | text-decoration-line: line-through |
| list-item | display: list-item |
| lowercase | text-transform: lowercase |
| m-0 | margin: 0 |
| m-1 | margin: 0.25rem |
| m-10 | margin: 2.5rem |
| m-11 | margin: 2.75rem |
| m-12 | margin: 3rem |
| m-13 | margin: 3.25rem |
| m-14 | margin: 3.5rem |
| m-15 | margin: 3.75rem |
| m-16 | margin: 4rem |
| m-17 | margin: 4.25rem |
| m-18 | margin: 4.5rem |
| m-19 | margin: 4.75rem |
| m-2 | margin: 0.5rem |
| m-20 | margin: 5rem |
| m-21 | margin: 5.25rem |
| m-22 | margin: 5.5rem |
| m-23 | margin: 5.75rem |
| m-24 | margin: 6rem |
| m-25 | margin: 6.25rem |
| m-26 | margin: 6.5rem |
| m-27 | margin: 6.75rem |
| m-28 | margin: 7rem |
| m-29 | margin: 7.25rem |
| m-3 | margin: 0.75rem |
| m-30 | margin: 7.5rem |
| m-31 | margin: 7.75rem |
| m-32 | margin: 8rem |
| m-33 | margin: 8.25rem |
| m-34 | margin: 8.5rem |
| m-35 | margin: 8.75rem |
| m-36 | margin: 9rem |
| m-37 | margin: 9.25rem |
| m-38 | margin: 9.5rem |
| m-39 | margin: 9.75rem |
| m-4 | margin: 1rem |
| m-40 | margin: 10rem |
| m-5 | margin: 1.25rem |
| m-6 | margin: 1.5rem |
| m-7 | margin: 1.75rem |
| m-8 | margin: 2rem |
| m-9 | margin: 2.25rem |
| m-auto | margin: auto |
| m-inherit | margin: inherit |
| m-initial | margin: initial |
| m-unset | margin: unset |
| max-h-0 | max-height: 0px |
| max-h-fit | max-height: fit-content |
| max-h-full | max-height: 100% |
| max-h-max | max-height: max-content |
| max-h-min | max-height: min-content |
| max-h-none | max-height: none |
| max-h-px | max-height: 1px |
| max-h-screen | max-height: 100vh |
| max-w-0 | max-width: 0rem /* 0px */ |
| max-w-2xl | max-width: 42rem /* 672px */ |
| max-w-3xl | max-width: 48rem /* 768px */ |
| max-w-4xl | max-width: 56rem /* 896px */ |
| max-w-5xl | max-width: 64rem /* 1024px */ |
| max-w-6xl | max-width: 72rem /* 1152px */ |
| max-w-7xl | max-width: 80rem /* 1280px */ |
| max-w-fit | max-width: fit-content |
| max-w-full | max-width: 100% |
| max-w-lg | max-width: 32rem /* 512px */ |
| max-w-max | max-width: max-content |
| max-w-md | max-width: 28rem /* 448px */ |
| max-w-min | max-width: min-content |
| max-w-none | max-width: none |
| max-w-prose | max-width: 65ch |
| max-w-screen-2xl | max-width: 1536px |
| max-w-screen-lg | max-width: 1024px |
| max-w-screen-md | max-width: 768px |
| max-w-screen-sm | max-width: 640px |
| max-w-screen-xl | max-width: 1280px |
| max-w-sm | max-width: 24rem /* 384px */ |
| max-w-xl | max-width: 36rem /* 576px */ |
| max-w-xs | max-width: 20rem /* 320px */ |
| mb-0 | margin-bottom: 0 |
| mb-1 | margin-bottom: 0.25rem |
| mb-10 | margin-bottom: 2.5rem |
| mb-11 | margin-bottom: 2.75rem |
| mb-12 | margin-bottom: 3rem |
| mb-13 | margin-bottom: 3.25rem |
| mb-14 | margin-bottom: 3.5rem |
| mb-15 | margin-bottom: 3.75rem |
| mb-16 | margin-bottom: 4rem |
| mb-17 | margin-bottom: 4.25rem |
| mb-18 | margin-bottom: 4.5rem |
| mb-19 | margin-bottom: 4.75rem |
| mb-2 | margin-bottom: 0.5rem |
| mb-20 | margin-bottom: 5rem |
| mb-21 | margin-bottom: 5.25rem |
| mb-22 | margin-bottom: 5.5rem |
| mb-23 | margin-bottom: 5.75rem |
| mb-24 | margin-bottom: 6rem |
| mb-25 | margin-bottom: 6.25rem |
| mb-26 | margin-bottom: 6.5rem |
| mb-27 | margin-bottom: 6.75rem |
| mb-28 | margin-bottom: 7rem |
| mb-29 | margin-bottom: 7.25rem |
| mb-3 | margin-bottom: 0.75rem |
| mb-30 | margin-bottom: 7.5rem |
| mb-31 | margin-bottom: 7.75rem |
| mb-32 | margin-bottom: 8rem |
| mb-33 | margin-bottom: 8.25rem |
| mb-34 | margin-bottom: 8.5rem |
| mb-35 | margin-bottom: 8.75rem |
| mb-36 | margin-bottom: 9rem |
| mb-37 | margin-bottom: 9.25rem |
| mb-38 | margin-bottom: 9.5rem |
| mb-39 | margin-bottom: 9.75rem |
| mb-4 | margin-bottom: 1rem |
| mb-40 | margin-bottom: 10rem |
| mb-5 | margin-bottom: 1.25rem |
| mb-6 | margin-bottom: 1.5rem |
| mb-7 | margin-bottom: 1.75rem |
| mb-8 | margin-bottom: 2rem |
| mb-9 | margin-bottom: 2.25rem |
| mb-auto | margin-bottom: auto |
| mb-inherit | margin-bottom: inherit |
| mb-initial | margin-bottom: initial |
| mb-unset | margin-bottom: unset |
| min-h-0 | min-height: 0px |
| min-h-fit | min-height: fit-content |
| min-h-full | min-height: 100% |
| min-h-max | min-height: max-content |
| min-h-min | min-height: min-content |
| min-h-screen | min-height: 100vh |
| min-w-0 | min-width: 0px |
| min-w-fit | min-width: fit-content |
| min-w-full | min-width: 100% |
| min-w-max | min-width: max-content |
| min-w-min | min-width: min-content |
| ml-0 | margin-left: 0 |
| ml-1 | margin-left: 0.25rem |
| ml-10 | margin-left: 2.5rem |
| ml-11 | margin-left: 2.75rem |
| ml-12 | margin-left: 3rem |
| ml-13 | margin-left: 3.25rem |
| ml-14 | margin-left: 3.5rem |
| ml-15 | margin-left: 3.75rem |
| ml-16 | margin-left: 4rem |
| ml-17 | margin-left: 4.25rem |
| ml-18 | margin-left: 4.5rem |
| ml-19 | margin-left: 4.75rem |
| ml-2 | margin-left: 0.5rem |
| ml-20 | margin-left: 5rem |
| ml-21 | margin-left: 5.25rem |
| ml-22 | margin-left: 5.5rem |
| ml-23 | margin-left: 5.75rem |
| ml-24 | margin-left: 6rem |
| ml-25 | margin-left: 6.25rem |
| ml-26 | margin-left: 6.5rem |
| ml-27 | margin-left: 6.75rem |
| ml-28 | margin-left: 7rem |
| ml-29 | margin-left: 7.25rem |
| ml-3 | margin-left: 0.75rem |
| ml-30 | margin-left: 7.5rem |
| ml-31 | margin-left: 7.75rem |
| ml-32 | margin-left: 8rem |
| ml-33 | margin-left: 8.25rem |
| ml-34 | margin-left: 8.5rem |
| ml-35 | margin-left: 8.75rem |
| ml-36 | margin-left: 9rem |
| ml-37 | margin-left: 9.25rem |
| ml-38 | margin-left: 9.5rem |
| ml-39 | margin-left: 9.75rem |
| ml-4 | margin-left: 1rem |
| ml-40 | margin-left: 10rem |
| ml-5 | margin-left: 1.25rem |
| ml-6 | margin-left: 1.5rem |
| ml-7 | margin-left: 1.75rem |
| ml-8 | margin-left: 2rem |
| ml-9 | margin-left: 2.25rem |
| ml-auto | margin-left: auto |
| ml-inherit | margin-left: inherit |
| ml-initial | margin-left: initial |
| ml-unset | margin-left: unset |
| mr-0 | margin-right: 0 |
| mr-1 | margin-right: 0.25rem |
| mr-10 | margin-right: 2.5rem |
| mr-11 | margin-right: 2.75rem |
| mr-12 | margin-right: 3rem |
| mr-13 | margin-right: 3.25rem |
| mr-14 | margin-right: 3.5rem |
| mr-15 | margin-right: 3.75rem |
| mr-16 | margin-right: 4rem |
| mr-17 | margin-right: 4.25rem |
| mr-18 | margin-right: 4.5rem |
| mr-19 | margin-right: 4.75rem |
| mr-2 | margin-right: 0.5rem |
| mr-20 | margin-right: 5rem |
| mr-21 | margin-right: 5.25rem |
| mr-22 | margin-right: 5.5rem |
| mr-23 | margin-right: 5.75rem |
| mr-24 | margin-right: 6rem |
| mr-25 | margin-right: 6.25rem |
| mr-26 | margin-right: 6.5rem |
| mr-27 | margin-right: 6.75rem |
| mr-28 | margin-right: 7rem |
| mr-29 | margin-right: 7.25rem |
| mr-3 | margin-right: 0.75rem |
| mr-30 | margin-right: 7.5rem |
| mr-31 | margin-right: 7.75rem |
| mr-32 | margin-right: 8rem |
| mr-33 | margin-right: 8.25rem |
| mr-34 | margin-right: 8.5rem |
| mr-35 | margin-right: 8.75rem |
| mr-36 | margin-right: 9rem |
| mr-37 | margin-right: 9.25rem |
| mr-38 | margin-right: 9.5rem |
| mr-39 | margin-right: 9.75rem |
| mr-4 | margin-right: 1rem |
| mr-40 | margin-right: 10rem |
| mr-5 | margin-right: 1.25rem |
| mr-6 | margin-right: 1.5rem |
| mr-7 | margin-right: 1.75rem |
| mr-8 | margin-right: 2rem |
| mr-9 | margin-right: 2.25rem |
| mr-auto | margin-right: auto |
| mr-inherit | margin-right: inherit |
| mr-initial | margin-right: initial |
| mr-unset | margin-right: unset |
| mt-0 | margin-top: 0 |
| mt-1 | margin-top: 0.25rem |
| mt-10 | margin-top: 2.5rem |
| mt-11 | margin-top: 2.75rem |
| mt-12 | margin-top: 3rem |
| mt-13 | margin-top: 3.25rem |
| mt-14 | margin-top: 3.5rem |
| mt-15 | margin-top: 3.75rem |
| mt-16 | margin-top: 4rem |
| mt-17 | margin-top: 4.25rem |
| mt-18 | margin-top: 4.5rem |
| mt-19 | margin-top: 4.75rem |
| mt-2 | margin-top: 0.5rem |
| mt-20 | margin-top: 5rem |
| mt-21 | margin-top: 5.25rem |
| mt-22 | margin-top: 5.5rem |
| mt-23 | margin-top: 5.75rem |
| mt-24 | margin-top: 6rem |
| mt-25 | margin-top: 6.25rem |
| mt-26 | margin-top: 6.5rem |
| mt-27 | margin-top: 6.75rem |
| mt-28 | margin-top: 7rem |
| mt-29 | margin-top: 7.25rem |
| mt-3 | margin-top: 0.75rem |
| mt-30 | margin-top: 7.5rem |
| mt-31 | margin-top: 7.75rem |
| mt-32 | margin-top: 8rem |
| mt-33 | margin-top: 8.25rem |
| mt-34 | margin-top: 8.5rem |
| mt-35 | margin-top: 8.75rem |
| mt-36 | margin-top: 9rem |
| mt-37 | margin-top: 9.25rem |
| mt-38 | margin-top: 9.5rem |
| mt-39 | margin-top: 9.75rem |
| mt-4 | margin-top: 1rem |
| mt-40 | margin-top: 10rem |
| mt-5 | margin-top: 1.25rem |
| mt-6 | margin-top: 1.5rem |
| mt-7 | margin-top: 1.75rem |
| mt-8 | margin-top: 2rem |
| mt-9 | margin-top: 2.25rem |
| mt-auto | margin-top: auto |
| mt-inherit | margin-top: inherit |
| mt-initial | margin-top: initial |
| mt-unset | margin-top: unset |
| mx-0 | margin-left: 0 margin-right: 0 |
| mx-1 | margin-left: 0.25rem margin-right: 0.25rem |
| mx-10 | margin-left: 2.5rem margin-right: 2.5rem |
| mx-11 | margin-left: 2.75rem margin-right: 2.75rem |
| mx-12 | margin-left: 3rem margin-right: 3rem |
| mx-13 | margin-left: 3.25rem margin-right: 3.25rem |
| mx-14 | margin-left: 3.5rem margin-right: 3.5rem |
| mx-15 | margin-left: 3.75rem margin-right: 3.75rem |
| mx-16 | margin-left: 4rem margin-right: 4rem |
| mx-17 | margin-left: 4.25rem margin-right: 4.25rem |
| mx-18 | margin-left: 4.5rem margin-right: 4.5rem |
| mx-19 | margin-left: 4.75rem margin-right: 4.75rem |
| mx-2 | margin-left: 0.5rem margin-right: 0.5rem |
| mx-20 | margin-left: 5rem margin-right: 5rem |
| mx-21 | margin-left: 5.25rem margin-right: 5.25rem |
| mx-22 | margin-left: 5.5rem margin-right: 5.5rem |
| mx-23 | margin-left: 5.75rem margin-right: 5.75rem |
| mx-24 | margin-left: 6rem margin-right: 6rem |
| mx-25 | margin-left: 6.25rem margin-right: 6.25rem |
| mx-26 | margin-left: 6.5rem margin-right: 6.5rem |
| mx-27 | margin-left: 6.75rem margin-right: 6.75rem |
| mx-28 | margin-left: 7rem margin-right: 7rem |
| mx-29 | margin-left: 7.25rem margin-right: 7.25rem |
| mx-3 | margin-left: 0.75rem margin-right: 0.75rem |
| mx-30 | margin-left: 7.5rem margin-right: 7.5rem |
| mx-31 | margin-left: 7.75rem margin-right: 7.75rem |
| mx-32 | margin-left: 8rem margin-right: 8rem |
| mx-33 | margin-left: 8.25rem margin-right: 8.25rem |
| mx-34 | margin-left: 8.5rem margin-right: 8.5rem |
| mx-35 | margin-left: 8.75rem margin-right: 8.75rem |
| mx-36 | margin-left: 9rem margin-right: 9rem |
| mx-37 | margin-left: 9.25rem margin-right: 9.25rem |
| mx-38 | margin-left: 9.5rem margin-right: 9.5rem |
| mx-39 | margin-left: 9.75rem margin-right: 9.75rem |
| mx-4 | margin-left: 1rem margin-right: 1rem |
| mx-40 | margin-left: 10rem margin-right: 10rem |
| mx-5 | margin-left: 1.25rem margin-right: 1.25rem |
| mx-6 | margin-left: 1.5rem margin-right: 1.5rem |
| mx-7 | margin-left: 1.75rem margin-right: 1.75rem |
| mx-8 | margin-left: 2rem margin-right: 2rem |
| mx-9 | margin-left: 2.25rem margin-right: 2.25rem |
| mx-auto | margin-left: auto margin-right: auto |
| mx-inherit | margin-left: inherit margin-right: inherit |
| mx-initial | margin-left: initial margin-right: initial |
| mx-unset | margin-left: unset margin-right: unset |
| my-0 | margin-top: 0 margin-bottom: 0 |
| my-1 | margin-top: 0.25rem margin-bottom: 0.25rem |
| my-10 | margin-top: 2.5rem margin-bottom: 2.5rem |
| my-11 | margin-top: 2.75rem margin-bottom: 2.75rem |
| my-12 | margin-top: 3rem margin-bottom: 3rem |
| my-13 | margin-top: 3.25rem margin-bottom: 3.25rem |
| my-14 | margin-top: 3.5rem margin-bottom: 3.5rem |
| my-15 | margin-top: 3.75rem margin-bottom: 3.75rem |
| my-16 | margin-top: 4rem margin-bottom: 4rem |
| my-17 | margin-top: 4.25rem margin-bottom: 4.25rem |
| my-18 | margin-top: 4.5rem margin-bottom: 4.5rem |
| my-19 | margin-top: 4.75rem margin-bottom: 4.75rem |
| my-2 | margin-top: 0.5rem margin-bottom: 0.5rem |
| my-20 | margin-top: 5rem margin-bottom: 5rem |
| my-21 | margin-top: 5.25rem margin-bottom: 5.25rem |
| my-22 | margin-top: 5.5rem margin-bottom: 5.5rem |
| my-23 | margin-top: 5.75rem margin-bottom: 5.75rem |
| my-24 | margin-top: 6rem margin-bottom: 6rem |
| my-25 | margin-top: 6.25rem margin-bottom: 6.25rem |
| my-26 | margin-top: 6.5rem margin-bottom: 6.5rem |
| my-27 | margin-top: 6.75rem margin-bottom: 6.75rem |
| my-28 | margin-top: 7rem margin-bottom: 7rem |
| my-29 | margin-top: 7.25rem margin-bottom: 7.25rem |
| my-3 | margin-top: 0.75rem margin-bottom: 0.75rem |
| my-30 | margin-top: 7.5rem margin-bottom: 7.5rem |
| my-31 | margin-top: 7.75rem margin-bottom: 7.75rem |
| my-32 | margin-top: 8rem margin-bottom: 8rem |
| my-33 | margin-top: 8.25rem margin-bottom: 8.25rem |
| my-34 | margin-top: 8.5rem margin-bottom: 8.5rem |
| my-35 | margin-top: 8.75rem margin-bottom: 8.75rem |
| my-36 | margin-top: 9rem margin-bottom: 9rem |
| my-37 | margin-top: 9.25rem margin-bottom: 9.25rem |
| my-38 | margin-top: 9.5rem margin-bottom: 9.5rem |
| my-39 | margin-top: 9.75rem margin-bottom: 9.75rem |
| my-4 | margin-top: 1rem margin-bottom: 1rem |
| my-40 | margin-top: 10rem margin-bottom: 10rem |
| my-5 | margin-top: 1.25rem margin-bottom: 1.25rem |
| my-6 | margin-top: 1.5rem margin-bottom: 1.5rem |
| my-7 | margin-top: 1.75rem margin-bottom: 1.75rem |
| my-8 | margin-top: 2rem margin-bottom: 2rem |
| my-9 | margin-top: 2.25rem margin-bottom: 2.25rem |
| my-auto | margin-top: auto margin-bottom: auto |
| my-inherit | margin-top: inherit margin-bottom: inherit |
| my-initial | margin-top: initial margin-bottom: initial |
| my-unset | margin-top: unset margin-bottom: unset |
| no-underline | text-decoration-line: none |
| normal-case | text-transform: none |
| not-italic | font-style: normal |
| not-sr-only | position: static width: auto height: auto padding: 0 margin: 0 overflow: visible clip: auto white-space: normal |
| opacity-0 | opacity: 0 |
| opacity-10 | opacity: 0.1 |
| opacity-100 | opacity: 1 |
| opacity-20 | opacity: 0.2 |
| opacity-25 | opacity: 0.25 |
| opacity-30 | opacity: 0.3 |
| opacity-40 | opacity: 0.4 |
| opacity-5 | opacity: 0.05 |
| opacity-50 | opacity: 0.5 |
| opacity-60 | opacity: 0.6 |
| opacity-70 | opacity: 0.7 |
| opacity-75 | opacity: 0.75 |
| opacity-80 | opacity: 0.8 |
| opacity-90 | opacity: 0.9 |
| opacity-95 | opacity: 0.95 |
| outline | outline-style: solid |
| outline-black | outline: black |
| outline-blue-100 | outline: #c1c1ff |
| outline-blue-200 | outline: #9d9dff |
| outline-blue-300 | outline: #7979ff |
| outline-blue-400 | outline: #0000ff |
| outline-blue-50 | outline: #e5e5ff |
| outline-blue-500 | outline: #0000e6 |
| outline-blue-600 | outline: #0000c2 |
| outline-blue-700 | outline: #0000a0 |
| outline-blue-800 | outline: #000080 |
| outline-blue-900 | outline: #000062 |
| outline-blue-950 | outline: #000044 |
| outline-brown-100 | outline: #ffddc1 |
| outline-brown-200 | outline: #ffcaa0 |
| outline-brown-300 | outline: #ffb779 |
| outline-brown-400 | outline: #a52a2a |
| outline-brown-50 | outline: #fff0e6 |
| outline-brown-500 | outline: #8b2323 |
| outline-brown-600 | outline: #741c1c |
| outline-brown-700 | outline: #5d1515 |
| outline-brown-800 | outline: #470e0e |
| outline-brown-900 | outline: #300808 |
| outline-brown-950 | outline: #1a0202 |
| outline-current | outline: currentColor |
| outline-cyan-100 | outline: #c1ffff |
| outline-cyan-200 | outline: #9dffff |
| outline-cyan-300 | outline: #79ffff |
| outline-cyan-400 | outline: #00ffff |
| outline-cyan-50 | outline: #e5ffff |
| outline-cyan-500 | outline: #00e6e6 |
| outline-cyan-600 | outline: #00c2c2 |
| outline-cyan-700 | outline: #00a0a0 |
| outline-cyan-800 | outline: #008080 |
| outline-cyan-900 | outline: #006262 |
| outline-cyan-950 | outline: #004444 |
| outline-dashed | outline-style: dashed |
| outline-dotted | outline-style: dotted |
| outline-double | outline-style: double |
| outline-gray-100 | outline: #c1c1c1 |
| outline-gray-200 | outline: #9d9d9d |
| outline-gray-300 | outline: #797979 |
| outline-gray-400 | outline: #808080 |
| outline-gray-50 | outline: #e5e5e5 |
| outline-gray-500 | outline: #666666 |
| outline-gray-600 | outline: #4c4c4c |
| outline-gray-700 | outline: #333333 |
| outline-gray-800 | outline: #1a1a1a |
| outline-gray-900 | outline: #000000 |
| outline-gray-950 | outline: #000000 |
| outline-green-100 | outline: #c1ffc1 |
| outline-green-200 | outline: #9dff9d |
| outline-green-300 | outline: #79ff79 |
| outline-green-400 | outline: #00ff00 |
| outline-green-50 | outline: #e5ffe5 |
| outline-green-500 | outline: #00e600 |
| outline-green-600 | outline: #00c200 |
| outline-green-700 | outline: #00a000 |
| outline-green-800 | outline: #008000 |
| outline-green-900 | outline: #006200 |
| outline-green-950 | outline: #004400 |
| outline-indigo-100 | outline: #d3c7ff |
| outline-indigo-200 | outline: #bcabff |
| outline-indigo-300 | outline: #a58fff |
| outline-indigo-400 | outline: #4b0082 |
| outline-indigo-50 | outline: #eae3ff |
| outline-indigo-500 | outline: #410071 |
| outline-indigo-600 | outline: #380060 |
| outline-indigo-700 | outline: #2e004f |
| outline-indigo-800 | outline: #25003e |
| outline-indigo-900 | outline: #1c002d |
| outline-indigo-950 | outline: #12001c |
| outline-inherit | outline: inherit |
| outline-magenta-100 | outline: #ffc1ff |
| outline-magenta-200 | outline: #ff9dff |
| outline-magenta-300 | outline: #ff79ff |
| outline-magenta-400 | outline: #ff00ff |
| outline-magenta-50 | outline: #ffe5ff |
| outline-magenta-500 | outline: #e600e6 |
| outline-magenta-600 | outline: #c200c2 |
| outline-magenta-700 | outline: #a000a0 |
| outline-magenta-800 | outline: #800080 |
| outline-magenta-900 | outline: #620062 |
| outline-magenta-950 | outline: #440044 |
| outline-maroon-100 | outline: #ffc1c1 |
| outline-maroon-200 | outline: #ff9d9d |
| outline-maroon-300 | outline: #ff7979 |
| outline-maroon-400 | outline: #ff0000 |
| outline-maroon-50 | outline: #ffe5e5 |
| outline-maroon-500 | outline: #e60000 |
| outline-maroon-600 | outline: #c20000 |
| outline-maroon-700 | outline: #a00000 |
| outline-maroon-800 | outline: #800000 |
| outline-maroon-900 | outline: #620000 |
| outline-maroon-950 | outline: #440000 |
| outline-navy-100 | outline: #c1c1ff |
| outline-navy-200 | outline: #9d9dff |
| outline-navy-300 | outline: #7979ff |
| outline-navy-400 | outline: #000080 |
| outline-navy-50 | outline: #e5e5ff |
| outline-navy-500 | outline: #000066 |
| outline-navy-600 | outline: #00004c |
| outline-navy-700 | outline: #000033 |
| outline-navy-800 | outline: #00001a |
| outline-navy-900 | outline: #000000 |
| outline-navy-950 | outline: #000000 |
| outline-none | outline: 2px solid transparent outline-offset: 2px |
| outline-offset-0 | outline-offset: 0px |
| outline-offset-1 | outline-offset: 1px |
| outline-offset-2 | outline-offset: 2px |
| outline-offset-4 | outline-offset: 4px |
| outline-offset-8 | outline-offset: 8px |
| outline-olive-100 | outline: #ffffc1 |
| outline-olive-200 | outline: #ffff9d |
| outline-olive-300 | outline: #ffff79 |
| outline-olive-400 | outline: #808000 |
| outline-olive-50 | outline: #ffffe5 |
| outline-olive-500 | outline: #666600 |
| outline-olive-600 | outline: #4c4c00 |
| outline-olive-700 | outline: #333300 |
| outline-olive-800 | outline: #1a1a00 |
| outline-olive-900 | outline: #000000 |
| outline-olive-950 | outline: #000000 |
| outline-orange-100 | outline: #ffe4c1 |
| outline-orange-200 | outline: #ffd19d |
| outline-orange-300 | outline: #ffbd79 |
| outline-orange-400 | outline: #ffa500 |
| outline-orange-50 | outline: #fff5e6 |
| outline-orange-500 | outline: #e69400 |
| outline-orange-600 | outline: #c28300 |
| outline-orange-700 | outline: #a07200 |
| outline-orange-800 | outline: #806100 |
| outline-orange-900 | outline: #625000 |
| outline-orange-950 | outline: #444000 |
| outline-pink-100 | outline: #ffc1d7 |
| outline-pink-200 | outline: #ff9dbe |
| outline-pink-300 | outline: #ff79a8 |
| outline-pink-400 | outline: #ffc0cb |
| outline-pink-50 | outline: #ffe5ec |
| outline-pink-500 | outline: #e6007e |
| outline-pink-600 | outline: #c2006c |
| outline-pink-700 | outline: #a0005a |
| outline-pink-800 | outline: #800048 |
| outline-pink-900 | outline: #620036 |
| outline-pink-950 | outline: #440024 |
| outline-purple-100 | outline: #ffc1ff |
| outline-purple-200 | outline: #ff9dff |
| outline-purple-300 | outline: #ff79ff |
| outline-purple-400 | outline: #800080 |
| outline-purple-50 | outline: #ffe5ff |
| outline-purple-500 | outline: #660066 |
| outline-purple-600 | outline: #4c004c |
| outline-purple-700 | outline: #330033 |
| outline-purple-800 | outline: #1a001a |
| outline-purple-900 | outline: #000000 |
| outline-purple-950 | outline: #000000 |
| outline-red-100 | outline: #fee2e2 |
| outline-red-200 | outline: #fecaca |
| outline-red-300 | outline: #fca5a5 |
| outline-red-400 | outline: #f87171 |
| outline-red-50 | outline: #fef2f2 |
| outline-red-500 | outline: #ef4444 |
| outline-red-600 | outline: #dc2626 |
| outline-red-700 | outline: #b91c1c |
| outline-red-800 | outline: #991b1b |
| outline-red-900 | outline: #7f1d1d |
| outline-red-950 | outline: #681717 |
| outline-teal-100 | outline: #c1ffff |
| outline-teal-200 | outline: #9dffff |
| outline-teal-300 | outline: #79ffff |
| outline-teal-400 | outline: #008080 |
| outline-teal-50 | outline: #e5ffff |
| outline-teal-500 | outline: #006666 |
| outline-teal-600 | outline: #004c4c |
| outline-teal-700 | outline: #003333 |
| outline-teal-800 | outline: #001a1a |
| outline-teal-900 | outline: #000000 |
| outline-teal-950 | outline: #000000 |
| outline-transparent | outline: transparent |
| outline-white | outline: white |
| outline-yellow-100 | outline: #ffffc1 |
| outline-yellow-200 | outline: #ffff9d |
| outline-yellow-300 | outline: #ffff79 |
| outline-yellow-400 | outline: #ffff00 |
| outline-yellow-50 | outline: #ffffe5 |
| outline-yellow-500 | outline: #e6e600 |
| outline-yellow-600 | outline: #c2c200 |
| outline-yellow-700 | outline: #a0a000 |
| outline-yellow-800 | outline: #808000 |
| outline-yellow-900 | outline: #626200 |
| outline-yellow-950 | outline: #444400 |
| overflow-auto | overflow: auto |
| overflow-clip | overflow: clip |
| overflow-hidden | overflow: hidden |
| overflow-scroll | overflow: scroll |
| overflow-visible | overflow: visible |
| overflow-x-auto | overflow-x: auto |
| overflow-x-clip | overflow-x: clip |
| overflow-x-hidden | overflow-x: hidden |
| overflow-x-scroll | overflow-x: scroll |
| overflow-x-visible | overflow-x: visible |
| overflow-y-auto | overflow-y: auto |
| overflow-y-clip | overflow-y: clip |
| overflow-y-hidden | overflow-y: hidden |
| overflow-y-scroll | overflow-y: scroll |
| overflow-y-visible | overflow-y: visible |
| overline | text-decoration-line: overline |
| p-0 | padding: 0 |
| p-1 | padding: 0.25rem |
| p-10 | padding: 2.5rem |
| p-11 | padding: 2.75rem |
| p-12 | padding: 3rem |
| p-13 | padding: 3.25rem |
| p-14 | padding: 3.5rem |
| p-15 | padding: 3.75rem |
| p-16 | padding: 4rem |
| p-17 | padding: 4.25rem |
| p-18 | padding: 4.5rem |
| p-19 | padding: 4.75rem |
| p-2 | padding: 0.5rem |
| p-20 | padding: 5rem |
| p-21 | padding: 5.25rem |
| p-22 | padding: 5.5rem |
| p-23 | padding: 5.75rem |
| p-24 | padding: 6rem |
| p-25 | padding: 6.25rem |
| p-26 | padding: 6.5rem |
| p-27 | padding: 6.75rem |
| p-28 | padding: 7rem |
| p-29 | padding: 7.25rem |
| p-3 | padding: 0.75rem |
| p-30 | padding: 7.5rem |
| p-31 | padding: 7.75rem |
| p-32 | padding: 8rem |
| p-33 | padding: 8.25rem |
| p-34 | padding: 8.5rem |
| p-35 | padding: 8.75rem |
| p-36 | padding: 9rem |
| p-37 | padding: 9.25rem |
| p-38 | padding: 9.5rem |
| p-39 | padding: 9.75rem |
| p-4 | padding: 1rem |
| p-40 | padding: 10rem |
| p-5 | padding: 1.25rem |
| p-6 | padding: 1.5rem |
| p-7 | padding: 1.75rem |
| p-8 | padding: 2rem |
| p-9 | padding: 2.25rem |
| p-auto | padding: auto |
| p-inherit | padding: inherit |
| p-initial | padding: initial |
| p-unset | padding: unset |
| pb-0 | padding-bottom: 0 |
| pb-1 | padding-bottom: 0.25rem |
| pb-10 | padding-bottom: 2.5rem |
| pb-11 | padding-bottom: 2.75rem |
| pb-12 | padding-bottom: 3rem |
| pb-13 | padding-bottom: 3.25rem |
| pb-14 | padding-bottom: 3.5rem |
| pb-15 | padding-bottom: 3.75rem |
| pb-16 | padding-bottom: 4rem |
| pb-17 | padding-bottom: 4.25rem |
| pb-18 | padding-bottom: 4.5rem |
| pb-19 | padding-bottom: 4.75rem |
| pb-2 | padding-bottom: 0.5rem |
| pb-20 | padding-bottom: 5rem |
| pb-21 | padding-bottom: 5.25rem |
| pb-22 | padding-bottom: 5.5rem |
| pb-23 | padding-bottom: 5.75rem |
| pb-24 | padding-bottom: 6rem |
| pb-25 | padding-bottom: 6.25rem |
| pb-26 | padding-bottom: 6.5rem |
| pb-27 | padding-bottom: 6.75rem |
| pb-28 | padding-bottom: 7rem |
| pb-29 | padding-bottom: 7.25rem |
| pb-3 | padding-bottom: 0.75rem |
| pb-30 | padding-bottom: 7.5rem |
| pb-31 | padding-bottom: 7.75rem |
| pb-32 | padding-bottom: 8rem |
| pb-33 | padding-bottom: 8.25rem |
| pb-34 | padding-bottom: 8.5rem |
| pb-35 | padding-bottom: 8.75rem |
| pb-36 | padding-bottom: 9rem |
| pb-37 | padding-bottom: 9.25rem |
| pb-38 | padding-bottom: 9.5rem |
| pb-39 | padding-bottom: 9.75rem |
| pb-4 | padding-bottom: 1rem |
| pb-40 | padding-bottom: 10rem |
| pb-5 | padding-bottom: 1.25rem |
| pb-6 | padding-bottom: 1.5rem |
| pb-7 | padding-bottom: 1.75rem |
| pb-8 | padding-bottom: 2rem |
| pb-9 | padding-bottom: 2.25rem |
| pb-auto | padding-bottom: auto |
| pb-inherit | padding-bottom: inherit |
| pb-initial | padding-bottom: initial |
| pb-unset | padding-bottom: unset |
| pl-0 | padding-left: 0 |
| pl-1 | padding-left: 0.25rem |
| pl-10 | padding-left: 2.5rem |
| pl-11 | padding-left: 2.75rem |
| pl-12 | padding-left: 3rem |
| pl-13 | padding-left: 3.25rem |
| pl-14 | padding-left: 3.5rem |
| pl-15 | padding-left: 3.75rem |
| pl-16 | padding-left: 4rem |
| pl-17 | padding-left: 4.25rem |
| pl-18 | padding-left: 4.5rem |
| pl-19 | padding-left: 4.75rem |
| pl-2 | padding-left: 0.5rem |
| pl-20 | padding-left: 5rem |
| pl-21 | padding-left: 5.25rem |
| pl-22 | padding-left: 5.5rem |
| pl-23 | padding-left: 5.75rem |
| pl-24 | padding-left: 6rem |
| pl-25 | padding-left: 6.25rem |
| pl-26 | padding-left: 6.5rem |
| pl-27 | padding-left: 6.75rem |
| pl-28 | padding-left: 7rem |
| pl-29 | padding-left: 7.25rem |
| pl-3 | padding-left: 0.75rem |
| pl-30 | padding-left: 7.5rem |
| pl-31 | padding-left: 7.75rem |
| pl-32 | padding-left: 8rem |
| pl-33 | padding-left: 8.25rem |
| pl-34 | padding-left: 8.5rem |
| pl-35 | padding-left: 8.75rem |
| pl-36 | padding-left: 9rem |
| pl-37 | padding-left: 9.25rem |
| pl-38 | padding-left: 9.5rem |
| pl-39 | padding-left: 9.75rem |
| pl-4 | padding-left: 1rem |
| pl-40 | padding-left: 10rem |
| pl-5 | padding-left: 1.25rem |
| pl-6 | padding-left: 1.5rem |
| pl-7 | padding-left: 1.75rem |
| pl-8 | padding-left: 2rem |
| pl-9 | padding-left: 2.25rem |
| pl-auto | padding-left: auto |
| pl-inherit | padding-left: inherit |
| pl-initial | padding-left: initial |
| pl-unset | padding-left: unset |
| pr-0 | padding-right: 0 |
| pr-1 | padding-right: 0.25rem |
| pr-10 | padding-right: 2.5rem |
| pr-11 | padding-right: 2.75rem |
| pr-12 | padding-right: 3rem |
| pr-13 | padding-right: 3.25rem |
| pr-14 | padding-right: 3.5rem |
| pr-15 | padding-right: 3.75rem |
| pr-16 | padding-right: 4rem |
| pr-17 | padding-right: 4.25rem |
| pr-18 | padding-right: 4.5rem |
| pr-19 | padding-right: 4.75rem |
| pr-2 | padding-right: 0.5rem |
| pr-20 | padding-right: 5rem |
| pr-21 | padding-right: 5.25rem |
| pr-22 | padding-right: 5.5rem |
| pr-23 | padding-right: 5.75rem |
| pr-24 | padding-right: 6rem |
| pr-25 | padding-right: 6.25rem |
| pr-26 | padding-right: 6.5rem |
| pr-27 | padding-right: 6.75rem |
| pr-28 | padding-right: 7rem |
| pr-29 | padding-right: 7.25rem |
| pr-3 | padding-right: 0.75rem |
| pr-30 | padding-right: 7.5rem |
| pr-31 | padding-right: 7.75rem |
| pr-32 | padding-right: 8rem |
| pr-33 | padding-right: 8.25rem |
| pr-34 | padding-right: 8.5rem |
| pr-35 | padding-right: 8.75rem |
| pr-36 | padding-right: 9rem |
| pr-37 | padding-right: 9.25rem |
| pr-38 | padding-right: 9.5rem |
| pr-39 | padding-right: 9.75rem |
| pr-4 | padding-right: 1rem |
| pr-40 | padding-right: 10rem |
| pr-5 | padding-right: 1.25rem |
| pr-6 | padding-right: 1.5rem |
| pr-7 | padding-right: 1.75rem |
| pr-8 | padding-right: 2rem |
| pr-9 | padding-right: 2.25rem |
| pr-auto | padding-right: auto |
| pr-inherit | padding-right: inherit |
| pr-initial | padding-right: initial |
| pr-unset | padding-right: unset |
| pt-0 | padding-top: 0 |
| pt-1 | padding-top: 0.25rem |
| pt-10 | padding-top: 2.5rem |
| pt-11 | padding-top: 2.75rem |
| pt-12 | padding-top: 3rem |
| pt-13 | padding-top: 3.25rem |
| pt-14 | padding-top: 3.5rem |
| pt-15 | padding-top: 3.75rem |
| pt-16 | padding-top: 4rem |
| pt-17 | padding-top: 4.25rem |
| pt-18 | padding-top: 4.5rem |
| pt-19 | padding-top: 4.75rem |
| pt-2 | padding-top: 0.5rem |
| pt-20 | padding-top: 5rem |
| pt-21 | padding-top: 5.25rem |
| pt-22 | padding-top: 5.5rem |
| pt-23 | padding-top: 5.75rem |
| pt-24 | padding-top: 6rem |
| pt-25 | padding-top: 6.25rem |
| pt-26 | padding-top: 6.5rem |
| pt-27 | padding-top: 6.75rem |
| pt-28 | padding-top: 7rem |
| pt-29 | padding-top: 7.25rem |
| pt-3 | padding-top: 0.75rem |
| pt-30 | padding-top: 7.5rem |
| pt-31 | padding-top: 7.75rem |
| pt-32 | padding-top: 8rem |
| pt-33 | padding-top: 8.25rem |
| pt-34 | padding-top: 8.5rem |
| pt-35 | padding-top: 8.75rem |
| pt-36 | padding-top: 9rem |
| pt-37 | padding-top: 9.25rem |
| pt-38 | padding-top: 9.5rem |
| pt-39 | padding-top: 9.75rem |
| pt-4 | padding-top: 1rem |
| pt-40 | padding-top: 10rem |
| pt-5 | padding-top: 1.25rem |
| pt-6 | padding-top: 1.5rem |
| pt-7 | padding-top: 1.75rem |
| pt-8 | padding-top: 2rem |
| pt-9 | padding-top: 2.25rem |
| pt-auto | padding-top: auto |
| pt-inherit | padding-top: inherit |
| pt-initial | padding-top: initial |
| pt-unset | padding-top: unset |
| px-0 | padding-right: 0 padding-left: 0 |
| px-1 | padding-right: 0.25rem padding-left: 0.25rem |
| px-10 | padding-right: 2.5rem padding-left: 2.5rem |
| px-11 | padding-right: 2.75rem padding-left: 2.75rem |
| px-12 | padding-right: 3rem padding-left: 3rem |
| px-13 | padding-right: 3.25rem padding-left: 3.25rem |
| px-14 | padding-right: 3.5rem padding-left: 3.5rem |
| px-15 | padding-right: 3.75rem padding-left: 3.75rem |
| px-16 | padding-right: 4rem padding-left: 4rem |
| px-17 | padding-right: 4.25rem padding-left: 4.25rem |
| px-18 | padding-right: 4.5rem padding-left: 4.5rem |
| px-19 | padding-right: 4.75rem padding-left: 4.75rem |
| px-2 | padding-right: 0.5rem padding-left: 0.5rem |
| px-20 | padding-right: 5rem padding-left: 5rem |
| px-21 | padding-right: 5.25rem padding-left: 5.25rem |
| px-22 | padding-right: 5.5rem padding-left: 5.5rem |
| px-23 | padding-right: 5.75rem padding-left: 5.75rem |
| px-24 | padding-right: 6rem padding-left: 6rem |
| px-25 | padding-right: 6.25rem padding-left: 6.25rem |
| px-26 | padding-right: 6.5rem padding-left: 6.5rem |
| px-27 | padding-right: 6.75rem padding-left: 6.75rem |
| px-28 | padding-right: 7rem padding-left: 7rem |
| px-29 | padding-right: 7.25rem padding-left: 7.25rem |
| px-3 | padding-right: 0.75rem padding-left: 0.75rem |
| px-30 | padding-right: 7.5rem padding-left: 7.5rem |
| px-31 | padding-right: 7.75rem padding-left: 7.75rem |
| px-32 | padding-right: 8rem padding-left: 8rem |
| px-33 | padding-right: 8.25rem padding-left: 8.25rem |
| px-34 | padding-right: 8.5rem padding-left: 8.5rem |
| px-35 | padding-right: 8.75rem padding-left: 8.75rem |
| px-36 | padding-right: 9rem padding-left: 9rem |
| px-37 | padding-right: 9.25rem padding-left: 9.25rem |
| px-38 | padding-right: 9.5rem padding-left: 9.5rem |
| px-39 | padding-right: 9.75rem padding-left: 9.75rem |
| px-4 | padding-right: 1rem padding-left: 1rem |
| px-40 | padding-right: 10rem padding-left: 10rem |
| px-5 | padding-right: 1.25rem padding-left: 1.25rem |
| px-6 | padding-right: 1.5rem padding-left: 1.5rem |
| px-7 | padding-right: 1.75rem padding-left: 1.75rem |
| px-8 | padding-right: 2rem padding-left: 2rem |
| px-9 | padding-right: 2.25rem padding-left: 2.25rem |
| px-auto | padding-right: auto padding-left: auto |
| px-inherit | padding-right: inherit padding-left: inherit |
| px-initial | padding-right: initial padding-left: initial |
| px-unset | padding-right: unset padding-left: unset |
| py-0 | padding-top: 0 padding-bottom: 0 |
| py-1 | padding-top: 0.25rem padding-bottom: 0.25rem |
| py-10 | padding-top: 2.5rem padding-bottom: 2.5rem |
| py-11 | padding-top: 2.75rem padding-bottom: 2.75rem |
| py-12 | padding-top: 3rem padding-bottom: 3rem |
| py-13 | padding-top: 3.25rem padding-bottom: 3.25rem |
| py-14 | padding-top: 3.5rem padding-bottom: 3.5rem |
| py-15 | padding-top: 3.75rem padding-bottom: 3.75rem |
| py-16 | padding-top: 4rem padding-bottom: 4rem |
| py-17 | padding-top: 4.25rem padding-bottom: 4.25rem |
| py-18 | padding-top: 4.5rem padding-bottom: 4.5rem |
| py-19 | padding-top: 4.75rem padding-bottom: 4.75rem |
| py-2 | padding-top: 0.5rem padding-bottom: 0.5rem |
| py-20 | padding-top: 5rem padding-bottom: 5rem |
| py-21 | padding-top: 5.25rem padding-bottom: 5.25rem |
| py-22 | padding-top: 5.5rem padding-bottom: 5.5rem |
| py-23 | padding-top: 5.75rem padding-bottom: 5.75rem |
| py-24 | padding-top: 6rem padding-bottom: 6rem |
| py-25 | padding-top: 6.25rem padding-bottom: 6.25rem |
| py-26 | padding-top: 6.5rem padding-bottom: 6.5rem |
| py-27 | padding-top: 6.75rem padding-bottom: 6.75rem |
| py-28 | padding-top: 7rem padding-bottom: 7rem |
| py-29 | padding-top: 7.25rem padding-bottom: 7.25rem |
| py-3 | padding-top: 0.75rem padding-bottom: 0.75rem |
| py-30 | padding-top: 7.5rem padding-bottom: 7.5rem |
| py-31 | padding-top: 7.75rem padding-bottom: 7.75rem |
| py-32 | padding-top: 8rem padding-bottom: 8rem |
| py-33 | padding-top: 8.25rem padding-bottom: 8.25rem |
| py-34 | padding-top: 8.5rem padding-bottom: 8.5rem |
| py-35 | padding-top: 8.75rem padding-bottom: 8.75rem |
| py-36 | padding-top: 9rem padding-bottom: 9rem |
| py-37 | padding-top: 9.25rem padding-bottom: 9.25rem |
| py-38 | padding-top: 9.5rem padding-bottom: 9.5rem |
| py-39 | padding-top: 9.75rem padding-bottom: 9.75rem |
| py-4 | padding-top: 1rem padding-bottom: 1rem |
| py-40 | padding-top: 10rem padding-bottom: 10rem |
| py-5 | padding-top: 1.25rem padding-bottom: 1.25rem |
| py-6 | padding-top: 1.5rem padding-bottom: 1.5rem |
| py-7 | padding-top: 1.75rem padding-bottom: 1.75rem |
| py-8 | padding-top: 2rem padding-bottom: 2rem |
| py-9 | padding-top: 2.25rem padding-bottom: 2.25rem |
| py-auto | padding-top: auto padding-bottom: auto |
| py-inherit | padding-top: inherit padding-bottom: inherit |
| py-initial | padding-top: initial padding-bottom: initial |
| py-unset | padding-top: unset padding-bottom: unset |
| relative | position: relative |
| right-0 | right: 0 |
| right-1 | right: 0.25rem |
| right-10 | right: 2.5rem |
| right-11 | right: 2.75rem |
| right-12 | right: 3rem |
| right-13 | right: 3.25rem |
| right-14 | right: 3.5rem |
| right-15 | right: 3.75rem |
| right-16 | right: 4rem |
| right-17 | right: 4.25rem |
| right-18 | right: 4.5rem |
| right-19 | right: 4.75rem |
| right-2 | right: 0.5rem |
| right-20 | right: 5rem |
| right-21 | right: 5.25rem |
| right-22 | right: 5.5rem |
| right-23 | right: 5.75rem |
| right-24 | right: 6rem |
| right-25 | right: 6.25rem |
| right-26 | right: 6.5rem |
| right-27 | right: 6.75rem |
| right-28 | right: 7rem |
| right-29 | right: 7.25rem |
| right-3 | right: 0.75rem |
| right-30 | right: 7.5rem |
| right-31 | right: 7.75rem |
| right-32 | right: 8rem |
| right-33 | right: 8.25rem |
| right-34 | right: 8.5rem |
| right-35 | right: 8.75rem |
| right-36 | right: 9rem |
| right-37 | right: 9.25rem |
| right-38 | right: 9.5rem |
| right-39 | right: 9.75rem |
| right-4 | right: 1rem |
| right-40 | right: 10rem |
| right-5 | right: 1.25rem |
| right-6 | right: 1.5rem |
| right-7 | right: 1.75rem |
| right-8 | right: 2rem |
| right-9 | right: 2.25rem |
| rounded | border-radius: 0.25rem |
| rounded-2xl | border-radius: 1rem |
| rounded-3xl | border-radius: 1.5rem |
| rounded-b | border-bottom-right-radius: 0.25rem border-bottom-left-radius: 0.25rem |
| rounded-b-2xl | border-bottom-right-radius: 1rem border-bottom-left-radius: 1rem |
| rounded-b-3xl | border-bottom-right-radius: 1.5rem border-bottom-left-radius: 1.5rem |
| rounded-b-full | border-bottom-right-radius: 9999px border-bottom-left-radius: 9999px |
| rounded-b-lg | border-bottom-right-radius: 0.5rem border-bottom-left-radius: 0.5rem |
| rounded-b-md | border-bottom-right-radius: 0.375rem border-bottom-left-radius: 0.375rem |
| rounded-b-none | border-bottom-right-radius: 0px border-bottom-left-radius: 0px |
| rounded-b-sm | border-bottom-right-radius: 0.125rem border-bottom-left-radius: 0.125rem |
| rounded-b-xl | border-bottom-right-radius: 0.75rem border-bottom-left-radius: 0.75rem |
| rounded-bl | border-bottom-left-radius: 0.25rem |
| rounded-bl-2xl | border-bottom-left-radius: 1rem |
| rounded-bl-3xl | border-bottom-left-radius: 1.5rem |
| rounded-bl-full | border-bottom-left-radius: 9999px |
| rounded-bl-lg | border-bottom-left-radius: 0.5rem |
| rounded-bl-md | border-bottom-left-radius: 0.375rem |
| rounded-bl-none | border-bottom-left-radius: 0px |
| rounded-bl-sm | border-bottom-left-radius: 0.125rem |
| rounded-bl-xl | border-bottom-left-radius: 0.75rem |
| rounded-br | border-bottom-right-radius: 0.25rem |
| rounded-br-2xl | border-bottom-right-radius: 1rem |
| rounded-br-3xl | border-bottom-right-radius: 1.5rem |
| rounded-br-full | border-bottom-right-radius: 9999px |
| rounded-br-lg | border-bottom-right-radius: 0.5rem |
| rounded-br-md | border-bottom-right-radius: 0.375rem |
| rounded-br-none | border-bottom-right-radius: 0px |
| rounded-br-sm | border-bottom-right-radius: 0.125rem |
| rounded-br-xl | border-bottom-right-radius: 0.75rem |
| rounded-full | border-radius: 9999px |
| rounded-l | border-top-left-radius: 0.25rem border-bottom-left-radius: 0.25rem |
| rounded-l-2xl | border-top-left-radius: 1rem border-bottom-left-radius: 1rem |
| rounded-l-3xl | border-top-left-radius: 1.5rem border-bottom-left-radius: 1.5rem |
| rounded-l-full | border-top-left-radius: 9999px border-bottom-left-radius: 9999px |
| rounded-l-lg | border-top-left-radius: 0.5rem border-bottom-left-radius: 0.5rem |
| rounded-l-md | border-top-left-radius: 0.375rem border-bottom-left-radius: 0.375rem |
| rounded-l-none | border-top-left-radius: 0px border-bottom-left-radius: 0px |
| rounded-l-sm | border-top-left-radius: 0.125rem border-bottom-left-radius: 0.125rem |
| rounded-l-xl | border-top-left-radius: 0.75rem border-bottom-left-radius: 0.75rem |
| rounded-lg | border-radius: 0.5rem |
| rounded-md | border-radius: 0.375rem |
| rounded-none | border-radius: 0px |
| rounded-r | border-top-right-radius: 0.25rem border-bottom-right-radius: 0.25rem |
| rounded-r-2xl | border-top-right-radius: 1rem border-bottom-right-radius: 1rem |
| rounded-r-3xl | border-top-right-radius: 1.5rem border-bottom-right-radius: 1.5rem |
| rounded-r-full | border-top-right-radius: 9999px border-bottom-right-radius: 9999px |
| rounded-r-lg | border-top-right-radius: 0.5rem border-bottom-right-radius: 0.5rem |
| rounded-r-md | border-top-right-radius: 0.375rem border-bottom-right-radius: 0.375rem |
| rounded-r-none | border-top-right-radius: 0px border-bottom-right-radius: 0px |
| rounded-r-sm | border-top-right-radius: 0.125rem border-bottom-right-radius: 0.125rem |
| rounded-r-xl | border-top-right-radius: 0.75rem border-bottom-right-radius: 0.75rem |
| rounded-sm | border-radius: 0.125rem |
| rounded-t | border-top-left-radius: 0.25rem border-top-right-radius: 0.25rem |
| rounded-t-2xl | border-top-left-radius: 1rem border-top-right-radius: 1rem |
| rounded-t-3xl | border-top-left-radius: 1.5rem border-top-right-radius: 1.5rem |
| rounded-t-full | border-top-left-radius: 9999px border-top-right-radius: 9999px |
| rounded-t-lg | border-top-left-radius: 0.5rem border-top-right-radius: 0.5rem |
| rounded-t-md | border-top-left-radius: 0.375rem border-top-right-radius: 0.375rem |
| rounded-t-none | border-top-left-radius: 0px border-top-right-radius: 0px |
| rounded-t-sm | border-top-left-radius: 0.125rem border-top-right-radius: 0.125rem |
| rounded-t-xl | border-top-left-radius: 0.75rem border-top-right-radius: 0.75rem |
| rounded-tl | border-top-left-radius: 0.25rem |
| rounded-tl-2xl | border-top-left-radius: 1rem |
| rounded-tl-3xl | border-top-left-radius: 1.5rem |
| rounded-tl-full | border-top-left-radius: 9999px |
| rounded-tl-lg | border-top-left-radius: 0.5rem |
| rounded-tl-md | border-top-left-radius: 0.375rem |
| rounded-tl-none | border-top-left-radius: 0px |
| rounded-tl-sm | border-top-left-radius: 0.125rem |
| rounded-tl-xl | border-top-left-radius: 0.75rem |
| rounded-tr | border-top-right-radius: 0.25rem |
| rounded-tr-2xl | border-top-right-radius: 1rem |
| rounded-tr-3xl | border-top-right-radius: 1.5rem |
| rounded-tr-full | border-top-right-radius: 9999px |
| rounded-tr-lg | border-top-right-radius: 0.5rem |
| rounded-tr-md | border-top-right-radius: 0.375rem |
| rounded-tr-none | border-top-right-radius: 0px |
| rounded-tr-sm | border-top-right-radius: 0.125rem |
| rounded-tr-xl | border-top-right-radius: 0.75rem |
| rounded-xl | border-radius: 0.75rem |
| row-auto | grid-row: auto |
| row-end-1 | grid-row-end: 1 |
| row-end-2 | grid-row-end: 2 |
| row-end-3 | grid-row-end: 3 |
| row-end-4 | grid-row-end: 4 |
| row-end-5 | grid-row-end: 5 |
| row-end-6 | grid-row-end: 6 |
| row-end-7 | grid-row-end: 7 |
| row-end-auto | grid-row-end: auto |
| row-span-1 | grid-row: span 1/span 1 |
| row-span-2 | grid-row: span 2/span 2 |
| row-span-3 | grid-row: span 3/span 3 |
| row-span-4 | grid-row: span 4/span 4 |
| row-span-5 | grid-row: span 5/span 5 |
| row-span-6 | grid-row: span 6/span 6 |
| row-span-full | grid-row: 1/-1 |
| row-start-1 | grid-row-start: 1 |
| row-start-2 | grid-row-start: 2 |
| row-start-3 | grid-row-start: 3 |
| row-start-4 | grid-row-start: 4 |
| row-start-5 | grid-row-start: 5 |
| row-start-6 | grid-row-start: 6 |
| row-start-7 | grid-row-start: 7 |
| row-start-auto | grid-row-start: auto |
| self-auto | align-self: auto |
| self-baseline | align-self: baseline |
| self-center | align-self: center |
| self-end | align-self: flex-end |
| self-start | align-self: flex-start |
| self-stretch | align-self: stretch |
| shadow | box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1) |
| shadow-2xl | box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) |
| shadow-inner | box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05) |
| shadow-lg | box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) |
| shadow-md | box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1) |
| shadow-none | box-shadow: 0 0 rgba(0, 0, 0, 0) |
| shadow-sm | box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) |
| shadow-xl | box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) |
| shrink | flex-shrink: 1 |
| shrink-0 | flex-shrink: 0 |
| sr-only | position: absolute width: 1px height: 1px padding: 0 margin: -1px overflow: hidden clip: rect(0, 0, 0, 0) white-space: nowrap border-width: 0 |
| static | position: static |
| sticky | position: sticky |
| subpixel-antialiased | -webkit-font-smoothing: auto -moz-osx-font-smoothing: auto |
| table | display: table |
| table-caption | display: table-caption |
| table-cell | display: table-cell |
| table-column | display: table-column |
| table-column-group | display: table-column-group |
| table-footer-group | display: table-footer-group |
| table-header-group | display: table-header-group |
| table-row | display: table-row |
| table-row-group | display: table-row-group |
| text-2xl | font-size: 1.5rem /* 24px */ |
| line-height: 2rem /* 32px */ |
|
| text-3xl | font-size: 1.875rem /* 30px */ |
| line-height: 2.25rem /* 36px */ |
|
| text-4xl | font-size: 2.25rem /* 36px */ |
| line-height: 2.5rem /* 40px */ |
|
| text-5xl | font-size: 3rem /* 48px */ |
| line-height: 1 | |
| text-6xl | font-size: 3.75rem /* 60px */ |
| line-height: 1 | |
| text-7xl | font-size: 4.5rem /* 72px */ |
| line-height: 1 | |
| text-8xl | font-size: 6rem /* 96px */ |
| line-height: 1 | |
| text-9xl | font-size: 8rem /* 128px */ |
| line-height: 1 | |
| text-base | font-size: 1rem /* 16px */ |
| line-height: 1.5rem /* 24px */ |
|
| text-black | color: black |
| text-blue-100 | color: #c1c1ff |
| text-blue-200 | color: #9d9dff |
| text-blue-300 | color: #7979ff |
| text-blue-400 | color: #0000ff |
| text-blue-50 | color: #e5e5ff |
| text-blue-500 | color: #0000e6 |
| text-blue-600 | color: #0000c2 |
| text-blue-700 | color: #0000a0 |
| text-blue-800 | color: #000080 |
| text-blue-900 | color: #000062 |
| text-blue-950 | color: #000044 |
| text-brown-100 | color: #ffddc1 |
| text-brown-200 | color: #ffcaa0 |
| text-brown-300 | color: #ffb779 |
| text-brown-400 | color: #a52a2a |
| text-brown-50 | color: #fff0e6 |
| text-brown-500 | color: #8b2323 |
| text-brown-600 | color: #741c1c |
| text-brown-700 | color: #5d1515 |
| text-brown-800 | color: #470e0e |
| text-brown-900 | color: #300808 |
| text-brown-950 | color: #1a0202 |
| text-center | text-align: center |
| text-clip | text-overflow: clip |
| text-current | color: currentColor |
| text-cyan-100 | color: #c1ffff |
| text-cyan-200 | color: #9dffff |
| text-cyan-300 | color: #79ffff |
| text-cyan-400 | color: #00ffff |
| text-cyan-50 | color: #e5ffff |
| text-cyan-500 | color: #00e6e6 |
| text-cyan-600 | color: #00c2c2 |
| text-cyan-700 | color: #00a0a0 |
| text-cyan-800 | color: #008080 |
| text-cyan-900 | color: #006262 |
| text-cyan-950 | color: #004444 |
| text-ellipsis | text-overflow: ellipsis |
| text-end | text-align: end |
| text-gray-100 | color: #c1c1c1 |
| text-gray-200 | color: #9d9d9d |
| text-gray-300 | color: #797979 |
| text-gray-400 | color: #808080 |
| text-gray-50 | color: #e5e5e5 |
| text-gray-500 | color: #666666 |
| text-gray-600 | color: #4c4c4c |
| text-gray-700 | color: #333333 |
| text-gray-800 | color: #1a1a1a |
| text-gray-900 | color: #000000 |
| text-gray-950 | color: #000000 |
| text-green-100 | color: #c1ffc1 |
| text-green-200 | color: #9dff9d |
| text-green-300 | color: #79ff79 |
| text-green-400 | color: #00ff00 |
| text-green-50 | color: #e5ffe5 |
| text-green-500 | color: #00e600 |
| text-green-600 | color: #00c200 |
| text-green-700 | color: #00a000 |
| text-green-800 | color: #008000 |
| text-green-900 | color: #006200 |
| text-green-950 | color: #004400 |
| text-indigo-100 | color: #d3c7ff |
| text-indigo-200 | color: #bcabff |
| text-indigo-300 | color: #a58fff |
| text-indigo-400 | color: #4b0082 |
| text-indigo-50 | color: #eae3ff |
| text-indigo-500 | color: #410071 |
| text-indigo-600 | color: #380060 |
| text-indigo-700 | color: #2e004f |
| text-indigo-800 | color: #25003e |
| text-indigo-900 | color: #1c002d |
| text-indigo-950 | color: #12001c |
| text-inherit | color: inherit |
| text-justify | text-align: justify |
| text-left | text-align: left |
| text-lg | font-size: 1.125rem /* 18px */ |
| line-height: 1.75rem /* 28px */ |
|
| text-magenta-100 | color: #ffc1ff |
| text-magenta-200 | color: #ff9dff |
| text-magenta-300 | color: #ff79ff |
| text-magenta-400 | color: #ff00ff |
| text-magenta-50 | color: #ffe5ff |
| text-magenta-500 | color: #e600e6 |
| text-magenta-600 | color: #c200c2 |
| text-magenta-700 | color: #a000a0 |
| text-magenta-800 | color: #800080 |
| text-magenta-900 | color: #620062 |
| text-magenta-950 | color: #440044 |
| text-maroon-100 | color: #ffc1c1 |
| text-maroon-200 | color: #ff9d9d |
| text-maroon-300 | color: #ff7979 |
| text-maroon-400 | color: #ff0000 |
| text-maroon-50 | color: #ffe5e5 |
| text-maroon-500 | color: #e60000 |
| text-maroon-600 | color: #c20000 |
| text-maroon-700 | color: #a00000 |
| text-maroon-800 | color: #800000 |
| text-maroon-900 | color: #620000 |
| text-maroon-950 | color: #440000 |
| text-navy-100 | color: #c1c1ff |
| text-navy-200 | color: #9d9dff |
| text-navy-300 | color: #7979ff |
| text-navy-400 | color: #000080 |
| text-navy-50 | color: #e5e5ff |
| text-navy-500 | color: #000066 |
| text-navy-600 | color: #00004c |
| text-navy-700 | color: #000033 |
| text-navy-800 | color: #00001a |
| text-navy-900 | color: #000000 |
| text-navy-950 | color: #000000 |
| text-olive-100 | color: #ffffc1 |
| text-olive-200 | color: #ffff9d |
| text-olive-300 | color: #ffff79 |
| text-olive-400 | color: #808000 |
| text-olive-50 | color: #ffffe5 |
| text-olive-500 | color: #666600 |
| text-olive-600 | color: #4c4c00 |
| text-olive-700 | color: #333300 |
| text-olive-800 | color: #1a1a00 |
| text-olive-900 | color: #000000 |
| text-olive-950 | color: #000000 |
| text-orange-100 | color: #ffe4c1 |
| text-orange-200 | color: #ffd19d |
| text-orange-300 | color: #ffbd79 |
| text-orange-400 | color: #ffa500 |
| text-orange-50 | color: #fff5e6 |
| text-orange-500 | color: #e69400 |
| text-orange-600 | color: #c28300 |
| text-orange-700 | color: #a07200 |
| text-orange-800 | color: #806100 |
| text-orange-900 | color: #625000 |
| text-orange-950 | color: #444000 |
| text-pink-100 | color: #ffc1d7 |
| text-pink-200 | color: #ff9dbe |
| text-pink-300 | color: #ff79a8 |
| text-pink-400 | color: #ffc0cb |
| text-pink-50 | color: #ffe5ec |
| text-pink-500 | color: #e6007e |
| text-pink-600 | color: #c2006c |
| text-pink-700 | color: #a0005a |
| text-pink-800 | color: #800048 |
| text-pink-900 | color: #620036 |
| text-pink-950 | color: #440024 |
| text-purple-100 | color: #ffc1ff |
| text-purple-200 | color: #ff9dff |
| text-purple-300 | color: #ff79ff |
| text-purple-400 | color: #800080 |
| text-purple-50 | color: #ffe5ff |
| text-purple-500 | color: #660066 |
| text-purple-600 | color: #4c004c |
| text-purple-700 | color: #330033 |
| text-purple-800 | color: #1a001a |
| text-purple-900 | color: #000000 |
| text-purple-950 | color: #000000 |
| text-red-100 | color: #fee2e2 |
| text-red-200 | color: #fecaca |
| text-red-300 | color: #fca5a5 |
| text-red-400 | color: #f87171 |
| text-red-50 | color: #fef2f2 |
| text-red-500 | color: #ef4444 |
| text-red-600 | color: #dc2626 |
| text-red-700 | color: #b91c1c |
| text-red-800 | color: #991b1b |
| text-red-900 | color: #7f1d1d |
| text-red-950 | color: #681717 |
| text-right | text-align: right |
| text-sm | font-size: 0.875rem /* 14px */ |
| line-height: 1.25rem /* 20px */ |
|
| text-start | text-align: start |
| text-teal-100 | color: #c1ffff |
| text-teal-200 | color: #9dffff |
| text-teal-300 | color: #79ffff |
| text-teal-400 | color: #008080 |
| text-teal-50 | color: #e5ffff |
| text-teal-500 | color: #006666 |
| text-teal-600 | color: #004c4c |
| text-teal-700 | color: #003333 |
| text-teal-800 | color: #001a1a |
| text-teal-900 | color: #000000 |
| text-teal-950 | color: #000000 |
| text-transparent | color: transparent |
| text-white | color: white |
| text-xl | font-size: 1.25rem /* 20px */ |
| line-height: 1.75rem /* 28px */ |
|
| text-xs | font-size: 0.75rem /* 12px */ |
| line-height: 1rem /* 16px */ |
|
| text-yellow-100 | color: #ffffc1 |
| text-yellow-200 | color: #ffff9d |
| text-yellow-300 | color: #ffff79 |
| text-yellow-400 | color: #ffff00 |
| text-yellow-50 | color: #ffffe5 |
| text-yellow-500 | color: #e6e600 |
| text-yellow-600 | color: #c2c200 |
| text-yellow-700 | color: #a0a000 |
| text-yellow-800 | color: #808000 |
| text-yellow-900 | color: #626200 |
| text-yellow-950 | color: #444400 |
| top-0 | top: 0 |
| top-1 | top: 0.25rem |
| top-10 | top: 2.5rem |
| top-11 | top: 2.75rem |
| top-12 | top: 3rem |
| top-13 | top: 3.25rem |
| top-14 | top: 3.5rem |
| top-15 | top: 3.75rem |
| top-16 | top: 4rem |
| top-17 | top: 4.25rem |
| top-18 | top: 4.5rem |
| top-19 | top: 4.75rem |
| top-2 | top: 0.5rem |
| top-20 | top: 5rem |
| top-21 | top: 5.25rem |
| top-22 | top: 5.5rem |
| top-23 | top: 5.75rem |
| top-24 | top: 6rem |
| top-25 | top: 6.25rem |
| top-26 | top: 6.5rem |
| top-27 | top: 6.75rem |
| top-28 | top: 7rem |
| top-29 | top: 7.25rem |
| top-3 | top: 0.75rem |
| top-30 | top: 7.5rem |
| top-31 | top: 7.75rem |
| top-32 | top: 8rem |
| top-33 | top: 8.25rem |
| top-34 | top: 8.5rem |
| top-35 | top: 8.75rem |
| top-36 | top: 9rem |
| top-37 | top: 9.25rem |
| top-38 | top: 9.5rem |
| top-39 | top: 9.75rem |
| top-4 | top: 1rem |
| top-40 | top: 10rem |
| top-5 | top: 1.25rem |
| top-6 | top: 1.5rem |
| top-7 | top: 1.75rem |
| top-8 | top: 2rem |
| top-9 | top: 2.25rem |
| transition | transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) transition-duration: 150ms |
| transition-all | transition-property: all transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) transition-duration: 150ms |
| transition-colors | transition-property: color, background-color, border-color, text-decoration-color, fill, stroke transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) transition-duration: 150ms |
| transition-none | transition-property: none |
| transition-opacity | transition-property: opacity transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) transition-duration: 150ms |
| transition-shadow | transition-property: box-shadow transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) transition-duration: 150ms |
| transition-transform | transition-property: transform transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) transition-duration: 150ms |
| truncate | overflow: hidden text-overflow: ellipsis white-space: nowrap |
| underline | text-decoration-line: underline |
| underline-offset-0 | text-underline-offset: 0px |
| underline-offset-1 | text-underline-offset: 1px |
| underline-offset-2 | text-underline-offset: 2px |
| underline-offset-4 | text-underline-offset: 4px |
| underline-offset-8 | text-underline-offset: 8px |
| underline-offset-auto | text-underline-offset: auto |
| uppercase | text-transform: uppercase |
| visible | visibility: visible |
| w-0 | width: 0 |
| w-1 | width: 0.25rem |
| w-10 | width: 2.5rem |
| w-11 | width: 2.75rem |
| w-12 | width: 3rem |
| w-13 | width: 3.25rem |
| w-14 | width: 3.5rem |
| w-15 | width: 3.75rem |
| w-16 | width: 4rem |
| w-17 | width: 4.25rem |
| w-18 | width: 4.5rem |
| w-19 | width: 4.75rem |
| w-2 | width: 0.5rem |
| w-20 | width: 5rem |
| w-21 | width: 5.25rem |
| w-22 | width: 5.5rem |
| w-23 | width: 5.75rem |
| w-24 | width: 6rem |
| w-25 | width: 6.25rem |
| w-26 | width: 6.5rem |
| w-27 | width: 6.75rem |
| w-28 | width: 7rem |
| w-29 | width: 7.25rem |
| w-3 | width: 0.75rem |
| w-30 | width: 7.5rem |
| w-31 | width: 7.75rem |
| w-32 | width: 8rem |
| w-33 | width: 8.25rem |
| w-34 | width: 8.5rem |
| w-35 | width: 8.75rem |
| w-36 | width: 9rem |
| w-37 | width: 9.25rem |
| w-38 | width: 9.5rem |
| w-39 | width: 9.75rem |
| w-4 | width: 1rem |
| w-40 | width: 10rem |
| w-5 | width: 1.25rem |
| w-6 | width: 1.5rem |
| w-7 | width: 1.75rem |
| w-8 | width: 2rem |
| w-9 | width: 2.25rem |
| w-fit | width: fit-content |
| w-full | width: 100% |
| w-max | width: max-content |
| w-min | width: min-content |
| w-screen | width: 100vw |
| whitespace-break-spaces | white-space: break-spaces |
| whitespace-normal | white-space: normal |
| whitespace-nowrap | white-space: nowrap |
| whitespace-pre | white-space: pre |
| whitespace-pre-line | white-space: pre-line |
| whitespace-pre-wrap | white-space: pre-wrap |
| z-0 | z-index: 0 |
| z-10 | z-index: 10 |
| z-100 | z-index: 100 |
| z-20 | z-index: 20 |
| z-30 | z-index: 30 |
| z-40 | z-index: 40 |
| z-50 | z-index: 50 |
| z-60 | z-index: 60 |
| z-70 | z-index: 70 |
| z-80 | z-index: 80 |
| z-90 | z-index: 90 |
| z-auto | z-index: auto |