hydracss
Version:
4,361 lines (3,385 loc) • 59.8 MB
CSS
/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
box-sizing: border-box;
/* 1 */
border-width: 0;
/* 2 */
border-style: solid;
/* 2 */
border-color: #e5e7eb;
/* 2 */
}
::before,
::after {
--tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
line-height: 1.5;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
-moz-tab-size: 4;
/* 3 */
-o-tab-size: 4;
tab-size: 4;
/* 3 */
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
/* 4 */
font-feature-settings: normal;
/* 5 */
font-variation-settings: normal;
/* 6 */
-webkit-tap-highlight-color: transparent;
/* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
margin: 0;
/* 1 */
line-height: inherit;
/* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
height: 0;
/* 1 */
color: inherit;
/* 2 */
border-top-width: 1px;
/* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
color: inherit;
text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
/* 1 */
font-feature-settings: normal;
/* 2 */
font-variation-settings: normal;
/* 3 */
font-size: 1em;
/* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
text-indent: 0;
/* 1 */
border-color: inherit;
/* 2 */
border-collapse: collapse;
/* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-feature-settings: inherit;
/* 1 */
font-variation-settings: inherit;
/* 1 */
font-size: 100%;
/* 1 */
font-weight: inherit;
/* 1 */
line-height: inherit;
/* 1 */
letter-spacing: inherit;
/* 1 */
color: inherit;
/* 1 */
margin: 0;
/* 2 */
padding: 0;
/* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
-webkit-appearance: button;
/* 1 */
background-color: transparent;
/* 2 */
background-image: none;
/* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
-webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
margin: 0;
}
fieldset {
margin: 0;
padding: 0;
}
legend {
padding: 0;
}
ol,
ul,
menu {
list-style: none;
margin: 0;
padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1;
/* 1 */
color: #9ca3af;
/* 2 */
}
input::placeholder,
textarea::placeholder {
opacity: 1;
/* 1 */
color: #9ca3af;
/* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block;
/* 1 */
vertical-align: middle;
/* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
max-width: 100%;
height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
display: none;
}
*, ::before, ::after {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}
::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}
.container {
width: 100%;
}
@media (min-width: 640px) {
.container {
max-width: 640px;
}
}
@media (min-width: 768px) {
.container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
.container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
.container {
max-width: 1280px;
}
}
@media (min-width: 1536px) {
.container {
max-width: 1536px;
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.not-sr-only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.pointer-events-none {
pointer-events: none;
}
.pointer-events-auto {
pointer-events: auto;
}
.visible {
visibility: visible;
}
.invisible {
visibility: hidden;
}
.collapse {
visibility: collapse;
}
.static {
position: static;
}
.fixed {
position: fixed;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.sticky {
position: sticky;
}
.-inset-0 {
inset: -0px;
}
.-inset-0\.5 {
inset: -0.125rem;
}
.-inset-1 {
inset: -0.25rem;
}
.-inset-1\.5 {
inset: -0.375rem;
}
.-inset-1\/2 {
inset: -50%;
}
.-inset-1\/3 {
inset: -33.333333%;
}
.-inset-1\/4 {
inset: -25%;
}
.-inset-10 {
inset: -2.5rem;
}
.-inset-11 {
inset: -2.75rem;
}
.-inset-12 {
inset: -3rem;
}
.-inset-14 {
inset: -3.5rem;
}
.-inset-16 {
inset: -4rem;
}
.-inset-2 {
inset: -0.5rem;
}
.-inset-2\.5 {
inset: -0.625rem;
}
.-inset-2\/3 {
inset: -66.666667%;
}
.-inset-2\/4 {
inset: -50%;
}
.-inset-20 {
inset: -5rem;
}
.-inset-24 {
inset: -6rem;
}
.-inset-28 {
inset: -7rem;
}
.-inset-3 {
inset: -0.75rem;
}
.-inset-3\.5 {
inset: -0.875rem;
}
.-inset-3\/4 {
inset: -75%;
}
.-inset-32 {
inset: -8rem;
}
.-inset-36 {
inset: -9rem;
}
.-inset-4 {
inset: -1rem;
}
.-inset-40 {
inset: -10rem;
}
.-inset-44 {
inset: -11rem;
}
.-inset-48 {
inset: -12rem;
}
.-inset-5 {
inset: -1.25rem;
}
.-inset-52 {
inset: -13rem;
}
.-inset-56 {
inset: -14rem;
}
.-inset-6 {
inset: -1.5rem;
}
.-inset-60 {
inset: -15rem;
}
.-inset-64 {
inset: -16rem;
}
.-inset-7 {
inset: -1.75rem;
}
.-inset-72 {
inset: -18rem;
}
.-inset-8 {
inset: -2rem;
}
.-inset-80 {
inset: -20rem;
}
.-inset-9 {
inset: -2.25rem;
}
.-inset-96 {
inset: -24rem;
}
.-inset-full {
inset: -100%;
}
.-inset-px {
inset: -1px;
}
.inset-0 {
inset: 0px;
}
.inset-0\.5 {
inset: 0.125rem;
}
.inset-1 {
inset: 0.25rem;
}
.inset-1\.5 {
inset: 0.375rem;
}
.inset-1\/2 {
inset: 50%;
}
.inset-1\/3 {
inset: 33.333333%;
}
.inset-1\/4 {
inset: 25%;
}
.inset-10 {
inset: 2.5rem;
}
.inset-11 {
inset: 2.75rem;
}
.inset-12 {
inset: 3rem;
}
.inset-14 {
inset: 3.5rem;
}
.inset-16 {
inset: 4rem;
}
.inset-2 {
inset: 0.5rem;
}
.inset-2\.5 {
inset: 0.625rem;
}
.inset-2\/3 {
inset: 66.666667%;
}
.inset-2\/4 {
inset: 50%;
}
.inset-20 {
inset: 5rem;
}
.inset-24 {
inset: 6rem;
}
.inset-28 {
inset: 7rem;
}
.inset-3 {
inset: 0.75rem;
}
.inset-3\.5 {
inset: 0.875rem;
}
.inset-3\/4 {
inset: 75%;
}
.inset-32 {
inset: 8rem;
}
.inset-36 {
inset: 9rem;
}
.inset-4 {
inset: 1rem;
}
.inset-40 {
inset: 10rem;
}
.inset-44 {
inset: 11rem;
}
.inset-48 {
inset: 12rem;
}
.inset-5 {
inset: 1.25rem;
}
.inset-52 {
inset: 13rem;
}
.inset-56 {
inset: 14rem;
}
.inset-6 {
inset: 1.5rem;
}
.inset-60 {
inset: 15rem;
}
.inset-64 {
inset: 16rem;
}
.inset-7 {
inset: 1.75rem;
}
.inset-72 {
inset: 18rem;
}
.inset-8 {
inset: 2rem;
}
.inset-80 {
inset: 20rem;
}
.inset-9 {
inset: 2.25rem;
}
.inset-96 {
inset: 24rem;
}
.inset-auto {
inset: auto;
}
.inset-full {
inset: 100%;
}
.inset-px {
inset: 1px;
}
.-inset-x-0 {
left: -0px;
right: -0px;
}
.-inset-x-0\.5 {
left: -0.125rem;
right: -0.125rem;
}
.-inset-x-1 {
left: -0.25rem;
right: -0.25rem;
}
.-inset-x-1\.5 {
left: -0.375rem;
right: -0.375rem;
}
.-inset-x-1\/2 {
left: -50%;
right: -50%;
}
.-inset-x-1\/3 {
left: -33.333333%;
right: -33.333333%;
}
.-inset-x-1\/4 {
left: -25%;
right: -25%;
}
.-inset-x-10 {
left: -2.5rem;
right: -2.5rem;
}
.-inset-x-11 {
left: -2.75rem;
right: -2.75rem;
}
.-inset-x-12 {
left: -3rem;
right: -3rem;
}
.-inset-x-14 {
left: -3.5rem;
right: -3.5rem;
}
.-inset-x-16 {
left: -4rem;
right: -4rem;
}
.-inset-x-2 {
left: -0.5rem;
right: -0.5rem;
}
.-inset-x-2\.5 {
left: -0.625rem;
right: -0.625rem;
}
.-inset-x-2\/3 {
left: -66.666667%;
right: -66.666667%;
}
.-inset-x-2\/4 {
left: -50%;
right: -50%;
}
.-inset-x-20 {
left: -5rem;
right: -5rem;
}
.-inset-x-24 {
left: -6rem;
right: -6rem;
}
.-inset-x-28 {
left: -7rem;
right: -7rem;
}
.-inset-x-3 {
left: -0.75rem;
right: -0.75rem;
}
.-inset-x-3\.5 {
left: -0.875rem;
right: -0.875rem;
}
.-inset-x-3\/4 {
left: -75%;
right: -75%;
}
.-inset-x-32 {
left: -8rem;
right: -8rem;
}
.-inset-x-36 {
left: -9rem;
right: -9rem;
}
.-inset-x-4 {
left: -1rem;
right: -1rem;
}
.-inset-x-40 {
left: -10rem;
right: -10rem;
}
.-inset-x-44 {
left: -11rem;
right: -11rem;
}
.-inset-x-48 {
left: -12rem;
right: -12rem;
}
.-inset-x-5 {
left: -1.25rem;
right: -1.25rem;
}
.-inset-x-52 {
left: -13rem;
right: -13rem;
}
.-inset-x-56 {
left: -14rem;
right: -14rem;
}
.-inset-x-6 {
left: -1.5rem;
right: -1.5rem;
}
.-inset-x-60 {
left: -15rem;
right: -15rem;
}
.-inset-x-64 {
left: -16rem;
right: -16rem;
}
.-inset-x-7 {
left: -1.75rem;
right: -1.75rem;
}
.-inset-x-72 {
left: -18rem;
right: -18rem;
}
.-inset-x-8 {
left: -2rem;
right: -2rem;
}
.-inset-x-80 {
left: -20rem;
right: -20rem;
}
.-inset-x-9 {
left: -2.25rem;
right: -2.25rem;
}
.-inset-x-96 {
left: -24rem;
right: -24rem;
}
.-inset-x-full {
left: -100%;
right: -100%;
}
.-inset-x-px {
left: -1px;
right: -1px;
}
.-inset-y-0 {
top: -0px;
bottom: -0px;
}
.-inset-y-0\.5 {
top: -0.125rem;
bottom: -0.125rem;
}
.-inset-y-1 {
top: -0.25rem;
bottom: -0.25rem;
}
.-inset-y-1\.5 {
top: -0.375rem;
bottom: -0.375rem;
}
.-inset-y-1\/2 {
top: -50%;
bottom: -50%;
}
.-inset-y-1\/3 {
top: -33.333333%;
bottom: -33.333333%;
}
.-inset-y-1\/4 {
top: -25%;
bottom: -25%;
}
.-inset-y-10 {
top: -2.5rem;
bottom: -2.5rem;
}
.-inset-y-11 {
top: -2.75rem;
bottom: -2.75rem;
}
.-inset-y-12 {
top: -3rem;
bottom: -3rem;
}
.-inset-y-14 {
top: -3.5rem;
bottom: -3.5rem;
}
.-inset-y-16 {
top: -4rem;
bottom: -4rem;
}
.-inset-y-2 {
top: -0.5rem;
bottom: -0.5rem;
}
.-inset-y-2\.5 {
top: -0.625rem;
bottom: -0.625rem;
}
.-inset-y-2\/3 {
top: -66.666667%;
bottom: -66.666667%;
}
.-inset-y-2\/4 {
top: -50%;
bottom: -50%;
}
.-inset-y-20 {
top: -5rem;
bottom: -5rem;
}
.-inset-y-24 {
top: -6rem;
bottom: -6rem;
}
.-inset-y-28 {
top: -7rem;
bottom: -7rem;
}
.-inset-y-3 {
top: -0.75rem;
bottom: -0.75rem;
}
.-inset-y-3\.5 {
top: -0.875rem;
bottom: -0.875rem;
}
.-inset-y-3\/4 {
top: -75%;
bottom: -75%;
}
.-inset-y-32 {
top: -8rem;
bottom: -8rem;
}
.-inset-y-36 {
top: -9rem;
bottom: -9rem;
}
.-inset-y-4 {
top: -1rem;
bottom: -1rem;
}
.-inset-y-40 {
top: -10rem;
bottom: -10rem;
}
.-inset-y-44 {
top: -11rem;
bottom: -11rem;
}
.-inset-y-48 {
top: -12rem;
bottom: -12rem;
}
.-inset-y-5 {
top: -1.25rem;
bottom: -1.25rem;
}
.-inset-y-52 {
top: -13rem;
bottom: -13rem;
}
.-inset-y-56 {
top: -14rem;
bottom: -14rem;
}
.-inset-y-6 {
top: -1.5rem;
bottom: -1.5rem;
}
.-inset-y-60 {
top: -15rem;
bottom: -15rem;
}
.-inset-y-64 {
top: -16rem;
bottom: -16rem;
}
.-inset-y-7 {
top: -1.75rem;
bottom: -1.75rem;
}
.-inset-y-72 {
top: -18rem;
bottom: -18rem;
}
.-inset-y-8 {
top: -2rem;
bottom: -2rem;
}
.-inset-y-80 {
top: -20rem;
bottom: -20rem;
}
.-inset-y-9 {
top: -2.25rem;
bottom: -2.25rem;
}
.-inset-y-96 {
top: -24rem;
bottom: -24rem;
}
.-inset-y-full {
top: -100%;
bottom: -100%;
}
.-inset-y-px {
top: -1px;
bottom: -1px;
}
.inset-x-0 {
left: 0px;
right: 0px;
}
.inset-x-0\.5 {
left: 0.125rem;
right: 0.125rem;
}
.inset-x-1 {
left: 0.25rem;
right: 0.25rem;
}
.inset-x-1\.5 {
left: 0.375rem;
right: 0.375rem;
}
.inset-x-1\/2 {
left: 50%;
right: 50%;
}
.inset-x-1\/3 {
left: 33.333333%;
right: 33.333333%;
}
.inset-x-1\/4 {
left: 25%;
right: 25%;
}
.inset-x-10 {
left: 2.5rem;
right: 2.5rem;
}
.inset-x-11 {
left: 2.75rem;
right: 2.75rem;
}
.inset-x-12 {
left: 3rem;
right: 3rem;
}
.inset-x-14 {
left: 3.5rem;
right: 3.5rem;
}
.inset-x-16 {
left: 4rem;
right: 4rem;
}
.inset-x-2 {
left: 0.5rem;
right: 0.5rem;
}
.inset-x-2\.5 {
left: 0.625rem;
right: 0.625rem;
}
.inset-x-2\/3 {
left: 66.666667%;
right: 66.666667%;
}
.inset-x-2\/4 {
left: 50%;
right: 50%;
}
.inset-x-20 {
left: 5rem;
right: 5rem;
}
.inset-x-24 {
left: 6rem;
right: 6rem;
}
.inset-x-28 {
left: 7rem;
right: 7rem;
}
.inset-x-3 {
left: 0.75rem;
right: 0.75rem;
}
.inset-x-3\.5 {
left: 0.875rem;
right: 0.875rem;
}
.inset-x-3\/4 {
left: 75%;
right: 75%;
}
.inset-x-32 {
left: 8rem;
right: 8rem;
}
.inset-x-36 {
left: 9rem;
right: 9rem;
}
.inset-x-4 {
left: 1rem;
right: 1rem;
}
.inset-x-40 {
left: 10rem;
right: 10rem;
}
.inset-x-44 {
left: 11rem;
right: 11rem;
}
.inset-x-48 {
left: 12rem;
right: 12rem;
}
.inset-x-5 {
left: 1.25rem;
right: 1.25rem;
}
.inset-x-52 {
left: 13rem;
right: 13rem;
}
.inset-x-56 {
left: 14rem;
right: 14rem;
}
.inset-x-6 {
left: 1.5rem;
right: 1.5rem;
}
.inset-x-60 {
left: 15rem;
right: 15rem;
}
.inset-x-64 {
left: 16rem;
right: 16rem;
}
.inset-x-7 {
left: 1.75rem;
right: 1.75rem;
}
.inset-x-72 {
left: 18rem;
right: 18rem;
}
.inset-x-8 {
left: 2rem;
right: 2rem;
}
.inset-x-80 {
left: 20rem;
right: 20rem;
}
.inset-x-9 {
left: 2.25rem;
right: 2.25rem;
}
.inset-x-96 {
left: 24rem;
right: 24rem;
}
.inset-x-auto {
left: auto;
right: auto;
}
.inset-x-full {
left: 100%;
right: 100%;
}
.inset-x-px {
left: 1px;
right: 1px;
}
.inset-y-0 {
top: 0px;
bottom: 0px;
}
.inset-y-0\.5 {
top: 0.125rem;
bottom: 0.125rem;
}
.inset-y-1 {
top: 0.25rem;
bottom: 0.25rem;
}
.inset-y-1\.5 {
top: 0.375rem;
bottom: 0.375rem;
}
.inset-y-1\/2 {
top: 50%;
bottom: 50%;
}
.inset-y-1\/3 {
top: 33.333333%;
bottom: 33.333333%;
}
.inset-y-1\/4 {
top: 25%;
bottom: 25%;
}
.inset-y-10 {
top: 2.5rem;
bottom: 2.5rem;
}
.inset-y-11 {
top: 2.75rem;
bottom: 2.75rem;
}
.inset-y-12 {
top: 3rem;
bottom: 3rem;
}
.inset-y-14 {
top: 3.5rem;
bottom: 3.5rem;
}
.inset-y-16 {
top: 4rem;
bottom: 4rem;
}
.inset-y-2 {
top: 0.5rem;
bottom: 0.5rem;
}
.inset-y-2\.5 {
top: 0.625rem;
bottom: 0.625rem;
}
.inset-y-2\/3 {
top: 66.666667%;
bottom: 66.666667%;
}
.inset-y-2\/4 {
top: 50%;
bottom: 50%;
}
.inset-y-20 {
top: 5rem;
bottom: 5rem;
}
.inset-y-24 {
top: 6rem;
bottom: 6rem;
}
.inset-y-28 {
top: 7rem;
bottom: 7rem;
}
.inset-y-3 {
top: 0.75rem;
bottom: 0.75rem;
}
.inset-y-3\.5 {
top: 0.875rem;
bottom: 0.875rem;
}
.inset-y-3\/4 {
top: 75%;
bottom: 75%;
}
.inset-y-32 {
top: 8rem;
bottom: 8rem;
}
.inset-y-36 {
top: 9rem;
bottom: 9rem;
}
.inset-y-4 {
top: 1rem;
bottom: 1rem;
}
.inset-y-40 {
top: 10rem;
bottom: 10rem;
}
.inset-y-44 {
top: 11rem;
bottom: 11rem;
}
.inset-y-48 {
top: 12rem;
bottom: 12rem;
}
.inset-y-5 {
top: 1.25rem;
bottom: 1.25rem;
}
.inset-y-52 {
top: 13rem;
bottom: 13rem;
}
.inset-y-56 {
top: 14rem;
bottom: 14rem;
}
.inset-y-6 {
top: 1.5rem;
bottom: 1.5rem;
}
.inset-y-60 {
top: 15rem;
bottom: 15rem;
}
.inset-y-64 {
top: 16rem;
bottom: 16rem;
}
.inset-y-7 {
top: 1.75rem;
bottom: 1.75rem;
}
.inset-y-72 {
top: 18rem;
bottom: 18rem;
}
.inset-y-8 {
top: 2rem;
bottom: 2rem;
}
.inset-y-80 {
top: 20rem;
bottom: 20rem;
}
.inset-y-9 {
top: 2.25rem;
bottom: 2.25rem;
}
.inset-y-96 {
top: 24rem;
bottom: 24rem;
}
.inset-y-auto {
top: auto;
bottom: auto;
}
.inset-y-full {
top: 100%;
bottom: 100%;
}
.inset-y-px {
top: 1px;
bottom: 1px;
}
.-bottom-0 {
bottom: -0px;
}
.-bottom-0\.5 {
bottom: -0.125rem;
}
.-bottom-1 {
bottom: -0.25rem;
}
.-bottom-1\.5 {
bottom: -0.375rem;
}
.-bottom-1\/2 {
bottom: -50%;
}
.-bottom-1\/3 {
bottom: -33.333333%;
}
.-bottom-1\/4 {
bottom: -25%;
}
.-bottom-10 {
bottom: -2.5rem;
}
.-bottom-11 {
bottom: -2.75rem;
}
.-bottom-12 {
bottom: -3rem;
}
.-bottom-14 {
bottom: -3.5rem;
}
.-bottom-16 {
bottom: -4rem;
}
.-bottom-2 {
bottom: -0.5rem;
}
.-bottom-2\.5 {
bottom: -0.625rem;
}
.-bottom-2\/3 {
bottom: -66.666667%;
}
.-bottom-2\/4 {
bottom: -50%;
}
.-bottom-20 {
bottom: -5rem;
}
.-bottom-24 {
bottom: -6rem;
}
.-bottom-28 {
bottom: -7rem;
}
.-bottom-3 {
bottom: -0.75rem;
}
.-bottom-3\.5 {
bottom: -0.875rem;
}
.-bottom-3\/4 {
bottom: -75%;
}
.-bottom-32 {
bottom: -8rem;
}
.-bottom-36 {
bottom: -9rem;
}
.-bottom-4 {
bottom: -1rem;
}
.-bottom-40 {
bottom: -10rem;
}
.-bottom-44 {
bottom: -11rem;
}
.-bottom-48 {
bottom: -12rem;
}
.-bottom-5 {
bottom: -1.25rem;
}
.-bottom-52 {
bottom: -13rem;
}
.-bottom-56 {
bottom: -14rem;
}
.-bottom-6 {
bottom: -1.5rem;
}
.-bottom-60 {
bottom: -15rem;
}
.-bottom-64 {
bottom: -16rem;
}
.-bottom-7 {
bottom: -1.75rem;
}
.-bottom-72 {
bottom: -18rem;
}
.-bottom-8 {
bottom: -2rem;
}
.-bottom-80 {
bottom: -20rem;
}
.-bottom-9 {
bottom: -2.25rem;
}
.-bottom-96 {
bottom: -24rem;
}
.-bottom-full {
bottom: -100%;
}
.-bottom-px {
bottom: -1px;
}
.-end-0 {
inset-inline-end: -0px;
}
.-end-0\.5 {
inset-inline-end: -0.125rem;
}
.-end-1 {
inset-inline-end: -0.25rem;
}
.-end-1\.5 {
inset-inline-end: -0.375rem;
}
.-end-1\/2 {
inset-inline-end: -50%;
}
.-end-1\/3 {
inset-inline-end: -33.333333%;
}
.-end-1\/4 {
inset-inline-end: -25%;
}
.-end-10 {
inset-inline-end: -2.5rem;
}
.-end-11 {
inset-inline-end: -2.75rem;
}
.-end-12 {
inset-inline-end: -3rem;
}
.-end-14 {
inset-inline-end: -3.5rem;
}
.-end-16 {
inset-inline-end: -4rem;
}
.-end-2 {
inset-inline-end: -0.5rem;
}
.-end-2\.5 {
inset-inline-end: -0.625rem;
}
.-end-2\/3 {
inset-inline-end: -66.666667%;
}
.-end-2\/4 {
inset-inline-end: -50%;
}
.-end-20 {
inset-inline-end: -5rem;
}
.-end-24 {
inset-inline-end: -6rem;
}
.-end-28 {
inset-inline-end: -7rem;
}
.-end-3 {
inset-inline-end: -0.75rem;
}
.-end-3\.5 {
inset-inline-end: -0.875rem;
}
.-end-3\/4 {
inset-inline-end: -75%;
}
.-end-32 {
inset-inline-end: -8rem;
}
.-end-36 {
inset-inline-end: -9rem;
}
.-end-4 {
inset-inline-end: -1rem;
}
.-end-40 {
inset-inline-end: -10rem;
}
.-end-44 {
inset-inline-end: -11rem;
}
.-end-48 {
inset-inline-end: -12rem;
}
.-end-5 {
inset-inline-end: -1.25rem;
}
.-end-52 {
inset-inline-end: -13rem;
}
.-end-56 {
inset-inline-end: -14rem;
}
.-end-6 {
inset-inline-end: -1.5rem;
}
.-end-60 {
inset-inline-end: -15rem;
}
.-end-64 {
inset-inline-end: -16rem;
}
.-end-7 {
inset-inline-end: -1.75rem;
}
.-end-72 {
inset-inline-end: -18rem;
}
.-end-8 {
inset-inline-end: -2rem;
}
.-end-80 {
inset-inline-end: -20rem;
}
.-end-9 {
inset-inline-end: -2.25rem;
}
.-end-96 {
inset-inline-end: -24rem;
}
.-end-full {
inset-inline-end: -100%;
}
.-end-px {
inset-inline-end: -1px;
}
.-left-0 {
left: -0px;
}
.-left-0\.5 {
left: -0.125rem;
}
.-left-1 {
left: -0.25rem;
}
.-left-1\.5 {
left: -0.375rem;
}
.-left-1\/2 {
left: -50%;
}
.-left-1\/3 {
left: -33.333333%;
}
.-left-1\/4 {
left: -25%;
}
.-left-10 {
left: -2.5rem;
}
.-left-11 {
left: -2.75rem;
}
.-left-12 {
left: -3rem;
}
.-left-14 {
left: -3.5rem;
}
.-left-16 {
left: -4rem;
}
.-left-2 {
left: -0.5rem;
}
.-left-2\.5 {
left: -0.625rem;
}
.-left-2\/3 {
left: -66.666667%;
}
.-left-2\/4 {
left: -50%;
}
.-left-20 {
left: -5rem;
}
.-left-24 {
left: -6rem;
}
.-left-28 {
left: -7rem;
}
.-left-3 {
left: -0.75rem;
}
.-left-3\.5 {
left: -0.875rem;
}
.-left-3\/4 {
left: -75%;
}
.-left-32 {
left: -8rem;
}
.-left-36 {
left: -9rem;
}
.-left-4 {
left: -1rem;
}
.-left-40 {
left: -10rem;
}
.-left-44 {
left: -11rem;
}
.-left-48 {
left: -12rem;
}
.-left-5 {
left: -1.25rem;
}
.-left-52 {
left: -13rem;
}
.-left-56 {
left: -14rem;
}
.-left-6 {
left: -1.5rem;
}
.-left-60 {
left: -15rem;
}
.-left-64 {
left: -16rem;
}
.-left-7 {
left: -1.75rem;
}
.-left-72 {
left: -18rem;
}
.-left-8 {
left: -2rem;
}
.-left-80 {
left: -20rem;
}
.-left-9 {
left: -2.25rem;
}
.-left-96 {
left: -24rem;
}
.-left-full {
left: -100%;
}
.-left-px {
left: -1px;
}
.-right-0 {
right: -0px;
}
.-right-0\.5 {
right: -0.125rem;
}
.-right-1 {
right: -0.25rem;
}
.-right-1\.5 {
right: -0.375rem;
}
.-right-1\/2 {
right: -50%;
}
.-right-1\/3 {
right: -33.333333%;
}
.-right-1\/4 {
right: -25%;
}
.-right-10 {
right: -2.5rem;
}
.-right-11 {
right: -2.75rem;
}
.-right-12 {
right: -3rem;
}
.-right-14 {
right: -3.5rem;
}
.-right-16 {
right: -4rem;
}
.-right-2 {
right: -0.5rem;
}
.-right-2\.5 {
right: -0.625rem;
}
.-right-2\/3 {
right: -66.666667%;
}
.-right-2\/4 {
right: -50%;
}
.-right-20 {
right: -5rem;
}
.-right-24 {
right: -6rem;
}
.-right-28 {
right: -7rem;
}
.-right-3 {
right: -0.75rem;
}
.-right-3\.5 {
right: -0.875rem;
}
.-right-3\/4 {
right: -75%;
}
.-right-32 {
right: -8rem;
}
.-right-36 {
right: -9rem;
}
.-right-4 {
right: -1rem;
}
.-right-40 {
right: -10rem;
}
.-right-44 {
right: -11rem;
}
.-right-48 {
right: -12rem;
}
.-right-5 {
right: -1.25rem;
}
.-right-52 {
right: -13rem;
}
.-right-56 {
right: -14rem;
}
.-right-6 {
right: -1.5rem;
}
.-right-60 {
right: -15rem;
}
.-right-64 {
right: -16rem;
}
.-right-7 {
right: -1.75rem;
}
.-right-72 {
right: -18rem;
}
.-right-8 {
right: -2rem;
}
.-right-80 {
right: -20rem;
}
.-right-9 {
right: -2.25rem;
}
.-right-96 {
right: -24rem;
}
.-right-full {
right: -100%;
}
.-right-px {
right: -1px;
}
.-start-0 {
inset-inline-start: -0px;
}
.-start-0\.5 {
inset-inline-start: -0.125rem;
}
.-start-1 {
inset-inline-start: -0.25rem;
}
.-start-1\.5 {
inset-inline-start: -0.375rem;
}
.-start-1\/2 {
inset-inline-start: -50%;
}
.-start-1\/3 {
inset-inline-start: -33.333333%;
}
.-start-1\/4 {
inset-inline-start: -25%;
}
.-start-10 {
inset-inline-start: -2.5rem;
}
.-start-11 {
inset-inline-start: -2.75rem;
}
.-start-12 {
inset-inline-start: -3rem;
}
.-start-14 {
inset-inline-start: -3.5rem;
}
.-start-16 {
inset-inline-start: -4rem;
}
.-start-2 {
inset-inline-start: -0.5rem;
}
.-start-2\.5 {
inset-inline-start: -0.625rem;
}
.-start-2\/3 {
inset-inline-start: -66.666667%;
}
.-start-2\/4 {
inset-inline-start: -50%;
}
.-start-20 {
inset-inline-start: -5rem;
}
.-start-24 {
inset-inline-start: -6rem;
}
.-start-28 {
inset-inline-start: -7rem;
}
.-start-3 {
inset-inline-start: -0.75rem;
}
.-start-3\.5 {
inset-inline-start: -0.875rem;
}
.-start-3\/4 {
inset-inline-start: -75%;
}
.-start-32 {
inset-inline-start: -8rem;
}
.-start-36 {
inset-inline-start: -9rem;
}
.-start-4 {
inset-inline-start: -1rem;
}
.-start-40 {
inset-inline-start: -10rem;
}
.-start-44 {
inset-inline-start: -11rem;
}
.-start-48 {
inset-inline-start: -12rem;
}
.-start-5 {
inset-inline-start: -1.25rem;
}
.-start-52 {
inset-inline-start: -13rem;
}
.-start-56 {
inset-inline-start: -14rem;
}
.-start-6 {
inset-inline-start: -1.5rem;
}
.-start-60 {
inset-inline-start: -15rem;
}
.-start-64 {
inset-inline-start: -16rem;
}
.-start-7 {
inset-inline-start: -1.75rem;
}
.-start-72 {
inset-inline-start: -18rem;
}
.-start-8 {
inset-inline-start: -2rem;
}
.-start-80 {
inset-inline-start: -20rem;
}
.-start-9 {
inset-inline-start: -2.25rem;
}
.-start-96 {
inset-inline-start: -24rem;
}
.-start-full {
inset-inline-start: -100%;
}
.-start-px {
inset-inline-start: -1px;
}
.-top-0 {
top: -0px;
}
.-top-0\.5 {
top: -0.125rem;
}
.-top-1 {
top: -0.25rem;
}
.-top-1\.5 {
top: -0.375rem;
}
.-top-1\/2 {
top: -50%;
}
.-top-1\/3 {
top: -33.333333%;
}
.-top-1\/4 {
top: -25%;
}
.-top-10 {
top: -2.5rem;
}
.-top-11 {
top: -2.75rem;
}
.-top-12 {
top: -3rem;
}
.-top-14 {
top: -3.5rem;
}
.-top-16 {
top: -4rem;
}
.-top-2 {
top: -0.5rem;
}
.-top-2\.5 {
top: -0.625rem;
}
.-top-2\/3 {
top: -66.666667%;
}
.-top-2\/4 {
top: -50%;
}
.-top-20 {
top: -5rem;
}
.-top-24 {
top: -6rem;
}
.-top-28 {
top: -7rem;
}
.-top-3 {
top: -0.75rem;
}
.-top-3\.5 {
top: -0.875rem;
}
.-top-3\/4 {
top: -75%;
}
.-top-32 {
top: -8rem;
}
.-top-36 {
top: -9rem;
}
.-top-4 {
top: -1rem;
}
.-top-40 {
top: -10rem;
}
.-top-44 {
top: -11rem;
}
.-top-48 {
top: -12rem;
}
.-top-5 {
top: -1.25rem;
}
.-top-52 {
top: -13rem;
}
.-top-56 {
top: -14rem;
}
.-top-6 {
top: -1.5rem;
}
.-top-60 {
top: -15rem;
}
.-top-64 {
top: -16rem;
}
.-top-7 {
top: -1.75rem;
}
.-top-72 {
top: -18rem;
}
.-top-8 {
top: -2rem;
}
.-top-80 {
top: -20rem;
}
.-top-9 {
top: -2.25rem;
}
.-top-96 {
top: -24rem;
}
.-top-full {
top: -100%;
}
.-top-px {
top: -1px;
}
.bottom-0 {
bottom: 0px;
}
.bottom-0\.5 {
bottom: 0.125rem;
}
.bottom-1 {
bottom: 0.25rem;
}
.bottom-1\.5 {
bottom: 0.375rem;
}
.bottom-1\/2 {
bottom: 50%;
}
.bottom-1\/3 {
bottom: 33.333333%;
}
.bottom-1\/4 {
bottom: 25%;
}
.bottom-10 {
bottom: 2.5rem;
}
.bottom-11 {
bottom: 2.75rem;
}
.bottom-12 {
bottom: 3rem;
}
.bottom-14 {
bottom: 3.5rem;
}
.bottom-16 {
bottom: 4rem;
}
.bottom-2 {
bottom: 0.5rem;
}
.bottom-2\.5 {
bottom: 0.625rem;
}
.bottom-2\/3 {
bottom: 66.666667%;
}
.bottom-2\/4 {
bottom: 50%;
}
.bottom-20 {
bottom: 5rem;
}
.bottom-24 {
bottom: 6rem;
}
.bottom-28 {
bottom: 7rem;
}
.bottom-3 {
bottom: 0.75rem;
}
.bottom-3\.5 {
bottom: 0.875rem;
}
.bottom-3\/4 {
bottom: 75%;
}
.bottom-32 {
bottom: 8rem;
}
.bottom-36 {
bottom: 9rem;
}
.bottom-4 {
bottom: 1rem;
}
.bottom-40 {
bottom: 10rem;
}
.bottom-44 {
bottom: 11rem;
}
.bottom-48 {
bottom: 12rem;
}
.bottom-5 {
bottom: 1.25rem;
}
.bottom-52 {
bottom: 13rem;
}
.bottom-56 {
bottom: 14rem;
}
.bottom-6 {
bottom: 1.5rem;
}
.bottom-60 {
bottom: 15rem;
}
.bottom-64 {
bottom: 16rem;
}
.bottom-7 {
bottom: 1.75rem;
}
.bottom-72 {
bottom: 18rem;
}
.bottom-8 {
bottom: 2rem;
}
.bottom-80 {
bottom: 20rem;
}
.bottom-9 {
bottom: 2.25rem;
}
.bottom-96 {
bottom: 24rem;
}
.bottom-auto {
bottom: auto;
}
.bottom-full {
bottom: 100%;
}
.bottom-px {
bottom: 1px;
}
.end-0 {
inset-inline-end: 0px;
}
.end-0\.5 {
inset-inline-end: 0.125rem;
}
.end-1 {
inset-inline-end: 0.25rem;
}
.end-1\.5 {
inset-inline-end: 0.375rem;
}
.end-1\/2 {
inset-inline-end: 50%;
}
.end-1\/3 {
inset-inline-end: 33.333333%;
}
.end-1\/4 {
inset-inline-end: 25%;
}
.end-10 {
inset-inline-end: 2.5rem;
}
.end-11 {
inset-inline-end: 2.75rem;
}
.end-12 {
inset-inline-end: 3rem;
}
.end-14 {
inset-inline-end: 3.5rem;
}
.end-16 {
inset-inline-end: 4rem;
}
.end-2 {
inset-inline-end: 0.5rem;
}
.end-2\.5 {
inset-inline-end: 0.625rem;
}
.end-2\/3 {
inset-inline-end: 66.666667%;
}
.end-2\/4 {
inset-inline-end: 50%;
}
.end-20 {
inset-inline-end: 5rem;
}
.end-24 {
inset-inline-end: 6rem;
}
.end-28 {
inset-inline-end: 7rem;
}
.end-3 {
inset-inline-end: 0.75rem;
}
.end-3\.5 {
inset-inline-end: 0.875rem;
}
.end-3\/4 {
inset-inline-end: 75%;
}
.end-32 {
inset-inline-end: 8rem;
}
.end-36 {
inset-inline-end: 9rem;
}
.end-4 {
inset-inline-end: 1rem;
}
.end-40 {
inset-inline-end: 10rem;
}
.end-44 {
inset-inline-end: 11rem;
}
.end-48 {
inset-inline-end: 12rem;
}
.end-5 {
inset-inline-end: 1.25rem;
}
.end-52 {
inset-inline-end: 13rem;
}
.end-56 {
inset-inline-end: 14rem;
}
.end-6 {
inset-inline-end: 1.5rem;
}
.end-60 {
inset-inline-end: 15rem;
}
.end-64 {
inset-inline-end: 16rem;
}
.end-7 {
inset-inline-end: 1.75rem;
}
.end-72 {
inset-inline-end: 18rem;
}
.end-8 {
inset-inline-end: 2rem;
}
.end-80 {
inset-inline-end: 20rem;
}
.end-9 {
inset-inline-end: 2.25rem;
}
.end-96 {
inset-inline-end: 24rem;
}
.end-auto {
inset-inline-end: auto;
}
.end-full {
inset-inline-end: 100%;
}
.end-px {
inset-inline-end: 1px;
}
.left-0 {
left: 0px;
}
.left-0\.5 {
left: 0.125rem;
}
.left-1 {
left: 0.25rem;
}
.left-1\.5 {
left: 0.375rem;
}
.left-1\/2 {
left: 50%;
}
.left-1\/3 {
left: 33.333333%;
}
.left-1\/4 {
left: 25%;
}
.left-10 {
left: 2.5rem;
}
.left-11 {
left: 2.75rem;
}
.left-12 {
left: 3rem;
}
.left-14 {
left: 3.5rem;
}
.left-16 {
left: 4rem;
}
.left-2 {
left: 0.5rem;
}
.left-2\.5 {
left: 0.625rem;
}
.left-2\/3 {
left: 66.666667%;
}
.left-2\/4 {
left: 50%;
}
.left-20 {
left: 5rem;
}
.left-24 {
left: 6rem;
}
.left-28 {
left: 7rem;
}
.left-3 {
left: 0.75rem;
}
.left-3\.5 {
left: 0.875rem;
}
.left-3\/4 {
left: 75%;
}
.left-32 {
left: 8rem;
}
.left-36 {
left: 9rem;
}
.left-4 {
left: 1rem;
}
.left-40 {
left: 10rem;
}
.left-44 {
left: 11rem;
}
.left-48 {
left: 12rem;
}
.left-5 {
left: 1.25rem;
}
.left-52 {
left: 13rem;
}
.left-56 {
left: 14rem;
}
.left-6 {
left: 1.5rem;
}
.left-60 {
left: 15rem;
}
.left-64 {
left: 16rem;
}
.left-7 {
left: 1.75rem;
}
.left-72 {
left: 18rem;
}
.left-8 {
left: 2rem;
}
.left-80 {
left: 20rem;
}
.left-9 {
left: 2.25rem;
}
.left-96 {
left: 24rem;
}
.left-auto {
left: auto;
}
.left-full {
left: 100%;
}
.left-px {
left: 1px;
}
.right-0 {
right: 0px;
}
.right-0\.5 {
right: 0.125rem;
}
.right-1 {
right: 0.25rem;
}
.right-1\.5 {
right: 0.375rem;
}
.right-1\/2 {
right: 50%;
}
.right-1\/3 {
right: 33.333333%;
}
.right-1\/4 {
right: 25%;
}
.right-10 {
right: 2.5rem;
}
.right-11 {
right: 2.75rem;
}
.right-12 {
right: 3rem;
}
.right-14 {
right: 3.5rem;
}
.right-16 {
right: 4rem;
}
.right-2 {
right: 0.5rem;
}
.right-2\.5 {
right: 0.625rem;
}
.right-2\/3 {
right: 66.666667%;
}
.right-2\/4 {
right: 50%;
}
.right-20 {
right: 5rem;
}
.right-24 {
right: 6rem;
}
.right-28 {
right: 7rem;
}
.right-3 {
right: 0.75rem;
}
.right-3\.5 {
right: 0.875rem;
}
.right-3\/4 {
right: 75%;
}
.right-32 {
right: 8rem;
}
.right-36 {
right: 9rem;
}
.right-4 {
right: 1rem;
}
.right-40 {
right: 10rem;
}
.right-44 {
right: 11rem;
}
.right-48 {
right: 12rem;
}
.right-5 {
right: 1.25rem;
}
.right-52 {
right: 13rem;
}
.right-56 {
right: 14rem;
}
.right-6 {
right: 1.5rem;
}
.right-60 {
right: 15rem;
}
.right-64 {
right: 16rem;
}
.right-7 {
right: 1.75rem;
}
.right-72 {
right: 18rem;
}
.right-8 {
right: 2rem;
}
.right-80 {
right: 20rem;
}
.right-9 {
right: 2.25rem;
}
.right-96 {
right: 24rem;
}
.right-auto {
right: auto;
}
.right-full {
right: 100%;
}
.right-px {
right: 1px;
}
.start-0 {
inset-inline-start: 0px;
}
.start-0\.5 {
inset-inline-start: 0.125rem;
}
.start-1 {
inset-inline-start: 0.25rem;
}
.start-1\.5 {
inset-inline-start: 0.375rem;
}
.start-1\/2 {
inset-inline-start: 50%;
}
.start-1\/3 {
inset-inline-start: 33.333333%;
}
.start-1\/4 {
inset-inline-start: 25%;
}
.start-10 {
inset-inline-start: 2.5rem;
}
.start-11 {
inset-inline-start: 2.75rem;
}
.start-12 {
inset-inline-start: 3rem;
}
.start-14 {
inset-inline-start: 3.5rem;
}
.start-16 {
inset-inline-start: 4rem;
}
.start-2 {
inset-inline-start: 0.5rem;
}
.start-2\.5 {
inset-inline-start: 0.625rem;
}
.start-2\/3 {
inset-inline-start: 66.666667%;
}
.start-2\/4 {
inset-inline-start: 50%;
}
.start-20 {
inset-inline-start: 5rem;
}
.start-24 {
inset-inline-start: 6rem;
}
.start-28 {
inset-inline-start: 7rem;
}
.start-3 {
inset-inline-start: 0.75rem;
}
.start-3\.5 {
inset-inline-start: 0.875rem;
}
.start-3\/4 {
inset-inline-start: 75%;
}
.start-32 {
inset-inline-start: 8rem;
}
.start-36 {
inset-inline-start: 9rem;
}
.start-4 {
inset-inline-start: 1rem;
}
.start-40 {
inset-inline-start: 10rem;
}
.start-44 {
inset-inline-start: 11rem;
}
.start-48 {
inset-inline-start: 12rem;
}
.start-5 {
inset-inline-start: 1.25rem;
}
.start-52 {
inset-inline-start: 13rem;
}
.start-56 {
inset-inline-start: 14rem;
}
.start-6 {
inset-inline-start: 1.5rem;
}
.start-60 {
inset-inline-start: 15rem;
}
.start-64 {
inset-inline-start: 16rem;
}
.start-7 {
inset-inline-start: 1.75rem;
}
.start-72 {
inset-inline-start: 18rem;
}
.start-8 {
inset-inline-start: 2rem;
}
.start-80 {
inset-inline-start: 20rem;
}
.start-9 {
inset-inline-start: 2.25rem;
}
.start-96 {
inset-inline-start: 24rem;
}
.start-auto {
inset-inline-start: auto;
}
.start-full {
inset-inline-start: 100%;
}
.start-px {
inset-inline-start: 1px;
}
.top-0 {
top: 0px;
}
.top-0\.5 {
top: 0.125rem;
}
.top-1 {
top: 0.25rem;
}
.top-1\.5 {
top: 0.375rem;
}
.top-1\/2 {
top: 50%;
}
.top-1\/3 {
top: 33.333333%;
}
.top-1\/4 {
top: 25%;
}
.top-10 {
top: 2.5rem;
}
.top-11 {
top: 2.75rem;
}
.top-12 {
top: 3rem;
}
.top-14 {
top: 3.5rem;
}
.top-16 {
top: 4rem;
}
.top-2 {
top: 0.5rem;
}
.top-2\.5 {
top: 0.625rem;
}
.top-2\/3 {
top: 66.666667%;
}
.top-2\/4 {
top: 50%;
}
.top-20 {
top: 5rem;
}
.top-24 {
top: 6rem;
}
.top-28 {
top: 7rem;
}
.top-3 {
top: 0.75rem;
}
.top-3\.5 {
top: 0.875rem;
}
.top-3\/4 {
top: 75%;
}
.top-32 {
top: 8rem;
}
.top-36 {
top: 9rem;
}
.top-4 {
top: 1rem;
}
.top-40 {
top: 10rem;
}
.top-44 {
top: 11rem;
}
.top-48 {
top: 12rem;
}
.top-5 {
top: 1.25rem;
}
.top-52 {
top: 13rem;
}
.top-56 {
top: 14rem;
}
.top-6 {
top: 1.5rem;
}
.top-60 {
top: 15rem;
}
.top-64 {
top: 16rem;
}
.top-7 {
top: 1.75rem;
}
.top-72 {
top: 18rem;
}
.top-8 {
top: 2rem;
}
.top-80 {
top: 20rem;
}
.top-9 {
top: 2.25rem;
}
.top-96 {
top: 24rem;
}
.top-auto {
top: auto;
}
.top-full {
top: 100%;
}
.top-px {
top: 1px;
}
.isolate {
isolation: isolate;
}
.isolation-auto {
isolation: auto;
}
.-z-0 {
z-index: 0;
}
.-z-10 {
z-index: -10;
}
.-z-20 {
z-index: -20;
}
.-z-30 {
z-index: -30;
}
.-z-40 {
z-index: -40;
}
.-z-50 {
z-index: -50;
}
.z-0 {
z-index: 0;
}
.z-10 {
z-index: 10;
}
.z-20 {
z-index: 20;
}
.z-30 {
z-index: 30;
}
.z-40 {
z-index: 40;
}
.z-50 {
z-index: 50;
}
.z-auto {
z-index: auto;
}
.-order-1 {
order: -1;
}
.-order-10 {
order: -10;
}
.-order-11 {
order: -11;
}
.-order-12 {
order: -12;
}
.-order-2 {
order: -2;
}
.-order-3 {
order: -3;
}
.-order-4 {
order: -4;
}
.-order-5 {
order: -5;
}
.-order-6 {
order: -6;
}
.-order-7 {
order: -7;
}
.-order-8 {
order: -8;
}
.-order-9 {
order: -9;
}
.-order-first {
order: 9999;
}
.-order-last {
order: -9999;
}
.-order-none {
order: 0;
}
.order-1 {
order: 1;
}
.order-10 {
order: 10;
}
.order-11 {
order: 11;
}
.order-12 {
order: 12;
}
.order-2 {
order: 2;
}
.order-3 {
order: 3;
}
.order-4 {
order: 4;
}
.order-5 {
order: 5;
}
.order-6 {
order: 6;
}
.order-7 {
order: 7;
}
.order-8 {
order: 8;
}
.order-9 {
order: 9;
}
.order-first {
order: -9999;
}
.order-last {
order: 9999;
}
.order-none {
order: 0;
}
.col-auto {
grid-column: auto;
}
.col-span-1 {
grid-column: span 1 / span 1;
}
.col-span-10 {
grid-column: span 10 / span 10;
}
.col-span-11 {
grid-column: span 11 / span 11;
}
.col-span-12 {
grid-column: span 12 / span 12;
}
.col-span-2 {
grid-column: span 2 / span 2;
}
.col-span-3 {
grid-column: span 3 / span 3;
}
.col-span-4 {
grid-column: span 4 / span 4;
}
.col-span-5 {
grid-column: span 5 / span 5;
}
.col-span-6 {
grid-column: span 6 / span 6;
}
.col-span-7 {
grid-column: span 7 / span 7;
}
.col-span-8 {
grid-column: span 8 / span 8;
}
.col-span-9 {
grid-column: span 9 / span 9;
}
.col-span-full {
grid-column: 1 / -1;
}
.-col-start-1 {
grid-column-start: -1;
}
.-col-start-10 {
grid-column-start: -10;
}
.-col-start-11 {
grid-column-start: -11;
}
.-col-start-12 {
grid-column-start: -12;
}
.-col-start-13 {
grid-column-start: -13;
}
.-col-start-2 {
grid-column-start: -2;
}
.-col-start-3 {
grid-column-start: -3;
}
.-col-start-4 {
grid-column-start: -4;
}
.-col-start-5 {
grid-column-start: -5;
}
.-col-start-6 {
grid-column-start: -6;
}
.-col-start-7 {
grid-column-start: -7;
}
.-col-start-8 {
grid-column-start: -8;
}
.-col-start-9 {
grid-column-start: -9;
}
.col-start-1 {
grid-column-start: 1;
}
.col-start-10 {
grid-column-start: 10;
}
.col-start-11 {
grid-column-start: 11;
}
.col-start-12 {
grid-column-start: 12;
}
.col-start-13 {
grid-column-start: 13;
}
.col-start-2 {
grid-column-start: 2;
}
.col-start-3 {
grid-column-start: 3;
}
.col-start-4 {
grid-column-start: 4;
}
.col-start-5 {
grid-column-start: 5;
}
.col-start-6 {
grid-column-start: 6;
}
.col-start-7 {
grid-column-start: 7;
}
.col-start-8 {
grid-column-start: 8;
}
.col-start-9 {
grid-column-start: 9;
}
.col-start-auto {
grid-column-start: auto;
}
.-col-end-1 {
grid-column-end: -1;
}
.-col-end-10 {
grid-column-end: -10;
}
.-col-end-11 {
grid-column-end: -11;
}
.-col-end-12 {
grid-column-end: -12;
}
.-col-end-13 {
grid-column-end: -13;
}
.-col-end-2 {
grid-column-end: -2;
}
.-col-end-3 {
grid-column-end: -3;
}
.-col-end-4 {
grid-column-end: -4;
}
.-col-end-5 {
grid-column-end: -5;
}
.-col-end-6 {
grid-column-end: -6;
}
.-col-end-7 {
grid-column-end: -7;
}
.-col-end-8 {
grid-column-end: -8;
}
.-col-end-9 {
grid-column-end: -9;
}
.col-end-1 {
grid-column-end: 1;
}
.col-end-10 {
grid-column-end: 10;
}
.col-end-11 {
grid-column-end: 11;
}
.col-end-12 {
grid-column-end: 12;
}
.col-end-13 {
grid-column-end: 13;
}
.col-end-2 {
grid-column-end: 2;
}
.col-end-3 {
grid-column-end: 3;
}
.col-end-4 {
grid-column-end: 4;
}
.col-end-5 {
grid-column-end: 5;
}
.col-end-6 {
grid-column-end: 6;
}
.col-end-7 {
grid-column-end: 7;
}
.col-end-8 {
grid-column-end: 8;
}
.col-end-9 {
grid-column-end: 9;
}
.col-end-auto {
grid-column-end: auto;
}
.row-auto {
grid-row: auto;
}
.row-span-1 {
grid-row: span 1 / span 1;
}
.row-span-10 {
grid-row: span 10 / span 10;
}
.row-span-11 {
grid-row: span 11 / span 11;
}
.row-span-12 {
grid-row: span 12 / span 12;
}
.row-span-2 {
grid-row: span 2 / span 2;
}
.row-span-3 {
grid-row: span 3