UNPKG

@foreverrbum/ethsign

Version:

This package will allow you to electronically sign documents within your application

3,395 lines (2,720 loc) 4.98 MB
/*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com */ /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */ /* Document ======== */ /** Use a better box model (opinionated). */ *, ::before, ::after { box-sizing: border-box; } /** Use a more readable tab size (opinionated). */ html { tab-size: 4; } /** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ======== */ /** Remove the margin in all browsers. */ body { margin: 0; } /** Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */ body { font-family: system-ui, -apple-system, /* Firefox supports this but not yet `system-ui` */ 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; } /* Grouping content ================ */ /** 1. Add the correct height in Firefox. 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) */ hr { height: 0; /* 1 */ color: inherit; /* 2 */ } /* Text-level semantics ==================== */ /** Add the correct text decoration in Chrome, Edge, and Safari. */ abbr[title] { text-decoration: underline dotted; } /** Add the correct font weight in Edge and Safari. */ b, strong { font-weight: bolder; } /** 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) 2. Correct the odd 'em' font sizing in all browsers. */ code, kbd, samp, pre { font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** Add the correct font size in all browsers. */ small { font-size: 80%; } /** Prevent 'sub' and 'sup' elements from affecting the line height in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Tabular data ============ */ /** 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) */ table { text-indent: 0; /* 1 */ border-color: inherit; /* 2 */ } /* Forms ===== */ /** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** Remove the inheritance of text transform in Edge and Firefox. 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** Correct the inability to style clickable types in iOS and Safari. */ button, [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; } /** Remove the inner border and padding in Firefox. */ ::-moz-focus-inner { border-style: none; padding: 0; } /** Restore the focus styles unset by the previous rule. */ :-moz-focusring { outline: 1px dotted ButtonText; } /** Remove the additional ':invalid' styles in Firefox. See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737 */ :-moz-ui-invalid { box-shadow: none; } /** Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers. */ legend { padding: 0; } /** Add the correct vertical alignment in Chrome and Firefox. */ progress { vertical-align: baseline; } /** Correct the cursor style of increment and decrement buttons in Safari. */ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; } /** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */ [type='search'] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** Remove the inner padding in Chrome and Safari on macOS. */ ::-webkit-search-decoration { -webkit-appearance: none; } /** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to 'inherit' in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive =========== */ /* Add the correct display in Chrome and Safari. */ summary { display: list-item; } /** * Manually forked from SUIT CSS Base: https://github.com/suitcss/base * A thin layer on top of normalize.css that provides a starting point more * suitable for web applications. */ /** * Removes the default spacing and border for appropriate elements. */ blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { margin: 0; } button { background-color: transparent; background-image: none; } fieldset { margin: 0; padding: 0; } ol, ul { list-style: none; margin: 0; padding: 0; } /** * Tailwind custom reset styles */ /** * 1. Use the user's configured `sans` font-family (with Tailwind's default * sans-serif font stack as a fallback) as a sane default. * 2. Use Tailwind's default "normal" line-height so the user isn't forced * to override it to ensure consistency even when using the default theme. */ html { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */ line-height: 1.5; /* 2 */ } /** * Inherit font-family and line-height from `html` so users can set them as * a class directly on the `html` element. */ body { font-family: inherit; line-height: inherit; } /** * 1. Prevent padding and border from affecting element width. * * We used to set this in the html element and inherit from * the parent element for everything else. This caused issues * in shadow-dom-enhanced elements like <details> where the content * is wrapped by a div with box-sizing set to `content-box`. * * https://github.com/mozdevs/cssremedy/issues/4 * * * 2. Allow adding a border to an element by just adding a border-width. * * By default, the way the browser specifies that an element should have no * border is by setting it's border-style to `none` in the user-agent * stylesheet. * * In order to easily add borders to elements by just setting the `border-width` * property, we change the default border-style for all elements to `solid`, and * use border-width to hide them instead. This way our `border` utilities only * need to set the `border-width` property instead of the entire `border` * shorthand, making our border utilities much more straightforward to compose. * * https://github.com/tailwindcss/tailwindcss/pull/116 */ *, ::before, ::after { box-sizing: border-box; /* 1 */ border-width: 0; /* 2 */ border-style: solid; /* 2 */ border-color: currentColor; /* 2 */ } /* * Ensure horizontal rules are visible by default */ hr { border-top-width: 1px; } /** * Undo the `border-style: none` reset that Normalize applies to images so that * our `border-{width}` utilities have the expected effect. * * The Normalize reset is unnecessary for us since we default the border-width * to 0 on all elements. * * https://github.com/tailwindcss/tailwindcss/issues/362 */ img { border-style: solid; } textarea { resize: vertical; } input::placeholder, textarea::placeholder { opacity: 1; color: #E5E5E5; } button, [role="button"] { cursor: pointer; } /** * Override legacy focus reset from Normalize with modern Firefox focus styles. * * This is actually an improvement over the new defaults in Firefox in our testing, * as it triggers the better focus styles even for links, which still use a dotted * outline in Firefox by default. */ :-moz-focusring { outline: auto; } table { border-collapse: collapse; } h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; } /** * Reset links to optimize for opt-in styling instead of * opt-out. */ a { color: inherit; text-decoration: inherit; } /** * Reset form element properties that are easy to forget to * style explicitly so you don't inadvertently introduce * styles that deviate from your design system. These styles * supplement a partial reset that is already applied by * normalize.css. */ button, input, optgroup, select, textarea { padding: 0; line-height: inherit; color: inherit; } /** * Use the configured 'mono' font family for elements that * are expected to be rendered with a monospace font, falling * back to the system monospace stack if there is no configured * 'mono' font family. */ pre, code, kbd, samp { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } /** * 1. Make replaced elements `display: block` by default as that's * the behavior you want almost all of the time. Inspired by * CSS Remedy, with `svg` added as well. * * https://github.com/mozdevs/cssremedy/issues/14 * * 2. Add `vertical-align: middle` to align replaced elements more * sensibly by default when overriding `display` by adding a * utility like `inline`. * * This can trigger a poorly considered linting error in some * tools but is included by design. * * https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210 */ img, svg, video, canvas, audio, iframe, embed, object { display: block; /* 1 */ vertical-align: middle; /* 2 */ } /** * Constrain images and videos to the parent width and preserve * their intrinsic aspect ratio. * * https://github.com/mozdevs/cssremedy/issues/14 */ img, video { max-width: 100%; height: auto; } /** * Ensure the default browser behavior of the `hidden` attribute. */ [hidden] { display: none; } *, ::before, ::after { --tw-border-opacity: 1; border-color: rgba(196, 196, 196, var(--tw-border-opacity)); } .container { width: 100%; } @media (min-width: 475px) { .container { max-width: 475px; } } @media (min-width: 640px) { .container { max-width: 640px; } } @media (min-width: 768px) { .container { max-width: 768px; } } @media (min-width: 1024px) { .container { max-width: 1024px; } } @media (min-width: 1280px) { .container { max-width: 1280px; } } @media (min-width: 1536px) { .container { max-width: 1536px; } } .sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border-width: 0 !important; } .not-sr-only { position: static !important; width: auto !important; height: auto !important; padding: 0 !important; margin: 0 !important; overflow: visible !important; clip: auto !important; white-space: normal !important; } .focus-within\:sr-only:focus-within { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border-width: 0 !important; } .focus-within\:not-sr-only:focus-within { position: static !important; width: auto !important; height: auto !important; padding: 0 !important; margin: 0 !important; overflow: visible !important; clip: auto !important; white-space: normal !important; } .focus\:sr-only:focus { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border-width: 0 !important; } .focus\:not-sr-only:focus { position: static !important; width: auto !important; height: auto !important; padding: 0 !important; margin: 0 !important; overflow: visible !important; clip: auto !important; white-space: normal !important; } .pointer-events-none { pointer-events: none !important; } .pointer-events-auto { pointer-events: auto !important; } .visible { visibility: visible !important; } .invisible { visibility: hidden !important; } .static { position: static !important; } .fixed { position: fixed !important; } .absolute { position: absolute !important; } .relative { position: relative !important; } .sticky { position: sticky !important; } .inset-0 { top: 0px !important; right: 0px !important; bottom: 0px !important; left: 0px !important; } .inset-1 { top: 0.25rem !important; right: 0.25rem !important; bottom: 0.25rem !important; left: 0.25rem !important; } .inset-2 { top: 0.5rem !important; right: 0.5rem !important; bottom: 0.5rem !important; left: 0.5rem !important; } .inset-3 { top: 0.75rem !important; right: 0.75rem !important; bottom: 0.75rem !important; left: 0.75rem !important; } .inset-4 { top: 1rem !important; right: 1rem !important; bottom: 1rem !important; left: 1rem !important; } .inset-5 { top: 1.25rem !important; right: 1.25rem !important; bottom: 1.25rem !important; left: 1.25rem !important; } .inset-6 { top: 1.5rem !important; right: 1.5rem !important; bottom: 1.5rem !important; left: 1.5rem !important; } .inset-7 { top: 1.75rem !important; right: 1.75rem !important; bottom: 1.75rem !important; left: 1.75rem !important; } .inset-8 { top: 2rem !important; right: 2rem !important; bottom: 2rem !important; left: 2rem !important; } .inset-9 { top: 2.25rem !important; right: 2.25rem !important; bottom: 2.25rem !important; left: 2.25rem !important; } .inset-10 { top: 2.5rem !important; right: 2.5rem !important; bottom: 2.5rem !important; left: 2.5rem !important; } .inset-11 { top: 2.75rem !important; right: 2.75rem !important; bottom: 2.75rem !important; left: 2.75rem !important; } .inset-12 { top: 3rem !important; right: 3rem !important; bottom: 3rem !important; left: 3rem !important; } .inset-14 { top: 3.5rem !important; right: 3.5rem !important; bottom: 3.5rem !important; left: 3.5rem !important; } .inset-15 { top: 3.75rem !important; right: 3.75rem !important; bottom: 3.75rem !important; left: 3.75rem !important; } .inset-16 { top: 4rem !important; right: 4rem !important; bottom: 4rem !important; left: 4rem !important; } .inset-20 { top: 5rem !important; right: 5rem !important; bottom: 5rem !important; left: 5rem !important; } .inset-24 { top: 6rem !important; right: 6rem !important; bottom: 6rem !important; left: 6rem !important; } .inset-28 { top: 7rem !important; right: 7rem !important; bottom: 7rem !important; left: 7rem !important; } .inset-32 { top: 8rem !important; right: 8rem !important; bottom: 8rem !important; left: 8rem !important; } .inset-36 { top: 9rem !important; right: 9rem !important; bottom: 9rem !important; left: 9rem !important; } .inset-40 { top: 10rem !important; right: 10rem !important; bottom: 10rem !important; left: 10rem !important; } .inset-44 { top: 11rem !important; right: 11rem !important; bottom: 11rem !important; left: 11rem !important; } .inset-48 { top: 12rem !important; right: 12rem !important; bottom: 12rem !important; left: 12rem !important; } .inset-52 { top: 13rem !important; right: 13rem !important; bottom: 13rem !important; left: 13rem !important; } .inset-56 { top: 14rem !important; right: 14rem !important; bottom: 14rem !important; left: 14rem !important; } .inset-60 { top: 15rem !important; right: 15rem !important; bottom: 15rem !important; left: 15rem !important; } .inset-64 { top: 16rem !important; right: 16rem !important; bottom: 16rem !important; left: 16rem !important; } .inset-72 { top: 18rem !important; right: 18rem !important; bottom: 18rem !important; left: 18rem !important; } .inset-76 { top: 19rem !important; right: 19rem !important; bottom: 19rem !important; left: 19rem !important; } .inset-80 { top: 20rem !important; right: 20rem !important; bottom: 20rem !important; left: 20rem !important; } .inset-96 { top: 24rem !important; right: 24rem !important; bottom: 24rem !important; left: 24rem !important; } .inset-112 { top: 28rem !important; right: 28rem !important; bottom: 28rem !important; left: 28rem !important; } .inset-auto { top: auto !important; right: auto !important; bottom: auto !important; left: auto !important; } .inset-px { top: 1px !important; right: 1px !important; bottom: 1px !important; left: 1px !important; } .inset-0\.5 { top: 0.125rem !important; right: 0.125rem !important; bottom: 0.125rem !important; left: 0.125rem !important; } .inset-1\.5 { top: 0.375rem !important; right: 0.375rem !important; bottom: 0.375rem !important; left: 0.375rem !important; } .inset-2\.5 { top: 0.625rem !important; right: 0.625rem !important; bottom: 0.625rem !important; left: 0.625rem !important; } .inset-3\.5 { top: 0.875rem !important; right: 0.875rem !important; bottom: 0.875rem !important; left: 0.875rem !important; } .inset-251p { top: 251px !important; right: 251px !important; bottom: 251px !important; left: 251px !important; } .-inset-0 { top: 0px !important; right: 0px !important; bottom: 0px !important; left: 0px !important; } .-inset-1 { top: -0.25rem !important; right: -0.25rem !important; bottom: -0.25rem !important; left: -0.25rem !important; } .-inset-2 { top: -0.5rem !important; right: -0.5rem !important; bottom: -0.5rem !important; left: -0.5rem !important; } .-inset-3 { top: -0.75rem !important; right: -0.75rem !important; bottom: -0.75rem !important; left: -0.75rem !important; } .-inset-4 { top: -1rem !important; right: -1rem !important; bottom: -1rem !important; left: -1rem !important; } .-inset-5 { top: -1.25rem !important; right: -1.25rem !important; bottom: -1.25rem !important; left: -1.25rem !important; } .-inset-6 { top: -1.5rem !important; right: -1.5rem !important; bottom: -1.5rem !important; left: -1.5rem !important; } .-inset-7 { top: -1.75rem !important; right: -1.75rem !important; bottom: -1.75rem !important; left: -1.75rem !important; } .-inset-8 { top: -2rem !important; right: -2rem !important; bottom: -2rem !important; left: -2rem !important; } .-inset-9 { top: -2.25rem !important; right: -2.25rem !important; bottom: -2.25rem !important; left: -2.25rem !important; } .-inset-10 { top: -2.5rem !important; right: -2.5rem !important; bottom: -2.5rem !important; left: -2.5rem !important; } .-inset-11 { top: -2.75rem !important; right: -2.75rem !important; bottom: -2.75rem !important; left: -2.75rem !important; } .-inset-12 { top: -3rem !important; right: -3rem !important; bottom: -3rem !important; left: -3rem !important; } .-inset-14 { top: -3.5rem !important; right: -3.5rem !important; bottom: -3.5rem !important; left: -3.5rem !important; } .-inset-15 { top: -3.75rem !important; right: -3.75rem !important; bottom: -3.75rem !important; left: -3.75rem !important; } .-inset-16 { top: -4rem !important; right: -4rem !important; bottom: -4rem !important; left: -4rem !important; } .-inset-20 { top: -5rem !important; right: -5rem !important; bottom: -5rem !important; left: -5rem !important; } .-inset-24 { top: -6rem !important; right: -6rem !important; bottom: -6rem !important; left: -6rem !important; } .-inset-28 { top: -7rem !important; right: -7rem !important; bottom: -7rem !important; left: -7rem !important; } .-inset-32 { top: -8rem !important; right: -8rem !important; bottom: -8rem !important; left: -8rem !important; } .-inset-36 { top: -9rem !important; right: -9rem !important; bottom: -9rem !important; left: -9rem !important; } .-inset-40 { top: -10rem !important; right: -10rem !important; bottom: -10rem !important; left: -10rem !important; } .-inset-44 { top: -11rem !important; right: -11rem !important; bottom: -11rem !important; left: -11rem !important; } .-inset-48 { top: -12rem !important; right: -12rem !important; bottom: -12rem !important; left: -12rem !important; } .-inset-52 { top: -13rem !important; right: -13rem !important; bottom: -13rem !important; left: -13rem !important; } .-inset-56 { top: -14rem !important; right: -14rem !important; bottom: -14rem !important; left: -14rem !important; } .-inset-60 { top: -15rem !important; right: -15rem !important; bottom: -15rem !important; left: -15rem !important; } .-inset-64 { top: -16rem !important; right: -16rem !important; bottom: -16rem !important; left: -16rem !important; } .-inset-72 { top: -18rem !important; right: -18rem !important; bottom: -18rem !important; left: -18rem !important; } .-inset-76 { top: -19rem !important; right: -19rem !important; bottom: -19rem !important; left: -19rem !important; } .-inset-80 { top: -20rem !important; right: -20rem !important; bottom: -20rem !important; left: -20rem !important; } .-inset-96 { top: -24rem !important; right: -24rem !important; bottom: -24rem !important; left: -24rem !important; } .-inset-112 { top: -28rem !important; right: -28rem !important; bottom: -28rem !important; left: -28rem !important; } .-inset-px { top: -1px !important; right: -1px !important; bottom: -1px !important; left: -1px !important; } .-inset-0\.5 { top: -0.125rem !important; right: -0.125rem !important; bottom: -0.125rem !important; left: -0.125rem !important; } .-inset-1\.5 { top: -0.375rem !important; right: -0.375rem !important; bottom: -0.375rem !important; left: -0.375rem !important; } .-inset-2\.5 { top: -0.625rem !important; right: -0.625rem !important; bottom: -0.625rem !important; left: -0.625rem !important; } .-inset-3\.5 { top: -0.875rem !important; right: -0.875rem !important; bottom: -0.875rem !important; left: -0.875rem !important; } .-inset-251p { top: -251px !important; right: -251px !important; bottom: -251px !important; left: -251px !important; } .inset-1\/2 { top: 50% !important; right: 50% !important; bottom: 50% !important; left: 50% !important; } .inset-1\/3 { top: 33.333333% !important; right: 33.333333% !important; bottom: 33.333333% !important; left: 33.333333% !important; } .inset-2\/3 { top: 66.666667% !important; right: 66.666667% !important; bottom: 66.666667% !important; left: 66.666667% !important; } .inset-1\/4 { top: 25% !important; right: 25% !important; bottom: 25% !important; left: 25% !important; } .inset-2\/4 { top: 50% !important; right: 50% !important; bottom: 50% !important; left: 50% !important; } .inset-3\/4 { top: 75% !important; right: 75% !important; bottom: 75% !important; left: 75% !important; } .inset-full { top: 100% !important; right: 100% !important; bottom: 100% !important; left: 100% !important; } .-inset-1\/2 { top: -50% !important; right: -50% !important; bottom: -50% !important; left: -50% !important; } .-inset-1\/3 { top: -33.333333% !important; right: -33.333333% !important; bottom: -33.333333% !important; left: -33.333333% !important; } .-inset-2\/3 { top: -66.666667% !important; right: -66.666667% !important; bottom: -66.666667% !important; left: -66.666667% !important; } .-inset-1\/4 { top: -25% !important; right: -25% !important; bottom: -25% !important; left: -25% !important; } .-inset-2\/4 { top: -50% !important; right: -50% !important; bottom: -50% !important; left: -50% !important; } .-inset-3\/4 { top: -75% !important; right: -75% !important; bottom: -75% !important; left: -75% !important; } .-inset-full { top: -100% !important; right: -100% !important; bottom: -100% !important; left: -100% !important; } .inset-x-0 { left: 0px !important; right: 0px !important; } .inset-x-1 { left: 0.25rem !important; right: 0.25rem !important; } .inset-x-2 { left: 0.5rem !important; right: 0.5rem !important; } .inset-x-3 { left: 0.75rem !important; right: 0.75rem !important; } .inset-x-4 { left: 1rem !important; right: 1rem !important; } .inset-x-5 { left: 1.25rem !important; right: 1.25rem !important; } .inset-x-6 { left: 1.5rem !important; right: 1.5rem !important; } .inset-x-7 { left: 1.75rem !important; right: 1.75rem !important; } .inset-x-8 { left: 2rem !important; right: 2rem !important; } .inset-x-9 { left: 2.25rem !important; right: 2.25rem !important; } .inset-x-10 { left: 2.5rem !important; right: 2.5rem !important; } .inset-x-11 { left: 2.75rem !important; right: 2.75rem !important; } .inset-x-12 { left: 3rem !important; right: 3rem !important; } .inset-x-14 { left: 3.5rem !important; right: 3.5rem !important; } .inset-x-15 { left: 3.75rem !important; right: 3.75rem !important; } .inset-x-16 { left: 4rem !important; right: 4rem !important; } .inset-x-20 { left: 5rem !important; right: 5rem !important; } .inset-x-24 { left: 6rem !important; right: 6rem !important; } .inset-x-28 { left: 7rem !important; right: 7rem !important; } .inset-x-32 { left: 8rem !important; right: 8rem !important; } .inset-x-36 { left: 9rem !important; right: 9rem !important; } .inset-x-40 { left: 10rem !important; right: 10rem !important; } .inset-x-44 { left: 11rem !important; right: 11rem !important; } .inset-x-48 { left: 12rem !important; right: 12rem !important; } .inset-x-52 { left: 13rem !important; right: 13rem !important; } .inset-x-56 { left: 14rem !important; right: 14rem !important; } .inset-x-60 { left: 15rem !important; right: 15rem !important; } .inset-x-64 { left: 16rem !important; right: 16rem !important; } .inset-x-72 { left: 18rem !important; right: 18rem !important; } .inset-x-76 { left: 19rem !important; right: 19rem !important; } .inset-x-80 { left: 20rem !important; right: 20rem !important; } .inset-x-96 { left: 24rem !important; right: 24rem !important; } .inset-x-112 { left: 28rem !important; right: 28rem !important; } .inset-x-auto { left: auto !important; right: auto !important; } .inset-x-px { left: 1px !important; right: 1px !important; } .inset-x-0\.5 { left: 0.125rem !important; right: 0.125rem !important; } .inset-x-1\.5 { left: 0.375rem !important; right: 0.375rem !important; } .inset-x-2\.5 { left: 0.625rem !important; right: 0.625rem !important; } .inset-x-3\.5 { left: 0.875rem !important; right: 0.875rem !important; } .inset-x-251p { left: 251px !important; right: 251px !important; } .-inset-x-0 { left: 0px !important; right: 0px !important; } .-inset-x-1 { left: -0.25rem !important; right: -0.25rem !important; } .-inset-x-2 { left: -0.5rem !important; right: -0.5rem !important; } .-inset-x-3 { left: -0.75rem !important; right: -0.75rem !important; } .-inset-x-4 { left: -1rem !important; right: -1rem !important; } .-inset-x-5 { left: -1.25rem !important; right: -1.25rem !important; } .-inset-x-6 { left: -1.5rem !important; right: -1.5rem !important; } .-inset-x-7 { left: -1.75rem !important; right: -1.75rem !important; } .-inset-x-8 { left: -2rem !important; right: -2rem !important; } .-inset-x-9 { left: -2.25rem !important; right: -2.25rem !important; } .-inset-x-10 { left: -2.5rem !important; right: -2.5rem !important; } .-inset-x-11 { left: -2.75rem !important; right: -2.75rem !important; } .-inset-x-12 { left: -3rem !important; right: -3rem !important; } .-inset-x-14 { left: -3.5rem !important; right: -3.5rem !important; } .-inset-x-15 { left: -3.75rem !important; right: -3.75rem !important; } .-inset-x-16 { left: -4rem !important; right: -4rem !important; } .-inset-x-20 { left: -5rem !important; right: -5rem !important; } .-inset-x-24 { left: -6rem !important; right: -6rem !important; } .-inset-x-28 { left: -7rem !important; right: -7rem !important; } .-inset-x-32 { left: -8rem !important; right: -8rem !important; } .-inset-x-36 { left: -9rem !important; right: -9rem !important; } .-inset-x-40 { left: -10rem !important; right: -10rem !important; } .-inset-x-44 { left: -11rem !important; right: -11rem !important; } .-inset-x-48 { left: -12rem !important; right: -12rem !important; } .-inset-x-52 { left: -13rem !important; right: -13rem !important; } .-inset-x-56 { left: -14rem !important; right: -14rem !important; } .-inset-x-60 { left: -15rem !important; right: -15rem !important; } .-inset-x-64 { left: -16rem !important; right: -16rem !important; } .-inset-x-72 { left: -18rem !important; right: -18rem !important; } .-inset-x-76 { left: -19rem !important; right: -19rem !important; } .-inset-x-80 { left: -20rem !important; right: -20rem !important; } .-inset-x-96 { left: -24rem !important; right: -24rem !important; } .-inset-x-112 { left: -28rem !important; right: -28rem !important; } .-inset-x-px { left: -1px !important; right: -1px !important; } .-inset-x-0\.5 { left: -0.125rem !important; right: -0.125rem !important; } .-inset-x-1\.5 { left: -0.375rem !important; right: -0.375rem !important; } .-inset-x-2\.5 { left: -0.625rem !important; right: -0.625rem !important; } .-inset-x-3\.5 { left: -0.875rem !important; right: -0.875rem !important; } .-inset-x-251p { left: -251px !important; right: -251px !important; } .inset-x-1\/2 { left: 50% !important; right: 50% !important; } .inset-x-1\/3 { left: 33.333333% !important; right: 33.333333% !important; } .inset-x-2\/3 { left: 66.666667% !important; right: 66.666667% !important; } .inset-x-1\/4 { left: 25% !important; right: 25% !important; } .inset-x-2\/4 { left: 50% !important; right: 50% !important; } .inset-x-3\/4 { left: 75% !important; right: 75% !important; } .inset-x-full { left: 100% !important; right: 100% !important; } .-inset-x-1\/2 { left: -50% !important; right: -50% !important; } .-inset-x-1\/3 { left: -33.333333% !important; right: -33.333333% !important; } .-inset-x-2\/3 { left: -66.666667% !important; right: -66.666667% !important; } .-inset-x-1\/4 { left: -25% !important; right: -25% !important; } .-inset-x-2\/4 { left: -50% !important; right: -50% !important; } .-inset-x-3\/4 { left: -75% !important; right: -75% !important; } .-inset-x-full { left: -100% !important; right: -100% !important; } .inset-y-0 { top: 0px !important; bottom: 0px !important; } .inset-y-1 { top: 0.25rem !important; bottom: 0.25rem !important; } .inset-y-2 { top: 0.5rem !important; bottom: 0.5rem !important; } .inset-y-3 { top: 0.75rem !important; bottom: 0.75rem !important; } .inset-y-4 { top: 1rem !important; bottom: 1rem !important; } .inset-y-5 { top: 1.25rem !important; bottom: 1.25rem !important; } .inset-y-6 { top: 1.5rem !important; bottom: 1.5rem !important; } .inset-y-7 { top: 1.75rem !important; bottom: 1.75rem !important; } .inset-y-8 { top: 2rem !important; bottom: 2rem !important; } .inset-y-9 { top: 2.25rem !important; bottom: 2.25rem !important; } .inset-y-10 { top: 2.5rem !important; bottom: 2.5rem !important; } .inset-y-11 { top: 2.75rem !important; bottom: 2.75rem !important; } .inset-y-12 { top: 3rem !important; bottom: 3rem !important; } .inset-y-14 { top: 3.5rem !important; bottom: 3.5rem !important; } .inset-y-15 { top: 3.75rem !important; bottom: 3.75rem !important; } .inset-y-16 { top: 4rem !important; bottom: 4rem !important; } .inset-y-20 { top: 5rem !important; bottom: 5rem !important; } .inset-y-24 { top: 6rem !important; bottom: 6rem !important; } .inset-y-28 { top: 7rem !important; bottom: 7rem !important; } .inset-y-32 { top: 8rem !important; bottom: 8rem !important; } .inset-y-36 { top: 9rem !important; bottom: 9rem !important; } .inset-y-40 { top: 10rem !important; bottom: 10rem !important; } .inset-y-44 { top: 11rem !important; bottom: 11rem !important; } .inset-y-48 { top: 12rem !important; bottom: 12rem !important; } .inset-y-52 { top: 13rem !important; bottom: 13rem !important; } .inset-y-56 { top: 14rem !important; bottom: 14rem !important; } .inset-y-60 { top: 15rem !important; bottom: 15rem !important; } .inset-y-64 { top: 16rem !important; bottom: 16rem !important; } .inset-y-72 { top: 18rem !important; bottom: 18rem !important; } .inset-y-76 { top: 19rem !important; bottom: 19rem !important; } .inset-y-80 { top: 20rem !important; bottom: 20rem !important; } .inset-y-96 { top: 24rem !important; bottom: 24rem !important; } .inset-y-112 { top: 28rem !important; bottom: 28rem !important; } .inset-y-auto { top: auto !important; bottom: auto !important; } .inset-y-px { top: 1px !important; bottom: 1px !important; } .inset-y-0\.5 { top: 0.125rem !important; bottom: 0.125rem !important; } .inset-y-1\.5 { top: 0.375rem !important; bottom: 0.375rem !important; } .inset-y-2\.5 { top: 0.625rem !important; bottom: 0.625rem !important; } .inset-y-3\.5 { top: 0.875rem !important; bottom: 0.875rem !important; } .inset-y-251p { top: 251px !important; bottom: 251px !important; } .-inset-y-0 { top: 0px !important; bottom: 0px !important; } .-inset-y-1 { top: -0.25rem !important; bottom: -0.25rem !important; } .-inset-y-2 { top: -0.5rem !important; bottom: -0.5rem !important; } .-inset-y-3 { top: -0.75rem !important; bottom: -0.75rem !important; } .-inset-y-4 { top: -1rem !important; bottom: -1rem !important; } .-inset-y-5 { top: -1.25rem !important; bottom: -1.25rem !important; } .-inset-y-6 { top: -1.5rem !important; bottom: -1.5rem !important; } .-inset-y-7 { top: -1.75rem !important; bottom: -1.75rem !important; } .-inset-y-8 { top: -2rem !important; bottom: -2rem !important; } .-inset-y-9 { top: -2.25rem !important; bottom: -2.25rem !important; } .-inset-y-10 { top: -2.5rem !important; bottom: -2.5rem !important; } .-inset-y-11 { top: -2.75rem !important; bottom: -2.75rem !important; } .-inset-y-12 { top: -3rem !important; bottom: -3rem !important; } .-inset-y-14 { top: -3.5rem !important; bottom: -3.5rem !important; } .-inset-y-15 { top: -3.75rem !important; bottom: -3.75rem !important; } .-inset-y-16 { top: -4rem !important; bottom: -4rem !important; } .-inset-y-20 { top: -5rem !important; bottom: -5rem !important; } .-inset-y-24 { top: -6rem !important; bottom: -6rem !important; } .-inset-y-28 { top: -7rem !important; bottom: -7rem !important; } .-inset-y-32 { top: -8rem !important; bottom: -8rem !important; } .-inset-y-36 { top: -9rem !important; bottom: -9rem !important; } .-inset-y-40 { top: -10rem !important; bottom: -10rem !important; } .-inset-y-44 { top: -11rem !important; bottom: -11rem !important; } .-inset-y-48 { top: -12rem !important; bottom: -12rem !important; } .-inset-y-52 { top: -13rem !important; bottom: -13rem !important; } .-inset-y-56 { top: -14rem !important; bottom: -14rem !important; } .-inset-y-60 { top: -15rem !important; bottom: -15rem !important; } .-inset-y-64 { top: -16rem !important; bottom: -16rem !important; } .-inset-y-72 { top: -18rem !important; bottom: -18rem !important; } .-inset-y-76 { top: -19rem !important; bottom: -19rem !important; } .-inset-y-80 { top: -20rem !important; bottom: -20rem !important; } .-inset-y-96 { top: -24rem !important; bottom: -24rem !important; } .-inset-y-112 { top: -28rem !important; bottom: -28rem !important; } .-inset-y-px { top: -1px !important; bottom: -1px !important; } .-inset-y-0\.5 { top: -0.125rem !important; bottom: -0.125rem !important; } .-inset-y-1\.5 { top: -0.375rem !important; bottom: -0.375rem !important; } .-inset-y-2\.5 { top: -0.625rem !important; bottom: -0.625rem !important; } .-inset-y-3\.5 { top: -0.875rem !important; bottom: -0.875rem !important; } .-inset-y-251p { top: -251px !important; bottom: -251px !important; } .inset-y-1\/2 { top: 50% !important; bottom: 50% !important; } .inset-y-1\/3 { top: 33.333333% !important; bottom: 33.333333% !important; } .inset-y-2\/3 { top: 66.666667% !important; bottom: 66.666667% !important; } .inset-y-1\/4 { top: 25% !important; bottom: 25% !important; } .inset-y-2\/4 { top: 50% !important; bottom: 50% !important; } .inset-y-3\/4 { top: 75% !important; bottom: 75% !important; } .inset-y-full { top: 100% !important; bottom: 100% !important; } .-inset-y-1\/2 { top: -50% !important; bottom: -50% !important; } .-inset-y-1\/3 { top: -33.333333% !important; bottom: -33.333333% !important; } .-inset-y-2\/3 { top: -66.666667% !important; bottom: -66.666667% !important; } .-inset-y-1\/4 { top: -25% !important; bottom: -25% !important; } .-inset-y-2\/4 { top: -50% !important; bottom: -50% !important; } .-inset-y-3\/4 { top: -75% !important; bottom: -75% !important; } .-inset-y-full { top: -100% !important; bottom: -100% !important; } .top-0 { top: 0px !important; } .top-1 { top: 0.25rem !important; } .top-2 { top: 0.5rem !important; } .top-3 { top: 0.75rem !important; } .top-4 { top: 1rem !important; } .top-5 { top: 1.25rem !important; } .top-6 { top: 1.5rem !important; } .top-7 { top: 1.75rem !important; } .top-8 { top: 2rem !important; } .top-9 { top: 2.25rem !important; } .top-10 { top: 2.5rem !important; } .top-11 { top: 2.75rem !important; } .top-12 { top: 3rem !important; } .top-14 { top: 3.5rem !important; } .top-15 { top: 3.75rem !important; } .top-16 { top: 4rem !important; } .top-20 { top: 5rem !important; } .top-24 { top: 6rem !important; } .top-28 { top: 7rem !important; } .top-32 { top: 8rem !important; } .top-36 { top: 9rem !important; } .top-40 { top: 10rem !important; } .top-44 { top: 11rem !important; } .top-48 { top: 12rem !important; } .top-52 { top: 13rem !important; } .top-56 { top: 14rem !important; } .top-60 { top: 15rem !important; } .top-64 { top: 16rem !important; } .top-72 { top: 18rem !important; } .top-76 { top: 19rem !important; } .top-80 { top: 20rem !important; } .top-96 { top: 24rem !important; } .top-112 { top: 28rem !important; } .top-auto { top: auto !important; } .top-px { top: 1px !important; } .top-0\.5 { top: 0.125rem !important; } .top-1\.5 { top: 0.375rem !important; } .top-2\.5 { top: 0.625rem !important; } .top-3\.5 { top: 0.875rem !important; } .top-251p { top: 251px !important; } .-top-0 { top: 0px !important; } .-top-1 { top: -0.25rem !important; } .-top-2 { top: -0.5rem !important; } .-top-3 { top: -0.75rem !important; } .-top-4 { top: -1rem !important; } .-top-5 { top: -1.25rem !important; } .-top-6 { top: -1.5rem !important; } .-top-7 { top: -1.75rem !important; } .-top-8 { top: -2rem !important; } .-top-9 { top: -2.25rem !important; } .-top-10 { top: -2.5rem !important; } .-top-11 { top: -2.75rem !important; } .-top-12 { top: -3rem !important; } .-top-14 { top: -3.5rem !important; } .-top-15 { top: -3.75rem !important; } .-top-16 { top: -4rem !important; } .-top-20 { top: -5rem !important; } .-top-24 { top: -6rem !important; } .-top-28 { top: -7rem !important; } .-top-32 { top: -8rem !important; } .-top-36 { top: -9rem !important; } .-top-40 { top: -10rem !important; } .-top-44 { top: -11rem !important; } .-top-48 { top: -12rem !important; } .-top-52 { top: -13rem !important; } .-top-56 { top: -14rem !important; } .-top-60 { top: -15rem !important; } .-top-64 { top: -16rem !important; } .-top-72 { top: -18rem !important; } .-top-76 { top: -19rem !important; } .-top-80 { top: -20rem !important; } .-top-96 { top: -24rem !important; } .-top-112 { top: -28rem !important; } .-top-px { top: -1px !important; } .-top-0\.5 { top: -0.125rem !important; } .-top-1\.5 { top: -0.375rem !important; } .-top-2\.5 { top: -0.625rem !important; } .-top-3\.5 { top: -0.875rem !important; } .-top-251p { top: -251px !important; } .top-1\/2 { top: 50% !important; } .top-1\/3 { top: 33.333333% !important; } .top-2\/3 { top: 66.666667% !important; } .top-1\/4 { top: 25% !important; } .top-2\/4 { top: 50% !important; } .top-3\/4 { top: 75% !important; } .top-full { top: 100% !important; } .-top-1\/2 { top: -50% !important; } .-top-1\/3 { top: -33.333333% !important; } .-top-2\/3 { top: -66.666667% !important; } .-top-1\/4 { top: -25% !important; } .-top-2\/4 { top: -50% !important; } .-top-3\/4 { top: -75% !important; } .-top-full { top: -100% !important; } .right-0 { right: 0px !important; } .right-1 { right: 0.25rem !important; } .right-2 { right: 0.5rem !important; } .right-3 { right: 0.75rem !important; } .right-4 { right: 1rem !important; } .right-5 { right: 1.25rem !important; } .right-6 { right: 1.5rem !important; } .right-7 { right: 1.75rem !important; } .right-8 { right: 2rem !important; } .right-9 { right: 2.25rem !important; } .right-10 { right: 2.5rem !important; } .right-11 { right: 2.75rem !important; } .right-12 { right: 3rem !important; } .right-14 { right: 3.5rem !important; } .right-15 { right: 3.75rem !important; } .right-16 { right: 4rem !important; } .right-20 { right: 5rem !important; } .right-24 { right: 6rem !important; } .right-28 { right: 7rem !important; } .right-32 { right: 8rem !important; } .right-36 { right: 9rem !important; } .right-40 { right: 10rem !important; } .right-44 { right: 11rem !important; } .right-48 { right: 12rem !important; } .right-52 { right: 13rem !important; } .right-56 { right: 14rem !important; } .right-60 { right: 15rem !important; } .right-64 { right: 16rem !important; } .right-72 { right: 18rem !important; } .right-76 { right: 19rem !important; } .right-80 { right: 20rem !important; } .right-96 { right: 24rem !important; } .right-112 { right: 28rem !important; } .right-auto { right: auto !important; } .right-px { right: 1px !important; } .right-0\.5 { right: 0.125rem !important; } .right-1\.5 { right: 0.375rem !important; } .right-2\.5 { right: 0.625rem !important; } .right-3\.5 { right: 0.875rem !important; } .right-251p { right: 251px !important; } .-right-0 { right: 0px !important; } .-right-1 { right: -0.25rem !important; } .-right-2 { right: -0.5rem !important; } .-right-3 { right: -0.75rem !important; } .-right-4 { right: -1rem !important; } .-right-5 { right: -1.25rem !important; } .-right-6 { right: -1.5rem !important; } .-right-7 { right: -1.75rem !important; } .-right-8 { right: -2rem !important; } .-right-9 { right: -2.25rem !important; } .-right-10 { right: -2.5rem !important; } .-right-11 { right: -2.75rem !important; } .-right-12 { right: -3rem !important; } .-right-14 { right: -3.5rem !important; } .-right-15 { right: -3.75rem !important; } .-right-16 { right: -4rem !important; } .-right-20 { right: -5rem !important; } .-right-24 { right: -6rem !important; } .-right-28 { right: -7rem !important; } .-right-32 { right: -8rem !important; } .-right-36 { right: -9rem !important; } .-right-40 { right: -10rem !important; } .-right-44 { right: -11rem !important; } .-right-48 { right: -12rem !important; } .-right-52 { right: -13rem !important; } .-right-56 { right: -14rem !important; } .-right-60 { right: -15rem !important; } .-right-64 { right: -16rem !important; } .-right-72 { right: -18rem !important; } .-right-76 { right: -19rem !important; } .-right-80 { right: -20rem !important; } .-right-96 { right: -24rem !important; } .-right-112 { right: -28rem !important; } .-right-px { right: -1px !important; } .-right-0\.5 { right: -0.125rem !important; } .-right-1\.5 { right: -0.375rem !important; } .-right-2\.5 { right: -0.625rem !important; } .-right-3\.5 { right: -0.875rem !important; } .-right-251p { right: -251px !important; } .right-1\/2 { right: 50% !important; } .right-1\/3 { right: 33.333333% !important; } .right-2\/3 { right: 66.666667% !important; } .right-1\/4 { right: 25% !important; } .right-2\/4 { right: 50% !important; } .right-3\/4 { right: 75% !important; } .right-full { right: 100% !important; } .-right-1\/2 { right: -50% !important; } .-right-1\/3 { right: -33.333333% !important; } .-right-2\/3 { right: -66.666667% !important; } .-right-1\/4 { right: -25% !important; } .-right-2\/4 { right: -50% !important; } .-right-3\/4 { right: -75% !important; } .-right-full { right: -100% !important; } .bottom-0 { bottom: 0px !important; } .bottom-1 { bottom: 0.25rem !important; } .bottom-2 { bottom: 0.5rem !important; } .bottom-3 { bottom: 0.75rem !important; } .bottom-4 { bottom: 1rem !important; } .bottom-5 { bottom: 1.25rem !important; } .bottom-6 { bottom: 1.5rem !important; } .bottom-7 { bottom: 1.75rem !important; } .bottom-8 { bottom: 2rem !important; } .bottom-9 { bottom: 2.25rem !important; } .bottom-10 { bottom: 2.5rem !important; } .bottom-11 { bottom: 2.75rem !important; } .bottom-12 { bottom: 3rem !important; } .bottom-14 { bottom: 3.5rem !important; } .bottom-15 { bottom: 3.75rem !important; } .bottom-16 { bottom: 4rem !important; } .bottom-20 { bottom: 5rem !important; } .bottom-24 { bottom: 6rem !important; } .bottom-28 { bottom: 7rem !important; } .bottom-32 { bottom: 8rem !important; } .bottom-36 { bottom: 9rem !important; } .bottom-40 { bottom: 10rem !important; } .bottom-44 { bottom: 11rem !important; } .bottom-48 { bottom: 12rem !important; } .bottom-52 { bottom: 13rem !important; } .bottom-56 { bottom: 14rem !important; } .bottom-60 { bottom: 15rem !important; } .bottom-64 { bottom: 16rem !important; } .bottom-72 { bottom: 18rem !important; } .bottom-76 { bottom: 19rem !important; } .bottom-80 { bottom: 20rem !important; } .bottom-96 { bottom: 24rem !important; } .bottom-112 { bottom: 28rem !important; } .bottom-auto { bottom: auto !important; } .bottom-px { bottom: 1px !important; } .bottom-0\.5 { bottom: 0.125rem !important; } .bottom-1\.5 { bottom: 0.375rem !important; } .bottom-2\.5 { bottom: 0.625rem !important; } .bottom-3\.5 { bottom: 0.875rem !important; } .bottom-251p { bottom: 251px !important; } .-bottom-0 { bottom: 0px !important; } .-bottom-1 { bottom: -0.25rem !important; } .-bottom-2 { bottom: -0.5rem !important; } .-bottom-3 { bottom: -0.75rem !important; } .-bottom-4 { bottom: -1rem !important; } .-bottom-5 { bottom: -1.25rem !important; } .-bottom-6 { bottom: -1.5rem !important; } .-bottom-7 { bottom: -1.75rem !important; } .-bottom-8 { bottom: -2rem !important; } .-bottom-9 { bottom: -2.25rem !important; } .-bottom-10 { bottom: -2.5rem !important; } .-bottom-11 { bottom: -2.75rem !important; } .-bottom-12 { bottom: -3rem !important; } .-bottom-14 { bottom: -3.5rem !important; } .-bottom-15 { bottom: -3.75rem !important; } .-bottom-16 { bottom: -4rem !important; } .-bottom-20 { bottom: -5rem !important; } .-bottom-24 { bottom: -6rem !important; } .-bottom-28 { bottom: -7rem !important; } .-bottom-32 { bottom: -8rem !important; } .-bottom-36 { bottom: -9rem !important; } .-bottom-40 { bottom: -10rem !important; } .-bottom-44 { bottom: -11rem !important; } .-bottom-48 { bottom: -12rem !important; } .-bottom-52 { bottom: -13rem !important; } .-bottom-56 { bottom: -14rem !important; } .-bottom-60 { bottom: -15rem !important; } .-bottom-64 { bottom: -16rem !important; } .-bottom-72 { bottom: -18rem !important; } .-bottom-76 { bottom: -19rem !important; } .-bottom-80 { bottom: -20rem !important; } .-bottom-96 { bottom: -24rem !important; } .-bottom-112 { bottom: -28rem !important; } .-bottom-px { bottom: -1px !important; } .-bottom-0\.5 { bottom: -0.125rem !important; } .-bottom-1\.5 { bottom: -0.375rem !important; } .-bottom-2\.5 { bottom: -0.625rem !important; } .-bottom-3\.5 { bottom: -0.875rem !important; } .-bottom-251p { bottom: -251px !important; } .bottom-1\/2 { bottom: 50% !important; } .bottom-1\/3 { bottom: 33.333333% !important; } .bottom-2\/3 { bottom: 66.666667% !important; } .bottom-1\/4 { bottom: 25% !important; } .bottom-2\/4 { bottom: 50% !important; } .bottom-3\/4 { bottom: 75% !important; } .bottom-full { bottom: 100% !important; } .-bottom-1\/2 { bottom: -50% !important; } .-bottom-1\/3 { bottom: -33.333333% !important; } .-bottom-2\/3 { bottom: -66.666667% !important; } .-bottom-1\/4 { bottom: -25% !important; } .-b