@font-face { font-family: 'Material Icons Sharp'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/materialiconssharp/v110/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvS.otf) format('opentype'); }.material-icons-sharp { font-family: 'Material Icons Sharp'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; } @font-face { font-family: 'Material Icons Outlined'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v110/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcd.otf) format('opentype'); } .material-icons-outlined { font-family: 'Material Icons Outlined'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; } @font-face { font-family: 'Inconsolata'; font-style: normal; font-weight: 400; font-stretch: normal; font-display: swap; src: url(https://fonts.gstatic.com/s/inconsolata/v37/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp4U8aRo.ttf) format('truetype'); } @import 'react-checkbox-tree/lib/react-checkbox-tree.css'; *, ::before, ::after { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --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-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; } ::backdrop { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --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-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; } /* ! tailwindcss v3.4.15 | MIT License | https://tailwindcss.com */ /* 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) */ *, ::before, ::after { box-sizing: border-box; /* 1 */ border-width: 0; /* 2 */ border-style: solid; /* 2 */ border-color: #e5e7eb; /* 2 */ } ::before, ::after { --tw-content: ''; } /* 1. Use a consistent sensible line-height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. 3. Use a more readable tab size. 4. Use the user's configured `sans` font-family by default. 5. Use the user's configured `sans` font-feature-settings by default. 6. Use the user's configured `sans` font-variation-settings by default. 7. Disable tap highlights on iOS */ html, :host { line-height: 1.5; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */ tab-size: 4; /* 3 */ font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */ font-feature-settings: normal; /* 5 */ font-variation-settings: normal; /* 6 */ -webkit-tap-highlight-color: transparent; /* 7 */ } /* 1. Remove the margin in all browsers. 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. */ body { margin: 0; /* 1 */ line-height: inherit; /* 2 */ } /* 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) 3. Ensure horizontal rules are visible by default. */ hr { height: 0; /* 1 */ color: inherit; /* 2 */ border-top-width: 1px; /* 3 */ } /* Add the correct text decoration in Chrome, Edge, and Safari. */ abbr:where([title]) { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; } /* Remove the default font size and weight for headings. */ 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; } /* Add the correct font weight in Edge and Safari. */ b, strong { font-weight: bolder; } /* 1. Use the user's configured `mono` font-family by default. 2. Use the user's configured `mono` font-feature-settings by default. 3. Use the user's configured `mono` font-variation-settings by default. 4. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp, pre { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */ font-feature-settings: normal; /* 2 */ font-variation-settings: normal; /* 3 */ font-size: 1em; /* 4 */ } /* 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; } /* 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) 3. Remove gaps between table borders by default. */ table { text-indent: 0; /* 1 */ border-color: inherit; /* 2 */ border-collapse: collapse; /* 3 */ } /* 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. 3. Remove default padding in all browsers. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-feature-settings: inherit; /* 1 */ font-variation-settings: inherit; /* 1 */ font-size: 100%; /* 1 */ font-weight: inherit; /* 1 */ line-height: inherit; /* 1 */ letter-spacing: inherit; /* 1 */ color: inherit; /* 1 */ margin: 0; /* 2 */ padding: 0; /* 3 */ } /* Remove the inheritance of text transform in Edge and Firefox. */ button, select { text-transform: none; } /* 1. Correct the inability to style clickable types in iOS and Safari. 2. Remove default button styles. */ button, input:where([type='button']), input:where([type='reset']), input:where([type='submit']) { -webkit-appearance: button; /* 1 */ background-color: transparent; /* 2 */ background-image: none; /* 2 */ } /* Use the modern Firefox focus style for all focusable elements. */ :-moz-focusring { outline: auto; } /* Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) */ :-moz-ui-invalid { box-shadow: none; } /* 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 */ } /* Add the correct display in Chrome and Safari. */ summary { display: list-item; } /* Removes the default spacing and border for appropriate elements. */ blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { margin: 0; } fieldset { margin: 0; padding: 0; } legend { padding: 0; } ol, ul, menu { list-style: none; margin: 0; padding: 0; } /* Reset default styling for dialogs. */ dialog { padding: 0; } /* Prevent resizing textareas horizontally by default. */ textarea { resize: vertical; } /* 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) 2. Set the default placeholder color to the user's configured gray 400 color. */ input::placeholder, textarea::placeholder { opacity: 1; /* 1 */ color: #9ca3af; /* 2 */ } /* Set the default cursor for buttons. */ button, [role="button"] { cursor: pointer; } /* Make sure disabled buttons don't get the pointer cursor. */ :disabled { cursor: default; } /* 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) This can trigger a poorly considered lint error in some tools but is included by design. */ 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; } /* Make elements with the HTML hidden attribute stay hidden by default */ [hidden]:where(:not([hidden="until-found"])) { display: none; } /* THEMING */ body { --tw-bg-opacity: 1; background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)); } body:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1)); } .bg-primary { --tw-bg-opacity: 1; background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)); } .bg-primary:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1)); } .bg-primary-alt { --tw-bg-opacity: 1; background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)); } .bg-primary-alt:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(70 70 78 / var(--tw-bg-opacity, 1)); } .bg-secondary { --tw-bg-opacity: 1; background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1)); } .bg-secondary:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1)); } .bg-secondary-alt { --tw-bg-opacity: 1; background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)); } .bg-secondary-alt:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(53 53 59 / var(--tw-bg-opacity, 1)); } .theme-tl-dark .bg-accent { --tw-bg-opacity: 1; background-color: rgb(164 206 39 / var(--tw-bg-opacity, 1)); } .theme-tl-light .bg-accent { --tw-bg-opacity: 1; background-color: rgb(100 144 68 / var(--tw-bg-opacity, 1)); } .theme-tb-dark .bg-accent { --tw-bg-opacity: 1; background-color: rgb(229 217 147 / var(--tw-bg-opacity, 1)); } .theme-tb-light .bg-accent { --tw-bg-opacity: 1; background-color: rgb(99 66 40 / var(--tw-bg-opacity, 1)); } .theme-sl-dark .bg-accent { --tw-bg-opacity: 1; background-color: rgb(19 213 145 / var(--tw-bg-opacity, 1)); } .theme-sl-light .bg-accent { --tw-bg-opacity: 1; background-color: rgb(0 128 118 / var(--tw-bg-opacity, 1)); } .theme-tr-dark .bg-accent { --tw-bg-opacity: 1; background-color: rgb(220 139 54 / var(--tw-bg-opacity, 1)); } .theme-tr-light .bg-accent { --tw-bg-opacity: 1; background-color: rgb(180 74 30 / var(--tw-bg-opacity, 1)); } .theme-re-dark .bg-accent { --tw-bg-opacity: 1; background-color: rgb(32 195 254 / var(--tw-bg-opacity, 1)); } .theme-re-light .bg-accent { --tw-bg-opacity: 1; background-color: rgb(3 79 146 / var(--tw-bg-opacity, 1)); } .theme-mono-dark .bg-accent { --tw-bg-opacity: 1; background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)); } .theme-mono-light .bg-accent { --tw-bg-opacity: 1; background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1)); } .theme-dp-dark .bg-accent { --tw-bg-opacity: 1; background-color: rgb(235 78 104 / var(--tw-bg-opacity, 1)); } .theme-dp-light .bg-accent { --tw-bg-opacity: 1; background-color: rgb(107 28 35 / var(--tw-bg-opacity, 1)); } .bg-subdued { --tw-bg-opacity: 1; background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1)); } .bg-subdued:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1)); } .bg-hover:hover { --tw-bg-opacity: 1; background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)); } .bg-hover:hover:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1)); } .bg-hover-subdued:hover { --tw-bg-opacity: 1; background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1)); } .bg-hover-subdued:hover:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1)); } .bg-inverted { --tw-bg-opacity: 1; background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)); } .bg-inverted:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1)); } .text-primary { --tw-text-opacity: 1; color: rgb(0 0 0 / var(--tw-text-opacity, 1)); } .text-primary:is(.dark *) { --tw-text-opacity: 1; color: rgb(244 244 245 / var(--tw-text-opacity, 1)); } .text-primary-alt { --tw-text-opacity: 1; color: rgb(17 24 39 / var(--tw-text-opacity, 1)); } .text-primary-alt:is(.dark *) { --tw-text-opacity: 1; color: rgb(228 228 231 / var(--tw-text-opacity, 1)); } .text-secondary { --tw-text-opacity: 1; color: rgb(107 114 128 / var(--tw-text-opacity, 1)); } .text-secondary:is(.dark *) { --tw-text-opacity: 1; color: rgb(228 228 231 / var(--tw-text-opacity, 1)); } .text-secondary-alt { --tw-text-opacity: 1; color: rgb(55 65 81 / var(--tw-text-opacity, 1)); } .text-secondary-alt:is(.dark *) { --tw-text-opacity: 1; color: rgb(161 161 170 / var(--tw-text-opacity, 1)); } .theme-tl-dark .text-accent { --tw-text-opacity: 1; color: rgb(164 206 39 / var(--tw-text-opacity, 1)); } .theme-tl-light .text-accent { --tw-text-opacity: 1; color: rgb(100 144 68 / var(--tw-text-opacity, 1)); } .theme-tb-dark .text-accent { --tw-text-opacity: 1; color: rgb(229 217 147 / var(--tw-text-opacity, 1)); } .theme-tb-light .text-accent { --tw-text-opacity: 1; color: rgb(99 66 40 / var(--tw-text-opacity, 1)); } .theme-sl-dark .text-accent { --tw-text-opacity: 1; color: rgb(19 213 145 / var(--tw-text-opacity, 1)); } .theme-sl-light .text-accent { --tw-text-opacity: 1; color: rgb(0 128 118 / var(--tw-text-opacity, 1)); } .theme-tr-dark .text-accent { --tw-text-opacity: 1; color: rgb(220 139 54 / var(--tw-text-opacity, 1)); } .theme-tr-light .text-accent { --tw-text-opacity: 1; color: rgb(180 74 30 / var(--tw-text-opacity, 1)); } .theme-re-dark .text-accent { --tw-text-opacity: 1; color: rgb(32 195 254 / var(--tw-text-opacity, 1)); } .theme-re-light .text-accent { --tw-text-opacity: 1; color: rgb(3 79 146 / var(--tw-text-opacity, 1)); } .theme-mono-dark .text-accent { --tw-text-opacity: 1; color: rgb(249 250 251 / var(--tw-text-opacity, 1)); } .theme-mono-light .text-accent { --tw-text-opacity: 1; color: rgb(55 65 81 / var(--tw-text-opacity, 1)); } .theme-dp-dark .text-accent { --tw-text-opacity: 1; color: rgb(235 78 104 / var(--tw-text-opacity, 1)); } .theme-dp-light .text-accent { --tw-text-opacity: 1; color: rgb(107 28 35 / var(--tw-text-opacity, 1)); } .text-success { --tw-text-opacity: 1; color: rgb(22 163 74 / var(--tw-text-opacity, 1)); } .text-success:is(.dark *) { --tw-text-opacity: 1; color: rgb(34 197 94 / var(--tw-text-opacity, 1)); } .text-error { --tw-text-opacity: 1; color: rgb(220 38 38 / var(--tw-text-opacity, 1)); } .text-error:is(.dark *) { --tw-text-opacity: 1; color: rgb(239 68 68 / var(--tw-text-opacity, 1)); } .text-code { --tw-bg-opacity: 1; background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1)); } .text-code:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1)); } .text-code { border-radius: 0.25rem; padding: 0.125rem; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 0.875rem; line-height: 1.25rem; } .border-primary { --tw-border-opacity: 1; border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)); } .border-primary:is(.dark *) { --tw-border-opacity: 1; border-color: rgb(113 113 122 / var(--tw-border-opacity, 1)); } .theme-tl-dark .border-accent { --tw-border-opacity: 1; border-color: rgb(164 206 39 / var(--tw-border-opacity, 1)); } .theme-tl-light .border-accent { --tw-border-opacity: 1; border-color: rgb(100 144 68 / var(--tw-border-opacity, 1)); } .theme-tb-dark .border-accent { --tw-border-opacity: 1; border-color: rgb(229 217 147 / var(--tw-border-opacity, 1)); } .theme-tb-light .border-accent { --tw-border-opacity: 1; border-color: rgb(99 66 40 / var(--tw-border-opacity, 1)); } .theme-sl-dark .border-accent { --tw-border-opacity: 1; border-color: rgb(19 213 145 / var(--tw-border-opacity, 1)); } .theme-sl-light .border-accent { --tw-border-opacity: 1; border-color: rgb(0 128 118 / var(--tw-border-opacity, 1)); } .theme-tr-dark .border-accent { --tw-border-opacity: 1; border-color: rgb(220 139 54 / var(--tw-border-opacity, 1)); } .theme-tr-light .border-accent { --tw-border-opacity: 1; border-color: rgb(180 74 30 / var(--tw-border-opacity, 1)); } .theme-re-dark .border-accent { --tw-border-opacity: 1; border-color: rgb(32 195 254 / var(--tw-border-opacity, 1)); } .theme-re-light .border-accent { --tw-border-opacity: 1; border-color: rgb(3 79 146 / var(--tw-border-opacity, 1)); } .theme-mono-dark .border-accent { --tw-border-opacity: 1; border-color: rgb(249 250 251 / var(--tw-border-opacity, 1)); } .theme-mono-light .border-accent { --tw-border-opacity: 1; border-color: rgb(55 65 81 / var(--tw-border-opacity, 1)); } .theme-dp-dark .border-accent { --tw-border-opacity: 1; border-color: rgb(235 78 104 / var(--tw-border-opacity, 1)); } .theme-dp-light .border-accent { --tw-border-opacity: 1; border-color: rgb(107 28 35 / var(--tw-border-opacity, 1)); } .border-subdued { --tw-border-opacity: 1; border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)); } .border-subdued:is(.dark *) { --tw-border-opacity: 1; border-color: rgb(113 113 122 / var(--tw-border-opacity, 1)); } .shadow-primary { --tw-shadow-color: rgb(0 0 0 / 0.1); --tw-shadow: var(--tw-shadow-colored); } .shadow-primary:is(.dark *) { --tw-shadow-color: rgb(0 0 0 / 0.7); --tw-shadow: var(--tw-shadow-colored); } .shadow-subdued { --tw-shadow-color: rgb(0 0 0 / 0.1); --tw-shadow: var(--tw-shadow-colored); } .shadow-subdued:is(.dark *) { --tw-shadow-color: rgb(0 0 0 / 0.5); --tw-shadow: var(--tw-shadow-colored); } .ring-error { --tw-ring-opacity: 1; --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1)); } .ring-error:is(.dark *) { --tw-ring-opacity: 1; --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1)); } /* Compatibility classes for applying text colors to svg images */ /* Generate with https://isotropic.co/tool/hex-color-to-css-filter */ .img-primary:is(.dark *) { filter: invert(100%) sepia(15%) saturate(2475%) hue-rotate(180deg) brightness(102%) contrast(81%); } /* TYPOGRAPHY */ .small-caps { font-feature-settings: 'smcp'; } .force-wrap { word-spacing: 100vw; } /* ICON FONT */ .icon-xs { font-family: 'Material Icons Sharp'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; font-size: 0.75rem; line-height: 1rem; } .icon-sm { font-family: 'Material Icons Sharp'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; font-size: 0.875rem; line-height: 1.25rem; } .icon-base { font-family: 'Material Icons Sharp'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; font-size: 1rem; line-height: 1.5rem; } .icon-lg { font-family: 'Material Icons Sharp'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; font-size: 1.125rem; line-height: 1.75rem; } .icon-xl { font-family: 'Material Icons Sharp'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; font-size: 1.25rem; line-height: 1.75rem; } .icon-2xl { font-family: 'Material Icons Sharp'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; font-size: 1.5rem; line-height: 2rem; } .icon-4xl { font-family: 'Material Icons Sharp'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; font-size: 2.25rem; line-height: 2.5rem; } .icon-outline { font-family: 'Material Icons Outlined'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; } .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; } } .form-input,.form-textarea,.form-select,.form-multiselect { 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; --tw-shadow: 0 0 #0000; } .form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect: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); border-color: #2563eb; } .form-input::placeholder,.form-textarea::placeholder { color: #6b7280; opacity: 1; } .form-input::-webkit-datetime-edit-fields-wrapper { padding: 0; } .form-input::-webkit-date-and-time-value { min-height: 1.5em; text-align: inherit; } .form-input::-webkit-datetime-edit { display: inline-flex; } .form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field { padding-top: 0; padding-bottom: 0; } .form-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; print-color-adjust: exact; } .form-select:where([size]:not([size="1"])) { background-image: initial; background-position: initial; background-repeat: unset; background-size: initial; padding-right: 0.75rem; -webkit-print-color-adjust: unset; print-color-adjust: unset; } /* LAYOUT */ .page-wrapper { margin-left: auto; margin-right: auto; --tw-text-opacity: 1; color: rgb(0 0 0 / var(--tw-text-opacity, 1)); } .page-wrapper:is(.dark *) { --tw-text-opacity: 1; color: rgb(244 244 245 / var(--tw-text-opacity, 1)); } .sidebar-wrapper { width: 100%; } @media (min-width: 768px) {.sidebar-wrapper { max-width: 20rem; } } @media (min-width: 1024px) {.sidebar-wrapper { max-width: 24rem; } } /* NAVBAR */ .navbar { position: sticky; top: 0px; left: 0px; z-index: 10; width: 100%; padding: 0.5rem; } @media (min-width: 640px) {.navbar { padding: 1rem; } } .navbar { --tw-drop-shadow: drop-shadow(0 8px 4px rgba(0, 0, 0, 0.3)); filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); } .navbar-content { display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; padding-left: 1.25rem; padding-right: 1.25rem; } @media (min-width: 768px) {.navbar-content { padding-left: 2.25rem; padding-right: 2.25rem; } } .navbar-brand-logo { height: 1.5rem; } @media (min-width: 768px) {.navbar-brand-logo { height: 2rem; } } .navbar-brand-logo { width: 1.5rem; } @media (min-width: 768px) {.navbar-brand-logo { width: 2rem; } } .navbar-brand { font-size: 1.125rem; line-height: 1.75rem; } @media (min-width: 768px) {.navbar-brand { font-size: 1.5rem; line-height: 2rem; } } .navbar-brand { font-weight: 600; text-transform: uppercase; } .navbar-link { font-size: 0.875rem; line-height: 1.25rem; } @media (min-width: 768px) {.navbar-link { font-size: 1rem; line-height: 1.5rem; } } .navbar-link { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-weight: 500; text-transform: uppercase; } .theme-tl-dark a.active { --tw-text-opacity: 1; color: rgb(164 206 39 / var(--tw-text-opacity, 1)); } .theme-tl-light a.active { --tw-text-opacity: 1; color: rgb(100 144 68 / var(--tw-text-opacity, 1)); } .theme-tb-dark a.active { --tw-text-opacity: 1; color: rgb(229 217 147 / var(--tw-text-opacity, 1)); } .theme-tb-light a.active { --tw-text-opacity: 1; color: rgb(99 66 40 / var(--tw-text-opacity, 1)); } .theme-sl-dark a.active { --tw-text-opacity: 1; color: rgb(19 213 145 / var(--tw-text-opacity, 1)); } .theme-sl-light a.active { --tw-text-opacity: 1; color: rgb(0 128 118 / var(--tw-text-opacity, 1)); } .theme-tr-dark a.active { --tw-text-opacity: 1; color: rgb(220 139 54 / var(--tw-text-opacity, 1)); } .theme-tr-light a.active { --tw-text-opacity: 1; color: rgb(180 74 30 / var(--tw-text-opacity, 1)); } .theme-re-dark a.active { --tw-text-opacity: 1; color: rgb(32 195 254 / var(--tw-text-opacity, 1)); } .theme-re-light a.active { --tw-text-opacity: 1; color: rgb(3 79 146 / var(--tw-text-opacity, 1)); } .theme-mono-dark a.active { --tw-text-opacity: 1; color: rgb(249 250 251 / var(--tw-text-opacity, 1)); } .theme-mono-light a.active { --tw-text-opacity: 1; color: rgb(55 65 81 / var(--tw-text-opacity, 1)); } .theme-dp-dark a.active { --tw-text-opacity: 1; color: rgb(235 78 104 / var(--tw-text-opacity, 1)); } .theme-dp-light a.active { --tw-text-opacity: 1; color: rgb(107 28 35 / var(--tw-text-opacity, 1)); } .navbar-link-alt { font-size: 0.875rem; line-height: 1.25rem; } @media (min-width: 768px) {.navbar-link-alt { font-size: 1rem; line-height: 1.5rem; } } .navbar-link-alt { font-family: Inconsolata, sans-serif; font-weight: 500; display: flex; flex-wrap: nowrap; align-items: center; } .navbar-icon-link:hover { --tw-bg-opacity: 1; background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)); } .navbar-icon-link:hover:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1)); } .navbar-icon-link { height: 100%; padding-left: 0.5rem; padding-right: 0.5rem; padding-top: 0.5rem; padding-bottom: 0.5rem; } /* TEXT STYLES */ .heading-block-md { display: block; font-size: 1.125rem; line-height: 1.75rem; font-weight: 500; line-height: 1.25; } .heading-block-sm { display: block; font-size: 0.875rem; line-height: 1.25rem; font-weight: 500; line-height: 1.25; } .theme-tl-dark .heading-accent-md { --tw-text-opacity: 1; color: rgb(164 206 39 / var(--tw-text-opacity, 1)); } .theme-tl-light .heading-accent-md { --tw-text-opacity: 1; color: rgb(100 144 68 / var(--tw-text-opacity, 1)); } .theme-tb-dark .heading-accent-md { --tw-text-opacity: 1; color: rgb(229 217 147 / var(--tw-text-opacity, 1)); } .theme-tb-light .heading-accent-md { --tw-text-opacity: 1; color: rgb(99 66 40 / var(--tw-text-opacity, 1)); } .theme-sl-dark .heading-accent-md { --tw-text-opacity: 1; color: rgb(19 213 145 / var(--tw-text-opacity, 1)); } .theme-sl-light .heading-accent-md { --tw-text-opacity: 1; color: rgb(0 128 118 / var(--tw-text-opacity, 1)); } .theme-tr-dark .heading-accent-md { --tw-text-opacity: 1; color: rgb(220 139 54 / var(--tw-text-opacity, 1)); } .theme-tr-light .heading-accent-md { --tw-text-opacity: 1; color: rgb(180 74 30 / var(--tw-text-opacity, 1)); } .theme-re-dark .heading-accent-md { --tw-text-opacity: 1; color: rgb(32 195 254 / var(--tw-text-opacity, 1)); } .theme-re-light .heading-accent-md { --tw-text-opacity: 1; color: rgb(3 79 146 / var(--tw-text-opacity, 1)); } .theme-mono-dark .heading-accent-md { --tw-text-opacity: 1; color: rgb(249 250 251 / var(--tw-text-opacity, 1)); } .theme-mono-light .heading-accent-md { --tw-text-opacity: 1; color: rgb(55 65 81 / var(--tw-text-opacity, 1)); } .theme-dp-dark .heading-accent-md { --tw-text-opacity: 1; color: rgb(235 78 104 / var(--tw-text-opacity, 1)); } .theme-dp-light .heading-accent-md { --tw-text-opacity: 1; color: rgb(107 28 35 / var(--tw-text-opacity, 1)); } .heading-accent-md { font-size: 0.875rem; line-height: 1.25rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.025em; } /* FORMS */ .input-primary { --tw-bg-opacity: 1; background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)); } .input-primary:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1)); } .input-primary { --tw-shadow-color: rgb(0 0 0 / 0.1); --tw-shadow: var(--tw-shadow-colored); } .input-primary:is(.dark *) { --tw-shadow-color: rgb(0 0 0 / 0.5); --tw-shadow: var(--tw-shadow-colored); } .input-primary { border-radius: 0.375rem; border-color: transparent; --tw-text-opacity: 1; color: rgb(0 0 0 / var(--tw-text-opacity, 1)); } .input-primary: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(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); --tw-ring-opacity: 1; --tw-ring-color: rgb(164 206 39 / var(--tw-ring-opacity, 1)); } .input-disabled { --tw-bg-opacity: 1; background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1)); } .input-disabled:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1)); } .input-disabled { --tw-text-opacity: 1; color: rgb(55 65 81 / var(--tw-text-opacity, 1)); } .input-disabled:is(.dark *) { --tw-text-opacity: 1; color: rgb(161 161 170 / var(--tw-text-opacity, 1)); } .input-disabled { --tw-shadow-color: rgb(0 0 0 / 0.1); --tw-shadow: var(--tw-shadow-colored); } .input-disabled:is(.dark *) { --tw-shadow-color: rgb(0 0 0 / 0.5); --tw-shadow: var(--tw-shadow-colored); } .input-disabled { border-radius: 0.375rem; border-color: transparent; } .button-filled { border-radius: 0.25rem; } .theme-tl-dark .button-filled:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(164 206 39 / var(--tw-ring-opacity, 1)); } .theme-tl-light .button-filled:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(100 144 68 / var(--tw-ring-opacity, 1)); } .theme-tb-dark .button-filled:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(229 217 147 / var(--tw-ring-opacity, 1)); } .theme-tb-light .button-filled:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(99 66 40 / var(--tw-ring-opacity, 1)); } .theme-sl-dark .button-filled:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(19 213 145 / var(--tw-ring-opacity, 1)); } .theme-sl-light .button-filled:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(0 128 118 / var(--tw-ring-opacity, 1)); } .theme-tr-dark .button-filled:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(220 139 54 / var(--tw-ring-opacity, 1)); } .theme-tr-light .button-filled:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(180 74 30 / var(--tw-ring-opacity, 1)); } .theme-re-dark .button-filled:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(32 195 254 / var(--tw-ring-opacity, 1)); } .theme-re-light .button-filled:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(3 79 146 / var(--tw-ring-opacity, 1)); } .theme-mono-dark .button-filled:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity, 1)); } .theme-mono-light .button-filled:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1)); } .theme-dp-dark .button-filled:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(235 78 104 / var(--tw-ring-opacity, 1)); } .theme-dp-light .button-filled:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(107 28 35 / var(--tw-ring-opacity, 1)); } .button-filled:active { --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); } .theme-tl-dark .button-filled { --tw-bg-opacity: 1; background-color: rgb(164 206 39 / var(--tw-bg-opacity, 1)); } .theme-tl-light .button-filled { --tw-bg-opacity: 1; background-color: rgb(100 144 68 / var(--tw-bg-opacity, 1)); } .theme-tb-dark .button-filled { --tw-bg-opacity: 1; background-color: rgb(229 217 147 / var(--tw-bg-opacity, 1)); } .theme-tb-light .button-filled { --tw-bg-opacity: 1; background-color: rgb(99 66 40 / var(--tw-bg-opacity, 1)); } .theme-sl-dark .button-filled { --tw-bg-opacity: 1; background-color: rgb(19 213 145 / var(--tw-bg-opacity, 1)); } .theme-sl-light .button-filled { --tw-bg-opacity: 1; background-color: rgb(0 128 118 / var(--tw-bg-opacity, 1)); } .theme-tr-dark .button-filled { --tw-bg-opacity: 1; background-color: rgb(220 139 54 / var(--tw-bg-opacity, 1)); } .theme-tr-light .button-filled { --tw-bg-opacity: 1; background-color: rgb(180 74 30 / var(--tw-bg-opacity, 1)); } .theme-re-dark .button-filled { --tw-bg-opacity: 1; background-color: rgb(32 195 254 / var(--tw-bg-opacity, 1)); } .theme-re-light .button-filled { --tw-bg-opacity: 1; background-color: rgb(3 79 146 / var(--tw-bg-opacity, 1)); } .theme-mono-dark .button-filled { --tw-bg-opacity: 1; background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)); } .theme-mono-light .button-filled { --tw-bg-opacity: 1; background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1)); } .theme-dp-dark .button-filled { --tw-bg-opacity: 1; background-color: rgb(235 78 104 / var(--tw-bg-opacity, 1)); } .theme-dp-light .button-filled { --tw-bg-opacity: 1; background-color: rgb(107 28 35 / var(--tw-bg-opacity, 1)); } .button-filled { --tw-text-opacity: 1; color: rgb(249 250 251 / var(--tw-text-opacity, 1)); } .button-filled:is(.dark *) { --tw-text-opacity: 1; color: rgb(0 0 0 / var(--tw-text-opacity, 1)); } .theme-tl-dark .content-outline { --tw-border-opacity: 1; border-color: rgb(164 206 39 / var(--tw-border-opacity, 1)); } .theme-tl-light .content-outline { --tw-border-opacity: 1; border-color: rgb(100 144 68 / var(--tw-border-opacity, 1)); } .theme-tb-dark .content-outline { --tw-border-opacity: 1; border-color: rgb(229 217 147 / var(--tw-border-opacity, 1)); } .theme-tb-light .content-outline { --tw-border-opacity: 1; border-color: rgb(99 66 40 / var(--tw-border-opacity, 1)); } .theme-sl-dark .content-outline { --tw-border-opacity: 1; border-color: rgb(19 213 145 / var(--tw-border-opacity, 1)); } .theme-sl-light .content-outline { --tw-border-opacity: 1; border-color: rgb(0 128 118 / var(--tw-border-opacity, 1)); } .theme-tr-dark .content-outline { --tw-border-opacity: 1; border-color: rgb(220 139 54 / var(--tw-border-opacity, 1)); } .theme-tr-light .content-outline { --tw-border-opacity: 1; border-color: rgb(180 74 30 / var(--tw-border-opacity, 1)); } .theme-re-dark .content-outline { --tw-border-opacity: 1; border-color: rgb(32 195 254 / var(--tw-border-opacity, 1)); } .theme-re-light .content-outline { --tw-border-opacity: 1; border-color: rgb(3 79 146 / var(--tw-border-opacity, 1)); } .theme-mono-dark .content-outline { --tw-border-opacity: 1; border-color: rgb(249 250 251 / var(--tw-border-opacity, 1)); } .theme-mono-light .content-outline { --tw-border-opacity: 1; border-color: rgb(55 65 81 / var(--tw-border-opacity, 1)); } .theme-dp-dark .content-outline { --tw-border-opacity: 1; border-color: rgb(235 78 104 / var(--tw-border-opacity, 1)); } .theme-dp-light .content-outline { --tw-border-opacity: 1; border-color: rgb(107 28 35 / var(--tw-border-opacity, 1)); } .content-outline { border-width: 1px; } .button-outline { border-radius: 0.25rem; } .theme-tl-dark .button-outline:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(164 206 39 / var(--tw-ring-opacity, 1)); } .theme-tl-light .button-outline:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(100 144 68 / var(--tw-ring-opacity, 1)); } .theme-tb-dark .button-outline:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(229 217 147 / var(--tw-ring-opacity, 1)); } .theme-tb-light .button-outline:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(99 66 40 / var(--tw-ring-opacity, 1)); } .theme-sl-dark .button-outline:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(19 213 145 / var(--tw-ring-opacity, 1)); } .theme-sl-light .button-outline:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(0 128 118 / var(--tw-ring-opacity, 1)); } .theme-tr-dark .button-outline:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(220 139 54 / var(--tw-ring-opacity, 1)); } .theme-tr-light .button-outline:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(180 74 30 / var(--tw-ring-opacity, 1)); } .theme-re-dark .button-outline:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(32 195 254 / var(--tw-ring-opacity, 1)); } .theme-re-light .button-outline:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(3 79 146 / var(--tw-ring-opacity, 1)); } .theme-mono-dark .button-outline:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity, 1)); } .theme-mono-light .button-outline:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1)); } .theme-dp-dark .button-outline:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(235 78 104 / var(--tw-ring-opacity, 1)); } .theme-dp-light .button-outline:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(107 28 35 / var(--tw-ring-opacity, 1)); } .button-outline:active { --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); } .theme-tl-dark .button-outline { --tw-text-opacity: 1; color: rgb(164 206 39 / var(--tw-text-opacity, 1)); } .theme-tl-light .button-outline { --tw-text-opacity: 1; color: rgb(100 144 68 / var(--tw-text-opacity, 1)); } .theme-tb-dark .button-outline { --tw-text-opacity: 1; color: rgb(229 217 147 / var(--tw-text-opacity, 1)); } .theme-tb-light .button-outline { --tw-text-opacity: 1; color: rgb(99 66 40 / var(--tw-text-opacity, 1)); } .theme-sl-dark .button-outline { --tw-text-opacity: 1; color: rgb(19 213 145 / var(--tw-text-opacity, 1)); } .theme-sl-light .button-outline { --tw-text-opacity: 1; color: rgb(0 128 118 / var(--tw-text-opacity, 1)); } .theme-tr-dark .button-outline { --tw-text-opacity: 1; color: rgb(220 139 54 / var(--tw-text-opacity, 1)); } .theme-tr-light .button-outline { --tw-text-opacity: 1; color: rgb(180 74 30 / var(--tw-text-opacity, 1)); } .theme-re-dark .button-outline { --tw-text-opacity: 1; color: rgb(32 195 254 / var(--tw-text-opacity, 1)); } .theme-re-light .button-outline { --tw-text-opacity: 1; color: rgb(3 79 146 / var(--tw-text-opacity, 1)); } .theme-mono-dark .button-outline { --tw-text-opacity: 1; color: rgb(249 250 251 / var(--tw-text-opacity, 1)); } .theme-mono-light .button-outline { --tw-text-opacity: 1; color: rgb(55 65 81 / var(--tw-text-opacity, 1)); } .theme-dp-dark .button-outline { --tw-text-opacity: 1; color: rgb(235 78 104 / var(--tw-text-opacity, 1)); } .theme-dp-light .button-outline { --tw-text-opacity: 1; color: rgb(107 28 35 / var(--tw-text-opacity, 1)); } .theme-tl-dark .button-outline { --tw-border-opacity: 1; border-color: rgb(164 206 39 / var(--tw-border-opacity, 1)); } .theme-tl-light .button-outline { --tw-border-opacity: 1; border-color: rgb(100 144 68 / var(--tw-border-opacity, 1)); } .theme-tb-dark .button-outline { --tw-border-opacity: 1; border-color: rgb(229 217 147 / var(--tw-border-opacity, 1)); } .theme-tb-light .button-outline { --tw-border-opacity: 1; border-color: rgb(99 66 40 / var(--tw-border-opacity, 1)); } .theme-sl-dark .button-outline { --tw-border-opacity: 1; border-color: rgb(19 213 145 / var(--tw-border-opacity, 1)); } .theme-sl-light .button-outline { --tw-border-opacity: 1; border-color: rgb(0 128 118 / var(--tw-border-opacity, 1)); } .theme-tr-dark .button-outline { --tw-border-opacity: 1; border-color: rgb(220 139 54 / var(--tw-border-opacity, 1)); } .theme-tr-light .button-outline { --tw-border-opacity: 1; border-color: rgb(180 74 30 / var(--tw-border-opacity, 1)); } .theme-re-dark .button-outline { --tw-border-opacity: 1; border-color: rgb(32 195 254 / var(--tw-border-opacity, 1)); } .theme-re-light .button-outline { --tw-border-opacity: 1; border-color: rgb(3 79 146 / var(--tw-border-opacity, 1)); } .theme-mono-dark .button-outline { --tw-border-opacity: 1; border-color: rgb(249 250 251 / var(--tw-border-opacity, 1)); } .theme-mono-light .button-outline { --tw-border-opacity: 1; border-color: rgb(55 65 81 / var(--tw-border-opacity, 1)); } .theme-dp-dark .button-outline { --tw-border-opacity: 1; border-color: rgb(235 78 104 / var(--tw-border-opacity, 1)); } .theme-dp-light .button-outline { --tw-border-opacity: 1; border-color: rgb(107 28 35 / var(--tw-border-opacity, 1)); } .button-outline { border-width: 1px; } .button-outline-disabled { border-radius: 0.25rem; --tw-text-opacity: 1; color: rgb(55 65 81 / var(--tw-text-opacity, 1)); } .button-outline-disabled:is(.dark *) { --tw-text-opacity: 1; color: rgb(161 161 170 / var(--tw-text-opacity, 1)); } .button-outline-disabled { --tw-border-opacity: 1; border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)); } .button-outline-disabled:is(.dark *) { --tw-border-opacity: 1; border-color: rgb(113 113 122 / var(--tw-border-opacity, 1)); } .button-outline-disabled { border-width: 1px; } .button-group-base { padding: 0.5rem; } .button-group-base:first-child { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .button-group-base:last-child { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; } .theme-tl-dark .button-group-active:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(164 206 39 / var(--tw-ring-opacity, 1)); } .theme-tl-light .button-group-active:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(100 144 68 / var(--tw-ring-opacity, 1)); } .theme-tb-dark .button-group-active:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(229 217 147 / var(--tw-ring-opacity, 1)); } .theme-tb-light .button-group-active:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(99 66 40 / var(--tw-ring-opacity, 1)); } .theme-sl-dark .button-group-active:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(19 213 145 / var(--tw-ring-opacity, 1)); } .theme-sl-light .button-group-active:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(0 128 118 / var(--tw-ring-opacity, 1)); } .theme-tr-dark .button-group-active:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(220 139 54 / var(--tw-ring-opacity, 1)); } .theme-tr-light .button-group-active:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(180 74 30 / var(--tw-ring-opacity, 1)); } .theme-re-dark .button-group-active:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(32 195 254 / var(--tw-ring-opacity, 1)); } .theme-re-light .button-group-active:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(3 79 146 / var(--tw-ring-opacity, 1)); } .theme-mono-dark .button-group-active:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity, 1)); } .theme-mono-light .button-group-active:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1)); } .theme-dp-dark .button-group-active:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(235 78 104 / var(--tw-ring-opacity, 1)); } .theme-dp-light .button-group-active:active { --tw-ring-opacity: 1; --tw-ring-color: rgb(107 28 35 / var(--tw-ring-opacity, 1)); } .button-group-active:active { --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); } .theme-tl-dark .button-group-selected { --tw-bg-opacity: 1; background-color: rgb(164 206 39 / var(--tw-bg-opacity, 1)); } .theme-tl-light .button-group-selected { --tw-bg-opacity: 1; background-color: rgb(100 144 68 / var(--tw-bg-opacity, 1)); } .theme-tb-dark .button-group-selected { --tw-bg-opacity: 1; background-color: rgb(229 217 147 / var(--tw-bg-opacity, 1)); } .theme-tb-light .button-group-selected { --tw-bg-opacity: 1; background-color: rgb(99 66 40 / var(--tw-bg-opacity, 1)); } .theme-sl-dark .button-group-selected { --tw-bg-opacity: 1; background-color: rgb(19 213 145 / var(--tw-bg-opacity, 1)); } .theme-sl-light .button-group-selected { --tw-bg-opacity: 1; background-color: rgb(0 128 118 / var(--tw-bg-opacity, 1)); } .theme-tr-dark .button-group-selected { --tw-bg-opacity: 1; background-color: rgb(220 139 54 / var(--tw-bg-opacity, 1)); } .theme-tr-light .button-group-selected { --tw-bg-opacity: 1; background-color: rgb(180 74 30 / var(--tw-bg-opacity, 1)); } .theme-re-dark .button-group-selected { --tw-bg-opacity: 1; background-color: rgb(32 195 254 / var(--tw-bg-opacity, 1)); } .theme-re-light .button-group-selected { --tw-bg-opacity: 1; background-color: rgb(3 79 146 / var(--tw-bg-opacity, 1)); } .theme-mono-dark .button-group-selected { --tw-bg-opacity: 1; background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)); } .theme-mono-light .button-group-selected { --tw-bg-opacity: 1; background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1)); } .theme-dp-dark .button-group-selected { --tw-bg-opacity: 1; background-color: rgb(235 78 104 / var(--tw-bg-opacity, 1)); } .theme-dp-light .button-group-selected { --tw-bg-opacity: 1; background-color: rgb(107 28 35 / var(--tw-bg-opacity, 1)); } .button-group-selected { font-weight: 600; --tw-text-opacity: 1; color: rgb(249 250 251 / var(--tw-text-opacity, 1)); } .theme-mono-dark .button-group-selected { --tw-bg-opacity: 1; background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1)); } .button-group-selected:is(.dark *) { --tw-text-opacity: 1; color: rgb(0 0 0 / var(--tw-text-opacity, 1)); } .button-group-unselected { --tw-bg-opacity: 1; background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)); } .button-group-unselected:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1)); } .button-group-unselected { --tw-text-opacity: 1; color: rgb(0 0 0 / var(--tw-text-opacity, 1)); } .button-group-disabled { --tw-bg-opacity: 1; background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1)); } .button-group-disabled:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1)); } .button-group-disabled { --tw-text-opacity: 1; color: rgb(55 65 81 / var(--tw-text-opacity, 1)); } .button-group-disabled:is(.dark *) { --tw-text-opacity: 1; color: rgb(161 161 170 / var(--tw-text-opacity, 1)); } .checkbox-primary:hover { --tw-bg-opacity: 1; background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)); } .checkbox-primary:hover:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1)); } .theme-tl-dark .checkbox-primary { accent-color: #a4ce27; } .theme-tl-light .checkbox-primary { accent-color: #649044; } .theme-tb-dark .checkbox-primary { accent-color: #e5d993; } .theme-tb-light .checkbox-primary { accent-color: #634228; } .theme-sl-dark .checkbox-primary { accent-color: #13d591; } .theme-sl-light .checkbox-primary { accent-color: #008076; } .theme-tr-dark .checkbox-primary { accent-color: #dc8B36; } .theme-tr-light .checkbox-primary { accent-color: #b44a1e; } .theme-re-dark .checkbox-primary { accent-color: #20c3fe; } .theme-re-light .checkbox-primary { accent-color: #034f92; } .theme-mono-dark .checkbox-primary { accent-color: #f9fafb; } .theme-mono-light .checkbox-primary { accent-color: #374151; } .theme-dp-dark .checkbox-primary { accent-color: #eb4e68; } .theme-dp-light .checkbox-primary { accent-color: #6b1c23; } .checkbox-primary { border-radius: 0.25rem; } select[multiple]:focus option:checked { /* css hack to override browser default color for selected/focused multi-select options. background color is set with !important so it can't be directly overriden with another color, but setting it to an image background (in this case a solid color gradient) will do the trick. doesn't seem to work on safari though. */ background: #71717a linear-gradient(0deg, #71717a 0%, #71717a 100%); } /* TABLES */ .resizer { display: inline-block; width: 18px; height: 100%; position: absolute; right: 0; top: 0; z-index: 1; touch-action: none; --tw-translate-x: 25%; --tw-rotate: 90deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -webkit-user-select: none; user-select: none; } .task-table-row:nth-child(odd) { --tw-bg-opacity: 1; background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)); } .task-table-row:nth-child(odd):is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1)); } .task-table-row:nth-child(even) { --tw-bg-opacity: 1; background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)); } .task-table-row:nth-child(even):is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(70 70 78 / var(--tw-bg-opacity, 1)); } /* MISC */ .shadow-top { box-shadow: 3px -3px 3px -3px var(--tw-shadow-color), -3px -3px 3px -3px var(--tw-shadow-color); } .shadow-top-under { box-shadow: inset 0px -7px 5px -5px var(--tw-shadow-color), 3px -3px 3px -3px var(--tw-shadow-color), -3px -3px 3px -3px var(--tw-shadow-color); } .\!visible { visibility: visible !important; } .visible { visibility: visible; } .invisible { visibility: hidden; } .static { position: static; } .fixed { position: fixed; } .absolute { position: absolute; } .relative { position: relative; } .right-0 { right: 0px; } .right-1 { right: 0.25rem; } .top-0 { top: 0px; } .z-10 { z-index: 10; } .z-50 { z-index: 50; } .order-1 { order: 1; } .order-3 { order: 3; } .order-5 { order: 5; } .col-span-2 { grid-column: span 2 / span 2; } .col-span-3 { grid-column: span 3 / span 3; } .m-1 { margin: 0.25rem; } .m-2 { margin: 0.5rem; } .m-4 { margin: 1rem; } .mx-1 { margin-left: 0.25rem; margin-right: 0.25rem; } .mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; } .mx-auto { margin-left: auto; margin-right: auto; } .my-1 { margin-top: 0.25rem; margin-bottom: 0.25rem; } .my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; } .my-auto { margin-top: auto; margin-bottom: auto; } .mb-1 { margin-bottom: 0.25rem; } .mb-2 { margin-bottom: 0.5rem; } .mb-3 { margin-bottom: 0.75rem; } .mb-4 { margin-bottom: 1rem; } .mb-6 { margin-bottom: 1.5rem; } .mb-auto { margin-bottom: auto; } .ml-1 { margin-left: 0.25rem; } .ml-2 { margin-left: 0.5rem; } .ml-3 { margin-left: 0.75rem; } .ml-6 { margin-left: 1.5rem; } .ml-\[18px\] { margin-left: 18px; } .ml-auto { margin-left: auto; } .mr-1 { margin-right: 0.25rem; } .mr-2 { margin-right: 0.5rem; } .mr-3 { margin-right: 0.75rem; } .mr-4 { margin-right: 1rem; } .mr-auto { margin-right: auto; } .mt-1 { margin-top: 0.25rem; } .mt-2 { margin-top: 0.5rem; } .mt-3 { margin-top: 0.75rem; } .mt-4 { margin-top: 1rem; } .mt-6 { margin-top: 1.5rem; } .mt-8 { margin-top: 2rem; } .mt-auto { margin-top: auto; } .block { display: block; } .inline-block { display: inline-block; } .inline { display: inline; } .flex { display: flex; } .inline-flex { display: inline-flex; } .\!table { display: table !important; } .table { display: table; } .grid { display: grid; } .hidden { display: none; } .h-12 { height: 3rem; } .h-24 { height: 6rem; } .h-3 { height: 0.75rem; } .h-32 { height: 8rem; } .h-4 { height: 1rem; } .h-40 { height: 10rem; } .h-48 { height: 12rem; } .h-5 { height: 1.25rem; } .h-8 { height: 2rem; } .h-9 { height: 2.25rem; } .h-\[13px\] { height: 13px; } .h-\[18px\] { height: 18px; } .h-\[24px\] { height: 24px; } .h-\[75vh\] { height: 75vh; } .h-\[800px\] { height: 800px; } .h-\[90\%\] { height: 90%; } .h-auto { height: auto; } .h-fit { height: fit-content; } .h-full { height: 100%; } .h-px { height: 1px; } .max-h-6 { max-height: 1.5rem; } .max-h-\[200px\] { max-height: 200px; } .min-h-\[16rem\] { min-height: 16rem; } .min-h-screen { min-height: 100vh; } .w-11\/12 { width: 91.666667%; } .w-12 { width: 3rem; } .w-24 { width: 6rem; } .w-3 { width: 0.75rem; } .w-32 { width: 8rem; } .w-4 { width: 1rem; } .w-40 { width: 10rem; } .w-5 { width: 1.25rem; } .w-60 { width: 15rem; } .w-8 { width: 2rem; } .w-9 { width: 2.25rem; } .w-96 { width: 24rem; } .w-\[100px\] { width: 100px; } .w-\[26rem\] { width: 26rem; } .w-\[50rem\] { width: 50rem; } .w-fit { width: fit-content; } .w-full { width: 100%; } .w-max { width: max-content; } .w-px { width: 1px; } .min-w-\[100px\] { min-width: 100px; } .min-w-\[26rem\] { min-width: 26rem; } .max-w-5xl { max-width: 64rem; } .max-w-\[3\.5rem\] { max-width: 3.5rem; } .max-w-\[320px\] { max-width: 320px; } .max-w-\[350px\] { max-width: 350px; } .max-w-\[3rem\] { max-width: 3rem; } .max-w-\[420px\] { max-width: 420px; } .max-w-\[600px\] { max-width: 600px; } .max-w-\[90\%\] { max-width: 90%; } .flex-1 { flex: 1 1 0%; } .shrink { flex-shrink: 1; } .flex-grow { flex-grow: 1; } .grow { flex-grow: 1; } .basis-1\/2 { flex-basis: 50%; } .basis-2\/5 { flex-basis: 40%; } .basis-3\/4 { flex-basis: 75%; } .basis-\[23\%\] { flex-basis: 23%; } .basis-full { flex-basis: 100%; } .origin-bottom-right { transform-origin: bottom right; } .origin-center { transform-origin: center; } .translate-x-4 { --tw-translate-x: 1rem; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } .rotate-180 { --tw-rotate: 180deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } .rotate-90 { --tw-rotate: 90deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } .transform { transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } @keyframes spin {to { transform: rotate(360deg); } } .animate-spin { animation: spin 1s linear infinite; } .cursor-pointer { cursor: pointer; } .cursor-text { cursor: text; } .select-none { -webkit-user-select: none; user-select: none; } .select-all { -webkit-user-select: all; user-select: all; } .list-inside { list-style-position: inside; } .list-decimal { list-style-type: decimal; } .list-disc { list-style-type: disc; } .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); } .grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } .flex-row { flex-direction: row; } .flex-col { flex-direction: column; } .flex-wrap { flex-wrap: wrap; } .flex-nowrap { flex-wrap: nowrap; } .content-center { align-content: center; } .items-start { align-items: flex-start; } .items-end { align-items: flex-end; } .items-center { align-items: center; } .items-stretch { align-items: stretch; } .justify-center { justify-content: center; } .justify-between { justify-content: space-between; } .justify-around { justify-content: space-around; } .justify-evenly { justify-content: space-evenly; } .gap-0\.5 { gap: 0.125rem; } .gap-1 { gap: 0.25rem; } .gap-2 { gap: 0.5rem; } .gap-3 { gap: 0.75rem; } .gap-4 { gap: 1rem; } .gap-5 { gap: 1.25rem; } .gap-px { gap: 1px; } .gap-x-1 { column-gap: 0.25rem; } .space-y-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.25rem * var(--tw-space-y-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-y-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); } .space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1rem * var(--tw-space-y-reverse)); } .overflow-auto { overflow: auto; } .overflow-hidden { overflow: hidden; } .overflow-y-scroll { overflow-y: scroll; } .truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .whitespace-nowrap { white-space: nowrap; } .rounded { border-radius: 0.25rem; } .rounded-full { border-radius: 9999px; } .rounded-lg { border-radius: 0.5rem; } .rounded-md { border-radius: 0.375rem; } .rounded-none { border-radius: 0px; } .rounded-sm { border-radius: 0.125rem; } .rounded-xl { border-radius: 0.75rem; } .rounded-b { border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .rounded-b-none { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; } .rounded-t-md { border-top-left-radius: 0.375rem; border-top-right-radius: 0.375rem; } .rounded-br-none { border-bottom-right-radius: 0px; } .rounded-tr-none { border-top-right-radius: 0px; } .border { border-width: 1px; } .border-2 { border-width: 2px; } .border-x { border-left-width: 1px; border-right-width: 1px; } .border-x-2 { border-left-width: 2px; border-right-width: 2px; } .border-b { border-bottom-width: 1px; } .border-b-2 { border-bottom-width: 2px; } .border-l-2 { border-left-width: 2px; } .border-l-4 { border-left-width: 4px; } .border-l-\[1rem\] { border-left-width: 1rem; } .border-r-2 { border-right-width: 2px; } .border-t { border-top-width: 1px; } .border-t-2 { border-top-width: 2px; } .border-none { border-style: none; } .border-black { --tw-border-opacity: 1; border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)); } .border-gray-600 { --tw-border-opacity: 1; border-color: rgb(75 85 99 / var(--tw-border-opacity, 1)); } .border-gray-700 { --tw-border-opacity: 1; border-color: rgb(55 65 81 / var(--tw-border-opacity, 1)); } .border-green-500 { --tw-border-opacity: 1; border-color: rgb(34 197 94 / var(--tw-border-opacity, 1)); } .border-red-500 { --tw-border-opacity: 1; border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)); } .bg-blue-600 { --tw-bg-opacity: 1; background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1)); } .bg-gray-700 { --tw-bg-opacity: 1; background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1)); } .bg-gray-800 { --tw-bg-opacity: 1; background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1)); } .bg-gray-900 { --tw-bg-opacity: 1; background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1)); } .bg-green-500 { --tw-bg-opacity: 1; background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1)); } .bg-red-500 { --tw-bg-opacity: 1; background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)); } .bg-red-900\/90 { background-color: rgb(127 29 29 / 0.9); } .bg-opacity-10 { --tw-bg-opacity: 0.1; } .object-cover { object-fit: cover; } .p-0 { padding: 0px; } .p-0\.5 { padding: 0.125rem; } .p-1 { padding: 0.25rem; } .p-2 { padding: 0.5rem; } .p-3 { padding: 0.75rem; } .p-4 { padding: 1rem; } .p-6 { padding: 1.5rem; } .p-8 { padding: 2rem; } .px-1 { padding-left: 0.25rem; padding-right: 0.25rem; } .px-2 { padding-left: 0.5rem; padding-right: 0.5rem; } .px-3 { padding-left: 0.75rem; padding-right: 0.75rem; } .px-4 { padding-left: 1rem; padding-right: 1rem; } .px-6 { padding-left: 1.5rem; padding-right: 1.5rem; } .py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; } .py-12 { padding-top: 3rem; padding-bottom: 3rem; } .py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; } .py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; } .py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; } .py-8 { padding-top: 2rem; padding-bottom: 2rem; } .pb-1 { padding-bottom: 0.25rem; } .pb-3 { padding-bottom: 0.75rem; } .pl-1 { padding-left: 0.25rem; } .pl-2 { padding-left: 0.5rem; } .pl-4 { padding-left: 1rem; } .pr-2 { padding-right: 0.5rem; } .pt-0 { padding-top: 0px; } .pt-2 { padding-top: 0.5rem; } .pt-4 { padding-top: 1rem; } .text-left { text-align: left; } .text-center { text-align: center; } .indent-8 { text-indent: 2rem; } .align-middle { vertical-align: middle; } .align-bottom { vertical-align: bottom; } .align-sub { vertical-align: sub; } .font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } .font-sans-alt { font-family: Inconsolata, sans-serif; } .text-2xl { font-size: 1.5rem; line-height: 2rem; } .text-3xl { font-size: 1.875rem; line-height: 2.25rem; } .text-4xl { font-size: 2.25rem; line-height: 2.5rem; } .text-base { font-size: 1rem; line-height: 1.5rem; } .text-lg { font-size: 1.125rem; line-height: 1.75rem; } .text-sm { font-size: 0.875rem; line-height: 1.25rem; } .text-xl { font-size: 1.25rem; line-height: 1.75rem; } .text-xs { font-size: 0.75rem; line-height: 1rem; } .font-bold { font-weight: 700; } .font-medium { font-weight: 500; } .font-semibold { font-weight: 600; } .uppercase { text-transform: uppercase; } .italic { font-style: italic; } .leading-3 { line-height: .75rem; } .leading-loose { line-height: 2; } .leading-relaxed { line-height: 1.625; } .leading-tight { line-height: 1.25; } .tracking-tighter { letter-spacing: -0.05em; } .tracking-wide { letter-spacing: 0.025em; } .tracking-widest { letter-spacing: 0.1em; } .text-gray-300 { --tw-text-opacity: 1; color: rgb(209 213 219 / var(--tw-text-opacity, 1)); } .text-gray-400 { --tw-text-opacity: 1; color: rgb(156 163 175 / var(--tw-text-opacity, 1)); } .text-gray-600 { --tw-text-opacity: 1; color: rgb(75 85 99 / var(--tw-text-opacity, 1)); } .text-green-400 { --tw-text-opacity: 1; color: rgb(74 222 128 / var(--tw-text-opacity, 1)); } .text-red-100 { --tw-text-opacity: 1; color: rgb(254 226 226 / var(--tw-text-opacity, 1)); } .text-red-200 { --tw-text-opacity: 1; color: rgb(254 202 202 / var(--tw-text-opacity, 1)); } .text-red-400 { --tw-text-opacity: 1; color: rgb(248 113 113 / var(--tw-text-opacity, 1)); } .text-white { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity, 1)); } .underline { text-decoration-line: underline; } .placeholder-gray-400::placeholder { --tw-placeholder-opacity: 1; color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1)); } .opacity-25 { opacity: 0.25; } .opacity-75 { opacity: 0.75; } .shadow { --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); 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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .ring { --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); } .ring-2 { --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); } .filter { filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); } .transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } .transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } .odd\:bg-primary:nth-child(odd) { --tw-bg-opacity: 1; background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)); } .odd\:bg-primary:nth-child(odd):is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1)); } .odd\:bg-hover-subdued:nth-child(odd):hover { --tw-bg-opacity: 1; background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1)); } .odd\:bg-hover-subdued:nth-child(odd):hover:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1)); } .hover\:bg-secondary-alt:hover { --tw-bg-opacity: 1; background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)); } .hover\:bg-secondary-alt:hover:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(53 53 59 / var(--tw-bg-opacity, 1)); } .hover\:bg-hover:hover:hover { --tw-bg-opacity: 1; background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)); } .hover\:bg-hover:hover:hover:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1)); } @media (min-width: 1280px) { .xl\:bg-primary { --tw-bg-opacity: 1; background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)); } .xl\:bg-primary:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1)); } } @media (min-width: 1536px) {.\32xl\:container { width: 100%; }@media (min-width: 640px) {.\32xl\:container { max-width: 640px; } }@media (min-width: 768px) {.\32xl\:container { max-width: 768px; } }@media (min-width: 1024px) {.\32xl\:container { max-width: 1024px; } }@media (min-width: 1280px) {.\32xl\:container { max-width: 1280px; } }@media (min-width: 1536px) {.\32xl\:container { max-width: 1536px; } } } .last\:rounded-b:last-child { border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .hover\:bg-blue-700:hover { --tw-bg-opacity: 1; background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1)); } .hover\:bg-gray-600:hover { --tw-bg-opacity: 1; background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1)); } .hover\:bg-gray-800:hover { --tw-bg-opacity: 1; background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1)); } .hover\:text-white:hover { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity, 1)); } .hover\:underline:hover { text-decoration-line: underline; } .focus\:border-blue-500:focus { --tw-border-opacity: 1; border-color: rgb(59 130 246 / var(--tw-border-opacity, 1)); } .focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; } .disabled\:opacity-50:disabled { opacity: 0.5; } @media (min-width: 640px) {.sm\:flex { display: flex; }.sm\:hidden { display: none; } } @media (min-width: 768px) {.md\:mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; }.md\:inline { display: inline; }.md\:flex { display: flex; }.md\:hidden { display: none; }.md\:h-full { height: 100%; }.md\:h-px { height: 1px; }.md\:w-32 { width: 8rem; }.md\:w-40 { width: 10rem; }.md\:w-48 { width: 12rem; }.md\:w-full { width: 100%; }.md\:w-px { width: 1px; }.md\:max-w-\[75\%\] { max-width: 75%; }.md\:flex-shrink-0 { flex-shrink: 0; }.md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }.md\:flex-row { flex-direction: row; }.md\:gap-1 { gap: 0.25rem; }.md\:text-right { text-align: right; }.md\:align-top { vertical-align: top; } } @media (min-width: 1024px) {.lg\:order-1 { order: 1; }.lg\:order-3 { order: 3; }.lg\:col-span-1 { grid-column: span 1 / span 1; }.lg\:col-span-3 { grid-column: span 3 / span 3; }.lg\:h-full { height: 100%; }.lg\:h-px { height: 1px; }.lg\:w-full { width: 100%; }.lg\:w-px { width: 1px; }.lg\:max-w-\[60\%\] { max-width: 60%; }.lg\:max-w-\[768px\] { max-width: 768px; }.lg\:basis-1\/2 { flex-basis: 50%; }.lg\:basis-1\/4 { flex-basis: 25%; }.lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }.lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }.lg\:flex-col { flex-direction: column; }.lg\:flex-nowrap { flex-wrap: nowrap; } } @media (min-width: 1280px) {.xl\:ml-1 { margin-left: 0.25rem; }.xl\:mt-3 { margin-top: 0.75rem; }.xl\:grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }.xl\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }.xl\:flex-row { flex-direction: row; }.xl\:border-l { border-left-width: 1px; }.xl\:border-t-0 { border-top-width: 0px; }.xl\:pt-\[0\] { padding-top: 0; } }