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