tinacms 0.64.1 → 0.64.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -1377,7 +1377,1349 @@ const useDocumentCreatorPlugin = (args) => {
1377
1377
  };
1378
1378
  }, [plugin]);
1379
1379
  };
1380
- var styles = ".tina-tailwind {\n\n /* gray-600 from tailwind config */\n}\n\n/**\nUse a better box model (opinionated).\n*/\n\n.tina-tailwind *,\n.tina-tailwind ::before,\n.tina-tailwind ::after {\n box-sizing: border-box;\n}\n\n/**\nUse a more readable tab size (opinionated).\n*/\n\n.tina-tailwind html {\n -moz-tab-size: 4;\n tab-size: 4;\n}\n\n/**\n1. Correct the line height in all browsers.\n2. Prevent adjustments of font size after orientation changes in iOS.\n*/\n\n.tina-tailwind html {\n line-height: 1.15; /* 1 */\n -webkit-text-size-adjust: 100%; /* 2 */\n}\n\n/**\nRemove the margin in all browsers.\n*/\n\n.tina-tailwind body {\n margin: 0;\n}\n\n/**\nImprove consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)\n*/\n\n.tina-tailwind body {\n font-family:\n system-ui,\n -apple-system, /* Firefox supports this but not yet `system-ui` */\n 'Segoe UI',\n Roboto,\n Helvetica,\n Arial,\n sans-serif,\n 'Apple Color Emoji',\n 'Segoe UI Emoji';\n}\n\n/**\n1. Add the correct height in Firefox.\n2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)\n*/\n\n.tina-tailwind hr {\n height: 0; /* 1 */\n color: inherit; /* 2 */\n}\n\n/**\nAdd the correct text decoration in Chrome, Edge, and Safari.\n*/\n\n.tina-tailwind abbr[title] {\n text-decoration: underline dotted;\n}\n\n/**\nAdd the correct font weight in Edge and Safari.\n*/\n\n.tina-tailwind b,\n.tina-tailwind strong {\n font-weight: bolder;\n}\n\n/**\n1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)\n2. Correct the odd 'em' font sizing in all browsers.\n*/\n\n.tina-tailwind code,\n.tina-tailwind kbd,\n.tina-tailwind samp,\n.tina-tailwind pre {\n font-family:\n ui-monospace,\n SFMono-Regular,\n Consolas,\n 'Liberation Mono',\n Menlo,\n monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/**\nAdd the correct font size in all browsers.\n*/\n\n.tina-tailwind small {\n font-size: 80%;\n}\n\n/**\nPrevent 'sub' and 'sup' elements from affecting the line height in all browsers.\n*/\n\n.tina-tailwind sub,\n.tina-tailwind sup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\n/*\nText-level semantics\n====================\n*/\n\n.tina-tailwind sub {\n bottom: -0.25em;\n}\n\n/*\nGrouping content\n================\n*/\n\n.tina-tailwind sup {\n top: -0.5em;\n}\n\n/**\n1. 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)\n2. 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)\n*/\n\n.tina-tailwind table {\n text-indent: 0; /* 1 */\n border-color: inherit; /* 2 */\n}\n\n/**\n1. Change the font styles in all browsers.\n2. Remove the margin in Firefox and Safari.\n*/\n\n.tina-tailwind button,\n.tina-tailwind input,\n.tina-tailwind optgroup,\n.tina-tailwind select,\n.tina-tailwind textarea {\n font-family: inherit; /* 1 */\n font-size: 100%; /* 1 */\n line-height: 1.15; /* 1 */\n margin: 0; /* 2 */\n}\n\n/**\nRemove the inheritance of text transform in Edge and Firefox.\n1. Remove the inheritance of text transform in Firefox.\n*/\n\n.tina-tailwind button,\n.tina-tailwind select { /* 1 */\n text-transform: none;\n}\n\n/**\nCorrect the inability to style clickable types in iOS and Safari.\n*/\n\n.tina-tailwind button,\n.tina-tailwind [type='button'],\n.tina-tailwind [type='reset'],\n.tina-tailwind [type='submit'] {\n -webkit-appearance: button;\n}\n\n/**\nRemove the inner border and padding in Firefox.\n*/\n\n.tina-tailwind ::-moz-focus-inner {\n border-style: none;\n padding: 0;\n}\n\n/**\nRestore the focus styles unset by the previous rule.\n*/\n\n.tina-tailwind :-moz-focusring {\n outline: 1px dotted ButtonText;\n}\n\n/**\nRemove the additional ':invalid' styles in Firefox.\nSee: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737\n*/\n\n.tina-tailwind :-moz-ui-invalid {\n box-shadow: none;\n}\n\n/**\nRemove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.\n*/\n\n.tina-tailwind legend {\n padding: 0;\n}\n\n/**\nAdd the correct vertical alignment in Chrome and Firefox.\n*/\n\n.tina-tailwind progress {\n vertical-align: baseline;\n}\n\n/**\nCorrect the cursor style of increment and decrement buttons in Safari.\n*/\n\n.tina-tailwind ::-webkit-inner-spin-button,\n.tina-tailwind ::-webkit-outer-spin-button {\n height: auto;\n}\n\n/**\n1. Correct the odd appearance in Chrome and Safari.\n2. Correct the outline style in Safari.\n*/\n\n.tina-tailwind [type='search'] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/**\nRemove the inner padding in Chrome and Safari on macOS.\n*/\n\n.tina-tailwind ::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/**\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Change font properties to 'inherit' in Safari.\n*/\n\n.tina-tailwind ::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n\n/*\nAdd the correct display in Chrome and Safari.\n*/\n\n.tina-tailwind summary {\n display: list-item;\n}\n\n/**\n * Removes the default spacing and border for appropriate elements.\n */\n\n.tina-tailwind blockquote,\n.tina-tailwind dl,\n.tina-tailwind dd,\n.tina-tailwind h1,\n.tina-tailwind h2,\n.tina-tailwind h3,\n.tina-tailwind h4,\n.tina-tailwind h5,\n.tina-tailwind h6,\n.tina-tailwind hr,\n.tina-tailwind figure,\n.tina-tailwind p,\n.tina-tailwind pre {\n margin: 0;\n}\n\n/**\n * Manually forked from SUIT CSS Base: https://github.com/suitcss/base\n * A thin layer on top of normalize.css that provides a starting point more\n * suitable for web applications.\n */\n\n.tina-tailwind button {\n background-color: transparent;\n background-image: none;\n}\n\n/*\nInteractive\n===========\n*/\n\n.tina-tailwind fieldset {\n margin: 0;\n padding: 0;\n}\n\n/*\nForms\n=====\n*/\n\n.tina-tailwind ol,\n.tina-tailwind ul {\n list-style: none;\n margin: 0;\n padding: 0;\n}\n\n/**\n * 1. Use the user's configured `sans` font-family (with Tailwind's default\n * sans-serif font stack as a fallback) as a sane default.\n * 2. Use Tailwind's default \"normal\" line-height so the user isn't forced\n * to override it to ensure consistency even when using the default theme.\n */\n\n.tina-tailwind html {\n font-family: Inter var, 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 */\n line-height: 1.5; /* 2 */\n}\n\n/**\n * Inherit font-family and line-height from `html` so users can set them as\n * a class directly on the `html` element.\n */\n\n.tina-tailwind body {\n font-family: inherit;\n line-height: inherit;\n}\n\n/**\n * 1. Prevent padding and border from affecting element width.\n *\n * We used to set this in the html element and inherit from\n * the parent element for everything else. This caused issues\n * in shadow-dom-enhanced elements like <details> where the content\n * is wrapped by a div with box-sizing set to `content-box`.\n *\n * https://github.com/mozdevs/cssremedy/issues/4\n *\n *\n * 2. Allow adding a border to an element by just adding a border-width.\n *\n * By default, the way the browser specifies that an element should have no\n * border is by setting it's border-style to `none` in the user-agent\n * stylesheet.\n *\n * In order to easily add borders to elements by just setting the `border-width`\n * property, we change the default border-style for all elements to `solid`, and\n * use border-width to hide them instead. This way our `border` utilities only\n * need to set the `border-width` property instead of the entire `border`\n * shorthand, making our border utilities much more straightforward to compose.\n *\n * https://github.com/tailwindcss/tailwindcss/pull/116\n */\n\n.tina-tailwind *,\n.tina-tailwind ::before,\n.tina-tailwind ::after {\n box-sizing: border-box; /* 1 */\n border-width: 0; /* 2 */\n border-style: solid; /* 2 */\n border-color: currentColor; /* 2 */\n}\n\n/*\n * Ensure horizontal rules are visible by default\n */\n\n.tina-tailwind hr {\n border-top-width: 1px;\n}\n\n/**\n * Undo the `border-style: none` reset that Normalize applies to images so that\n * our `border-{width}` utilities have the expected effect.\n *\n * The Normalize reset is unnecessary for us since we default the border-width\n * to 0 on all elements.\n *\n * https://github.com/tailwindcss/tailwindcss/issues/362\n */\n\n.tina-tailwind img {\n border-style: solid;\n}\n\n/**\n * Tailwind custom reset styles\n */\n\n.tina-tailwind textarea {\n resize: vertical;\n}\n\n/*\nTabular data\n============\n*/\n\n.tina-tailwind input::placeholder,\n.tina-tailwind textarea::placeholder {\n opacity: 1;\n color: #918c9e;\n}\n\n/*\nSections\n========\n*/\n\n.tina-tailwind button,\n.tina-tailwind [role=\"button\"] {\n cursor: pointer;\n}\n\n/**\n * Override legacy focus reset from Normalize with modern Firefox focus styles.\n *\n * This is actually an improvement over the new defaults in Firefox in our testing,\n * as it triggers the better focus styles even for links, which still use a dotted\n * outline in Firefox by default.\n */\n\n.tina-tailwind :-moz-focusring {\n outline: auto;\n}\n\n/*\nDocument\n========\n*/\n\n.tina-tailwind table {\n border-collapse: collapse;\n}\n\n/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */\n\n.tina-tailwind h1,\n.tina-tailwind h2,\n.tina-tailwind h3,\n.tina-tailwind h4,\n.tina-tailwind h5,\n.tina-tailwind h6 {\n font-size: inherit;\n font-weight: inherit;\n}\n\n/**\n * Reset links to optimize for opt-in styling instead of\n * opt-out.\n */\n\n.tina-tailwind a {\n color: inherit;\n text-decoration: inherit;\n}\n\n/**\n * Reset form element properties that are easy to forget to\n * style explicitly so you don't inadvertently introduce\n * styles that deviate from your design system. These styles\n * supplement a partial reset that is already applied by\n * normalize.css.\n */\n\n.tina-tailwind button,\n.tina-tailwind input,\n.tina-tailwind optgroup,\n.tina-tailwind select,\n.tina-tailwind textarea {\n padding: 0;\n line-height: inherit;\n color: inherit;\n}\n\n/**\n * Use the configured 'mono' font family for elements that\n * are expected to be rendered with a monospace font, falling\n * back to the system monospace stack if there is no configured\n * 'mono' font family.\n */\n\n.tina-tailwind pre,\n.tina-tailwind code,\n.tina-tailwind kbd,\n.tina-tailwind samp {\n font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n}\n\n/**\n * 1. Make replaced elements `display: block` by default as that's\n * the behavior you want almost all of the time. Inspired by\n * CSS Remedy, with `svg` added as well.\n *\n * https://github.com/mozdevs/cssremedy/issues/14\n * \n * 2. Add `vertical-align: middle` to align replaced elements more\n * sensibly by default when overriding `display` by adding a\n * utility like `inline`.\n *\n * This can trigger a poorly considered linting error in some\n * tools but is included by design.\n * \n * https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210\n */\n\n.tina-tailwind img,\n.tina-tailwind svg,\n.tina-tailwind video,\n.tina-tailwind canvas,\n.tina-tailwind audio,\n.tina-tailwind iframe,\n.tina-tailwind embed,\n.tina-tailwind object {\n display: block; /* 1 */\n vertical-align: middle; /* 2 */\n}\n\n/**\n * Constrain images and videos to the parent width and preserve\n * their intrinsic aspect ratio.\n *\n * https://github.com/mozdevs/cssremedy/issues/14\n */\n\n.tina-tailwind img,\n.tina-tailwind video {\n max-width: 100%;\n height: auto;\n}\n\n/**\n * Ensure the default browser behavior of the `hidden` attribute.\n */\n\n.tina-tailwind [hidden] {\n display: none;\n}\n\n/* ! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */\n\n.tina-tailwind *, .tina-tailwind ::before, .tina-tailwind ::after {\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --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));\n}\n\n.tina-tailwind *, .tina-tailwind ::before, .tina-tailwind ::after {\n --tw-border-opacity: 1;\n border-color: rgba(225, 221, 236, var(--tw-border-opacity));\n}\n\n.tina-tailwind *, .tina-tailwind ::before, .tina-tailwind ::after {\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n}\n\n.tina-tailwind *, .tina-tailwind ::before, .tina-tailwind ::after {\n --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgba(0, 132, 255, 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n}\n\n.tina-tailwind *, .tina-tailwind ::before, .tina-tailwind ::after {\n --tw-blur: var(--tw-empty,/*!*/ /*!*/);\n --tw-brightness: var(--tw-empty,/*!*/ /*!*/);\n --tw-contrast: var(--tw-empty,/*!*/ /*!*/);\n --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);\n --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);\n --tw-invert: var(--tw-empty,/*!*/ /*!*/);\n --tw-saturate: var(--tw-empty,/*!*/ /*!*/);\n --tw-sepia: var(--tw-empty,/*!*/ /*!*/);\n --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);\n --tw-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);\n}\n\n.tina-tailwind .static {\n position: static !important;\n}\n\n.tina-tailwind .fixed {\n position: fixed !important;\n}\n\n.tina-tailwind .absolute {\n position: absolute !important;\n}\n\n.tina-tailwind .relative {\n position: relative !important;\n}\n\n.tina-tailwind .bottom-3 {\n bottom: 12px !important;\n}\n\n.tina-tailwind .right-5 {\n right: 20px !important;\n}\n\n.tina-tailwind .right-0 {\n right: 0px !important;\n}\n\n.tina-tailwind .z-50 {\n z-index: 50 !important;\n}\n\n.tina-tailwind .mr-2 {\n margin-right: 8px !important;\n}\n\n.tina-tailwind .-ml-1 {\n margin-left: -4px !important;\n}\n\n.tina-tailwind .mr-1\\.5 {\n margin-right: 6px !important;\n}\n\n.tina-tailwind .mr-1 {\n margin-right: 4px !important;\n}\n\n.tina-tailwind .mb-3 {\n margin-bottom: 12px !important;\n}\n\n.tina-tailwind .ml-1 {\n margin-left: 4px !important;\n}\n\n.tina-tailwind .mt-2 {\n margin-top: 8px !important;\n}\n\n.tina-tailwind .mt-8 {\n margin-top: 32px !important;\n}\n\n.tina-tailwind .mb-0\\.5 {\n margin-bottom: 2px !important;\n}\n\n.tina-tailwind .mb-0 {\n margin-bottom: 0px !important;\n}\n\n.tina-tailwind .block {\n display: block !important;\n}\n\n.tina-tailwind .inline-block {\n display: inline-block !important;\n}\n\n.tina-tailwind .flex {\n display: flex !important;\n}\n\n.tina-tailwind .inline-flex {\n display: inline-flex !important;\n}\n\n.tina-tailwind .table {\n display: table !important;\n}\n\n.tina-tailwind .h-screen {\n height: 100vh !important;\n}\n\n.tina-tailwind .h-4 {\n height: 16px !important;\n}\n\n.tina-tailwind .h-auto {\n height: auto !important;\n}\n\n.tina-tailwind .h-6 {\n height: 24px !important;\n}\n\n.tina-tailwind .h-5 {\n height: 20px !important;\n}\n\n.tina-tailwind .w-auto {\n width: auto !important;\n}\n\n.tina-tailwind .w-full {\n width: 100% !important;\n}\n\n.tina-tailwind .w-10 {\n width: 40px !important;\n}\n\n.tina-tailwind .w-80 {\n width: 320px !important;\n}\n\n.tina-tailwind .w-2\\/3 {\n width: 66.666667% !important;\n}\n\n.tina-tailwind .w-6 {\n width: 24px !important;\n}\n\n.tina-tailwind .w-56 {\n width: 224px !important;\n}\n\n.tina-tailwind .min-w-full {\n min-width: 100% !important;\n}\n\n.tina-tailwind .max-w-lg {\n max-width: 32rem !important;\n}\n\n.tina-tailwind .max-w-screen-md {\n max-width: 768px !important;\n}\n\n.tina-tailwind .max-w-xs {\n max-width: 20rem !important;\n}\n\n.tina-tailwind .flex-1 {\n flex: 1 1 0% !important;\n}\n\n.tina-tailwind .flex-shrink-0 {\n flex-shrink: 0 !important;\n}\n\n.tina-tailwind .origin-top-right {\n transform-origin: top right !important;\n}\n\n.tina-tailwind .translate-y-full {\n --tw-translate-y: 100% !important;\n transform: var(--tw-transform) !important;\n}\n\n.tina-tailwind .-translate-y-2 {\n --tw-translate-y: -8px !important;\n transform: var(--tw-transform) !important;\n}\n\n.tina-tailwind .translate-y-0 {\n --tw-translate-y: 0px !important;\n transform: var(--tw-transform) !important;\n}\n\n.tina-tailwind .rotate-90 {\n --tw-rotate: 90deg !important;\n transform: var(--tw-transform) !important;\n}\n\n.tina-tailwind .rotate-0 {\n --tw-rotate: 0deg !important;\n transform: var(--tw-transform) !important;\n}\n\n.tina-tailwind .scale-95 {\n --tw-scale-x: .95 !important;\n --tw-scale-y: .95 !important;\n transform: var(--tw-transform) !important;\n}\n\n.tina-tailwind .scale-100 {\n --tw-scale-x: 1 !important;\n --tw-scale-y: 1 !important;\n transform: var(--tw-transform) !important;\n}\n\n.tina-tailwind .transform {\n transform: var(--tw-transform) !important;\n}\n\n.tina-tailwind .flex-col {\n flex-direction: column !important;\n}\n\n.tina-tailwind .items-end {\n align-items: flex-end !important;\n}\n\n.tina-tailwind .items-center {\n align-items: center !important;\n}\n\n.tina-tailwind .items-stretch {\n align-items: stretch !important;\n}\n\n.tina-tailwind .justify-start {\n justify-content: flex-start !important;\n}\n\n.tina-tailwind .justify-end {\n justify-content: flex-end !important;\n}\n\n.tina-tailwind .justify-center {\n justify-content: center !important;\n}\n\n.tina-tailwind .justify-between {\n justify-content: space-between !important;\n}\n\n.tina-tailwind .gap-0\\.5 {\n gap: 2px !important;\n}\n\n.tina-tailwind .gap-0 {\n gap: 0px !important;\n}\n\n.tina-tailwind .gap-4 {\n gap: 16px !important;\n}\n\n.tina-tailwind .gap-1 {\n gap: 4px !important;\n}\n\n.tina-tailwind .gap-3 {\n gap: 12px !important;\n}\n\n.tina-tailwind .gap-1\\.5 {\n gap: 6px !important;\n}\n\n.tina-tailwind .divide-y > :not([hidden]) ~ :not([hidden]) {\n --tw-divide-y-reverse: 0 !important;\n border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;\n border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;\n}\n\n.tina-tailwind .overflow-hidden {\n overflow: hidden !important;\n}\n\n.tina-tailwind .overflow-y-auto {\n overflow-y: auto !important;\n}\n\n.tina-tailwind .overflow-ellipsis {\n text-overflow: ellipsis !important;\n}\n\n.tina-tailwind .whitespace-nowrap {\n white-space: nowrap !important;\n}\n\n.tina-tailwind .rounded-lg {\n border-radius: 8px !important;\n}\n\n.tina-tailwind .rounded-full {\n border-radius: 9999px !important;\n}\n\n.tina-tailwind .rounded-md {\n border-radius: 6px !important;\n}\n\n.tina-tailwind .border {\n border-width: 1px !important;\n}\n\n.tina-tailwind .border-t {\n border-top-width: 1px !important;\n}\n\n.tina-tailwind .border-b {\n border-bottom-width: 1px !important;\n}\n\n.tina-tailwind .border-r {\n border-right-width: 1px !important;\n}\n\n.tina-tailwind .border-gray-100 {\n --tw-border-opacity: 1 !important;\n border-color: rgba(237, 236, 243, var(--tw-border-opacity)) !important;\n}\n\n.tina-tailwind .border-gray-200 {\n --tw-border-opacity: 1 !important;\n border-color: rgba(225, 221, 236, var(--tw-border-opacity)) !important;\n}\n\n.tina-tailwind .border-transparent {\n border-color: transparent !important;\n}\n\n.tina-tailwind .bg-white {\n --tw-bg-opacity: 1 !important;\n background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;\n}\n\n.tina-tailwind .bg-gray-50 {\n --tw-bg-opacity: 1 !important;\n background-color: rgba(246, 246, 249, var(--tw-bg-opacity)) !important;\n}\n\n.tina-tailwind .bg-transparent {\n background-color: transparent !important;\n}\n\n.tina-tailwind .bg-gradient-to-b {\n background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;\n}\n\n.tina-tailwind .from-blue-900 {\n --tw-gradient-from: #1D2C6C !important;\n --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 44, 108, 0)) !important;\n}\n\n.tina-tailwind .from-white {\n --tw-gradient-from: #fff !important;\n --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;\n}\n\n.tina-tailwind .to-gray-900 {\n --tw-gradient-to: #252336 !important;\n}\n\n.tina-tailwind .to-gray-50 {\n --tw-gradient-to: #F6F6F9 !important;\n}\n\n.tina-tailwind .px-5 {\n padding-left: 20px !important;\n padding-right: 20px !important;\n}\n\n.tina-tailwind .py-2 {\n padding-top: 8px !important;\n padding-bottom: 8px !important;\n}\n\n.tina-tailwind .px-4 {\n padding-left: 16px !important;\n padding-right: 16px !important;\n}\n\n.tina-tailwind .py-6 {\n padding-top: 24px !important;\n padding-bottom: 24px !important;\n}\n\n.tina-tailwind .py-4 {\n padding-top: 16px !important;\n padding-bottom: 16px !important;\n}\n\n.tina-tailwind .px-6 {\n padding-left: 24px !important;\n padding-right: 24px !important;\n}\n\n.tina-tailwind .py-1 {\n padding-top: 4px !important;\n padding-bottom: 4px !important;\n}\n\n.tina-tailwind .py-7 {\n padding-top: 28px !important;\n padding-bottom: 28px !important;\n}\n\n.tina-tailwind .px-8 {\n padding-left: 32px !important;\n padding-right: 32px !important;\n}\n\n.tina-tailwind .py-2\\.5 {\n padding-top: 10px !important;\n padding-bottom: 10px !important;\n}\n\n.tina-tailwind .py-14 {\n padding-top: 56px !important;\n padding-bottom: 56px !important;\n}\n\n.tina-tailwind .py-3 {\n padding-top: 12px !important;\n padding-bottom: 12px !important;\n}\n\n.tina-tailwind .py-1\\.5 {\n padding-top: 6px !important;\n padding-bottom: 6px !important;\n}\n\n.tina-tailwind .py-10 {\n padding-top: 40px !important;\n padding-bottom: 40px !important;\n}\n\n.tina-tailwind .pt-16 {\n padding-top: 64px !important;\n}\n\n.tina-tailwind .pb-10 {\n padding-bottom: 40px !important;\n}\n\n.tina-tailwind .text-left {\n text-align: left !important;\n}\n\n.tina-tailwind .text-center {\n text-align: center !important;\n}\n\n.tina-tailwind .font-sans {\n font-family: Inter var, 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\" !important;\n}\n\n.tina-tailwind .text-xs {\n font-size: 13px !important;\n line-height: 1.33 !important;\n}\n\n.tina-tailwind .text-2xl {\n font-size: 24px !important;\n line-height: 1.33 !important;\n}\n\n.tina-tailwind .text-base {\n font-size: 16px !important;\n line-height: 1.5 !important;\n}\n\n.tina-tailwind .text-lg {\n font-size: 18px !important;\n line-height: 1.55 !important;\n}\n\n.tina-tailwind .text-sm {\n font-size: 14px !important;\n line-height: 1.43 !important;\n}\n\n.tina-tailwind .text-3xl {\n font-size: 30px !important;\n line-height: 1.2 !important;\n}\n\n.tina-tailwind .text-4xl {\n font-size: 36px !important;\n line-height: 1.1 !important;\n}\n\n.tina-tailwind .font-medium {\n font-weight: 500 !important;\n}\n\n.tina-tailwind .font-bold {\n font-weight: 700 !important;\n}\n\n.tina-tailwind .uppercase {\n text-transform: uppercase !important;\n}\n\n.tina-tailwind .italic {\n font-style: italic !important;\n}\n\n.tina-tailwind .leading-normal {\n line-height: 1.5 !important;\n}\n\n.tina-tailwind .leading-4 {\n line-height: 16px !important;\n}\n\n.tina-tailwind .leading-5 {\n line-height: 20px !important;\n}\n\n.tina-tailwind .tracking-wide {\n letter-spacing: 0.025em !important;\n}\n\n.tina-tailwind .text-gray-700 {\n --tw-text-opacity: 1 !important;\n color: rgba(67, 62, 82, var(--tw-text-opacity)) !important;\n}\n\n.tina-tailwind .text-gray-800 {\n --tw-text-opacity: 1 !important;\n color: rgba(54, 49, 69, var(--tw-text-opacity)) !important;\n}\n\n.tina-tailwind .text-gray-600 {\n --tw-text-opacity: 1 !important;\n color: rgba(86, 81, 101, var(--tw-text-opacity)) !important;\n}\n\n.tina-tailwind .text-blue-400 {\n --tw-text-opacity: 1 !important;\n color: rgba(34, 150, 254, var(--tw-text-opacity)) !important;\n}\n\n.tina-tailwind .text-blue-600 {\n --tw-text-opacity: 1 !important;\n color: rgba(5, 116, 228, var(--tw-text-opacity)) !important;\n}\n\n.tina-tailwind .text-white {\n --tw-text-opacity: 1 !important;\n color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;\n}\n\n.tina-tailwind .text-gray-400 {\n --tw-text-opacity: 1 !important;\n color: rgba(145, 140, 158, var(--tw-text-opacity)) !important;\n}\n\n.tina-tailwind .text-gray-300 {\n --tw-text-opacity: 1 !important;\n color: rgba(178, 173, 190, var(--tw-text-opacity)) !important;\n}\n\n.tina-tailwind .text-gray-500 {\n --tw-text-opacity: 1 !important;\n color: rgba(113, 108, 127, var(--tw-text-opacity)) !important;\n}\n\n.tina-tailwind .underline {\n text-decoration: underline !important;\n}\n\n.tina-tailwind .opacity-80 {\n opacity: .8 !important;\n}\n\n.tina-tailwind .opacity-50 {\n opacity: .5 !important;\n}\n\n.tina-tailwind .opacity-100 {\n opacity: 1 !important;\n}\n\n.tina-tailwind .opacity-0 {\n opacity: 0 !important;\n}\n\n.tina-tailwind .opacity-90 {\n opacity: .9 !important;\n}\n\n.tina-tailwind .opacity-70 {\n opacity: .7 !important;\n}\n\n.tina-tailwind .shadow {\n --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;\n}\n\n.tina-tailwind .shadow-lg {\n --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;\n}\n\n.tina-tailwind .shadow-sm {\n --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;\n}\n\n.tina-tailwind .ring-1 {\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;\n}\n\n.tina-tailwind .ring-black {\n --tw-ring-opacity: 1 !important;\n --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;\n}\n\n.tina-tailwind .ring-opacity-5 {\n --tw-ring-opacity: .05 !important;\n}\n\n.tina-tailwind .filter {\n filter: var(--tw-filter) !important;\n}\n\n.tina-tailwind .transition-colors {\n transition-property: background-color, border-color, color, fill, stroke !important;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;\n transition-duration: 150ms !important;\n}\n\n.tina-tailwind .transition-opacity {\n transition-property: opacity !important;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;\n transition-duration: 150ms !important;\n}\n\n.tina-tailwind .transition-all {\n transition-property: all !important;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;\n transition-duration: 150ms !important;\n}\n\n.tina-tailwind .transition {\n transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;\n transition-duration: 150ms !important;\n}\n\n.tina-tailwind .duration-100 {\n transition-duration: 100ms !important;\n}\n\n.tina-tailwind .duration-150 {\n transition-duration: 150ms !important;\n}\n\n.tina-tailwind .duration-300 {\n transition-duration: 300ms !important;\n}\n\n.tina-tailwind .duration-75 {\n transition-duration: 75ms !important;\n}\n\n.tina-tailwind .ease-out {\n transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;\n}\n\n.tina-tailwind .ease-in-out {\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;\n}\n\n.tina-tailwind .ease-in {\n transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;\n}\n\n.tina-tailwind {\n color: #565165;\n}\n\n.hover\\:bg-gray-50:hover {\n --tw-bg-opacity: 1 !important;\n background-color: rgba(246, 246, 249, var(--tw-bg-opacity)) !important;\n}\n\n.hover\\:text-blue-500:hover {\n --tw-text-opacity: 1 !important;\n color: rgba(0, 132, 255, var(--tw-text-opacity)) !important;\n}\n\n.hover\\:text-blue-600:hover {\n --tw-text-opacity: 1 !important;\n color: rgba(5, 116, 228, var(--tw-text-opacity)) !important;\n}\n\n.hover\\:opacity-100:hover {\n opacity: 1 !important;\n}\n\n.hover\\:opacity-80:hover {\n opacity: .8 !important;\n}\n\n.focus\\:outline-none:focus {\n outline: 2px solid transparent !important;\n outline-offset: 2px !important;\n}\n\n.group:hover .group-hover\\:opacity-100 {\n opacity: 1 !important;\n}\n\n.group:hover .group-hover\\:opacity-80 {\n opacity: .8 !important;\n}\n\n@media (min-width: 640px) {\n\n .sm\\:rounded-lg {\n border-radius: 8px !important;\n }\n}\n\n@media (min-width: 1024px) {\n\n .lg\\:w-96 {\n width: 384px !important;\n }\n}\n";
1380
+ var styles = `/**
1381
+ Use a better box model (opinionated).
1382
+ */
1383
+
1384
+ .tina-tailwind *,
1385
+ .tina-tailwind ::before,
1386
+ .tina-tailwind ::after {
1387
+ box-sizing: border-box;
1388
+ }
1389
+
1390
+ /**
1391
+ Use a more readable tab size (opinionated).
1392
+ */
1393
+
1394
+ .tina-tailwind html {
1395
+ -moz-tab-size: 4;
1396
+ tab-size: 4;
1397
+ }
1398
+
1399
+ /**
1400
+ 1. Correct the line height in all browsers.
1401
+ 2. Prevent adjustments of font size after orientation changes in iOS.
1402
+ */
1403
+
1404
+ .tina-tailwind html {
1405
+ line-height: 1.15; /* 1 */
1406
+ -webkit-text-size-adjust: 100%; /* 2 */
1407
+ }
1408
+
1409
+ /**
1410
+ Remove the margin in all browsers.
1411
+ */
1412
+
1413
+ .tina-tailwind body {
1414
+ margin: 0;
1415
+ }
1416
+
1417
+ /**
1418
+ Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
1419
+ */
1420
+
1421
+ .tina-tailwind body {
1422
+ font-family:
1423
+ system-ui,
1424
+ -apple-system, /* Firefox supports this but not yet \`system-ui\` */
1425
+ 'Segoe UI',
1426
+ Roboto,
1427
+ Helvetica,
1428
+ Arial,
1429
+ sans-serif,
1430
+ 'Apple Color Emoji',
1431
+ 'Segoe UI Emoji';
1432
+ }
1433
+
1434
+ /**
1435
+ 1. Add the correct height in Firefox.
1436
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
1437
+ */
1438
+
1439
+ .tina-tailwind hr {
1440
+ height: 0; /* 1 */
1441
+ color: inherit; /* 2 */
1442
+ }
1443
+
1444
+ /**
1445
+ Add the correct text decoration in Chrome, Edge, and Safari.
1446
+ */
1447
+
1448
+ .tina-tailwind abbr[title] {
1449
+ text-decoration: underline dotted;
1450
+ }
1451
+
1452
+ /**
1453
+ Add the correct font weight in Edge and Safari.
1454
+ */
1455
+
1456
+ .tina-tailwind b,
1457
+ .tina-tailwind strong {
1458
+ font-weight: bolder;
1459
+ }
1460
+
1461
+ /**
1462
+ 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
1463
+ 2. Correct the odd 'em' font sizing in all browsers.
1464
+ */
1465
+
1466
+ .tina-tailwind code,
1467
+ .tina-tailwind kbd,
1468
+ .tina-tailwind samp,
1469
+ .tina-tailwind pre {
1470
+ font-family:
1471
+ ui-monospace,
1472
+ SFMono-Regular,
1473
+ Consolas,
1474
+ 'Liberation Mono',
1475
+ Menlo,
1476
+ monospace; /* 1 */
1477
+ font-size: 1em; /* 2 */
1478
+ }
1479
+
1480
+ /**
1481
+ Add the correct font size in all browsers.
1482
+ */
1483
+
1484
+ .tina-tailwind small {
1485
+ font-size: 80%;
1486
+ }
1487
+
1488
+ /**
1489
+ Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
1490
+ */
1491
+
1492
+ .tina-tailwind sub,
1493
+ .tina-tailwind sup {
1494
+ font-size: 75%;
1495
+ line-height: 0;
1496
+ position: relative;
1497
+ vertical-align: baseline;
1498
+ }
1499
+
1500
+ /*
1501
+ Text-level semantics
1502
+ ====================
1503
+ */
1504
+
1505
+ .tina-tailwind sub {
1506
+ bottom: -0.25em;
1507
+ }
1508
+
1509
+ /*
1510
+ Grouping content
1511
+ ================
1512
+ */
1513
+
1514
+ .tina-tailwind sup {
1515
+ top: -0.5em;
1516
+ }
1517
+
1518
+ /**
1519
+ 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)
1520
+ 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)
1521
+ */
1522
+
1523
+ .tina-tailwind table {
1524
+ text-indent: 0; /* 1 */
1525
+ border-color: inherit; /* 2 */
1526
+ }
1527
+
1528
+ /**
1529
+ 1. Change the font styles in all browsers.
1530
+ 2. Remove the margin in Firefox and Safari.
1531
+ */
1532
+
1533
+ .tina-tailwind button,
1534
+ .tina-tailwind input,
1535
+ .tina-tailwind optgroup,
1536
+ .tina-tailwind select,
1537
+ .tina-tailwind textarea {
1538
+ font-family: inherit; /* 1 */
1539
+ font-size: 100%; /* 1 */
1540
+ line-height: 1.15; /* 1 */
1541
+ margin: 0; /* 2 */
1542
+ }
1543
+
1544
+ /**
1545
+ Remove the inheritance of text transform in Edge and Firefox.
1546
+ 1. Remove the inheritance of text transform in Firefox.
1547
+ */
1548
+
1549
+ .tina-tailwind button,
1550
+ .tina-tailwind select { /* 1 */
1551
+ text-transform: none;
1552
+ }
1553
+
1554
+ /**
1555
+ Correct the inability to style clickable types in iOS and Safari.
1556
+ */
1557
+
1558
+ .tina-tailwind button,
1559
+ .tina-tailwind [type='button'],
1560
+ .tina-tailwind [type='reset'],
1561
+ .tina-tailwind [type='submit'] {
1562
+ -webkit-appearance: button;
1563
+ }
1564
+
1565
+ /**
1566
+ Remove the inner border and padding in Firefox.
1567
+ */
1568
+
1569
+ .tina-tailwind ::-moz-focus-inner {
1570
+ border-style: none;
1571
+ padding: 0;
1572
+ }
1573
+
1574
+ /**
1575
+ Restore the focus styles unset by the previous rule.
1576
+ */
1577
+
1578
+ .tina-tailwind :-moz-focusring {
1579
+ outline: 1px dotted ButtonText;
1580
+ }
1581
+
1582
+ /**
1583
+ Remove the additional ':invalid' styles in Firefox.
1584
+ See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
1585
+ */
1586
+
1587
+ .tina-tailwind :-moz-ui-invalid {
1588
+ box-shadow: none;
1589
+ }
1590
+
1591
+ /**
1592
+ Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
1593
+ */
1594
+
1595
+ .tina-tailwind legend {
1596
+ padding: 0;
1597
+ }
1598
+
1599
+ /**
1600
+ Add the correct vertical alignment in Chrome and Firefox.
1601
+ */
1602
+
1603
+ .tina-tailwind progress {
1604
+ vertical-align: baseline;
1605
+ }
1606
+
1607
+ /**
1608
+ Correct the cursor style of increment and decrement buttons in Safari.
1609
+ */
1610
+
1611
+ .tina-tailwind ::-webkit-inner-spin-button,
1612
+ .tina-tailwind ::-webkit-outer-spin-button {
1613
+ height: auto;
1614
+ }
1615
+
1616
+ /**
1617
+ 1. Correct the odd appearance in Chrome and Safari.
1618
+ 2. Correct the outline style in Safari.
1619
+ */
1620
+
1621
+ .tina-tailwind [type='search'] {
1622
+ -webkit-appearance: textfield; /* 1 */
1623
+ outline-offset: -2px; /* 2 */
1624
+ }
1625
+
1626
+ /**
1627
+ Remove the inner padding in Chrome and Safari on macOS.
1628
+ */
1629
+
1630
+ .tina-tailwind ::-webkit-search-decoration {
1631
+ -webkit-appearance: none;
1632
+ }
1633
+
1634
+ /**
1635
+ 1. Correct the inability to style clickable types in iOS and Safari.
1636
+ 2. Change font properties to 'inherit' in Safari.
1637
+ */
1638
+
1639
+ .tina-tailwind ::-webkit-file-upload-button {
1640
+ -webkit-appearance: button; /* 1 */
1641
+ font: inherit; /* 2 */
1642
+ }
1643
+
1644
+ /*
1645
+ Add the correct display in Chrome and Safari.
1646
+ */
1647
+
1648
+ .tina-tailwind summary {
1649
+ display: list-item;
1650
+ }
1651
+
1652
+ /**
1653
+ * Removes the default spacing and border for appropriate elements.
1654
+ */
1655
+
1656
+ .tina-tailwind blockquote,
1657
+ .tina-tailwind dl,
1658
+ .tina-tailwind dd,
1659
+ .tina-tailwind h1,
1660
+ .tina-tailwind h2,
1661
+ .tina-tailwind h3,
1662
+ .tina-tailwind h4,
1663
+ .tina-tailwind h5,
1664
+ .tina-tailwind h6,
1665
+ .tina-tailwind hr,
1666
+ .tina-tailwind figure,
1667
+ .tina-tailwind p,
1668
+ .tina-tailwind pre {
1669
+ margin: 0;
1670
+ }
1671
+
1672
+ /**
1673
+ * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
1674
+ * A thin layer on top of normalize.css that provides a starting point more
1675
+ * suitable for web applications.
1676
+ */
1677
+
1678
+ .tina-tailwind button {
1679
+ background-color: transparent;
1680
+ background-image: none;
1681
+ }
1682
+
1683
+ /*
1684
+ Interactive
1685
+ ===========
1686
+ */
1687
+
1688
+ .tina-tailwind fieldset {
1689
+ margin: 0;
1690
+ padding: 0;
1691
+ }
1692
+
1693
+ /*
1694
+ Forms
1695
+ =====
1696
+ */
1697
+
1698
+ .tina-tailwind ol,
1699
+ .tina-tailwind ul {
1700
+ list-style: none;
1701
+ margin: 0;
1702
+ padding: 0;
1703
+ }
1704
+
1705
+ /**
1706
+ * 1. Use the user's configured \`sans\` font-family (with Tailwind's default
1707
+ * sans-serif font stack as a fallback) as a sane default.
1708
+ * 2. Use Tailwind's default "normal" line-height so the user isn't forced
1709
+ * to override it to ensure consistency even when using the default theme.
1710
+ */
1711
+
1712
+ .tina-tailwind html {
1713
+ font-family: Inter, 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 */
1714
+ line-height: 1.5; /* 2 */
1715
+ }
1716
+
1717
+ /**
1718
+ * Inherit font-family and line-height from \`html\` so users can set them as
1719
+ * a class directly on the \`html\` element.
1720
+ */
1721
+
1722
+ .tina-tailwind body {
1723
+ font-family: inherit;
1724
+ line-height: inherit;
1725
+ }
1726
+
1727
+ /**
1728
+ * 1. Prevent padding and border from affecting element width.
1729
+ *
1730
+ * We used to set this in the html element and inherit from
1731
+ * the parent element for everything else. This caused issues
1732
+ * in shadow-dom-enhanced elements like <details> where the content
1733
+ * is wrapped by a div with box-sizing set to \`content-box\`.
1734
+ *
1735
+ * https://github.com/mozdevs/cssremedy/issues/4
1736
+ *
1737
+ *
1738
+ * 2. Allow adding a border to an element by just adding a border-width.
1739
+ *
1740
+ * By default, the way the browser specifies that an element should have no
1741
+ * border is by setting it's border-style to \`none\` in the user-agent
1742
+ * stylesheet.
1743
+ *
1744
+ * In order to easily add borders to elements by just setting the \`border-width\`
1745
+ * property, we change the default border-style for all elements to \`solid\`, and
1746
+ * use border-width to hide them instead. This way our \`border\` utilities only
1747
+ * need to set the \`border-width\` property instead of the entire \`border\`
1748
+ * shorthand, making our border utilities much more straightforward to compose.
1749
+ *
1750
+ * https://github.com/tailwindcss/tailwindcss/pull/116
1751
+ */
1752
+
1753
+ .tina-tailwind *,
1754
+ .tina-tailwind ::before,
1755
+ .tina-tailwind ::after {
1756
+ box-sizing: border-box; /* 1 */
1757
+ border-width: 0; /* 2 */
1758
+ border-style: solid; /* 2 */
1759
+ border-color: currentColor; /* 2 */
1760
+ }
1761
+
1762
+ /*
1763
+ * Ensure horizontal rules are visible by default
1764
+ */
1765
+
1766
+ .tina-tailwind hr {
1767
+ border-top-width: 1px;
1768
+ }
1769
+
1770
+ /**
1771
+ * Undo the \`border-style: none\` reset that Normalize applies to images so that
1772
+ * our \`border-{width}\` utilities have the expected effect.
1773
+ *
1774
+ * The Normalize reset is unnecessary for us since we default the border-width
1775
+ * to 0 on all elements.
1776
+ *
1777
+ * https://github.com/tailwindcss/tailwindcss/issues/362
1778
+ */
1779
+
1780
+ .tina-tailwind img {
1781
+ border-style: solid;
1782
+ }
1783
+
1784
+ /**
1785
+ * Tailwind custom reset styles
1786
+ */
1787
+
1788
+ .tina-tailwind textarea {
1789
+ resize: vertical;
1790
+ }
1791
+
1792
+ /*
1793
+ Tabular data
1794
+ ============
1795
+ */
1796
+
1797
+ .tina-tailwind input::placeholder,
1798
+ .tina-tailwind textarea::placeholder {
1799
+ opacity: 1;
1800
+ color: #918c9e;
1801
+ }
1802
+
1803
+ /*
1804
+ Sections
1805
+ ========
1806
+ */
1807
+
1808
+ .tina-tailwind button,
1809
+ .tina-tailwind [role="button"] {
1810
+ cursor: pointer;
1811
+ }
1812
+
1813
+ /**
1814
+ * Override legacy focus reset from Normalize with modern Firefox focus styles.
1815
+ *
1816
+ * This is actually an improvement over the new defaults in Firefox in our testing,
1817
+ * as it triggers the better focus styles even for links, which still use a dotted
1818
+ * outline in Firefox by default.
1819
+ */
1820
+
1821
+ .tina-tailwind :-moz-focusring {
1822
+ outline: auto;
1823
+ }
1824
+
1825
+ /*
1826
+ Document
1827
+ ========
1828
+ */
1829
+
1830
+ .tina-tailwind table {
1831
+ border-collapse: collapse;
1832
+ }
1833
+
1834
+ /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
1835
+
1836
+ .tina-tailwind h1,
1837
+ .tina-tailwind h2,
1838
+ .tina-tailwind h3,
1839
+ .tina-tailwind h4,
1840
+ .tina-tailwind h5,
1841
+ .tina-tailwind h6 {
1842
+ font-size: inherit;
1843
+ font-weight: inherit;
1844
+ }
1845
+
1846
+ /**
1847
+ * Reset links to optimize for opt-in styling instead of
1848
+ * opt-out.
1849
+ */
1850
+
1851
+ .tina-tailwind a {
1852
+ color: inherit;
1853
+ text-decoration: inherit;
1854
+ }
1855
+
1856
+ /**
1857
+ * Reset form element properties that are easy to forget to
1858
+ * style explicitly so you don't inadvertently introduce
1859
+ * styles that deviate from your design system. These styles
1860
+ * supplement a partial reset that is already applied by
1861
+ * normalize.css.
1862
+ */
1863
+
1864
+ .tina-tailwind button,
1865
+ .tina-tailwind input,
1866
+ .tina-tailwind optgroup,
1867
+ .tina-tailwind select,
1868
+ .tina-tailwind textarea {
1869
+ padding: 0;
1870
+ line-height: inherit;
1871
+ color: inherit;
1872
+ }
1873
+
1874
+ /**
1875
+ * Use the configured 'mono' font family for elements that
1876
+ * are expected to be rendered with a monospace font, falling
1877
+ * back to the system monospace stack if there is no configured
1878
+ * 'mono' font family.
1879
+ */
1880
+
1881
+ .tina-tailwind pre,
1882
+ .tina-tailwind code,
1883
+ .tina-tailwind kbd,
1884
+ .tina-tailwind samp {
1885
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
1886
+ }
1887
+
1888
+ /**
1889
+ * 1. Make replaced elements \`display: block\` by default as that's
1890
+ * the behavior you want almost all of the time. Inspired by
1891
+ * CSS Remedy, with \`svg\` added as well.
1892
+ *
1893
+ * https://github.com/mozdevs/cssremedy/issues/14
1894
+ *
1895
+ * 2. Add \`vertical-align: middle\` to align replaced elements more
1896
+ * sensibly by default when overriding \`display\` by adding a
1897
+ * utility like \`inline\`.
1898
+ *
1899
+ * This can trigger a poorly considered linting error in some
1900
+ * tools but is included by design.
1901
+ *
1902
+ * https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
1903
+ */
1904
+
1905
+ .tina-tailwind img,
1906
+ .tina-tailwind svg,
1907
+ .tina-tailwind video,
1908
+ .tina-tailwind canvas,
1909
+ .tina-tailwind audio,
1910
+ .tina-tailwind iframe,
1911
+ .tina-tailwind embed,
1912
+ .tina-tailwind object {
1913
+ display: block; /* 1 */
1914
+ vertical-align: middle; /* 2 */
1915
+ }
1916
+
1917
+ /**
1918
+ * Constrain images and videos to the parent width and preserve
1919
+ * their intrinsic aspect ratio.
1920
+ *
1921
+ * https://github.com/mozdevs/cssremedy/issues/14
1922
+ */
1923
+
1924
+ .tina-tailwind img,
1925
+ .tina-tailwind video {
1926
+ max-width: 100%;
1927
+ height: auto;
1928
+ }
1929
+
1930
+ /**
1931
+ * Ensure the default browser behavior of the \`hidden\` attribute.
1932
+ */
1933
+
1934
+ .tina-tailwind [hidden] {
1935
+ display: none;
1936
+ }
1937
+
1938
+ /*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com
1939
+ */
1940
+
1941
+ .tina-tailwind *, .tina-tailwind ::before, .tina-tailwind ::after {
1942
+ --tw-translate-x: 0;
1943
+ --tw-translate-y: 0;
1944
+ --tw-rotate: 0;
1945
+ --tw-skew-x: 0;
1946
+ --tw-skew-y: 0;
1947
+ --tw-scale-x: 1;
1948
+ --tw-scale-y: 1;
1949
+ --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));
1950
+ }
1951
+
1952
+ .tina-tailwind *, .tina-tailwind ::before, .tina-tailwind ::after {
1953
+ --tw-border-opacity: 1;
1954
+ border-color: rgba(225, 221, 236, var(--tw-border-opacity));
1955
+ }
1956
+
1957
+ .tina-tailwind *, .tina-tailwind ::before, .tina-tailwind ::after {
1958
+ --tw-ring-offset-shadow: 0 0 #0000;
1959
+ --tw-ring-shadow: 0 0 #0000;
1960
+ --tw-shadow: 0 0 #0000;
1961
+ }
1962
+
1963
+ .tina-tailwind *, .tina-tailwind ::before, .tina-tailwind ::after {
1964
+ --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
1965
+ --tw-ring-offset-width: 0px;
1966
+ --tw-ring-offset-color: #fff;
1967
+ --tw-ring-color: rgba(0, 132, 255, 0.5);
1968
+ --tw-ring-offset-shadow: 0 0 #0000;
1969
+ --tw-ring-shadow: 0 0 #0000;
1970
+ --tw-shadow: 0 0 #0000;
1971
+ }
1972
+
1973
+ .tina-tailwind *, .tina-tailwind ::before, .tina-tailwind ::after {
1974
+ --tw-blur: var(--tw-empty,/*!*/ /*!*/);
1975
+ --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
1976
+ --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
1977
+ --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
1978
+ --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
1979
+ --tw-invert: var(--tw-empty,/*!*/ /*!*/);
1980
+ --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
1981
+ --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
1982
+ --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
1983
+ --tw-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);
1984
+ }
1985
+
1986
+ .tina-tailwind .static {
1987
+ position: static !important;
1988
+ }
1989
+
1990
+ .tina-tailwind .fixed {
1991
+ position: fixed !important;
1992
+ }
1993
+
1994
+ .tina-tailwind .absolute {
1995
+ position: absolute !important;
1996
+ }
1997
+
1998
+ .tina-tailwind .relative {
1999
+ position: relative !important;
2000
+ }
2001
+
2002
+ .tina-tailwind .bottom-3 {
2003
+ bottom: 12px !important;
2004
+ }
2005
+
2006
+ .tina-tailwind .right-5 {
2007
+ right: 20px !important;
2008
+ }
2009
+
2010
+ .tina-tailwind .right-0 {
2011
+ right: 0px !important;
2012
+ }
2013
+
2014
+ .tina-tailwind .z-50 {
2015
+ z-index: 50 !important;
2016
+ }
2017
+
2018
+ .tina-tailwind .mr-2 {
2019
+ margin-right: 8px !important;
2020
+ }
2021
+
2022
+ .tina-tailwind .-ml-1 {
2023
+ margin-left: -4px !important;
2024
+ }
2025
+
2026
+ .tina-tailwind .mr-1\\.5 {
2027
+ margin-right: 6px !important;
2028
+ }
2029
+
2030
+ .tina-tailwind .mr-1 {
2031
+ margin-right: 4px !important;
2032
+ }
2033
+
2034
+ .tina-tailwind .mb-3 {
2035
+ margin-bottom: 12px !important;
2036
+ }
2037
+
2038
+ .tina-tailwind .ml-1 {
2039
+ margin-left: 4px !important;
2040
+ }
2041
+
2042
+ .tina-tailwind .mt-2 {
2043
+ margin-top: 8px !important;
2044
+ }
2045
+
2046
+ .tina-tailwind .mt-8 {
2047
+ margin-top: 32px !important;
2048
+ }
2049
+
2050
+ .tina-tailwind .mb-0\\.5 {
2051
+ margin-bottom: 2px !important;
2052
+ }
2053
+
2054
+ .tina-tailwind .mb-0 {
2055
+ margin-bottom: 0px !important;
2056
+ }
2057
+
2058
+ .tina-tailwind .block {
2059
+ display: block !important;
2060
+ }
2061
+
2062
+ .tina-tailwind .inline-block {
2063
+ display: inline-block !important;
2064
+ }
2065
+
2066
+ .tina-tailwind .flex {
2067
+ display: flex !important;
2068
+ }
2069
+
2070
+ .tina-tailwind .inline-flex {
2071
+ display: inline-flex !important;
2072
+ }
2073
+
2074
+ .tina-tailwind .table {
2075
+ display: table !important;
2076
+ }
2077
+
2078
+ .tina-tailwind .h-screen {
2079
+ height: 100vh !important;
2080
+ }
2081
+
2082
+ .tina-tailwind .h-4 {
2083
+ height: 16px !important;
2084
+ }
2085
+
2086
+ .tina-tailwind .h-auto {
2087
+ height: auto !important;
2088
+ }
2089
+
2090
+ .tina-tailwind .h-6 {
2091
+ height: 24px !important;
2092
+ }
2093
+
2094
+ .tina-tailwind .h-5 {
2095
+ height: 20px !important;
2096
+ }
2097
+
2098
+ .tina-tailwind .w-auto {
2099
+ width: auto !important;
2100
+ }
2101
+
2102
+ .tina-tailwind .w-full {
2103
+ width: 100% !important;
2104
+ }
2105
+
2106
+ .tina-tailwind .w-10 {
2107
+ width: 40px !important;
2108
+ }
2109
+
2110
+ .tina-tailwind .w-80 {
2111
+ width: 320px !important;
2112
+ }
2113
+
2114
+ .tina-tailwind .w-2\\/3 {
2115
+ width: 66.666667% !important;
2116
+ }
2117
+
2118
+ .tina-tailwind .w-6 {
2119
+ width: 24px !important;
2120
+ }
2121
+
2122
+ .tina-tailwind .w-56 {
2123
+ width: 224px !important;
2124
+ }
2125
+
2126
+ .tina-tailwind .min-w-full {
2127
+ min-width: 100% !important;
2128
+ }
2129
+
2130
+ .tina-tailwind .max-w-lg {
2131
+ max-width: 32rem !important;
2132
+ }
2133
+
2134
+ .tina-tailwind .max-w-screen-md {
2135
+ max-width: 768px !important;
2136
+ }
2137
+
2138
+ .tina-tailwind .max-w-xs {
2139
+ max-width: 20rem !important;
2140
+ }
2141
+
2142
+ .tina-tailwind .flex-1 {
2143
+ flex: 1 1 0% !important;
2144
+ }
2145
+
2146
+ .tina-tailwind .flex-shrink-0 {
2147
+ flex-shrink: 0 !important;
2148
+ }
2149
+
2150
+ .tina-tailwind .origin-top-right {
2151
+ transform-origin: top right !important;
2152
+ }
2153
+
2154
+ .tina-tailwind .translate-y-full {
2155
+ --tw-translate-y: 100% !important;
2156
+ transform: var(--tw-transform) !important;
2157
+ }
2158
+
2159
+ .tina-tailwind .-translate-y-2 {
2160
+ --tw-translate-y: -8px !important;
2161
+ transform: var(--tw-transform) !important;
2162
+ }
2163
+
2164
+ .tina-tailwind .translate-y-0 {
2165
+ --tw-translate-y: 0px !important;
2166
+ transform: var(--tw-transform) !important;
2167
+ }
2168
+
2169
+ .tina-tailwind .rotate-90 {
2170
+ --tw-rotate: 90deg !important;
2171
+ transform: var(--tw-transform) !important;
2172
+ }
2173
+
2174
+ .tina-tailwind .rotate-0 {
2175
+ --tw-rotate: 0deg !important;
2176
+ transform: var(--tw-transform) !important;
2177
+ }
2178
+
2179
+ .tina-tailwind .scale-95 {
2180
+ --tw-scale-x: .95 !important;
2181
+ --tw-scale-y: .95 !important;
2182
+ transform: var(--tw-transform) !important;
2183
+ }
2184
+
2185
+ .tina-tailwind .scale-100 {
2186
+ --tw-scale-x: 1 !important;
2187
+ --tw-scale-y: 1 !important;
2188
+ transform: var(--tw-transform) !important;
2189
+ }
2190
+
2191
+ .tina-tailwind .transform {
2192
+ transform: var(--tw-transform) !important;
2193
+ }
2194
+
2195
+ .tina-tailwind .flex-col {
2196
+ flex-direction: column !important;
2197
+ }
2198
+
2199
+ .tina-tailwind .items-end {
2200
+ align-items: flex-end !important;
2201
+ }
2202
+
2203
+ .tina-tailwind .items-center {
2204
+ align-items: center !important;
2205
+ }
2206
+
2207
+ .tina-tailwind .items-stretch {
2208
+ align-items: stretch !important;
2209
+ }
2210
+
2211
+ .tina-tailwind .justify-start {
2212
+ justify-content: flex-start !important;
2213
+ }
2214
+
2215
+ .tina-tailwind .justify-end {
2216
+ justify-content: flex-end !important;
2217
+ }
2218
+
2219
+ .tina-tailwind .justify-center {
2220
+ justify-content: center !important;
2221
+ }
2222
+
2223
+ .tina-tailwind .justify-between {
2224
+ justify-content: space-between !important;
2225
+ }
2226
+
2227
+ .tina-tailwind .gap-0\\.5 {
2228
+ gap: 2px !important;
2229
+ }
2230
+
2231
+ .tina-tailwind .gap-0 {
2232
+ gap: 0px !important;
2233
+ }
2234
+
2235
+ .tina-tailwind .gap-4 {
2236
+ gap: 16px !important;
2237
+ }
2238
+
2239
+ .tina-tailwind .gap-1 {
2240
+ gap: 4px !important;
2241
+ }
2242
+
2243
+ .tina-tailwind .gap-3 {
2244
+ gap: 12px !important;
2245
+ }
2246
+
2247
+ .tina-tailwind .gap-1\\.5 {
2248
+ gap: 6px !important;
2249
+ }
2250
+
2251
+ .tina-tailwind .divide-y > :not([hidden]) ~ :not([hidden]) {
2252
+ --tw-divide-y-reverse: 0 !important;
2253
+ border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
2254
+ border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
2255
+ }
2256
+
2257
+ .tina-tailwind .overflow-hidden {
2258
+ overflow: hidden !important;
2259
+ }
2260
+
2261
+ .tina-tailwind .overflow-y-auto {
2262
+ overflow-y: auto !important;
2263
+ }
2264
+
2265
+ .tina-tailwind .overflow-ellipsis {
2266
+ text-overflow: ellipsis !important;
2267
+ }
2268
+
2269
+ .tina-tailwind .whitespace-nowrap {
2270
+ white-space: nowrap !important;
2271
+ }
2272
+
2273
+ .tina-tailwind .rounded-lg {
2274
+ border-radius: 8px !important;
2275
+ }
2276
+
2277
+ .tina-tailwind .rounded-full {
2278
+ border-radius: 9999px !important;
2279
+ }
2280
+
2281
+ .tina-tailwind .rounded-md {
2282
+ border-radius: 6px !important;
2283
+ }
2284
+
2285
+ .tina-tailwind .border {
2286
+ border-width: 1px !important;
2287
+ }
2288
+
2289
+ .tina-tailwind .border-t {
2290
+ border-top-width: 1px !important;
2291
+ }
2292
+
2293
+ .tina-tailwind .border-b {
2294
+ border-bottom-width: 1px !important;
2295
+ }
2296
+
2297
+ .tina-tailwind .border-r {
2298
+ border-right-width: 1px !important;
2299
+ }
2300
+
2301
+ .tina-tailwind .border-gray-100 {
2302
+ --tw-border-opacity: 1 !important;
2303
+ border-color: rgba(237, 236, 243, var(--tw-border-opacity)) !important;
2304
+ }
2305
+
2306
+ .tina-tailwind .border-gray-200 {
2307
+ --tw-border-opacity: 1 !important;
2308
+ border-color: rgba(225, 221, 236, var(--tw-border-opacity)) !important;
2309
+ }
2310
+
2311
+ .tina-tailwind .border-transparent {
2312
+ border-color: transparent !important;
2313
+ }
2314
+
2315
+ .tina-tailwind .bg-white {
2316
+ --tw-bg-opacity: 1 !important;
2317
+ background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
2318
+ }
2319
+
2320
+ .tina-tailwind .bg-gray-50 {
2321
+ --tw-bg-opacity: 1 !important;
2322
+ background-color: rgba(246, 246, 249, var(--tw-bg-opacity)) !important;
2323
+ }
2324
+
2325
+ .tina-tailwind .bg-transparent {
2326
+ background-color: transparent !important;
2327
+ }
2328
+
2329
+ .tina-tailwind .bg-gradient-to-b {
2330
+ background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
2331
+ }
2332
+
2333
+ .tina-tailwind .from-blue-900 {
2334
+ --tw-gradient-from: #1D2C6C !important;
2335
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 44, 108, 0)) !important;
2336
+ }
2337
+
2338
+ .tina-tailwind .from-white {
2339
+ --tw-gradient-from: #fff !important;
2340
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
2341
+ }
2342
+
2343
+ .tina-tailwind .to-gray-900 {
2344
+ --tw-gradient-to: #252336 !important;
2345
+ }
2346
+
2347
+ .tina-tailwind .to-gray-50 {
2348
+ --tw-gradient-to: #F6F6F9 !important;
2349
+ }
2350
+
2351
+ .tina-tailwind .px-5 {
2352
+ padding-left: 20px !important;
2353
+ padding-right: 20px !important;
2354
+ }
2355
+
2356
+ .tina-tailwind .py-2 {
2357
+ padding-top: 8px !important;
2358
+ padding-bottom: 8px !important;
2359
+ }
2360
+
2361
+ .tina-tailwind .px-4 {
2362
+ padding-left: 16px !important;
2363
+ padding-right: 16px !important;
2364
+ }
2365
+
2366
+ .tina-tailwind .py-6 {
2367
+ padding-top: 24px !important;
2368
+ padding-bottom: 24px !important;
2369
+ }
2370
+
2371
+ .tina-tailwind .py-4 {
2372
+ padding-top: 16px !important;
2373
+ padding-bottom: 16px !important;
2374
+ }
2375
+
2376
+ .tina-tailwind .px-6 {
2377
+ padding-left: 24px !important;
2378
+ padding-right: 24px !important;
2379
+ }
2380
+
2381
+ .tina-tailwind .py-1 {
2382
+ padding-top: 4px !important;
2383
+ padding-bottom: 4px !important;
2384
+ }
2385
+
2386
+ .tina-tailwind .py-7 {
2387
+ padding-top: 28px !important;
2388
+ padding-bottom: 28px !important;
2389
+ }
2390
+
2391
+ .tina-tailwind .px-8 {
2392
+ padding-left: 32px !important;
2393
+ padding-right: 32px !important;
2394
+ }
2395
+
2396
+ .tina-tailwind .py-2\\.5 {
2397
+ padding-top: 10px !important;
2398
+ padding-bottom: 10px !important;
2399
+ }
2400
+
2401
+ .tina-tailwind .py-14 {
2402
+ padding-top: 56px !important;
2403
+ padding-bottom: 56px !important;
2404
+ }
2405
+
2406
+ .tina-tailwind .py-3 {
2407
+ padding-top: 12px !important;
2408
+ padding-bottom: 12px !important;
2409
+ }
2410
+
2411
+ .tina-tailwind .py-1\\.5 {
2412
+ padding-top: 6px !important;
2413
+ padding-bottom: 6px !important;
2414
+ }
2415
+
2416
+ .tina-tailwind .py-10 {
2417
+ padding-top: 40px !important;
2418
+ padding-bottom: 40px !important;
2419
+ }
2420
+
2421
+ .tina-tailwind .pt-16 {
2422
+ padding-top: 64px !important;
2423
+ }
2424
+
2425
+ .tina-tailwind .pb-10 {
2426
+ padding-bottom: 40px !important;
2427
+ }
2428
+
2429
+ .tina-tailwind .text-left {
2430
+ text-align: left !important;
2431
+ }
2432
+
2433
+ .tina-tailwind .text-center {
2434
+ text-align: center !important;
2435
+ }
2436
+
2437
+ .tina-tailwind .font-sans {
2438
+ font-family: Inter, 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" !important;
2439
+ }
2440
+
2441
+ .tina-tailwind .text-xs {
2442
+ font-size: 13px !important;
2443
+ line-height: 1.33 !important;
2444
+ }
2445
+
2446
+ .tina-tailwind .text-2xl {
2447
+ font-size: 24px !important;
2448
+ line-height: 1.33 !important;
2449
+ }
2450
+
2451
+ .tina-tailwind .text-base {
2452
+ font-size: 16px !important;
2453
+ line-height: 1.5 !important;
2454
+ }
2455
+
2456
+ .tina-tailwind .text-lg {
2457
+ font-size: 18px !important;
2458
+ line-height: 1.55 !important;
2459
+ }
2460
+
2461
+ .tina-tailwind .text-sm {
2462
+ font-size: 14px !important;
2463
+ line-height: 1.43 !important;
2464
+ }
2465
+
2466
+ .tina-tailwind .text-3xl {
2467
+ font-size: 30px !important;
2468
+ line-height: 1.2 !important;
2469
+ }
2470
+
2471
+ .tina-tailwind .text-4xl {
2472
+ font-size: 36px !important;
2473
+ line-height: 1.1 !important;
2474
+ }
2475
+
2476
+ .tina-tailwind .font-medium {
2477
+ font-weight: 500 !important;
2478
+ }
2479
+
2480
+ .tina-tailwind .font-bold {
2481
+ font-weight: 700 !important;
2482
+ }
2483
+
2484
+ .tina-tailwind .uppercase {
2485
+ text-transform: uppercase !important;
2486
+ }
2487
+
2488
+ .tina-tailwind .italic {
2489
+ font-style: italic !important;
2490
+ }
2491
+
2492
+ .tina-tailwind .leading-normal {
2493
+ line-height: 1.5 !important;
2494
+ }
2495
+
2496
+ .tina-tailwind .leading-4 {
2497
+ line-height: 16px !important;
2498
+ }
2499
+
2500
+ .tina-tailwind .leading-5 {
2501
+ line-height: 20px !important;
2502
+ }
2503
+
2504
+ .tina-tailwind .tracking-wide {
2505
+ letter-spacing: 0.025em !important;
2506
+ }
2507
+
2508
+ .tina-tailwind .text-gray-700 {
2509
+ --tw-text-opacity: 1 !important;
2510
+ color: rgba(67, 62, 82, var(--tw-text-opacity)) !important;
2511
+ }
2512
+
2513
+ .tina-tailwind .text-gray-800 {
2514
+ --tw-text-opacity: 1 !important;
2515
+ color: rgba(54, 49, 69, var(--tw-text-opacity)) !important;
2516
+ }
2517
+
2518
+ .tina-tailwind .text-gray-600 {
2519
+ --tw-text-opacity: 1 !important;
2520
+ color: rgba(86, 81, 101, var(--tw-text-opacity)) !important;
2521
+ }
2522
+
2523
+ .tina-tailwind .text-blue-400 {
2524
+ --tw-text-opacity: 1 !important;
2525
+ color: rgba(34, 150, 254, var(--tw-text-opacity)) !important;
2526
+ }
2527
+
2528
+ .tina-tailwind .text-blue-600 {
2529
+ --tw-text-opacity: 1 !important;
2530
+ color: rgba(5, 116, 228, var(--tw-text-opacity)) !important;
2531
+ }
2532
+
2533
+ .tina-tailwind .text-white {
2534
+ --tw-text-opacity: 1 !important;
2535
+ color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
2536
+ }
2537
+
2538
+ .tina-tailwind .text-gray-400 {
2539
+ --tw-text-opacity: 1 !important;
2540
+ color: rgba(145, 140, 158, var(--tw-text-opacity)) !important;
2541
+ }
2542
+
2543
+ .tina-tailwind .text-gray-300 {
2544
+ --tw-text-opacity: 1 !important;
2545
+ color: rgba(178, 173, 190, var(--tw-text-opacity)) !important;
2546
+ }
2547
+
2548
+ .tina-tailwind .text-gray-500 {
2549
+ --tw-text-opacity: 1 !important;
2550
+ color: rgba(113, 108, 127, var(--tw-text-opacity)) !important;
2551
+ }
2552
+
2553
+ .tina-tailwind .underline {
2554
+ text-decoration: underline !important;
2555
+ }
2556
+
2557
+ .tina-tailwind .opacity-80 {
2558
+ opacity: .8 !important;
2559
+ }
2560
+
2561
+ .tina-tailwind .opacity-50 {
2562
+ opacity: .5 !important;
2563
+ }
2564
+
2565
+ .tina-tailwind .opacity-100 {
2566
+ opacity: 1 !important;
2567
+ }
2568
+
2569
+ .tina-tailwind .opacity-0 {
2570
+ opacity: 0 !important;
2571
+ }
2572
+
2573
+ .tina-tailwind .opacity-90 {
2574
+ opacity: .9 !important;
2575
+ }
2576
+
2577
+ .tina-tailwind .opacity-70 {
2578
+ opacity: .7 !important;
2579
+ }
2580
+
2581
+ .tina-tailwind .shadow {
2582
+ --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
2583
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
2584
+ }
2585
+
2586
+ .tina-tailwind .shadow-lg {
2587
+ --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
2588
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
2589
+ }
2590
+
2591
+ .tina-tailwind .shadow-sm {
2592
+ --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
2593
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
2594
+ }
2595
+
2596
+ .tina-tailwind .ring-1 {
2597
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
2598
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
2599
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
2600
+ }
2601
+
2602
+ .tina-tailwind .ring-black {
2603
+ --tw-ring-opacity: 1 !important;
2604
+ --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
2605
+ }
2606
+
2607
+ .tina-tailwind .ring-opacity-5 {
2608
+ --tw-ring-opacity: .05 !important;
2609
+ }
2610
+
2611
+ .tina-tailwind .filter {
2612
+ filter: var(--tw-filter) !important;
2613
+ }
2614
+
2615
+ .tina-tailwind .transition-colors {
2616
+ transition-property: background-color, border-color, color, fill, stroke !important;
2617
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2618
+ transition-duration: 150ms !important;
2619
+ }
2620
+
2621
+ .tina-tailwind .transition-opacity {
2622
+ transition-property: opacity !important;
2623
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2624
+ transition-duration: 150ms !important;
2625
+ }
2626
+
2627
+ .tina-tailwind .transition-all {
2628
+ transition-property: all !important;
2629
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2630
+ transition-duration: 150ms !important;
2631
+ }
2632
+
2633
+ .tina-tailwind .transition {
2634
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
2635
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2636
+ transition-duration: 150ms !important;
2637
+ }
2638
+
2639
+ .tina-tailwind .duration-100 {
2640
+ transition-duration: 100ms !important;
2641
+ }
2642
+
2643
+ .tina-tailwind .duration-150 {
2644
+ transition-duration: 150ms !important;
2645
+ }
2646
+
2647
+ .tina-tailwind .duration-300 {
2648
+ transition-duration: 300ms !important;
2649
+ }
2650
+
2651
+ .tina-tailwind .duration-75 {
2652
+ transition-duration: 75ms !important;
2653
+ }
2654
+
2655
+ .tina-tailwind .ease-out {
2656
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
2657
+ }
2658
+
2659
+ .tina-tailwind .ease-in-out {
2660
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2661
+ }
2662
+
2663
+ .tina-tailwind .ease-in {
2664
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
2665
+ }
2666
+
2667
+ .tina-tailwind {
2668
+ font-family: Inter, 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";
2669
+ --tw-text-opacity: 1;
2670
+ color: rgba(86, 81, 101, var(--tw-text-opacity));
2671
+ }
2672
+
2673
+ .hover\\:bg-gray-50:hover {
2674
+ --tw-bg-opacity: 1 !important;
2675
+ background-color: rgba(246, 246, 249, var(--tw-bg-opacity)) !important;
2676
+ }
2677
+
2678
+ .hover\\:text-blue-500:hover {
2679
+ --tw-text-opacity: 1 !important;
2680
+ color: rgba(0, 132, 255, var(--tw-text-opacity)) !important;
2681
+ }
2682
+
2683
+ .hover\\:text-blue-600:hover {
2684
+ --tw-text-opacity: 1 !important;
2685
+ color: rgba(5, 116, 228, var(--tw-text-opacity)) !important;
2686
+ }
2687
+
2688
+ .hover\\:opacity-100:hover {
2689
+ opacity: 1 !important;
2690
+ }
2691
+
2692
+ .hover\\:opacity-80:hover {
2693
+ opacity: .8 !important;
2694
+ }
2695
+
2696
+ .focus\\:outline-none:focus {
2697
+ outline: 2px solid transparent !important;
2698
+ outline-offset: 2px !important;
2699
+ }
2700
+
2701
+ .group:hover .group-hover\\:opacity-100 {
2702
+ opacity: 1 !important;
2703
+ }
2704
+
2705
+ .group:hover .group-hover\\:opacity-80 {
2706
+ opacity: .8 !important;
2707
+ }
2708
+
2709
+ @media (min-width: 640px) {
2710
+
2711
+ .sm\\:rounded-lg {
2712
+ border-radius: 8px !important;
2713
+ }
2714
+ }
2715
+
2716
+ @media (min-width: 1024px) {
2717
+
2718
+ .lg\\:w-96 {
2719
+ width: 384px !important;
2720
+ }
2721
+ }
2722
+ `;
1381
2723
  const errorButtonStyles = {
1382
2724
  background: "#eb6337",
1383
2725
  padding: "12px 18px",