Created
November 7, 2021 09:22
-
-
Save 19ajikamaludin/625ce0ecbc8d08fe10f8637c6429b2a8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */ | |
| /* | |
| Document | |
| ======== | |
| */ | |
| /** | |
| Use a better box model (opinionated). | |
| */ | |
| *, | |
| ::before, | |
| ::after { | |
| box-sizing: border-box; | |
| } | |
| /** | |
| Use a more readable tab size (opinionated). | |
| */ | |
| html { | |
| -moz-tab-size: 4; | |
| -o-tab-size: 4; | |
| tab-size: 4; | |
| } | |
| /** | |
| 1. Correct the line height in all browsers. | |
| 2. Prevent adjustments of font size after orientation changes in iOS. | |
| */ | |
| html { | |
| line-height: 1.15; /* 1 */ | |
| -webkit-text-size-adjust: 100%; /* 2 */ | |
| } | |
| /* | |
| Sections | |
| ======== | |
| */ | |
| /** | |
| Remove the margin in all browsers. | |
| */ | |
| body { | |
| margin: 0; | |
| } | |
| /** | |
| Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) | |
| */ | |
| body { | |
| font-family: | |
| system-ui, | |
| -apple-system, /* Firefox supports this but not yet `system-ui` */ | |
| 'Segoe UI', | |
| Roboto, | |
| Helvetica, | |
| Arial, | |
| sans-serif, | |
| 'Apple Color Emoji', | |
| 'Segoe UI Emoji'; | |
| } | |
| /* | |
| Grouping content | |
| ================ | |
| */ | |
| /** | |
| 1. Add the correct height in Firefox. | |
| 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) | |
| */ | |
| hr { | |
| height: 0; /* 1 */ | |
| color: inherit; /* 2 */ | |
| } | |
| /* | |
| Text-level semantics | |
| ==================== | |
| */ | |
| /** | |
| Add the correct text decoration in Chrome, Edge, and Safari. | |
| */ | |
| abbr[title] { | |
| -webkit-text-decoration: underline dotted; | |
| text-decoration: underline dotted; | |
| } | |
| /** | |
| Add the correct font weight in Edge and Safari. | |
| */ | |
| b, | |
| strong { | |
| font-weight: bolder; | |
| } | |
| /** | |
| 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) | |
| 2. Correct the odd 'em' font sizing in all browsers. | |
| */ | |
| code, | |
| kbd, | |
| samp, | |
| pre { | |
| font-family: | |
| ui-monospace, | |
| SFMono-Regular, | |
| Consolas, | |
| 'Liberation Mono', | |
| Menlo, | |
| monospace; /* 1 */ | |
| font-size: 1em; /* 2 */ | |
| } | |
| /** | |
| Add the correct font size in all browsers. | |
| */ | |
| small { | |
| font-size: 80%; | |
| } | |
| /** | |
| Prevent 'sub' and 'sup' elements from affecting the line height in all browsers. | |
| */ | |
| sub, | |
| sup { | |
| font-size: 75%; | |
| line-height: 0; | |
| position: relative; | |
| vertical-align: baseline; | |
| } | |
| sub { | |
| bottom: -0.25em; | |
| } | |
| sup { | |
| top: -0.5em; | |
| } | |
| /* | |
| Tabular data | |
| ============ | |
| */ | |
| /** | |
| 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) | |
| 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) | |
| */ | |
| table { | |
| text-indent: 0; /* 1 */ | |
| border-color: inherit; /* 2 */ | |
| } | |
| /* | |
| Forms | |
| ===== | |
| */ | |
| /** | |
| 1. Change the font styles in all browsers. | |
| 2. Remove the margin in Firefox and Safari. | |
| */ | |
| button, | |
| input, | |
| optgroup, | |
| select, | |
| textarea { | |
| font-family: inherit; /* 1 */ | |
| font-size: 100%; /* 1 */ | |
| line-height: 1.15; /* 1 */ | |
| margin: 0; /* 2 */ | |
| } | |
| /** | |
| Remove the inheritance of text transform in Edge and Firefox. | |
| 1. Remove the inheritance of text transform in Firefox. | |
| */ | |
| button, | |
| select { /* 1 */ | |
| text-transform: none; | |
| } | |
| /** | |
| Correct the inability to style clickable types in iOS and Safari. | |
| */ | |
| button, | |
| [type='button'], | |
| [type='reset'], | |
| [type='submit'] { | |
| -webkit-appearance: button; | |
| } | |
| /** | |
| Remove the inner border and padding in Firefox. | |
| */ | |
| ::-moz-focus-inner { | |
| border-style: none; | |
| padding: 0; | |
| } | |
| /** | |
| Restore the focus styles unset by the previous rule. | |
| */ | |
| :-moz-focusring { | |
| outline: 1px dotted ButtonText; | |
| } | |
| /** | |
| Remove the additional ':invalid' styles in Firefox. | |
| See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737 | |
| */ | |
| :-moz-ui-invalid { | |
| box-shadow: none; | |
| } | |
| /** | |
| Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers. | |
| */ | |
| legend { | |
| padding: 0; | |
| } | |
| /** | |
| Add the correct vertical alignment in Chrome and Firefox. | |
| */ | |
| progress { | |
| vertical-align: baseline; | |
| } | |
| /** | |
| Correct the cursor style of increment and decrement buttons in Safari. | |
| */ | |
| ::-webkit-inner-spin-button, | |
| ::-webkit-outer-spin-button { | |
| height: auto; | |
| } | |
| /** | |
| 1. Correct the odd appearance in Chrome and Safari. | |
| 2. Correct the outline style in Safari. | |
| */ | |
| [type='search'] { | |
| -webkit-appearance: textfield; /* 1 */ | |
| outline-offset: -2px; /* 2 */ | |
| } | |
| /** | |
| Remove the inner padding in Chrome and Safari on macOS. | |
| */ | |
| ::-webkit-search-decoration { | |
| -webkit-appearance: none; | |
| } | |
| /** | |
| 1. Correct the inability to style clickable types in iOS and Safari. | |
| 2. Change font properties to 'inherit' in Safari. | |
| */ | |
| ::-webkit-file-upload-button { | |
| -webkit-appearance: button; /* 1 */ | |
| font: inherit; /* 2 */ | |
| } | |
| /* | |
| Interactive | |
| =========== | |
| */ | |
| /* | |
| Add the correct display in Chrome and Safari. | |
| */ | |
| summary { | |
| display: list-item; | |
| }/** | |
| * Manually forked from SUIT CSS Base: https://github.com/suitcss/base | |
| * A thin layer on top of normalize.css that provides a starting point more | |
| * suitable for web applications. | |
| */ | |
| /** | |
| * Removes the default spacing and border for appropriate elements. | |
| */ | |
| blockquote, | |
| dl, | |
| dd, | |
| h1, | |
| h2, | |
| h3, | |
| h4, | |
| h5, | |
| h6, | |
| hr, | |
| figure, | |
| p, | |
| pre { | |
| margin: 0; | |
| } | |
| button { | |
| background-color: transparent; | |
| background-image: none; | |
| } | |
| fieldset { | |
| margin: 0; | |
| padding: 0; | |
| } | |
| ol, | |
| ul { | |
| list-style: none; | |
| margin: 0; | |
| padding: 0; | |
| } | |
| /** | |
| * Tailwind custom reset styles | |
| */ | |
| /** | |
| * 1. Use the user's configured `sans` font-family (with Tailwind's default | |
| * sans-serif font stack as a fallback) as a sane default. | |
| * 2. Use Tailwind's default "normal" line-height so the user isn't forced | |
| * to override it to ensure consistency even when using the default theme. | |
| */ | |
| html { | |
| font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */ | |
| line-height: 1.5; /* 2 */ | |
| } | |
| /** | |
| * Inherit font-family and line-height from `html` so users can set them as | |
| * a class directly on the `html` element. | |
| */ | |
| body { | |
| font-family: inherit; | |
| line-height: inherit; | |
| } | |
| /** | |
| * 1. Prevent padding and border from affecting element width. | |
| * | |
| * We used to set this in the html element and inherit from | |
| * the parent element for everything else. This caused issues | |
| * in shadow-dom-enhanced elements like <details> where the content | |
| * is wrapped by a div with box-sizing set to `content-box`. | |
| * | |
| * https://github.com/mozdevs/cssremedy/issues/4 | |
| * | |
| * | |
| * 2. Allow adding a border to an element by just adding a border-width. | |
| * | |
| * By default, the way the browser specifies that an element should have no | |
| * border is by setting it's border-style to `none` in the user-agent | |
| * stylesheet. | |
| * | |
| * In order to easily add borders to elements by just setting the `border-width` | |
| * property, we change the default border-style for all elements to `solid`, and | |
| * use border-width to hide them instead. This way our `border` utilities only | |
| * need to set the `border-width` property instead of the entire `border` | |
| * shorthand, making our border utilities much more straightforward to compose. | |
| * | |
| * https://github.com/tailwindcss/tailwindcss/pull/116 | |
| */ | |
| *, | |
| ::before, | |
| ::after { | |
| box-sizing: border-box; /* 1 */ | |
| border-width: 0; /* 2 */ | |
| border-style: solid; /* 2 */ | |
| border-color: currentColor; /* 2 */ | |
| } | |
| /* | |
| * Ensure horizontal rules are visible by default | |
| */ | |
| hr { | |
| border-top-width: 1px; | |
| } | |
| /** | |
| * Undo the `border-style: none` reset that Normalize applies to images so that | |
| * our `border-{width}` utilities have the expected effect. | |
| * | |
| * The Normalize reset is unnecessary for us since we default the border-width | |
| * to 0 on all elements. | |
| * | |
| * https://github.com/tailwindcss/tailwindcss/issues/362 | |
| */ | |
| img { | |
| border-style: solid; | |
| } | |
| textarea { | |
| resize: vertical; | |
| } | |
| input::-moz-placeholder, textarea::-moz-placeholder { | |
| opacity: 1; | |
| color: #9ca3af; | |
| } | |
| input:-ms-input-placeholder, textarea:-ms-input-placeholder { | |
| opacity: 1; | |
| color: #9ca3af; | |
| } | |
| input::placeholder, | |
| textarea::placeholder { | |
| opacity: 1; | |
| color: #9ca3af; | |
| } | |
| button, | |
| [role="button"] { | |
| cursor: pointer; | |
| } | |
| /** | |
| * Override legacy focus reset from Normalize with modern Firefox focus styles. | |
| * | |
| * This is actually an improvement over the new defaults in Firefox in our testing, | |
| * as it triggers the better focus styles even for links, which still use a dotted | |
| * outline in Firefox by default. | |
| */ | |
| :-moz-focusring { | |
| outline: auto; | |
| } | |
| table { | |
| border-collapse: collapse; | |
| } | |
| h1, | |
| h2, | |
| h3, | |
| h4, | |
| h5, | |
| h6 { | |
| font-size: inherit; | |
| font-weight: inherit; | |
| } | |
| /** | |
| * Reset links to optimize for opt-in styling instead of | |
| * opt-out. | |
| */ | |
| a { | |
| color: inherit; | |
| text-decoration: inherit; | |
| } | |
| /** | |
| * Reset form element properties that are easy to forget to | |
| * style explicitly so you don't inadvertently introduce | |
| * styles that deviate from your design system. These styles | |
| * supplement a partial reset that is already applied by | |
| * normalize.css. | |
| */ | |
| button, | |
| input, | |
| optgroup, | |
| select, | |
| textarea { | |
| padding: 0; | |
| line-height: inherit; | |
| color: inherit; | |
| } | |
| /** | |
| * Use the configured 'mono' font family for elements that | |
| * are expected to be rendered with a monospace font, falling | |
| * back to the system monospace stack if there is no configured | |
| * 'mono' font family. | |
| */ | |
| pre, | |
| code, | |
| kbd, | |
| samp { | |
| font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; | |
| } | |
| /** | |
| * 1. Make replaced elements `display: block` by default as that's | |
| * the behavior you want almost all of the time. Inspired by | |
| * CSS Remedy, with `svg` added as well. | |
| * | |
| * https://github.com/mozdevs/cssremedy/issues/14 | |
| * | |
| * 2. Add `vertical-align: middle` to align replaced elements more | |
| * sensibly by default when overriding `display` by adding a | |
| * utility like `inline`. | |
| * | |
| * This can trigger a poorly considered linting error in some | |
| * tools but is included by design. | |
| * | |
| * https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210 | |
| */ | |
| img, | |
| svg, | |
| video, | |
| canvas, | |
| audio, | |
| iframe, | |
| embed, | |
| object { | |
| display: block; /* 1 */ | |
| vertical-align: middle; /* 2 */ | |
| } | |
| /** | |
| * Constrain images and videos to the parent width and preserve | |
| * their intrinsic aspect ratio. | |
| * | |
| * https://github.com/mozdevs/cssremedy/issues/14 | |
| */ | |
| img, | |
| video { | |
| max-width: 100%; | |
| height: auto; | |
| } | |
| /** | |
| * Ensure the default browser behavior of the `hidden` attribute. | |
| */ | |
| [hidden] { | |
| display: none; | |
| } | |
| *, ::before, ::after { | |
| --tw-translate-x: 0; | |
| --tw-translate-y: 0; | |
| --tw-rotate: 0; | |
| --tw-skew-x: 0; | |
| --tw-skew-y: 0; | |
| --tw-scale-x: 1; | |
| --tw-scale-y: 1; | |
| --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); | |
| --tw-border-opacity: 1; | |
| border-color: rgba(229, 231, 235, var(--tw-border-opacity)); | |
| --tw-ring-offset-shadow: 0 0 #0000; | |
| --tw-ring-shadow: 0 0 #0000; | |
| --tw-shadow: 0 0 #0000; | |
| --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/); | |
| --tw-ring-offset-width: 0px; | |
| --tw-ring-offset-color: #fff; | |
| --tw-ring-color: rgba(59, 130, 246, 0.5); | |
| --tw-ring-offset-shadow: 0 0 #0000; | |
| --tw-ring-shadow: 0 0 #0000; | |
| --tw-shadow: 0 0 #0000; | |
| } | |
| :root { | |
| background-color: hsla(var(--b1)/var(--tw-bg-opacity,1)); | |
| color: hsla(var(--bc)/var(--tw-text-opacity,1)); | |
| } | |
| html { | |
| -webkit-tap-highlight-color: transparent; | |
| } | |
| :root { | |
| --p: 259 94.4% 51.2%; | |
| --pf: 259 94.3% 41%; | |
| --pc: 0 0% 100%; | |
| --s: 314 100% 47.1%; | |
| --sf: 314 100% 37.1%; | |
| --sc: 0 0% 100%; | |
| --a: 174 60% 51%; | |
| --af: 174 59.8% 41%; | |
| --ac: 0 0% 100%; | |
| --n: 219 14.1% 27.8%; | |
| --nf: 222 13.4% 19%; | |
| --nc: 0 0% 100%; | |
| --b1: 0 0% 100%; | |
| --b2: 210 20% 98%; | |
| --b3: 216 12.2% 83.9%; | |
| --bc: 215 27.9% 16.9%; | |
| --in: 207 89.8% 53.9%; | |
| --su: 174 100% 29%; | |
| --wa: 36 100% 50%; | |
| --er: 14 100% 57.1%; | |
| --border-color: var(--b3); | |
| --rounded-box: 1rem; | |
| --rounded-btn: 0.5rem; | |
| --rounded-badge: 1.9rem; | |
| --animation-btn: 0.25s; | |
| --animation-input: .2s; | |
| --btn-text-case: uppercase; | |
| --btn-focus-scale: 0.95; | |
| --navbar-padding: .5rem; | |
| --border-btn: 1px; | |
| --tab-border: 1px; | |
| --tab-radius: 0.5rem; | |
| } | |
| @media (prefers-color-scheme: dark) { | |
| :root { | |
| --p: 259 94% 61%; | |
| --pf: 259 94.4% 51.2%; | |
| --pc: 0 0% 100%; | |
| --s: 314 100% 47.1%; | |
| --sf: 314 100% 37.1%; | |
| --sc: 0 0% 100%; | |
| --a: 174 60% 51%; | |
| --af: 174 59.8% 41%; | |
| --ac: 0 0% 100%; | |
| --n: 222 13.4% 19%; | |
| --nf: 223 13.7% 10%; | |
| --nc: 0 0% 100%; | |
| --b1: 219 14.1% 27.8%; | |
| --b2: 222 13.4% 19%; | |
| --b3: 223 13.7% 10%; | |
| --bc: 228 14.3% 93.1%; | |
| --in: 202 100% 70%; | |
| --su: 89 61.6% 52%; | |
| --wa: 54 68.8% 63.5%; | |
| --er: 0 100% 71.8%; | |
| --border-color: var(--b3); | |
| --rounded-box: 1rem; | |
| --rounded-btn: 0.5rem; | |
| --rounded-badge: 1.9rem; | |
| --animation-btn: 0.25s; | |
| --animation-input: .2s; | |
| --btn-text-case: uppercase; | |
| --btn-focus-scale: 0.95; | |
| --navbar-padding: .5rem; | |
| --border-btn: 1px; | |
| --tab-border: 1px; | |
| --tab-radius: 0.5rem; | |
| } | |
| } | |
| [data-theme=light] { | |
| --p: 259 94.4% 51.2%; | |
| --pf: 259 94.3% 41%; | |
| --pc: 0 0% 100%; | |
| --s: 314 100% 47.1%; | |
| --sf: 314 100% 37.1%; | |
| --sc: 0 0% 100%; | |
| --a: 174 60% 51%; | |
| --af: 174 59.8% 41%; | |
| --ac: 0 0% 100%; | |
| --n: 219 14.1% 27.8%; | |
| --nf: 222 13.4% 19%; | |
| --nc: 0 0% 100%; | |
| --b1: 0 0% 100%; | |
| --b2: 210 20% 98%; | |
| --b3: 216 12.2% 83.9%; | |
| --bc: 215 27.9% 16.9%; | |
| --in: 207 89.8% 53.9%; | |
| --su: 174 100% 29%; | |
| --wa: 36 100% 50%; | |
| --er: 14 100% 57.1%; | |
| --border-color: var(--b3); | |
| --rounded-box: 1rem; | |
| --rounded-btn: 0.5rem; | |
| --rounded-badge: 1.9rem; | |
| --animation-btn: 0.25s; | |
| --animation-input: .2s; | |
| --btn-text-case: uppercase; | |
| --btn-focus-scale: 0.95; | |
| --navbar-padding: .5rem; | |
| --border-btn: 1px; | |
| --tab-border: 1px; | |
| --tab-radius: 0.5rem; | |
| } | |
| [data-theme=dark] { | |
| --p: 259 94% 61%; | |
| --pf: 259 94.4% 51.2%; | |
| --pc: 0 0% 100%; | |
| --s: 314 100% 47.1%; | |
| --sf: 314 100% 37.1%; | |
| --sc: 0 0% 100%; | |
| --a: 174 60% 51%; | |
| --af: 174 59.8% 41%; | |
| --ac: 0 0% 100%; | |
| --n: 222 13.4% 19%; | |
| --nf: 223 13.7% 10%; | |
| --nc: 0 0% 100%; | |
| --b1: 219 14.1% 27.8%; | |
| --b2: 222 13.4% 19%; | |
| --b3: 223 13.7% 10%; | |
| --bc: 228 14.3% 93.1%; | |
| --in: 202 100% 70%; | |
| --su: 89 61.6% 52%; | |
| --wa: 54 68.8% 63.5%; | |
| --er: 0 100% 71.8%; | |
| --border-color: var(--b3); | |
| --rounded-box: 1rem; | |
| --rounded-btn: 0.5rem; | |
| --rounded-badge: 1.9rem; | |
| --animation-btn: 0.25s; | |
| --animation-input: .2s; | |
| --btn-text-case: uppercase; | |
| --btn-focus-scale: 0.95; | |
| --navbar-padding: .5rem; | |
| --border-btn: 1px; | |
| --tab-border: 1px; | |
| --tab-radius: 0.5rem; | |
| } | |
| [data-theme=cupcake] { | |
| --p: 183 47.4% 59%; | |
| --pf: 183 47.2% 49%; | |
| --pc: 0 0% 100%; | |
| --s: 338 71.4% 78%; | |
| --sf: 338 71.8% 68%; | |
| --sc: 0 0% 100%; | |
| --a: 39 84.1% 58%; | |
| --af: 39 83.7% 48%; | |
| --ac: 0 0% 100%; | |
| --n: 280 46.5% 13.9%; | |
| --nf: 279 46.4% 11%; | |
| --nc: 0 0% 100%; | |
| --b1: 24 33.3% 97.1%; | |
| --b2: 27 22% 92%; | |
| --b3: 22 14.3% 89%; | |
| --bc: 280 46.5% 13.9%; | |
| --in: 207 89.8% 53.9%; | |
| --su: 174 100% 29%; | |
| --wa: 36 100% 50%; | |
| --er: 14 100% 57.1%; | |
| --border-color: var(--b3); | |
| --rounded-box: 1rem; | |
| --rounded-btn: 1.9rem; | |
| --rounded-badge: 1.9rem; | |
| --animation-btn: 0.25s; | |
| --animation-input: .2s; | |
| --btn-text-case: uppercase; | |
| --btn-focus-scale: 0.95; | |
| --navbar-padding: .5rem; | |
| --border-btn: 1px; | |
| --tab-border: 2px; | |
| --tab-radius: .5rem; | |
| } | |
| [data-theme=bumblebee] { | |
| --p: 50 94.4% 58%; | |
| --pf: 50 94.3% 47.8%; | |
| --pc: 240 33.3% 14.1%; | |
| --s: 41 74.2% 52.9%; | |
| --sf: 41 73.6% 43.1%; | |
| --sc: 0 0% 100%; | |
| --a: 240 33.3% 14.1%; | |
| --af: 240 33.3% 10%; | |
| --ac: 0 0% 100%; | |
| --n: 240 33.3% 14.1%; | |
| --nf: 240 33.3% 10%; | |
| --nc: 0 0% 100%; | |
| --b1: 0 0% 100%; | |
| --b2: 0 0% 96.1%; | |
| --b3: 0 0% 89%; | |
| --bc: 0 0% 0%; | |
| --in: 207 89.8% 53.9%; | |
| --su: 174 100% 29%; | |
| --wa: 36 100% 50%; | |
| --er: 14 100% 57.1%; | |
| --border-color: var(--b3); | |
| --rounded-box: 1rem; | |
| --rounded-btn: 0.5rem; | |
| --rounded-badge: 1.9rem; | |
| --animation-btn: 0.25s; | |
| --animation-input: .2s; | |
| --btn-text-case: uppercase; | |
| --btn-focus-scale: 0.95; | |
| --navbar-padding: .5rem; | |
| --border-btn: 1px; | |
| --tab-border: 1px; | |
| --tab-radius: 0.5rem; | |
| } | |
| [data-theme=emerald] { | |
| --p: 141 50% 60%; | |
| --pf: 141 49.8% 50%; | |
| --pc: 210 20% 98%; | |
| --s: 219 96.1% 60%; | |
| --sf: 219 96.1% 50%; | |
| --sc: 210 20% 98%; | |
| --a: 10 81.2% 56.1%; | |
| --af: 10 81.2% 45.9%; | |
| --ac: 210 20% 98%; | |
| --n: 219 20.3% 25.1%; | |
| --nf: 220 19.5% 15.1%; | |
| --nc: 210 20% 98%; | |
| --b1: 0 0% 100%; | |
| --b2: 210 20% 98%; | |
| --b3: 0 0% 94.9%; | |
| --bc: 219 20.3% 25.1%; | |
| --in: 207 89.8% 53.9%; | |
| --su: 174 100% 29%; | |
| --wa: 36 100% 50%; | |
| --er: 14 100% 57.1%; | |
| --border-color: var(--b3); | |
| --rounded-box: 1rem; | |
| --rounded-btn: 0.5rem; | |
| --rounded-badge: 1.9rem; | |
| --animation-btn: 0; | |
| --animation-input: 0; | |
| --btn-text-case: uppercase; | |
| --btn-focus-scale: 1; | |
| --navbar-padding: .5rem; | |
| --border-btn: 1px; | |
| --tab-border: 1px; | |
| --tab-radius: 0.5rem; | |
| } | |
| [data-theme=corporate] { | |
| --p: 229 95.7% 63.9%; | |
| --pf: 229 95.7% 53.9%; | |
| --pc: 233 27.3% 12.9%; | |
| --s: 215 26.3% 59%; | |
| --sf: 214 26.1% 48.8%; | |
| --sc: 233 27.3% 12.9%; | |
| --a: 154 49% 60%; | |
| --af: 154 49% 50%; | |
| --ac: 233 27.3% 12.9%; | |
| --n: 233 27.3% 12.9%; | |
| --nf: 240 25% 3.1%; | |
| --nc: 210 38.5% 94.9%; | |
| --b1: 0 0% 100%; | |
| --b2: 210 60% 98%; | |
| --b3: 210 38.5% 94.9%; | |
| --bc: 233 27.3% 12.9%; | |
| --in: 207 89.8% 53.9%; | |
| --su: 174 100% 29%; | |
| --wa: 36 100% 50%; | |
| --er: 14 100% 57.1%; | |
| --border-color: var(--b3); | |
| --rounded-box: 1rem; | |
| --rounded-btn: 0.5rem; | |
| --rounded-badge: 1.9rem; | |
| --animation-btn: 0; | |
| --animation-input: 0; | |
| --btn-text-case: uppercase; | |
| --btn-focus-scale: 1; | |
| --navbar-padding: .5rem; | |
| --border-btn: 1px; | |
| --tab-border: 1px; | |
| --tab-radius: 0.5rem; | |
| } | |
| [data-theme=synthwave] { | |
| --p: 321 69.6% 69%; | |
| --pf: 321 70.3% 59%; | |
| --pc: 257 63.2% 17.1%; | |
| --sf: 197 87.4% 75.1%; | |
| --s: 197 86.6% 64.9%; | |
| --sc: 257 63.2% 17.1%; | |
| --af: 48 89.3% 67.1%; | |
| --a: 48 89% 57.1%; | |
| --ac: 257 63.2% 17.1%; | |
| --n: 253 60.8% 19%; | |
| --nf: 257 64.3% 11%; | |
| --nc: 260 60% 98%; | |
| --b1: 254 59.1% 25.9%; | |
| --b2: 253 60.8% 19%; | |
| --b3: 257 64.3% 11%; | |
| --bc: 260 60% 98%; | |
| --in: 199 87% 63.9%; | |
| --su: 168 74.2% 68%; | |
| --wa: 48 89% 57.1%; | |
| --er: 352 73.6% 56.9%; | |
| --border-color: var(--b3); | |
| --rounded-box: 1rem; | |
| --rounded-btn: 0.5rem; | |
| --rounded-badge: 1.9rem; | |
| --animation-btn: 0.25s; | |
| --animation-input: .2s; | |
| --btn-text-case: uppercase; | |
| --btn-focus-scale: 0.95; | |
| --navbar-padding: .5rem; | |
| --border-btn: 1px; | |
| --tab-border: 1px; | |
| --tab-radius: 0.5rem; | |
| } | |
| [data-theme=retro] { | |
| font-family: uisecondaryerif,Georgia,Cambria,Times New Roman,Times,serif; | |
| --p: 3 73.8% 76.1%; | |
| --pf: 3 73.6% 65.9%; | |
| --pc: 345 5.3% 14.9%; | |
| --s: 145 27.3% 72%; | |
| --sf: 145 26.8% 62%; | |
| --sc: 345 5.3% 14.9%; | |
| --a: 49 67.2% 76.1%; | |
| --af: 49 66.7% 65.9%; | |
| --ac: 345 5.3% 14.9%; | |
| --n: 42 16.8% 42%; | |
| --nf: 41 13.1% 23.9%; | |
| --nc: 45 47.1% 80%; | |
| --b1: 45 47.1% 80%; | |
| --b2: 45 37.1% 72%; | |
| --b3: 42 36% 65.1%; | |
| --bc: 345 5.3% 14.9%; | |
| --in: 207 89.8% 53.9%; | |
| --su: 174 100% 29%; | |
| --wa: 36 100% 50%; | |
| --er: 14 100% 57.1%; | |
| --border-color: var(--b3); | |
| --rounded-box: 0.4rem; | |
| --rounded-btn: 0.4rem; | |
| --rounded-badge: 0.4rem; | |
| --animation-btn: 0.25s; | |
| --animation-input: .2s; | |
| --btn-text-case: uppercase; | |
| --btn-focus-scale: 0.95; | |
| --navbar-padding: .5rem; | |
| --border-btn: 1px; | |
| --tab-border: 1px; | |
| --tab-radius: 0.5rem; | |
| } | |
| [data-theme=cyberpunk] { | |
| font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace; | |
| --p: 345 100% 72.9%; | |
| --pf: 344 100% 67.1%; | |
| --pc: 0 0% 0%; | |
| --s: 195 80.4% 70%; | |
| --sf: 194 65.8% 61%; | |
| --sc: 0 0% 0%; | |
| --a: 276 74.3% 71%; | |
| --af: 276 75.7% 62.9%; | |
| --ac: 0 0% 0%; | |
| --n: 57 100% 12.9%; | |
| --nf: 60 80% 2%; | |
| --nc: 56 100% 50%; | |
| --b1: 56 100% 50%; | |
| --b2: 56 100% 42.9%; | |
| --b3: 56 100% 36.1%; | |
| --bc: 0 0% 0%; | |
| --in: 207 89.8% 53.9%; | |
| --su: 174 100% 29%; | |
| --wa: 36 100% 50%; | |
| --er: 14 100% 57.1%; | |
| --border-color: var(--b3); | |
| --rounded-box: 0; | |
| --rounded-btn: 0; | |
| --rounded-badge: 0; | |
| --animation-btn: 0.25s; | |
| --animation-input: .2s; | |
| --btn-text-case: uppercase; | |
| --btn-focus-scale: 0.95; | |
| --navbar-padding: .5rem; | |
| --border-btn: 1px; | |
| --tab-border: 1px; | |
| --tab-radius: 0; | |
| } | |
| [data-theme=valentine] { | |
| --p: 353 73.8% 67.1%; | |
| --pf: 353 73.6% 56.9%; | |
| --pc: 0 0% 100%; | |
| --s: 254 86.4% 76.9%; | |
| --sf: 254 86.9% 67.1%; | |
| --sc: 0 0% 100%; | |
| --a: 181 55.6% 70%; | |
| --af: 181 54.9% 60%; | |
| --ac: 0 0% 100%; | |
| --n: 336 42.9% 48%; | |
| --nf: 340 40.2% 38%; | |
| --nc: 318 46.4% 89%; | |
| --b1: 318 46.4% 89%; | |
| --b2: 315 58.9% 79%; | |
| --b3: 316 62.3% 72.9%; | |
| --bc: 344 38.5% 28%; | |
| --in: 207 89.8% 53.9%; | |
| --su: 174 100% 29%; | |
| --wa: 36 100% 50%; | |
| --er: 14 100% 57.1%; | |
| --border-color: var(--b3); | |
| --rounded-box: 1rem; | |
| --rounded-btn: 1.9rem; | |
| --rounded-badge: 1.9rem; | |
| --animation-btn: 0.25s; | |
| --animation-input: .2s; | |
| --btn-text-case: uppercase; | |
| --btn-focus-scale: 0.95; | |
| --navbar-padding: .5rem; | |
| --border-btn: 1px; | |
| --tab-border: 1px; | |
| --tab-radius: 0.5rem; | |
| } | |
| [data-theme=halloween] { | |
| --p: 32 89.3% 52.2%; | |
| --pf: 32 88.8% 42%; | |
| --pc: 180 7.3% 8%; | |
| --s: 271 45.8% 42%; | |
| --sf: 271 46% 32%; | |
| --sc: 0 0% 100%; | |
| --a: 91 100% 32.9%; | |
| --af: 91 100% 22.9%; | |
| --ac: 0 0% 100%; | |
| --n: 180 3.6% 11%; | |
| --nf: 180 7.3% 8%; | |
| --nc: 0 0% 100%; | |
| --b1: 0 0% 12.9%; | |
| --b2: 180 3.6% 11%; | |
| --b3: 180 7.3% 8%; | |
| --bc: 0 0% 100%; | |
| --in: 202 100% 70%; | |
| --su: 89 61.6% 52%; | |
| --wa: 54 68.8% 63.5%; | |
| --er: 0 100% 71.8%; | |
| --border-color: var(--b3); | |
| --rounded-box: 1rem; | |
| --rounded-btn: 0.5rem; | |
| --rounded-badge: 1.9rem; | |
| --animation-btn: 0.25s; | |
| --animation-input: .2s; | |
| --btn-text-case: uppercase; | |
| --btn-focus-scale: 0.95; | |
| --navbar-padding: .5rem; | |
| --border-btn: 1px; | |
| --tab-border: 1px; | |
| --tab-radius: 0.5rem; | |
| } | |
| [data-theme=garden] { | |
| --p: 139 16% 42.9%; | |
| --pf: 137 14.8% 33.1%; | |
| --pc: 0 0% 100%; | |
| --s: 97 37.1% 93.1%; | |
| --sf: 98 36.3% 82.2%; | |
| --sc: 96 32.5% 15.1%; | |
| --a: 0 67.7% 93.9%; | |
| --af: 0 71.1% 85.1%; | |
| --ac: 0 22% 16.1%; | |
| --n: 0 3.9% 35.1%; | |
| --nf: 0 3.7% 15.9%; | |
| --nc: 0 4.3% 91%; | |
| --b1: 0 4.3% 91%; | |
| --b2: 0 5.2% 81%; | |
| --b3: 0 5.4% 71%; | |
| --bc: 0 3.2% 6.1%; | |
| --in: 207 89.8% 53.9%; | |
| --su: 174 100% 29%; | |
| --wa: 36 100% 50%; | |
| --er: 14 100% 57.1%; | |
| --border-color: var(--b3); | |
| --rounded-box: 1rem; | |
| --rounded-btn: 0.5rem; | |
| --rounded-badge: 1.9rem; | |
| --animation-btn: 0.25s; | |
| --animation-input: .2s; | |
| --btn-text-case: uppercase; | |
| --btn-focus-scale: 0.95; | |
| --navbar-padding: .5rem; | |
| --border-btn: 1px; | |
| --tab-border: 1px; | |
| --tab-radius: 0.5rem; | |
| } | |
| [data-theme=forest] { | |
| --p: 141 72% 42%; | |
| --pf: 141 71.8% 32%; | |
| --pc: 0 0% 100%; | |
| --s: 141 74.7% 48%; | |
| --sf: 141 75.3% 38%; | |
| --sc: 0 0% 100%; | |
| --a: 35 69% 52%; | |
| --af: 35 69.2% 42%; | |
| --ac: 0 0% 100%; | |
| --n: 0 9.7% 6.1%; | |
| --nf: 0 20% 2%; | |
| --nc: 0 0% 100%; | |
| --b1: 0 12.2% 8%; | |
| --b2: 0 9.7% 6.1%; | |
| --b3: 0 20% 2%; | |
| --bc: 0 0% 100%; | |
| --rounded-btn: 0.5rem; | |
| --in: 202 100% 70%; | |
| --su: 89 61.6% 52%; | |
| --wa: 54 68.8% 63.5%; | |
| --er: 0 100% 71.8%; | |
| --border-color: var(--b3); | |
| --rounded-box: 1rem; | |
| --rounded-badge: 1.9rem; | |
| --animation-btn: 0.25s; | |
| --animation-input: .2s; | |
| --btn-text-case: uppercase; | |
| --btn-focus-scale: 0.95; | |
| --navbar-padding: .5rem; | |
| --border-btn: 1px; | |
| --tab-border: 1px; | |
| --tab-radius: 0.5rem; | |
| } | |
| [data-theme=aqua] { | |
| --p: 189 100% 62.9%; | |
| --pf: 189 100% 52.9%; | |
| --pc: 0 0% 0%; | |
| --s: 274 30.9% 56.9%; | |
| --sf: 274 30.8% 47.1%; | |
| --sc: 0 0% 100%; | |
| --a: 47 100% 80%; | |
| --af: 47 100% 70%; | |
| --ac: 0 0% 100%; | |
| --n: 231 77.4% 32.9%; | |
| --nf: 231 67.6% 29%; | |
| --nc: 0 0% 100%; | |
| --b1: 231 88.7% 38%; | |
| --b2: 231 77.4% 32.9%; | |
| --b3: 231 67.6% 29%; | |
| --bc: 0 0% 100%; | |
| --in: 207 89.8% 53.9%; | |
| --su: 174 100% 29%; | |
| --wa: 36 100% 50%; | |
| --er: 14 100% 57.1%; | |
| --border-color: var(--b3); | |
| --rounded-box: 1rem; | |
| --rounded-btn: 0.5rem; | |
| --rounded-badge: 1.9rem; | |
| --animation-btn: 0.25s; | |
| --animation-input: .2s; | |
| --btn-text-case: uppercase; | |
| --btn-focus-scale: 0.95; | |
| --navbar-padding: .5rem; | |
| --border-btn: 1px; | |
| --tab-border: 1px; | |
| --tab-radius: 0.5rem; | |
| } | |
| [data-theme=lofi] { | |
| --p: 0 0% 50.2%; | |
| --pf: 0 0% 45.1%; | |
| --pc: 240 4% 95.1%; | |
| --s: 0 0% 30.2%; | |
| --sf: 0 0% 25.1%; | |
| --sc: 240 4% 95.1%; | |
| --a: 0 0% 10.2%; | |
| --af: 0 0% 5.1%; | |
| --ac: 240 4% 95.1%; | |
| --n: 240 4% 95.1%; | |
| --nf: 240 5.9% 90%; | |
| --nc: 0 0% 30.2%; | |
| --b1: 0 0% 100%; | |
| --b2: 0 0% 100%; | |
| --b3: 0 0% 100%; | |
| --bc: 0 0% 49%; | |
| --in: 207 89.8% 53.9%; | |
| --su: 174 100% 29%; | |
| --wa: 36 100% 50%; | |
| --er: 14 100% 57.1%; | |
| --border-color: #e6e6e6; | |
| --rounded-box: 0; | |
| --rounded-btn: 0; | |
| --rounded-badge: 0; | |
| --animation-btn: 0; | |
| --animation-input: 0; | |
| --btn-text-case: uppercase; | |
| --btn-focus-scale: 1; | |
| --navbar-padding: .5rem; | |
| --border-btn: 1px; | |
| --tab-border: 1px; | |
| --tab-radius: 0; | |
| } | |
| [data-theme=lofi] *:where(.btn) { | |
| border-color: var(--border-color) !important; | |
| --tw-border-opacity: 1 !important; | |
| --tw-text-opacity: 1 !important; | |
| --tw-shadow: 0 0 0 1px var(--border-color) !important; | |
| } | |
| [data-theme=lofi] *:where(.card) { | |
| border-color: var(--border-color) !important; | |
| --tw-border-opacity: 1 !important; | |
| --tw-text-opacity: 1 !important; | |
| --tw-shadow: 0 0 0 1px var(--border-color) !important; | |
| } | |
| [data-theme=pastel] { | |
| --p: 284 21.6% 80%; | |
| --pf: 282 21.6% 70%; | |
| --pc: 0 0% 0%; | |
| --s: 352 70.5% 88%; | |
| --sf: 352 69.6% 78%; | |
| --sc: 0 0% 100%; | |
| --a: 158 54.6% 81%; | |
| --af: 158 55.4% 71%; | |
| --ac: 0 0% 100%; | |
| --n: 199 43.7% 61%; | |
| --nf: 199 44% 51%; | |
| --nc: 0 0% 100%; | |
| --b1: 0 0% 100%; | |
| --b2: 210 20% 98%; | |
| --b3: 216 12.2% 83.9%; | |
| --bc: 206 3.1% 55.1%; | |
| --in: 207 89.8% 53.9%; | |
| --su: 174 100% 29%; | |
| --wa: 36 100% 50%; | |
| --er: 14 100% 57.1%; | |
| --rounded-box: 1rem; | |
| --rounded-btn: 1.9rem; | |
| --rounded-badge: 1.9rem; | |
| --border-color: var(--b3); | |
| --animation-btn: 0.25s; | |
| --animation-input: .2s; | |
| --btn-text-case: uppercase; | |
| --btn-focus-scale: 0.95; | |
| --navbar-padding: .5rem; | |
| --border-btn: 1px; | |
| --tab-border: 1px; | |
| --tab-radius: 0.5rem; | |
| } | |
| [data-theme=fantasy] { | |
| --p: 296 82.8% 25.1%; | |
| --pf: 296 81.8% 15.1%; | |
| --pc: 0 0% 100%; | |
| --s: 200 100% 37.1%; | |
| --sf: 200 100% 27.1%; | |
| --sc: 0 0% 100%; | |
| --a: 31 94.4% 51.2%; | |
| --af: 31 94.3% 41%; | |
| --ac: 0 0% 100%; | |
| --n: 215 27.9% 16.9%; | |
| --nf: 221 39.3% 11%; | |
| --nc: 0 0% 100%; | |
| --b1: 0 0% 100%; | |
| --b2: 210 20% 98%; | |
| --b3: 216 12.2% 83.9%; | |
| --bc: 215 27.9% 16.9%; | |
| --in: 207 89.8% 53.9%; | |
| --su: 174 100% 29%; | |
| --wa: 36 100% 50%; | |
| --er: 14 100% 57.1%; | |
| --border-color: var(--b3); | |
| --rounded-box: 1rem; | |
| --rounded-btn: 0.5rem; | |
| --rounded-badge: 1.9rem; | |
| --animation-btn: 0.25s; | |
| --animation-input: .2s; | |
| --btn-text-case: uppercase; | |
| --btn-focus-scale: 0.95; | |
| --navbar-padding: .5rem; | |
| --border-btn: 1px; | |
| --tab-border: 1px; | |
| --tab-radius: 0.5rem; | |
| } | |
| [data-theme=wireframe] { | |
| font-family: Chalkboard,comic sans ms,"sanssecondaryerif"; | |
| --p: 0 0% 72.2%; | |
| --pf: 0 0% 72.2%; | |
| --pc: 0 0% 0%; | |
| --s: 0 0% 72.2%; | |
| --sf: 0 0% 72.2%; | |
| --sc: 0 0% 0%; | |
| --a: 0 0% 72.2%; | |
| --af: 0 0% 72.2%; | |
| --ac: 0 0% 0%; | |
| --b1: 0 0% 100%; | |
| --b2: 0 0% 100%; | |
| --b3: 0 0% 100%; | |
| --bc: 0 0% 0%; | |
| --n: 0 0% 92.2%; | |
| --nf: 0 0% 92.2%; | |
| --nc: 0 0% 0%; | |
| --in: 240 100% 50%; | |
| --su: 120 100% 25.1%; | |
| --wa: 60 30.2% 50%; | |
| --er: 0 100% 50%; | |
| --border-color: #000000; | |
| --rounded-box: 0.2rem; | |
| --rounded-btn: 0.2rem; | |
| --rounded-badge: 0.2rem; | |
| --animation-btn: 0.25s; | |
| --animation-input: .2s; | |
| --btn-text-case: uppercase; | |
| --btn-focus-scale: 0.95; | |
| --navbar-padding: .5rem; | |
| --border-btn: 1px; | |
| --tab-border: 1px; | |
| --tab-radius: 0.2rem; | |
| } | |
| [data-theme=wireframe] * { | |
| border-color: var(--border-color) !important; | |
| --tw-border-opacity: 1 !important; | |
| --tw-text-opacity: 1 !important; | |
| --tw-shadow: 0 0 0 1px var(--border-color) !important; | |
| } | |
| [data-theme=black] { | |
| --p: 0 0% 100%; | |
| --pf: 0 0% 100%; | |
| --pc: 0 0% 0%; | |
| --s: 0 0% 100%; | |
| --sf: 0 0% 100%; | |
| --sc: 0 0% 0%; | |
| --a: 0 0% 100%; | |
| --af: 0 0% 100%; | |
| --ac: 0 0% 0%; | |
| --b1: 0 0% 0%; | |
| --b2: 0 0% 20%; | |
| --b3: 0 0% 30.2%; | |
| --bc: 0 0% 100%; | |
| --n: 0 0% 20%; | |
| --nf: 0 0% 30.2%; | |
| --nc: 0 0% 100%; | |
| --in: 240 100% 50%; | |
| --su: 120 100% 25.1%; | |
| --wa: 60 100% 50%; | |
| --er: 0 100% 50%; | |
| --border-color: var(--b3); | |
| --rounded-box: 0; | |
| --rounded-btn: 0; | |
| --rounded-badge: 0; | |
| --animation-btn: 0; | |
| --animation-input: 0; | |
| --btn-text-case: lowercase; | |
| --btn-focus-scale: 1; | |
| --navbar-padding: .5rem; | |
| --border-btn: 1px; | |
| --tab-border: 1px; | |
| --tab-radius: 0; | |
| } | |
| [data-theme=luxury] { | |
| --p: 0 0% 100%; | |
| --pf: 0 0% 90.2%; | |
| --pc: 0 0% 0%; | |
| --s: 218 54.3% 18%; | |
| --sf: 219 56.1% 8%; | |
| --sc: 0 0% 100%; | |
| --a: 319 21.8% 26.1%; | |
| --af: 320 22% 16.1%; | |
| --ac: 0 0% 100%; | |
| --n: 270 4.3% 9%; | |
| --nf: 270 2.2% 18%; | |
| --nc: 37 67.3% 58%; | |
| --b1: 240 10% 3.9%; | |
| --b2: 270 4.3% 9%; | |
| --b3: 270 2.2% 18%; | |
| --bc: 37 67.3% 58%; | |
| --in: 202 100% 70%; | |
| --su: 89 61.6% 52%; | |
| --wa: 54 68.8% 63.5%; | |
| --er: 0 100% 71.8%; | |
| --border-color: var(--b3); | |
| --rounded-box: 1rem; | |
| --rounded-btn: 0.5rem; | |
| --rounded-badge: 1.9rem; | |
| --animation-btn: 0.25s; | |
| --animation-input: .2s; | |
| --btn-text-case: uppercase; | |
| --btn-focus-scale: 0.95; | |
| --navbar-padding: .5rem; | |
| --border-btn: 1px; | |
| --tab-border: 1px; | |
| --tab-radius: 0.5rem; | |
| } | |
| [data-theme=dracula] { | |
| --p: 330 100% 85.1%; | |
| --pf: 330 100% 75.1%; | |
| --pc: 233 12.1% 12.9%; | |
| --s: 115 100% 85.1%; | |
| --sf: 115 100% 75.1%; | |
| --sc: 233 12.1% 12.9%; | |
| --a: 60 100% 85.1%; | |
| --af: 60 100% 75.1%; | |
| --ac: 233 12.1% 12.9%; | |
| --n: 245 14.3% 15.1%; | |
| --nf: 233 12.1% 12.9%; | |
| --nc: 251 100% 90%; | |
| --b1: 244 13% 21.2%; | |
| --b2: 245 14.3% 15.1%; | |
| --b3: 233 12.1% 12.9%; | |
| --bc: 251 100% 90%; | |
| --in: 207 89.8% 53.9%; | |
| --su: 174 100% 29%; | |
| --wa: 36 100% 50%; | |
| --er: 14 100% 57.1%; | |
| --border-color: var(--b3); | |
| --rounded-box: 1rem; | |
| --rounded-btn: 0.5rem; | |
| --rounded-badge: 1.9rem; | |
| --animation-btn: 0.25s; | |
| --animation-input: .2s; | |
| --btn-text-case: uppercase; | |
| --btn-focus-scale: 0.95; | |
| --navbar-padding: .5rem; | |
| --border-btn: 1px; | |
| --tab-border: 1px; | |
| --tab-radius: 0.5rem; | |
| } | |
| [data-theme=cmyk] { | |
| --p: 203 83.3% 60.2%; | |
| --pf: 203 65.1% 53.9%; | |
| --pc: 0 0% 0%; | |
| --s: 335 77.7% 59.6%; | |
| --sf: 335 59.2% 52.9%; | |
| --sc: 0 0% 0%; | |
| --a: 56 100% 59.8%; | |
| --af: 56 72.2% 52%; | |
| --ac: 0 0% 0%; | |
| --n: 0 0% 10.2%; | |
| --nf: 0 0% 0%; | |
| --nc: 0 0% 100%; | |
| --b1: 0 0% 100%; | |
| --b2: 0 0% 96.1%; | |
| --b3: 0 0% 92.2%; | |
| --bc: 0 0% 0%; | |
| --in: 192 48.4% 52.2%; | |
| --su: 291 48.5% 38%; | |
| --wa: 25 84.6% 56.7%; | |
| --er: 4 80.5% 55.7%; | |
| --border-color: var(--b3); | |
| --rounded-box: 1rem; | |
| --rounded-btn: 0.5rem; | |
| --rounded-badge: 1.9rem; | |
| --animation-btn: 0.25s; | |
| --animation-input: .2s; | |
| --btn-text-case: uppercase; | |
| --btn-focus-scale: 0.95; | |
| --navbar-padding: .5rem; | |
| --border-btn: 1px; | |
| --tab-border: 1px; | |
| --tab-radius: 0.5rem; | |
| } | |
| [type='text'], | |
| [type='email'], | |
| [type='url'], | |
| [type='password'], | |
| [type='number'], | |
| [type='date'], | |
| [type='datetime-local'], | |
| [type='month'], | |
| [type='search'], | |
| [type='tel'], | |
| [type='time'], | |
| [type='week'], | |
| [multiple], | |
| textarea, | |
| select | |
| { | |
| -webkit-appearance: none; | |
| -moz-appearance: none; | |
| appearance: none; | |
| background-color: #fff; | |
| border-color: #6b7280; | |
| border-width: 1px; | |
| border-radius: 0px; | |
| padding-top: 0.5rem; | |
| padding-right: 0.75rem; | |
| padding-bottom: 0.5rem; | |
| padding-left: 0.75rem; | |
| font-size: 1rem; | |
| line-height: 1.5rem; | |
| } | |
| [type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus { | |
| outline: 2px solid transparent; | |
| outline-offset: 2px; | |
| --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/); | |
| --tw-ring-offset-width: 0px; | |
| --tw-ring-offset-color: #fff; | |
| --tw-ring-color: #2563eb; | |
| --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); | |
| --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); | |
| box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); | |
| border-color: #2563eb; | |
| } | |
| input::-moz-placeholder, textarea::-moz-placeholder { | |
| color: #6b7280; | |
| opacity: 1; | |
| } | |
| input:-ms-input-placeholder, textarea:-ms-input-placeholder { | |
| color: #6b7280; | |
| opacity: 1; | |
| } | |
| input::placeholder, textarea::placeholder { | |
| color: #6b7280; | |
| opacity: 1; | |
| } | |
| ::-webkit-datetime-edit-fields-wrapper { | |
| padding: 0; | |
| } | |
| ::-webkit-date-and-time-value { | |
| min-height: 1.5em; | |
| } | |
| select { | |
| background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e"); | |
| background-position: right 0.5rem center; | |
| background-repeat: no-repeat; | |
| background-size: 1.5em 1.5em; | |
| padding-right: 2.5rem; | |
| -webkit-print-color-adjust: exact; | |
| color-adjust: exact; | |
| } | |
| [multiple] { | |
| background-image: initial; | |
| background-position: initial; | |
| background-repeat: unset; | |
| background-size: initial; | |
| padding-right: 0.75rem; | |
| -webkit-print-color-adjust: unset; | |
| color-adjust: unset; | |
| } | |
| [type='checkbox'], | |
| [type='radio'] | |
| { | |
| -webkit-appearance: none; | |
| -moz-appearance: none; | |
| appearance: none; | |
| padding: 0; | |
| -webkit-print-color-adjust: exact; | |
| color-adjust: exact; | |
| display: inline-block; | |
| vertical-align: middle; | |
| background-origin: border-box; | |
| -webkit-user-select: none; | |
| -moz-user-select: none; | |
| -ms-user-select: none; | |
| user-select: none; | |
| flex-shrink: 0; | |
| height: 1rem; | |
| width: 1rem; | |
| color: #2563eb; | |
| background-color: #fff; | |
| border-color: #6b7280; | |
| border-width: 1px; | |
| } | |
| [type='checkbox'] { | |
| border-radius: 0px; | |
| } | |
| [type='radio'] { | |
| border-radius: 100%; | |
| } | |
| [type='checkbox']:focus, | |
| [type='radio']:focus | |
| { | |
| outline: 2px solid transparent; | |
| outline-offset: 2px; | |
| --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/); | |
| --tw-ring-offset-width: 2px; | |
| --tw-ring-offset-color: #fff; | |
| --tw-ring-color: #2563eb; | |
| --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); | |
| --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); | |
| box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); | |
| } | |
| [type='checkbox']:checked, | |
| [type='radio']:checked | |
| { | |
| border-color: transparent; | |
| background-color: currentColor; | |
| background-size: 100% 100%; | |
| background-position: center; | |
| background-repeat: no-repeat; | |
| } | |
| [type='checkbox']:checked { | |
| background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e"); | |
| } | |
| [type='radio']:checked { | |
| background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e"); | |
| } | |
| [type='checkbox']:checked:hover, | |
| [type='checkbox']:checked:focus, | |
| [type='radio']:checked:hover, | |
| [type='radio']:checked:focus | |
| { | |
| border-color: transparent; | |
| background-color: currentColor; | |
| } | |
| [type='checkbox']:indeterminate { | |
| background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e"); | |
| border-color: transparent; | |
| background-color: currentColor; | |
| background-size: 100% 100%; | |
| background-position: center; | |
| background-repeat: no-repeat; | |
| } | |
| [type='checkbox']:indeterminate:hover, | |
| [type='checkbox']:indeterminate:focus | |
| { | |
| border-color: transparent; | |
| background-color: currentColor; | |
| } | |
| [type='file'] { | |
| background: unset; | |
| border-color: inherit; | |
| border-width: 0; | |
| border-radius: 0; | |
| padding: 0; | |
| font-size: unset; | |
| line-height: inherit; | |
| } | |
| [type='file']:focus { | |
| outline: 1px auto -webkit-focus-ring-color; | |
| } | |
| .container { | |
| width: 100%; | |
| } | |
| @media (min-width: 640px) { | |
| .container { | |
| max-width: 640px; | |
| } | |
| } | |
| @media (min-width: 768px) { | |
| .container { | |
| max-width: 768px; | |
| } | |
| } | |
| @media (min-width: 1024px) { | |
| .container { | |
| max-width: 1024px; | |
| } | |
| } | |
| @media (min-width: 1280px) { | |
| .container { | |
| max-width: 1280px; | |
| } | |
| } | |
| @media (min-width: 1536px) { | |
| .container { | |
| max-width: 1536px; | |
| } | |
| } | |
| .avatar { | |
| display: inline-flex; | |
| position: relative; | |
| } | |
| .avatar>div { | |
| display: block; | |
| overflow: hidden; | |
| } | |
| .avatar img { | |
| height: 100%; | |
| -o-object-fit: cover; | |
| object-fit: cover; | |
| width: 100%; | |
| } | |
| .avatar.placeholder>div { | |
| display: flex; | |
| align-items: center; | |
| justify-content: center; | |
| } | |
| .btn { | |
| border-color: transparent; | |
| border-color: hsla(var(--n)/var(--tw-border-opacity,1)); | |
| cursor: pointer; | |
| display: inline-flex; | |
| flex-wrap: wrap; | |
| align-items: center; | |
| justify-content: center; | |
| flex-shrink: 0; | |
| text-align: center; | |
| -webkit-user-select: none; | |
| -moz-user-select: none; | |
| -ms-user-select: none; | |
| user-select: none; | |
| transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform; | |
| transition-duration: .15s; | |
| transition-duration: .2s; | |
| transition-timing-function: cubic-bezier(.4,0,.2,1); | |
| border-radius: var(--rounded-btn,.5rem); | |
| height: 3rem; | |
| font-size: .875rem; | |
| line-height: 1.25rem; | |
| line-height: 1em; | |
| padding-left: 1rem; | |
| padding-right: 1rem; | |
| min-height: 3rem; | |
| font-weight: 600; | |
| text-transform: uppercase; | |
| text-transform: var(--btn-text-case,uppercase); | |
| border-width: var(--border-btn,1px); | |
| -webkit-animation: button-pop var(--animation-btn,.25s) ease-out; | |
| animation: button-pop var(--animation-btn,.25s) ease-out; | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--n)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--nc)/var(--tw-text-opacity,1)); | |
| } | |
| .btn:focus { | |
| outline: 2px solid transparent; | |
| outline-offset: 2px; | |
| } | |
| .btn-disabled,.btn[disabled] { | |
| pointer-events: none; | |
| --tw-bg-opacity: 1; | |
| --tw-bg-opacity: 0.2; | |
| background-color: hsla(var(--n)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 0; | |
| --tw-text-opacity: 1; | |
| --tw-text-opacity: 0.2; | |
| color: hsla(var(--bc)/var(--tw-text-opacity,1)); | |
| } | |
| .btn.loading,.btn.loading:hover { | |
| pointer-events: none; | |
| } | |
| .btn.loading:before { | |
| border-radius: 9999px; | |
| border-width: 2px; | |
| height: 1rem; | |
| margin-right: .5rem; | |
| width: 1rem; | |
| -webkit-animation: spin 2s linear infinite; | |
| animation: spin 2s linear infinite; | |
| content: ""; | |
| border-color: transparent currentColor currentColor transparent; | |
| } | |
| @media (prefers-reduced-motion:reduce) { | |
| .btn.loading:before { | |
| -webkit-animation: spin 10s linear infinite; | |
| animation: spin 10s linear infinite; | |
| } | |
| } | |
| @-webkit-keyframes spin { | |
| 0% { | |
| transform: rotate(0deg); | |
| } | |
| to { | |
| transform: rotate(1turn); | |
| } | |
| } | |
| @keyframes spin { | |
| 0% { | |
| transform: rotate(0deg); | |
| } | |
| to { | |
| transform: rotate(1turn); | |
| } | |
| } | |
| .btn-group { | |
| display: flex; | |
| flex-wrap: wrap; | |
| } | |
| .btn-group>input[type=radio].btn { | |
| -webkit-appearance: none; | |
| -moz-appearance: none; | |
| appearance: none; | |
| } | |
| .btn-group>input[type=radio].btn:before { | |
| content: attr(data-title); | |
| } | |
| .card { | |
| display: flex; | |
| flex-direction: column; | |
| overflow: hidden; | |
| position: relative; | |
| border-radius: var(--rounded-box,1rem); | |
| } | |
| .card:focus { | |
| outline: 2px solid transparent; | |
| outline-offset: 2px; | |
| } | |
| .card-body { | |
| display: flex; | |
| flex-direction: column; | |
| flex: 1 1 auto; | |
| padding: var(--padding-card,2rem); | |
| } | |
| .card figure,.card figure>* { | |
| width: 100%; | |
| } | |
| .card-actions { | |
| display: flex; | |
| flex-wrap: wrap; | |
| align-items: flex-start; | |
| margin-left: -.25rem; | |
| margin-right: -.25rem; | |
| } | |
| .card-actions>* { | |
| margin: .25rem; | |
| } | |
| .card.image-full { | |
| display: grid; | |
| } | |
| .card.image-full:before { | |
| position: relative; | |
| content: ""; | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--n)/var(--tw-bg-opacity,1)); | |
| opacity: .75; | |
| z-index: 10; | |
| border-radius: var(--rounded-box,1rem); | |
| } | |
| .card.image-full:before,.card.image-full>* { | |
| grid-column-start: 1; | |
| grid-row-start: 1; | |
| } | |
| .card.image-full>figure img { | |
| height: 100%; | |
| -o-object-fit: cover; | |
| object-fit: cover; | |
| } | |
| .card.image-full>.card-body { | |
| position: relative; | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--nc)/var(--tw-text-opacity,1)); | |
| z-index: 20; | |
| } | |
| .carousel { | |
| display: flex; | |
| overflow-x: scroll; | |
| -ms-scroll-snap-type: x mandatory; | |
| scroll-snap-type: x mandatory; | |
| scroll-behavior: smooth; | |
| -ms-overflow-style: none; | |
| scrollbar-width: none; | |
| } | |
| .carousel-item { | |
| box-sizing: content-box; | |
| display: flex; | |
| flex: none; | |
| scroll-snap-align: start; | |
| } | |
| .carousel-center .carousel-item { | |
| scroll-snap-align: center; | |
| } | |
| .carousel-end .carousel-item { | |
| scroll-snap-align: end; | |
| } | |
| .checkbox:focus { | |
| outline: 2px solid transparent; | |
| outline-offset: 2px; | |
| } | |
| .collapse { | |
| display: grid; | |
| overflow: hidden; | |
| position: relative; | |
| outline: 2px solid transparent; | |
| outline-offset: 2px; | |
| } | |
| .collapse-content,.collapse-title,.collapse>input[type=checkbox] { | |
| grid-column-start: 1; | |
| grid-row-start: 1; | |
| } | |
| .collapse>input[type=checkbox] { | |
| -webkit-appearance: none; | |
| -moz-appearance: none; | |
| appearance: none; | |
| opacity: 0; | |
| } | |
| .collapse-content { | |
| overflow: hidden; | |
| grid-row-start: 2; | |
| max-height: 0; | |
| padding-left: 1rem; | |
| padding-right: 1rem; | |
| cursor: unset; | |
| transition: padding .2s ease-in-out,background-color .2s ease-in-out; | |
| } | |
| .collapse-open .collapse-content,.collapse:focus:not(.collapse-close) .collapse-content,.collapse:not(.collapse-close) input[type=checkbox]:checked~.collapse-content { | |
| max-height: 9000px; | |
| --tw-bg-opacity: 1; | |
| --tw-bg-opacity: 0.1; | |
| background-color: hsla(var(--bc)/var(--tw-bg-opacity,1)); | |
| opacity: 1; | |
| padding-bottom: 1rem; | |
| transition: padding .2s ease-in-out,background-color .2s ease-in-out; | |
| } | |
| .dropdown { | |
| display: inline-block; | |
| position: relative; | |
| } | |
| .dropdown>:focus { | |
| outline: 2px solid transparent; | |
| outline-offset: 2px; | |
| } | |
| .dropdown .dropdown-content { | |
| opacity: 0; | |
| position: absolute; | |
| visibility: hidden; | |
| z-index: 50; | |
| --tw-translate-x: 0; | |
| --tw-translate-y: 0; | |
| --tw-rotate: 0; | |
| --tw-skew-x: 0; | |
| --tw-skew-y: 0; | |
| --tw-scale-x: 1; | |
| --tw-scale-x: .95; | |
| --tw-scale-y: 1; | |
| --tw-scale-y: .95; | |
| transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); | |
| transform-origin: top; | |
| transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform; | |
| transition-duration: .15s; | |
| transition-duration: .2s; | |
| transition-timing-function: cubic-bezier(.4,0,.2,1); | |
| } | |
| .dropdown-end .dropdown-content { | |
| right: 0; | |
| } | |
| .dropdown-left .dropdown-content { | |
| top: 0; | |
| bottom: auto; | |
| right: 100%; | |
| transform-origin: right; | |
| } | |
| .dropdown-right .dropdown-content { | |
| top: 0; | |
| bottom: auto; | |
| left: 100%; | |
| transform-origin: left; | |
| } | |
| .dropdown-top .dropdown-content { | |
| top: auto; | |
| bottom: 100%; | |
| transform-origin: bottom; | |
| } | |
| .dropdown-end.dropdown-right .dropdown-content { | |
| bottom: 0; | |
| top: auto; | |
| } | |
| .dropdown-end.dropdown-left .dropdown-content { | |
| bottom: 0; | |
| top: auto; | |
| } | |
| .dropdown.dropdown-hover:hover .dropdown-content,.dropdown.dropdown-open .dropdown-content,.dropdown:not(.dropdown-hover):focus-within .dropdown-content,.dropdown:not(.dropdown-hover):focus .dropdown-content { | |
| opacity: 1; | |
| visibility: visible; | |
| } | |
| .footer { | |
| display: grid; | |
| place-items: start; | |
| width: 100%; | |
| grid-auto-flow: row; | |
| font-size: .875rem; | |
| line-height: 1.25rem; | |
| -moz-column-gap: 1rem; | |
| column-gap: 1rem; | |
| row-gap: 2.5rem; | |
| } | |
| .footer>* { | |
| display: grid; | |
| place-items: start; | |
| gap: .5rem; | |
| } | |
| .footer-center { | |
| place-items: center; | |
| text-align: center; | |
| } | |
| .footer-center>* { | |
| place-items: center; | |
| } | |
| @media (min-width:48rem) { | |
| .footer { | |
| grid-auto-flow: column; | |
| } | |
| .footer-center { | |
| grid-auto-flow: row dense; | |
| } | |
| } | |
| .form-control { | |
| display: flex; | |
| flex-direction: column; | |
| } | |
| .label { | |
| display: flex; | |
| align-items: center; | |
| justify-content: space-between; | |
| -webkit-user-select: none; | |
| -moz-user-select: none; | |
| -ms-user-select: none; | |
| user-select: none; | |
| padding: .5rem .25rem; | |
| } | |
| .input { | |
| flex-shrink: 1; | |
| transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform; | |
| transition-duration: .15s; | |
| transition-duration: .2s; | |
| transition-timing-function: cubic-bezier(.4,0,.2,1); | |
| height: 3rem; | |
| font-size: .875rem; | |
| line-height: 1.25rem; | |
| line-height: 2; | |
| padding-left: 1rem; | |
| padding-right: 1rem; | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--b1)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| --tw-border-opacity: 0; | |
| border-color: hsla(var(--bc)/var(--tw-border-opacity,1)); | |
| border-width: 1px; | |
| border-radius: var(--rounded-btn,.5rem); | |
| } | |
| .input:focus { | |
| outline: 2px solid transparent; | |
| outline-offset: 2px; | |
| box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsla(var(--bc)/.2); | |
| } | |
| .input-group>*,.input-group>.input { | |
| border-radius: 0; | |
| } | |
| .link { | |
| cursor: pointer; | |
| text-decoration: underline; | |
| } | |
| .link-hover { | |
| text-decoration: none; | |
| } | |
| .link-hover:hover { | |
| text-decoration: underline; | |
| } | |
| .menu { | |
| display: flex; | |
| flex-direction: column; | |
| overflow: hidden; | |
| } | |
| .menu.horizontal { | |
| display: inline-flex; | |
| flex-direction: row; | |
| } | |
| .menu.horizontal :where(li) { | |
| flex-direction: row; | |
| } | |
| .menu :where(li) { | |
| display: flex; | |
| flex-direction: column; | |
| align-items: stretch; | |
| } | |
| .menu :where(li)>a,.menu :where(li)>span { | |
| display: flex; | |
| align-items: center; | |
| transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform; | |
| transition-duration: .15s; | |
| transition-duration: .2s; | |
| transition-timing-function: cubic-bezier(.4,0,.2,1); | |
| } | |
| .menu :where(li)>a { | |
| cursor: pointer; | |
| } | |
| .menu :where(li)>a:focus { | |
| outline: 2px solid transparent; | |
| outline-offset: 2px; | |
| } | |
| .menu :where(li).disabled>a,.menu :where(li).disabled>span { | |
| cursor: auto; | |
| } | |
| .navbar { | |
| display: flex; | |
| align-items: center; | |
| padding: var(--navbar-padding,.5rem); | |
| min-height: 4rem; | |
| } | |
| .navbar>* { | |
| display: flex; | |
| align-items: center; | |
| } | |
| .textarea { | |
| flex-shrink: 1; | |
| transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform; | |
| transition-duration: .15s; | |
| transition-duration: .2s; | |
| transition-timing-function: cubic-bezier(.4,0,.2,1); | |
| font-size: .875rem; | |
| line-height: 1.25rem; | |
| line-height: 2; | |
| padding: .5rem 1rem; | |
| min-height: 3rem; | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--b1)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| --tw-border-opacity: 0; | |
| border-color: hsla(var(--bc)/var(--tw-border-opacity,1)); | |
| border-width: 1px; | |
| border-radius: var(--rounded-btn,.5rem); | |
| } | |
| .textarea:focus { | |
| outline: 2px solid transparent; | |
| outline-offset: 2px; | |
| box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsla(var(--bc)/.2); | |
| } | |
| .avatar-group .avatar { | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--b1)/var(--tw-border-opacity,1)); | |
| border-radius: 9999px; | |
| border-width: 4px; | |
| overflow: hidden; | |
| } | |
| .btn .badge { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--b1)/var(--tw-bg-opacity,1)); | |
| border-color: transparent; | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--bc)/var(--tw-text-opacity,1)); | |
| } | |
| .btn .badge-outline { | |
| background-color: transparent; | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--b2)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--b2)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline .badge { | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--nf)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--nc)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline.btn-primary .badge { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--p)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--p)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--pc)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline.btn-secondary .badge { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--s)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--s)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--sc)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline.btn-accent .badge { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--a)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--a)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--ac)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline .badge.outline { | |
| background-color: transparent; | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--nf)/var(--tw-border-opacity,1)); | |
| } | |
| .btn-outline.btn-primary .badge-outline { | |
| background-color: transparent; | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--p)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--p)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline.btn-secondary .badge-outline { | |
| background-color: transparent; | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--s)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--s)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline.btn-accent .badge-outline { | |
| background-color: transparent; | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--a)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--a)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline:hover .badge { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--b2)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--b2)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--bc)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline:hover .badge.outline { | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--b2)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--nc)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline.btn-primary:hover .badge { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--pc)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--pc)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--p)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline.btn-primary:hover .badge.outline { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--pf)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--pc)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--pc)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline.btn-secondary:hover .badge { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--sc)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--sc)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--s)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline.btn-secondary:hover .badge.outline { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--sf)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--sc)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--sc)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline.btn-accent:hover .badge { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--ac)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--ac)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--a)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline.btn-accent:hover .badge.outline { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--af)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--ac)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--ac)/var(--tw-text-opacity,1)); | |
| } | |
| .btn:active:focus,.btn:active:hover { | |
| -webkit-animation: none; | |
| animation: none; | |
| transform: scale(var(--btn-focus-scale,.95)); | |
| } | |
| .btn-active,.btn:hover { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--nf)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--nf)/var(--tw-border-opacity,1)); | |
| } | |
| .btn:focus-visible { | |
| box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--nf)); | |
| } | |
| .btn-primary { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--p)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--p)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--pc)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-primary.btn-active,.btn-primary:hover { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--pf)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--pf)/var(--tw-border-opacity,1)); | |
| } | |
| .btn-primary:focus-visible { | |
| box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--p)); | |
| } | |
| .btn-secondary.btn-active,.btn-secondary:hover { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--sf)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--sf)/var(--tw-border-opacity,1)); | |
| } | |
| .btn-accent.btn-active,.btn-accent:hover { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--af)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--af)/var(--tw-border-opacity,1)); | |
| } | |
| .btn-info.btn-active,.btn-info:hover { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--in)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--in)/var(--tw-border-opacity,1)); | |
| } | |
| .btn-success.btn-active,.btn-success:hover { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--su)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--su)/var(--tw-border-opacity,1)); | |
| } | |
| .btn-warning.btn-active,.btn-warning:hover { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--wa)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--wa)/var(--tw-border-opacity,1)); | |
| } | |
| .btn-error.btn-active,.btn-error:hover { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--er)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--er)/var(--tw-border-opacity,1)); | |
| } | |
| .btn.glass.btn-active,.btn.glass:hover { | |
| --glass-opacity: 25%; | |
| --glass-border-opacity: 15%; | |
| } | |
| .btn.glass:focus-visible { | |
| box-shadow: 0 0 0 2px currentColor; | |
| } | |
| .btn-ghost { | |
| background-color: transparent; | |
| border-color: transparent; | |
| border-width: 1px; | |
| color: currentColor; | |
| } | |
| .btn-ghost.btn-active,.btn-ghost:hover { | |
| --tw-bg-opacity: 1; | |
| --tw-bg-opacity: 0.2; | |
| background-color: hsla(var(--bc)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 0; | |
| } | |
| .btn-ghost:focus-visible { | |
| box-shadow: 0 0 0 2px currentColor; | |
| } | |
| .btn-link.btn-active,.btn-link:hover { | |
| background-color: transparent; | |
| border-color: transparent; | |
| text-decoration: underline; | |
| } | |
| .btn-outline { | |
| background-color: transparent; | |
| border-color: currentColor; | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--bc)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline:hover { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--bc)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--bc)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--b1)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline.btn-primary { | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--p)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline.btn-primary:hover { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--pf)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--pf)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--pc)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline.btn-secondary { | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--s)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline.btn-secondary:hover { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--sf)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--sf)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--sc)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline.btn-accent { | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--a)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline.btn-accent:hover { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--af)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--af)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--ac)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline.btn-success { | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--su)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline.btn-success:hover { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--su)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--su)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--nc)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline.btn-info { | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--in)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline.btn-info:hover { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--in)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--in)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--nc)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline.btn-warning { | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--wa)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline.btn-warning:hover { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--wa)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--wa)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--nc)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline.btn-error { | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--er)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-outline.btn-error:hover { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--er)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--er)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--nc)/var(--tw-text-opacity,1)); | |
| } | |
| .btn.loading.btn-circle:before,.btn.loading.btn-square:before { | |
| margin-right: 0; | |
| } | |
| .btn.loading.btn-lg:before,.btn.loading.btn-xl:before { | |
| height: 1.25rem; | |
| width: 1.25rem; | |
| } | |
| .btn.loading.btn-sm:before,.btn.loading.btn-xs:before { | |
| height: .75rem; | |
| width: .75rem; | |
| } | |
| .btn-group>.btn-active,.btn-group>input[type=radio]:checked.btn { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--p)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--p)/var(--tw-border-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--pc)/var(--tw-text-opacity,1)); | |
| } | |
| .btn-group>.btn-active:focus-visible,.btn-group>input[type=radio]:checked.btn:focus-visible { | |
| box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--p)); | |
| } | |
| .btn-group>.btn:not(:first-child) { | |
| border-top-left-radius: 0; | |
| border-bottom-left-radius: 0; | |
| margin-left: -1px; | |
| } | |
| .btn-group>.btn:not(:last-child) { | |
| border-top-right-radius: 0; | |
| border-bottom-right-radius: 0; | |
| } | |
| @-webkit-keyframes button-pop { | |
| 0% { | |
| transform: scale(var(--btn-focus-scale,.95)); | |
| } | |
| 40% { | |
| transform: scale(1.02); | |
| } | |
| to { | |
| transform: scale(1); | |
| } | |
| } | |
| @keyframes button-pop { | |
| 0% { | |
| transform: scale(var(--btn-focus-scale,.95)); | |
| } | |
| 40% { | |
| transform: scale(1.02); | |
| } | |
| to { | |
| transform: scale(1); | |
| } | |
| } | |
| .card:focus-visible { | |
| box-shadow: 0 0 0 2px currentColor; | |
| } | |
| .card.bordered { | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--b2)/var(--tw-border-opacity,1)); | |
| border-width: 1px; | |
| } | |
| .card.compact .card-body { | |
| font-size: .875rem; | |
| line-height: 1.25rem; | |
| padding: 1rem; | |
| } | |
| .card.compact .card-title { | |
| margin-bottom: .25rem; | |
| } | |
| .card-title { | |
| font-weight: 600; | |
| font-size: 1.25rem; | |
| line-height: 1.75rem; | |
| margin-bottom: .75rem; | |
| } | |
| .card-actions:first-child { | |
| margin-bottom: .5rem; | |
| } | |
| .card-actions:last-child { | |
| margin-top: 1.5rem; | |
| } | |
| .carousel::-webkit-scrollbar { | |
| display: none; | |
| } | |
| .checkbox { | |
| --chkbg: var(--bc); | |
| --chkfg: var(--b1); | |
| -webkit-appearance: none; | |
| -moz-appearance: none; | |
| appearance: none; | |
| --tw-border-opacity: 1; | |
| --tw-border-opacity: 0.2; | |
| border-color: hsla(var(--bc)/var(--tw-border-opacity,1)); | |
| border-width: 1px; | |
| cursor: pointer; | |
| height: 1.5rem; | |
| width: 1.5rem; | |
| border-radius: var(--rounded-btn,.5rem); | |
| } | |
| .checkbox:focus-visible { | |
| box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--bc)); | |
| } | |
| .checkbox:checked { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--bc)/var(--tw-bg-opacity,1)); | |
| background-repeat: no-repeat; | |
| -webkit-animation: checkmark var(--animation-input,.2s) ease-in-out; | |
| animation: checkmark var(--animation-input,.2s) ease-in-out; | |
| background-image: linear-gradient(-45deg,transparent 65%,hsl(var(--chkbg)) 0),linear-gradient(45deg,transparent 75%,hsl(var(--chkbg)) 0),linear-gradient(-45deg,hsl(var(--chkbg)) 40%,transparent 0),linear-gradient(45deg,hsl(var(--chkbg)) 30%,hsl(var(--chkfg)) 0,hsl(var(--chkfg)) 40%,transparent 0),linear-gradient(-45deg,hsl(var(--chkfg)) 50%,hsl(var(--chkbg)) 0); | |
| } | |
| .checkbox:disabled { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--bc)/var(--tw-bg-opacity,1)); | |
| border-color: transparent; | |
| cursor: not-allowed; | |
| opacity: .2; | |
| } | |
| @-webkit-keyframes checkmark { | |
| 0% { | |
| background-position-y: 5px; | |
| } | |
| 50% { | |
| background-position-y: -2px; | |
| } | |
| to { | |
| background-position-y: 0; | |
| } | |
| } | |
| @keyframes checkmark { | |
| 0% { | |
| background-position-y: 5px; | |
| } | |
| 50% { | |
| background-position-y: -2px; | |
| } | |
| to { | |
| background-position-y: 0; | |
| } | |
| } | |
| .collapse-arrow .collapse-title:after { | |
| display: block; | |
| height: .5rem; | |
| position: absolute; | |
| width: .5rem; | |
| transition-property: all; | |
| transition-duration: .15s; | |
| transition-duration: .3s; | |
| transition-timing-function: cubic-bezier(.4,0,.2,1); | |
| top: 1.4rem; | |
| right: 1.4rem; | |
| content: ""; | |
| transform-origin: 75% 75%; | |
| transform: rotate(45deg); | |
| box-shadow: 2px 2px; | |
| pointer-events: none; | |
| } | |
| .collapse-plus .collapse-title:after { | |
| display: block; | |
| height: .5rem; | |
| position: absolute; | |
| width: .5rem; | |
| transition-property: all; | |
| transition-duration: .15s; | |
| transition-duration: .3s; | |
| transition-timing-function: cubic-bezier(.4,0,.2,1); | |
| top: .9rem; | |
| right: 1.4rem; | |
| content: "+"; | |
| pointer-events: none; | |
| } | |
| .collapse:not(.collapse-open):not(.collapse-close) .collapse-title,.collapse:not(.collapse-open):not(.collapse-close) input[type=checkbox] { | |
| cursor: pointer; | |
| } | |
| .collapse:focus:not(.collapse-open):not(.collapse-close) .collapse-title { | |
| cursor: unset; | |
| } | |
| .collapse-title,.collapse>input[type=checkbox] { | |
| padding: 1rem 3rem 1rem 1rem; | |
| width: 100%; | |
| min-height: 3.75rem; | |
| transition: background-color .2s ease-in-out; | |
| } | |
| .collapse:not(.collapse-close) input[type=checkbox]:focus~.collapse-title { | |
| --tw-bg-opacity: 1; | |
| --tw-bg-opacity: 0.1; | |
| background-color: hsla(var(--bc)/var(--tw-bg-opacity,1)); | |
| } | |
| .collapse-open .collapse-title,.collapse:focus:not(.collapse-close) .collapse-title,.collapse:not(.collapse-close) input[type=checkbox]:checked~.collapse-title { | |
| --tw-bg-opacity: 1; | |
| --tw-bg-opacity: 0.1; | |
| background-color: hsla(var(--bc)/var(--tw-bg-opacity,1)); | |
| outline: 2px solid transparent; | |
| outline-offset: 2px; | |
| } | |
| .collapse-arrow:focus:not(.collapse-close) .collapse-title:after,.collapse-arrow:not(.collapse-close) input[type=checkbox]:checked~.collapse-title:after,.collapse-open.collapse-arrow .collapse-title:after { | |
| transform: rotate(225deg); | |
| } | |
| .collapse-open.collapse-plus .collapse-title:after,.collapse-plus:focus:not(.collapse-close) .collapse-title:after,.collapse-plus:not(.collapse-close) input[type=checkbox]:checked~.collapse-title:after { | |
| content: "−"; | |
| } | |
| .drawer-toggle:focus-visible~.drawer-content .drawer-button.btn-primary { | |
| box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--p)); | |
| } | |
| .drawer-toggle:focus-visible~.drawer-content .drawer-button.btn-ghost { | |
| box-shadow: 0 0 0 2px currentColor; | |
| } | |
| .dropdown.dropdown-hover:hover .dropdown-content,.dropdown.dropdown-open .dropdown-content,.dropdown:focus-within .dropdown-content,.dropdown:focus .dropdown-content { | |
| --tw-scale-x: 1; | |
| --tw-scale-y: 1; | |
| } | |
| .label-text { | |
| font-size: .875rem; | |
| line-height: 1.25rem; | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--bc)/var(--tw-text-opacity,1)); | |
| } | |
| .label a:hover { | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--bc)/var(--tw-text-opacity,1)); | |
| } | |
| .input-bordered { | |
| --tw-border-opacity: 0.2; | |
| } | |
| .input-disabled,.input[disabled] { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--b2)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--b2)/var(--tw-border-opacity,1)); | |
| cursor: not-allowed; | |
| --tw-text-opacity: 0.2; | |
| } | |
| .input-disabled::-moz-placeholder,.input[disabled]::-moz-placeholder { | |
| --tw-placeholder-opacity: 1; | |
| --tw-placeholder-opacity: 0.2; | |
| color: hsla(var(--bc)/var(--tw-placeholder-opacity,1)); | |
| } | |
| .input-disabled:-ms-input-placeholder,.input[disabled]:-ms-input-placeholder { | |
| --tw-placeholder-opacity: 1; | |
| --tw-placeholder-opacity: 0.2; | |
| color: hsla(var(--bc)/var(--tw-placeholder-opacity,1)); | |
| } | |
| .input-disabled::-moz-placeholder, .input[disabled]::-moz-placeholder { | |
| --tw-placeholder-opacity: 1; | |
| --tw-placeholder-opacity: 0.2; | |
| color: hsla(var(--bc)/var(--tw-placeholder-opacity,1)); | |
| } | |
| .input-disabled:-ms-input-placeholder, .input[disabled]:-ms-input-placeholder { | |
| --tw-placeholder-opacity: 1; | |
| --tw-placeholder-opacity: 0.2; | |
| color: hsla(var(--bc)/var(--tw-placeholder-opacity,1)); | |
| } | |
| .input-disabled::placeholder,.input[disabled]::placeholder { | |
| --tw-placeholder-opacity: 1; | |
| --tw-placeholder-opacity: 0.2; | |
| color: hsla(var(--bc)/var(--tw-placeholder-opacity,1)); | |
| } | |
| .link:focus { | |
| outline: 2px solid transparent; | |
| outline-offset: 2px; | |
| } | |
| .link:focus-visible { | |
| box-shadow: 0 0 0 2px currentColor; | |
| } | |
| .menu.horizontal li.bordered>a,.menu.horizontal li.bordered>span { | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--p)/var(--tw-border-opacity,1)); | |
| border-left-width: 0; | |
| border-bottom-width: 4px; | |
| } | |
| .menu[class*=p-] li a { | |
| border-radius: var(--rounded-btn,.5rem); | |
| } | |
| .menu li>a,.menu li>span { | |
| padding: .75rem 1.25rem; | |
| color: currentColor; | |
| } | |
| .menu li>a:focus,.menu li>a:hover { | |
| --tw-bg-opacity: 1; | |
| --tw-bg-opacity: 0.1; | |
| background-color: hsla(var(--bc)/var(--tw-bg-opacity,1)); | |
| } | |
| .menu li>a.active { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--p)/var(--tw-bg-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--pc)/var(--tw-text-opacity,1)); | |
| } | |
| .menu li>a:active { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--pf)/var(--tw-bg-opacity,1)); | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--pc)/var(--tw-text-opacity,1)); | |
| } | |
| .menu li.disabled>a:hover,.menu li.disabled>span:hover { | |
| background-color: transparent; | |
| } | |
| .menu li.disabled>a,.menu li.disabled>span { | |
| --tw-text-opacity: 1; | |
| --tw-text-opacity: 0.2; | |
| color: hsla(var(--bc)/var(--tw-text-opacity,1)); | |
| } | |
| .menu li.bordered a,.menu li.bordered span { | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--p)/var(--tw-border-opacity,1)); | |
| border-left-width: 4px; | |
| } | |
| .menu li.hover-bordered a { | |
| border-color: transparent; | |
| border-left-width: 4px; | |
| } | |
| .menu li.hover-bordered a:hover { | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--p)/var(--tw-border-opacity,1)); | |
| } | |
| .menu ul { | |
| padding-left: 1.5rem; | |
| } | |
| .menu.compact li>a,.menu.compact li>span { | |
| font-size: .875rem; | |
| line-height: 1.25rem; | |
| padding-top: .5rem; | |
| padding-bottom: .5rem; | |
| } | |
| .menu .menu-title>a,.menu .menu-title>span { | |
| font-weight: 700; | |
| font-size: .75rem; | |
| line-height: 1rem; | |
| padding-top: .25rem; | |
| padding-bottom: .25rem; | |
| --tw-text-opacity: 1; | |
| --tw-text-opacity: 0.4; | |
| color: hsla(var(--bc)/var(--tw-text-opacity,1)); | |
| } | |
| .mockup-phone .display { | |
| overflow: hidden; | |
| border-radius: 40px; | |
| margin-top: -25px; | |
| } | |
| @-webkit-keyframes radiomark { | |
| 0% { | |
| box-shadow: 0 0 0 12px hsl(var(--b1)) inset,0 0 0 12px hsl(var(--b1)) inset,var(--focus-shadow); | |
| } | |
| 50% { | |
| box-shadow: 0 0 0 3px hsl(var(--b1)) inset,0 0 0 3px hsl(var(--b1)) inset,var(--focus-shadow); | |
| } | |
| to { | |
| box-shadow: 0 0 0 4px hsl(var(--b1)) inset,0 0 0 4px hsl(var(--b1)) inset,var(--focus-shadow); | |
| } | |
| } | |
| @keyframes radiomark { | |
| 0% { | |
| box-shadow: 0 0 0 12px hsl(var(--b1)) inset,0 0 0 12px hsl(var(--b1)) inset,var(--focus-shadow); | |
| } | |
| 50% { | |
| box-shadow: 0 0 0 3px hsl(var(--b1)) inset,0 0 0 3px hsl(var(--b1)) inset,var(--focus-shadow); | |
| } | |
| to { | |
| box-shadow: 0 0 0 4px hsl(var(--b1)) inset,0 0 0 4px hsl(var(--b1)) inset,var(--focus-shadow); | |
| } | |
| } | |
| .table tr.active:nth-child(2n) td,.table tr.active:nth-child(2n) th,.table tr.active td,.table tr.active th { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--b3)/var(--tw-bg-opacity,1)); | |
| } | |
| .textarea-bordered { | |
| --tw-border-opacity: 0.2; | |
| } | |
| .textarea-disabled,.textarea[disabled] { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--b2)/var(--tw-bg-opacity,1)); | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--b2)/var(--tw-border-opacity,1)); | |
| cursor: not-allowed; | |
| --tw-text-opacity: 0.2; | |
| } | |
| .textarea-disabled::-moz-placeholder,.textarea[disabled]::-moz-placeholder { | |
| --tw-placeholder-opacity: 1; | |
| --tw-placeholder-opacity: 0.2; | |
| color: hsla(var(--bc)/var(--tw-placeholder-opacity,1)); | |
| } | |
| .textarea-disabled:-ms-input-placeholder,.textarea[disabled]:-ms-input-placeholder { | |
| --tw-placeholder-opacity: 1; | |
| --tw-placeholder-opacity: 0.2; | |
| color: hsla(var(--bc)/var(--tw-placeholder-opacity,1)); | |
| } | |
| .textarea-disabled::-moz-placeholder, .textarea[disabled]::-moz-placeholder { | |
| --tw-placeholder-opacity: 1; | |
| --tw-placeholder-opacity: 0.2; | |
| color: hsla(var(--bc)/var(--tw-placeholder-opacity,1)); | |
| } | |
| .textarea-disabled:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder { | |
| --tw-placeholder-opacity: 1; | |
| --tw-placeholder-opacity: 0.2; | |
| color: hsla(var(--bc)/var(--tw-placeholder-opacity,1)); | |
| } | |
| .textarea-disabled::placeholder,.textarea[disabled]::placeholder { | |
| --tw-placeholder-opacity: 1; | |
| --tw-placeholder-opacity: 0.2; | |
| color: hsla(var(--bc)/var(--tw-placeholder-opacity,1)); | |
| } | |
| .rounded-box { | |
| border-radius: var(--rounded-box,1rem); | |
| } | |
| .rounded-btn { | |
| border-radius: var(--rounded-btn,.5rem); | |
| } | |
| .glass,.glass.btn-active,.glass:hover { | |
| border: none; | |
| -webkit-backdrop-filter: blur(var(--glass-blur,40px)); | |
| backdrop-filter: blur(var(--glass-blur,40px)); | |
| background-color: transparent; | |
| background-image: linear-gradient(135deg,rgb(255 255 255/var(--glass-opacity,30%)),rgb(0 0 0/0)),linear-gradient(var(--glass-reflex-degree,100deg),rgb(255 255 255/var(--glass-reflex-opacity,10%)) 25%,rgb(0 0 0/0) 0); | |
| box-shadow: 0 0 0 1px rgb(255 255 255/var(--glass-border-opacity,10%)) inset,0 0 0 2px rgb(0 0 0/5%); | |
| text-shadow: 0 1px rgb(0 0 0/var(--glass-text-shadow-opacity,5%)); | |
| } | |
| .min-h-16 { | |
| min-height: 4rem; | |
| } | |
| .btn-sm { | |
| height: 2rem; | |
| padding-left: .75rem; | |
| padding-right: .75rem; | |
| min-height: 2rem; | |
| font-size: .875rem; | |
| } | |
| .btn-square.btn-sm { | |
| height: 2rem; | |
| padding: 0; | |
| width: 2rem; | |
| } | |
| .btn-circle.btn-sm { | |
| border-radius: 9999px; | |
| height: 2rem; | |
| padding: 0; | |
| width: 2rem; | |
| } | |
| .input-md { | |
| height: 3rem; | |
| font-size: .875rem; | |
| line-height: 1.25rem; | |
| line-height: 2; | |
| padding-left: 1rem; | |
| padding-right: 1rem; | |
| } | |
| .avatar.online:before { | |
| content: ""; | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--su)/var(--tw-bg-opacity,1)); | |
| border-radius: 9999px; | |
| display: block; | |
| position: absolute; | |
| z-index: 10; | |
| width: 15%; | |
| height: 15%; | |
| top: 7%; | |
| right: 7%; | |
| box-shadow: 0 0 0 2px hsl(var(--b1)); | |
| } | |
| .avatar.offline:before { | |
| content: ""; | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--b3)/var(--tw-bg-opacity,1)); | |
| border-radius: 9999px; | |
| display: block; | |
| position: absolute; | |
| z-index: 10; | |
| width: 15%; | |
| height: 15%; | |
| top: 7%; | |
| right: 7%; | |
| box-shadow: 0 0 0 2px hsl(var(--b1)); | |
| } | |
| .fixed { | |
| position: fixed; | |
| } | |
| .absolute { | |
| position: absolute; | |
| } | |
| .relative { | |
| position: relative; | |
| } | |
| .sticky { | |
| position: -webkit-sticky; | |
| position: sticky; | |
| } | |
| .inset-0 { | |
| top: 0px; | |
| right: 0px; | |
| bottom: 0px; | |
| left: 0px; | |
| } | |
| .inset-y-0 { | |
| top: 0px; | |
| bottom: 0px; | |
| } | |
| .left-0 { | |
| left: 0px; | |
| } | |
| .top-0 { | |
| top: 0px; | |
| } | |
| .right-0 { | |
| right: 0px; | |
| } | |
| .z-0 { | |
| z-index: 0; | |
| } | |
| .z-10 { | |
| z-index: 10; | |
| } | |
| .z-20 { | |
| z-index: 20; | |
| } | |
| .z-50 { | |
| z-index: 50; | |
| } | |
| .z-40 { | |
| z-index: 40; | |
| } | |
| .m-auto { | |
| margin: auto; | |
| } | |
| .m-0 { | |
| margin: 0px; | |
| } | |
| .my-10 { | |
| margin-top: 2.5rem; | |
| margin-bottom: 2.5rem; | |
| } | |
| .mx-auto { | |
| margin-left: auto; | |
| margin-right: auto; | |
| } | |
| .my-4 { | |
| margin-top: 1rem; | |
| margin-bottom: 1rem; | |
| } | |
| .my-6 { | |
| margin-top: 1.5rem; | |
| margin-bottom: 1.5rem; | |
| } | |
| .mx-2 { | |
| margin-left: 0.5rem; | |
| margin-right: 0.5rem; | |
| } | |
| .ml-3 { | |
| margin-left: 0.75rem; | |
| } | |
| .-ml-px { | |
| margin-left: -1px; | |
| } | |
| .mb-4 { | |
| margin-bottom: 1rem; | |
| } | |
| .mt-1 { | |
| margin-top: 0.25rem; | |
| } | |
| .mt-4 { | |
| margin-top: 1rem; | |
| } | |
| .ml-2 { | |
| margin-left: 0.5rem; | |
| } | |
| .mb-5 { | |
| margin-bottom: 1.25rem; | |
| } | |
| .ml-4 { | |
| margin-left: 1rem; | |
| } | |
| .ml-1 { | |
| margin-left: 0.25rem; | |
| } | |
| .mt-2 { | |
| margin-top: 0.5rem; | |
| } | |
| .mr-2 { | |
| margin-right: 0.5rem; | |
| } | |
| .mt-8 { | |
| margin-top: 2rem; | |
| } | |
| .ml-12 { | |
| margin-left: 3rem; | |
| } | |
| .-mt-px { | |
| margin-top: -1px; | |
| } | |
| .mr-5 { | |
| margin-right: 1.25rem; | |
| } | |
| .-ml-1 { | |
| margin-left: -0.25rem; | |
| } | |
| .mr-3 { | |
| margin-right: 0.75rem; | |
| } | |
| .mb-2 { | |
| margin-bottom: 0.5rem; | |
| } | |
| .-mt-1\.5 { | |
| margin-top: -0.375rem; | |
| } | |
| .-mt-1 { | |
| margin-top: -0.25rem; | |
| } | |
| .mb-10 { | |
| margin-bottom: 2.5rem; | |
| } | |
| .ml-6 { | |
| margin-left: 1.5rem; | |
| } | |
| .mt-6 { | |
| margin-top: 1.5rem; | |
| } | |
| .mt-16 { | |
| margin-top: 4rem; | |
| } | |
| .mt-3 { | |
| margin-top: 0.75rem; | |
| } | |
| .block { | |
| display: block; | |
| } | |
| .flex { | |
| display: flex; | |
| } | |
| .inline-flex { | |
| display: inline-flex; | |
| } | |
| .grid { | |
| display: grid; | |
| } | |
| .hidden { | |
| display: none; | |
| } | |
| .h-5 { | |
| height: 1.25rem; | |
| } | |
| .h-20 { | |
| height: 5rem; | |
| } | |
| .h-5\/6 { | |
| height: 83.333333%; | |
| } | |
| .h-8 { | |
| height: 2rem; | |
| } | |
| .h-16 { | |
| height: 4rem; | |
| } | |
| .h-full { | |
| height: 100%; | |
| } | |
| .h-6 { | |
| height: 1.5rem; | |
| } | |
| .h-9 { | |
| height: 2.25rem; | |
| } | |
| .h-4 { | |
| height: 1rem; | |
| } | |
| .h-screen { | |
| height: 100vh; | |
| } | |
| .h-24 { | |
| height: 6rem; | |
| } | |
| .h-3\/4 { | |
| height: 75%; | |
| } | |
| .h-4\/5 { | |
| height: 80%; | |
| } | |
| .max-h-60 { | |
| max-height: 15rem; | |
| } | |
| .max-h-0 { | |
| max-height: 0px; | |
| } | |
| .min-h-screen { | |
| min-height: 100vh; | |
| } | |
| .min-h-full { | |
| min-height: 100%; | |
| } | |
| .w-5 { | |
| width: 1.25rem; | |
| } | |
| .w-20 { | |
| width: 5rem; | |
| } | |
| .w-full { | |
| width: 100%; | |
| } | |
| .w-1 { | |
| width: 0.25rem; | |
| } | |
| .w-8 { | |
| width: 2rem; | |
| } | |
| .w-auto { | |
| width: auto; | |
| } | |
| .w-6 { | |
| width: 1.5rem; | |
| } | |
| .w-9 { | |
| width: 2.25rem; | |
| } | |
| .w-4 { | |
| width: 1rem; | |
| } | |
| .w-4\/5 { | |
| width: 80%; | |
| } | |
| .w-11\/12 { | |
| width: 91.666667%; | |
| } | |
| .w-64 { | |
| width: 16rem; | |
| } | |
| .w-48 { | |
| width: 12rem; | |
| } | |
| .w-52 { | |
| width: 13rem; | |
| } | |
| .w-1\/6 { | |
| width: 16.666667%; | |
| } | |
| .w-3\/4 { | |
| width: 75%; | |
| } | |
| .w-1\/3 { | |
| width: 33.333333%; | |
| } | |
| .min-w-max { | |
| min-width: -webkit-max-content; | |
| min-width: -moz-max-content; | |
| min-width: max-content; | |
| } | |
| .max-w-xl { | |
| max-width: 36rem; | |
| } | |
| .max-w-6xl { | |
| max-width: 72rem; | |
| } | |
| .flex-1 { | |
| flex: 1 1 0%; | |
| } | |
| .flex-none { | |
| flex: none; | |
| } | |
| .flex-shrink-0 { | |
| flex-shrink: 0; | |
| } | |
| .origin-top-left { | |
| transform-origin: top left; | |
| } | |
| .origin-top { | |
| transform-origin: top; | |
| } | |
| .origin-top-right { | |
| transform-origin: top right; | |
| } | |
| .-translate-x-20 { | |
| --tw-translate-x: -5rem; | |
| transform: var(--tw-transform); | |
| } | |
| .scale-95 { | |
| --tw-scale-x: .95; | |
| --tw-scale-y: .95; | |
| transform: var(--tw-transform); | |
| } | |
| .scale-100 { | |
| --tw-scale-x: 1; | |
| --tw-scale-y: 1; | |
| transform: var(--tw-transform); | |
| } | |
| .transform { | |
| transform: var(--tw-transform); | |
| } | |
| .cursor-default { | |
| cursor: default; | |
| } | |
| .list-inside { | |
| list-style-position: inside; | |
| } | |
| .list-disc { | |
| list-style-type: disc; | |
| } | |
| .grid-flow-col { | |
| grid-auto-flow: column; | |
| } | |
| .grid-cols-1 { | |
| grid-template-columns: repeat(1, minmax(0, 1fr)); | |
| } | |
| .flex-row { | |
| flex-direction: row; | |
| } | |
| .flex-col { | |
| flex-direction: column; | |
| } | |
| .flex-wrap { | |
| flex-wrap: wrap; | |
| } | |
| .place-items-center { | |
| place-items: center; | |
| } | |
| .content-center { | |
| align-content: center; | |
| } | |
| .items-end { | |
| align-items: flex-end; | |
| } | |
| .items-center { | |
| align-items: center; | |
| } | |
| .justify-end { | |
| justify-content: flex-end; | |
| } | |
| .justify-center { | |
| justify-content: center; | |
| } | |
| .justify-between { | |
| justify-content: space-between; | |
| } | |
| .gap-4 { | |
| gap: 1rem; | |
| } | |
| .gap-5 { | |
| gap: 1.25rem; | |
| } | |
| .space-x-2 > :not([hidden]) ~ :not([hidden]) { | |
| --tw-space-x-reverse: 0; | |
| margin-right: calc(0.5rem * var(--tw-space-x-reverse)); | |
| margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); | |
| } | |
| .space-x-3 > :not([hidden]) ~ :not([hidden]) { | |
| --tw-space-x-reverse: 0; | |
| margin-right: calc(0.75rem * var(--tw-space-x-reverse)); | |
| margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); | |
| } | |
| .space-x-4 > :not([hidden]) ~ :not([hidden]) { | |
| --tw-space-x-reverse: 0; | |
| margin-right: calc(1rem * var(--tw-space-x-reverse)); | |
| margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); | |
| } | |
| .space-y-2 > :not([hidden]) ~ :not([hidden]) { | |
| --tw-space-y-reverse: 0; | |
| margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); | |
| margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); | |
| } | |
| .space-x-8 > :not([hidden]) ~ :not([hidden]) { | |
| --tw-space-x-reverse: 0; | |
| margin-right: calc(2rem * var(--tw-space-x-reverse)); | |
| margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))); | |
| } | |
| .space-y-8 > :not([hidden]) ~ :not([hidden]) { | |
| --tw-space-y-reverse: 0; | |
| margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))); | |
| margin-bottom: calc(2rem * var(--tw-space-y-reverse)); | |
| } | |
| .overflow-hidden { | |
| overflow: hidden; | |
| } | |
| .overflow-y-auto { | |
| overflow-y: auto; | |
| } | |
| .rounded-md { | |
| border-radius: 0.375rem; | |
| } | |
| .rounded { | |
| border-radius: 0.25rem; | |
| } | |
| .rounded-lg { | |
| border-radius: 0.5rem; | |
| } | |
| .rounded-full { | |
| border-radius: 9999px; | |
| } | |
| .rounded-l-md { | |
| border-top-left-radius: 0.375rem; | |
| border-bottom-left-radius: 0.375rem; | |
| } | |
| .rounded-r-md { | |
| border-top-right-radius: 0.375rem; | |
| border-bottom-right-radius: 0.375rem; | |
| } | |
| .rounded-tr-lg { | |
| border-top-right-radius: 0.5rem; | |
| } | |
| .rounded-br-lg { | |
| border-bottom-right-radius: 0.5rem; | |
| } | |
| .border { | |
| border-width: 1px; | |
| } | |
| .border-t { | |
| border-top-width: 1px; | |
| } | |
| .border-r { | |
| border-right-width: 1px; | |
| } | |
| .border-l-4 { | |
| border-left-width: 4px; | |
| } | |
| .border-gray-300 { | |
| --tw-border-opacity: 1; | |
| border-color: rgba(209, 213, 219, var(--tw-border-opacity)); | |
| } | |
| .border-transparent { | |
| border-color: transparent; | |
| } | |
| .border-gray-200 { | |
| --tw-border-opacity: 1; | |
| border-color: rgba(229, 231, 235, var(--tw-border-opacity)); | |
| } | |
| .border-gray-400 { | |
| --tw-border-opacity: 1; | |
| border-color: rgba(156, 163, 175, var(--tw-border-opacity)); | |
| } | |
| .border-base-300 { | |
| --tw-border-opacity: 1; | |
| border-color: hsla(var(--b3) / var(--tw-border-opacity)); | |
| } | |
| .border-indigo-400 { | |
| --tw-border-opacity: 1; | |
| border-color: rgba(129, 140, 248, var(--tw-border-opacity)); | |
| } | |
| .bg-white { | |
| --tw-bg-opacity: 1; | |
| background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); | |
| } | |
| .bg-base-200 { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--b2) / var(--tw-bg-opacity)); | |
| } | |
| .bg-gray-800 { | |
| --tw-bg-opacity: 1; | |
| background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); | |
| } | |
| .bg-purple-600 { | |
| --tw-bg-opacity: 1; | |
| background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); | |
| } | |
| .bg-gray-100 { | |
| --tw-bg-opacity: 1; | |
| background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); | |
| } | |
| .bg-neutral-focus { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--nf) / var(--tw-bg-opacity)); | |
| } | |
| .bg-transparent { | |
| background-color: transparent; | |
| } | |
| .bg-base-300 { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--b3) / var(--tw-bg-opacity)); | |
| } | |
| .bg-gray-50 { | |
| --tw-bg-opacity: 1; | |
| background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); | |
| } | |
| .bg-black { | |
| --tw-bg-opacity: 1; | |
| background-color: rgba(0, 0, 0, var(--tw-bg-opacity)); | |
| } | |
| .bg-neutral { | |
| --tw-bg-opacity: 1; | |
| background-color: hsla(var(--n) / var(--tw-bg-opacity)); | |
| } | |
| .bg-indigo-50 { | |
| --tw-bg-opacity: 1; | |
| background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); | |
| } | |
| .bg-blue-300 { | |
| --tw-bg-opacity: 1; | |
| background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); | |
| } | |
| .bg-blue-100 { | |
| --tw-bg-opacity: 1; | |
| background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); | |
| } | |
| .bg-blue-50 { | |
| --tw-bg-opacity: 1; | |
| background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); | |
| } | |
| .bg-yellow-300 { | |
| --tw-bg-opacity: 1; | |
| background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); | |
| } | |
| .bg-opacity-50 { | |
| --tw-bg-opacity: 0.5; | |
| } | |
| .fill-current { | |
| fill: currentColor; | |
| } | |
| .p-4 { | |
| padding: 1rem; | |
| } | |
| .p-6 { | |
| padding: 1.5rem; | |
| } | |
| .p-1 { | |
| padding: 0.25rem; | |
| } | |
| .p-2 { | |
| padding: 0.5rem; | |
| } | |
| .p-10 { | |
| padding: 2.5rem; | |
| } | |
| .px-4 { | |
| padding-left: 1rem; | |
| padding-right: 1rem; | |
| } | |
| .py-2 { | |
| padding-top: 0.5rem; | |
| padding-bottom: 0.5rem; | |
| } | |
| .px-2 { | |
| padding-left: 0.5rem; | |
| padding-right: 0.5rem; | |
| } | |
| .py-12 { | |
| padding-top: 3rem; | |
| padding-bottom: 3rem; | |
| } | |
| .py-10 { | |
| padding-top: 2.5rem; | |
| padding-bottom: 2.5rem; | |
| } | |
| .py-4 { | |
| padding-top: 1rem; | |
| padding-bottom: 1rem; | |
| } | |
| .px-6 { | |
| padding-left: 1.5rem; | |
| padding-right: 1.5rem; | |
| } | |
| .py-3 { | |
| padding-top: 0.75rem; | |
| padding-bottom: 0.75rem; | |
| } | |
| .px-12 { | |
| padding-left: 3rem; | |
| padding-right: 3rem; | |
| } | |
| .px-3 { | |
| padding-left: 0.75rem; | |
| padding-right: 0.75rem; | |
| } | |
| .py-1 { | |
| padding-top: 0.25rem; | |
| padding-bottom: 0.25rem; | |
| } | |
| .py-5 { | |
| padding-top: 1.25rem; | |
| padding-bottom: 1.25rem; | |
| } | |
| .py-0 { | |
| padding-top: 0px; | |
| padding-bottom: 0px; | |
| } | |
| .px-8 { | |
| padding-left: 2rem; | |
| padding-right: 2rem; | |
| } | |
| .px-16 { | |
| padding-left: 4rem; | |
| padding-right: 4rem; | |
| } | |
| .py-16 { | |
| padding-top: 4rem; | |
| padding-bottom: 4rem; | |
| } | |
| .py-32 { | |
| padding-top: 8rem; | |
| padding-bottom: 8rem; | |
| } | |
| .py-36 { | |
| padding-top: 9rem; | |
| padding-bottom: 9rem; | |
| } | |
| .py-44 { | |
| padding-top: 11rem; | |
| padding-bottom: 11rem; | |
| } | |
| .py-40 { | |
| padding-top: 10rem; | |
| padding-bottom: 10rem; | |
| } | |
| .pt-8 { | |
| padding-top: 2rem; | |
| } | |
| .pb-2 { | |
| padding-bottom: 0.5rem; | |
| } | |
| .pb-3 { | |
| padding-bottom: 0.75rem; | |
| } | |
| .pt-3 { | |
| padding-top: 0.75rem; | |
| } | |
| .pb-5 { | |
| padding-bottom: 1.25rem; | |
| } | |
| .pb-0 { | |
| padding-bottom: 0px; | |
| } | |
| .pb-4 { | |
| padding-bottom: 1rem; | |
| } | |
| .pt-6 { | |
| padding-top: 1.5rem; | |
| } | |
| .pb-12 { | |
| padding-bottom: 3rem; | |
| } | |
| .pt-12 { | |
| padding-top: 3rem; | |
| } | |
| .pb-10 { | |
| padding-bottom: 2.5rem; | |
| } | |
| .pl-3 { | |
| padding-left: 0.75rem; | |
| } | |
| .pr-4 { | |
| padding-right: 1rem; | |
| } | |
| .text-left { | |
| text-align: left; | |
| } | |
| .text-center { | |
| text-align: center; | |
| } | |
| .text-justify { | |
| text-align: justify; | |
| } | |
| .font-sans { | |
| font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; | |
| } | |
| .text-sm { | |
| font-size: 0.875rem; | |
| line-height: 1.25rem; | |
| } | |
| .text-5xl { | |
| font-size: 3rem; | |
| line-height: 1; | |
| } | |
| .text-xl { | |
| font-size: 1.25rem; | |
| line-height: 1.75rem; | |
| } | |
| .text-xs { | |
| font-size: 0.75rem; | |
| line-height: 1rem; | |
| } | |
| .text-4xl { | |
| font-size: 2.25rem; | |
| line-height: 2.5rem; | |
| } | |
| .text-lg { | |
| font-size: 1.125rem; | |
| line-height: 1.75rem; | |
| } | |
| .text-2xl { | |
| font-size: 1.5rem; | |
| line-height: 2rem; | |
| } | |
| .text-3xl { | |
| font-size: 1.875rem; | |
| line-height: 2.25rem; | |
| } | |
| .text-8xl { | |
| font-size: 6rem; | |
| line-height: 1; | |
| } | |
| .text-base { | |
| font-size: 1rem; | |
| line-height: 1.5rem; | |
| } | |
| .font-medium { | |
| font-weight: 500; | |
| } | |
| .font-bold { | |
| font-weight: 700; | |
| } | |
| .font-semibold { | |
| font-weight: 600; | |
| } | |
| .uppercase { | |
| text-transform: uppercase; | |
| } | |
| .leading-5 { | |
| line-height: 1.25rem; | |
| } | |
| .leading-7 { | |
| line-height: 1.75rem; | |
| } | |
| .tracking-widest { | |
| letter-spacing: 0.1em; | |
| } | |
| .tracking-wider { | |
| letter-spacing: 0.05em; | |
| } | |
| .text-gray-500 { | |
| --tw-text-opacity: 1; | |
| color: rgba(107, 114, 128, var(--tw-text-opacity)); | |
| } | |
| .text-gray-700 { | |
| --tw-text-opacity: 1; | |
| color: rgba(55, 65, 81, var(--tw-text-opacity)); | |
| } | |
| .text-indigo-600 { | |
| --tw-text-opacity: 1; | |
| color: rgba(79, 70, 229, var(--tw-text-opacity)); | |
| } | |
| .text-gray-600 { | |
| --tw-text-opacity: 1; | |
| color: rgba(75, 85, 99, var(--tw-text-opacity)); | |
| } | |
| .text-gray-900 { | |
| --tw-text-opacity: 1; | |
| color: rgba(17, 24, 39, var(--tw-text-opacity)); | |
| } | |
| .text-white { | |
| --tw-text-opacity: 1; | |
| color: rgba(255, 255, 255, var(--tw-text-opacity)); | |
| } | |
| .text-gray-800 { | |
| --tw-text-opacity: 1; | |
| color: rgba(31, 41, 55, var(--tw-text-opacity)); | |
| } | |
| .text-green-600 { | |
| --tw-text-opacity: 1; | |
| color: rgba(5, 150, 105, var(--tw-text-opacity)); | |
| } | |
| .text-gray-200 { | |
| --tw-text-opacity: 1; | |
| color: rgba(229, 231, 235, var(--tw-text-opacity)); | |
| } | |
| .text-gray-300 { | |
| --tw-text-opacity: 1; | |
| color: rgba(209, 213, 219, var(--tw-text-opacity)); | |
| } | |
| .text-gray-400 { | |
| --tw-text-opacity: 1; | |
| color: rgba(156, 163, 175, var(--tw-text-opacity)); | |
| } | |
| .text-purple-600 { | |
| --tw-text-opacity: 1; | |
| color: rgba(124, 58, 237, var(--tw-text-opacity)); | |
| } | |
| .text-neutral-content { | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--nc) / var(--tw-text-opacity)); | |
| } | |
| .text-red-500 { | |
| --tw-text-opacity: 1; | |
| color: rgba(239, 68, 68, var(--tw-text-opacity)); | |
| } | |
| .text-black { | |
| --tw-text-opacity: 1; | |
| color: rgba(0, 0, 0, var(--tw-text-opacity)); | |
| } | |
| .text-base-content { | |
| --tw-text-opacity: 1; | |
| color: hsla(var(--bc) / var(--tw-text-opacity)); | |
| } | |
| .text-red-600 { | |
| --tw-text-opacity: 1; | |
| color: rgba(220, 38, 38, var(--tw-text-opacity)); | |
| } | |
| .text-indigo-700 { | |
| --tw-text-opacity: 1; | |
| color: rgba(67, 56, 202, var(--tw-text-opacity)); | |
| } | |
| .text-blue-900 { | |
| --tw-text-opacity: 1; | |
| color: rgba(30, 58, 138, var(--tw-text-opacity)); | |
| } | |
| .text-blue-700 { | |
| --tw-text-opacity: 1; | |
| color: rgba(29, 78, 216, var(--tw-text-opacity)); | |
| } | |
| .text-blue-100 { | |
| --tw-text-opacity: 1; | |
| color: rgba(219, 234, 254, var(--tw-text-opacity)); | |
| } | |
| .text-blue-500 { | |
| --tw-text-opacity: 1; | |
| color: rgba(59, 130, 246, var(--tw-text-opacity)); | |
| } | |
| .underline { | |
| text-decoration: underline; | |
| } | |
| .line-through { | |
| text-decoration: line-through; | |
| } | |
| .antialiased { | |
| -webkit-font-smoothing: antialiased; | |
| -moz-osx-font-smoothing: grayscale; | |
| } | |
| .opacity-25 { | |
| opacity: 0.25; | |
| } | |
| .opacity-100 { | |
| opacity: 1; | |
| } | |
| .opacity-0 { | |
| opacity: 0; | |
| } | |
| .shadow-sm { | |
| --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); | |
| box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); | |
| } | |
| .shadow { | |
| --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); | |
| box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); | |
| } | |
| .shadow-md { | |
| --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); | |
| box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); | |
| } | |
| .shadow-2xl { | |
| --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); | |
| box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); | |
| } | |
| .shadow-inner { | |
| --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); | |
| box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); | |
| } | |
| .shadow-lg { | |
| --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); | |
| box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); | |
| } | |
| .ring-1 { | |
| --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); | |
| --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); | |
| box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); | |
| } | |
| .ring-gray-300 { | |
| --tw-ring-opacity: 1; | |
| --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)); | |
| } | |
| .ring-black { | |
| --tw-ring-opacity: 1; | |
| --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)); | |
| } | |
| .ring-opacity-5 { | |
| --tw-ring-opacity: 0.05; | |
| } | |
| .transition { | |
| transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; | |
| transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; | |
| transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter; | |
| transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); | |
| transition-duration: 150ms; | |
| } | |
| .transition-colors { | |
| transition-property: background-color, border-color, color, fill, stroke; | |
| 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; | |
| } | |
| .duration-150 { | |
| transition-duration: 150ms; | |
| } | |
| .duration-300 { | |
| transition-duration: 300ms; | |
| } | |
| .duration-200 { | |
| transition-duration: 200ms; | |
| } | |
| .duration-75 { | |
| transition-duration: 75ms; | |
| } | |
| .ease-in-out { | |
| transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); | |
| } | |
| .ease-out { | |
| transition-timing-function: cubic-bezier(0, 0, 0.2, 1); | |
| } | |
| .ease-in { | |
| transition-timing-function: cubic-bezier(0.4, 0, 1, 1); | |
| } | |
| .hover\:-translate-y-1:hover { | |
| --tw-translate-y: -0.25rem; | |
| transform: var(--tw-transform); | |
| } | |
| .hover\:scale-105:hover { | |
| --tw-scale-x: 1.05; | |
| --tw-scale-y: 1.05; | |
| transform: var(--tw-transform); | |
| } | |
| .hover\:border-gray-300:hover { | |
| --tw-border-opacity: 1; | |
| border-color: rgba(209, 213, 219, var(--tw-border-opacity)); | |
| } | |
| .hover\:bg-gray-700:hover { | |
| --tw-bg-opacity: 1; | |
| background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); | |
| } | |
| .hover\:bg-gray-200:hover { | |
| --tw-bg-opacity: 1; | |
| background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); | |
| } | |
| .hover\:bg-gray-100:hover { | |
| --tw-bg-opacity: 1; | |
| background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); | |
| } | |
| .hover\:bg-gray-50:hover { | |
| --tw-bg-opacity: 1; | |
| background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); | |
| } | |
| .hover\:bg-yellow-500:hover { | |
| --tw-bg-opacity: 1; | |
| background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); | |
| } | |
| .hover\:bg-yellow-100:hover { | |
| --tw-bg-opacity: 1; | |
| background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); | |
| } | |
| .hover\:text-gray-500:hover { | |
| --tw-text-opacity: 1; | |
| color: rgba(107, 114, 128, var(--tw-text-opacity)); | |
| } | |
| .hover\:text-gray-400:hover { | |
| --tw-text-opacity: 1; | |
| color: rgba(156, 163, 175, var(--tw-text-opacity)); | |
| } | |
| .hover\:text-gray-900:hover { | |
| --tw-text-opacity: 1; | |
| color: rgba(17, 24, 39, var(--tw-text-opacity)); | |
| } | |
| .hover\:text-gray-800:hover { | |
| --tw-text-opacity: 1; | |
| color: rgba(31, 41, 55, var(--tw-text-opacity)); | |
| } | |
| .hover\:text-black:hover { | |
| --tw-text-opacity: 1; | |
| color: rgba(0, 0, 0, var(--tw-text-opacity)); | |
| } | |
| .hover\:shadow-md:hover { | |
| --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); | |
| box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); | |
| } | |
| .focus\:z-10:focus { | |
| z-index: 10; | |
| } | |
| .focus\:border-blue-300:focus { | |
| --tw-border-opacity: 1; | |
| border-color: rgba(147, 197, 253, var(--tw-border-opacity)); | |
| } | |
| .focus\:border-indigo-300:focus { | |
| --tw-border-opacity: 1; | |
| border-color: rgba(165, 180, 252, var(--tw-border-opacity)); | |
| } | |
| .focus\:border-gray-900:focus { | |
| --tw-border-opacity: 1; | |
| border-color: rgba(17, 24, 39, var(--tw-border-opacity)); | |
| } | |
| .focus\:border-indigo-700:focus { | |
| --tw-border-opacity: 1; | |
| border-color: rgba(67, 56, 202, var(--tw-border-opacity)); | |
| } | |
| .focus\:border-gray-300:focus { | |
| --tw-border-opacity: 1; | |
| border-color: rgba(209, 213, 219, var(--tw-border-opacity)); | |
| } | |
| .focus\:bg-gray-100:focus { | |
| --tw-bg-opacity: 1; | |
| background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); | |
| } | |
| .focus\:bg-indigo-100:focus { | |
| --tw-bg-opacity: 1; | |
| background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); | |
| } | |
| .focus\:bg-gray-50:focus { | |
| --tw-bg-opacity: 1; | |
| background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); | |
| } | |
| .focus\:text-indigo-800:focus { | |
| --tw-text-opacity: 1; | |
| color: rgba(55, 48, 163, var(--tw-text-opacity)); | |
| } | |
| .focus\:text-gray-800:focus { | |
| --tw-text-opacity: 1; | |
| color: rgba(31, 41, 55, var(--tw-text-opacity)); | |
| } | |
| .focus\:outline-none:focus { | |
| outline: 2px solid transparent; | |
| outline-offset: 2px; | |
| } | |
| .focus\:ring:focus { | |
| --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); | |
| --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color); | |
| box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); | |
| } | |
| .focus\:ring-indigo-200:focus { | |
| --tw-ring-opacity: 1; | |
| --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); | |
| } | |
| .focus\:ring-opacity-50:focus { | |
| --tw-ring-opacity: 0.5; | |
| } | |
| .active\:bg-gray-100:active { | |
| --tw-bg-opacity: 1; | |
| background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); | |
| } | |
| .active\:bg-gray-900:active { | |
| --tw-bg-opacity: 1; | |
| background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); | |
| } | |
| .active\:text-gray-700:active { | |
| --tw-text-opacity: 1; | |
| color: rgba(55, 65, 81, var(--tw-text-opacity)); | |
| } | |
| .active\:text-gray-500:active { | |
| --tw-text-opacity: 1; | |
| color: rgba(107, 114, 128, var(--tw-text-opacity)); | |
| } | |
| .disabled\:opacity-25:disabled { | |
| opacity: 0.25; | |
| } | |
| @media (min-width: 640px) { | |
| .sm\:invisible { | |
| visibility: hidden; | |
| } | |
| .sm\:ml-0 { | |
| margin-left: 0px; | |
| } | |
| .sm\:block { | |
| display: block; | |
| } | |
| .sm\:flex { | |
| display: flex; | |
| } | |
| .sm\:hidden { | |
| display: none; | |
| } | |
| .sm\:h-20 { | |
| height: 5rem; | |
| } | |
| .sm\:w-full { | |
| width: 100%; | |
| } | |
| .sm\:max-w-md { | |
| max-width: 28rem; | |
| } | |
| .sm\:flex-1 { | |
| flex: 1 1 0%; | |
| } | |
| .sm\:grid-cols-2 { | |
| grid-template-columns: repeat(2, minmax(0, 1fr)); | |
| } | |
| .sm\:grid-cols-1 { | |
| grid-template-columns: repeat(1, minmax(0, 1fr)); | |
| } | |
| .sm\:flex-col { | |
| flex-direction: column; | |
| } | |
| .sm\:items-center { | |
| align-items: center; | |
| } | |
| .sm\:justify-start { | |
| justify-content: flex-start; | |
| } | |
| .sm\:justify-center { | |
| justify-content: center; | |
| } | |
| .sm\:justify-between { | |
| justify-content: space-between; | |
| } | |
| .sm\:gap-6 { | |
| gap: 1.5rem; | |
| } | |
| .sm\:rounded-lg { | |
| border-radius: 0.5rem; | |
| } | |
| .sm\:px-6 { | |
| padding-left: 1.5rem; | |
| padding-right: 1.5rem; | |
| } | |
| .sm\:px-0 { | |
| padding-left: 0px; | |
| padding-right: 0px; | |
| } | |
| .sm\:px-8 { | |
| padding-left: 2rem; | |
| padding-right: 2rem; | |
| } | |
| .sm\:pt-0 { | |
| padding-top: 0px; | |
| } | |
| .sm\:text-left { | |
| text-align: left; | |
| } | |
| .sm\:text-right { | |
| text-align: right; | |
| } | |
| } | |
| @media (min-width: 768px) { | |
| .md\:visible { | |
| visibility: visible; | |
| } | |
| .md\:block { | |
| display: block; | |
| } | |
| .md\:hidden { | |
| display: none; | |
| } | |
| .md\:w-screen { | |
| width: 100vw; | |
| } | |
| .md\:w-2\/3 { | |
| width: 66.666667%; | |
| } | |
| .md\:w-3\/4 { | |
| width: 75%; | |
| } | |
| .md\:w-1\/2 { | |
| width: 50%; | |
| } | |
| .md\:w-1\/4 { | |
| width: 25%; | |
| } | |
| .md\:w-1\/3 { | |
| width: 33.333333%; | |
| } | |
| .md\:grid-cols-2 { | |
| grid-template-columns: repeat(2, minmax(0, 1fr)); | |
| } | |
| .md\:grid-cols-5 { | |
| grid-template-columns: repeat(5, minmax(0, 1fr)); | |
| } | |
| .md\:flex-row { | |
| flex-direction: row; | |
| } | |
| .md\:justify-end { | |
| justify-content: flex-end; | |
| } | |
| .md\:justify-between { | |
| justify-content: space-between; | |
| } | |
| .md\:gap-10 { | |
| gap: 2.5rem; | |
| } | |
| .md\:gap-5 { | |
| gap: 1.25rem; | |
| } | |
| .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) { | |
| --tw-space-x-reverse: 0; | |
| margin-right: calc(0px * var(--tw-space-x-reverse)); | |
| margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))); | |
| } | |
| .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) { | |
| --tw-space-y-reverse: 0; | |
| margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); | |
| margin-bottom: calc(0px * var(--tw-space-y-reverse)); | |
| } | |
| .md\:border-t-0 { | |
| border-top-width: 0px; | |
| } | |
| .md\:border-l { | |
| border-left-width: 1px; | |
| } | |
| .md\:p-8 { | |
| padding: 2rem; | |
| } | |
| .md\:p-4 { | |
| padding: 1rem; | |
| } | |
| .md\:px-5 { | |
| padding-left: 1.25rem; | |
| padding-right: 1.25rem; | |
| } | |
| .md\:px-3 { | |
| padding-left: 0.75rem; | |
| padding-right: 0.75rem; | |
| } | |
| .md\:px-16 { | |
| padding-left: 4rem; | |
| padding-right: 4rem; | |
| } | |
| .md\:py-36 { | |
| padding-top: 9rem; | |
| padding-bottom: 9rem; | |
| } | |
| .md\:px-0 { | |
| padding-left: 0px; | |
| padding-right: 0px; | |
| } | |
| } | |
| @media (min-width: 1024px) { | |
| .lg\:w-2\/5 { | |
| width: 40%; | |
| } | |
| .lg\:w-2\/4 { | |
| width: 50%; | |
| } | |
| .lg\:px-8 { | |
| padding-left: 2rem; | |
| padding-right: 2rem; | |
| } | |
| .lg\:px-0 { | |
| padding-left: 0px; | |
| padding-right: 0px; | |
| } | |
| .lg\:px-32 { | |
| padding-left: 8rem; | |
| padding-right: 8rem; | |
| } | |
| } | |
| @media (min-width: 1280px) { | |
| .xl\:grid-cols-4 { | |
| grid-template-columns: repeat(4, minmax(0, 1fr)); | |
| } | |
| .xl\:px-32 { | |
| padding-left: 8rem; | |
| padding-right: 8rem; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment