2022-11-24 09:00:11 -05:00
|
|
|
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */
|
2022-11-18 07:41:03 -05:00
|
|
|
|
|
|
|
/*! 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 {
|
|
|
|
-moz-tab-size: 4;
|
|
|
|
-o-tab-size: 4;
|
|
|
|
tab-size: 4;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
1. Correct the line height in all browsers.
|
|
|
|
2. Prevent adjustments of font size after orientation changes in iOS.
|
|
|
|
*/
|
|
|
|
|
|
|
|
html {
|
2022-11-24 09:00:11 -05:00
|
|
|
line-height: 1.15;
|
|
|
|
/* 1 */
|
|
|
|
-webkit-text-size-adjust: 100%;
|
|
|
|
/* 2 */
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
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 {
|
2022-11-24 09:00:11 -05:00
|
|
|
height: 0;
|
|
|
|
/* 1 */
|
|
|
|
color: inherit;
|
|
|
|
/* 2 */
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Text-level semantics
|
|
|
|
====================
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
Add the correct text decoration in Chrome, Edge, and Safari.
|
|
|
|
*/
|
|
|
|
|
|
|
|
abbr[title] {
|
|
|
|
-webkit-text-decoration: underline dotted;
|
|
|
|
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,
|
2022-11-24 09:00:11 -05:00
|
|
|
monospace;
|
|
|
|
/* 1 */
|
|
|
|
font-size: 1em;
|
|
|
|
/* 2 */
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
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 {
|
2022-11-24 09:00:11 -05:00
|
|
|
text-indent: 0;
|
|
|
|
/* 1 */
|
|
|
|
border-color: inherit;
|
|
|
|
/* 2 */
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Forms
|
|
|
|
=====
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
1. Change the font styles in all browsers.
|
|
|
|
2. Remove the margin in Firefox and Safari.
|
|
|
|
*/
|
|
|
|
|
|
|
|
button,
|
|
|
|
input,
|
|
|
|
optgroup,
|
|
|
|
select,
|
|
|
|
textarea {
|
2022-11-24 09:00:11 -05:00
|
|
|
font-family: inherit;
|
|
|
|
/* 1 */
|
|
|
|
font-size: 100%;
|
|
|
|
/* 1 */
|
|
|
|
line-height: 1.15;
|
|
|
|
/* 1 */
|
|
|
|
margin: 0;
|
|
|
|
/* 2 */
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
Remove the inheritance of text transform in Edge and Firefox.
|
|
|
|
1. Remove the inheritance of text transform in Firefox.
|
|
|
|
*/
|
|
|
|
|
|
|
|
button,
|
2022-11-24 09:00:11 -05:00
|
|
|
select {
|
|
|
|
/* 1 */
|
2022-11-18 07:41:03 -05:00
|
|
|
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.
|
|
|
|
*/
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
::-moz-focus-inner {
|
|
|
|
border-style: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2022-11-18 07:41:03 -05:00
|
|
|
/**
|
|
|
|
Restore the focus styles unset by the previous rule.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
Remove the additional ':invalid' styles in Firefox.
|
|
|
|
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
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.
|
|
|
|
*/
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
::-webkit-inner-spin-button,
|
|
|
|
::-webkit-outer-spin-button {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2022-11-18 07:41:03 -05:00
|
|
|
/**
|
|
|
|
1. Correct the odd appearance in Chrome and Safari.
|
|
|
|
2. Correct the outline style in Safari.
|
|
|
|
*/
|
|
|
|
|
|
|
|
[type='search'] {
|
2022-11-24 09:00:11 -05:00
|
|
|
-webkit-appearance: textfield;
|
|
|
|
/* 1 */
|
|
|
|
outline-offset: -2px;
|
|
|
|
/* 2 */
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
Remove the inner padding in Chrome and Safari on macOS.
|
|
|
|
*/
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
::-webkit-search-decoration {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
}
|
|
|
|
|
2022-11-18 07:41:03 -05:00
|
|
|
/**
|
|
|
|
1. Correct the inability to style clickable types in iOS and Safari.
|
|
|
|
2. Change font properties to 'inherit' in Safari.
|
|
|
|
*/
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
::-webkit-file-upload-button {
|
|
|
|
-webkit-appearance: button;
|
|
|
|
/* 1 */
|
|
|
|
font: inherit;
|
|
|
|
/* 2 */
|
|
|
|
}
|
|
|
|
|
2022-11-18 07:41:03 -05:00
|
|
|
/*
|
|
|
|
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 {
|
2022-11-24 09:00:11 -05:00
|
|
|
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 */
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 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 {
|
2022-11-24 09:00:11 -05:00
|
|
|
box-sizing: border-box;
|
|
|
|
/* 1 */
|
|
|
|
border-width: 0;
|
|
|
|
/* 2 */
|
|
|
|
border-style: solid;
|
|
|
|
/* 2 */
|
|
|
|
border-color: currentColor;
|
|
|
|
/* 2 */
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* 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::-moz-placeholder, textarea::-moz-placeholder {
|
|
|
|
opacity: 1;
|
|
|
|
color: #a1a1aa;
|
|
|
|
}
|
|
|
|
|
|
|
|
input::placeholder,
|
|
|
|
textarea::placeholder {
|
|
|
|
opacity: 1;
|
|
|
|
color: #a1a1aa;
|
|
|
|
}
|
|
|
|
|
|
|
|
button,
|
|
|
|
[role="button"] {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
/**
|
|
|
|
* 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.
|
|
|
|
*/
|
|
|
|
|
2022-11-18 07:41:03 -05:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
2022-11-24 09:00:11 -05:00
|
|
|
* 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.
|
2022-11-18 07:41:03 -05:00
|
|
|
*
|
2022-11-24 09:00:11 -05:00
|
|
|
* 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
|
2022-11-18 07:41:03 -05:00
|
|
|
*/
|
|
|
|
|
|
|
|
img,
|
|
|
|
svg,
|
|
|
|
video,
|
|
|
|
canvas,
|
|
|
|
audio,
|
|
|
|
iframe,
|
|
|
|
embed,
|
|
|
|
object {
|
|
|
|
display: block;
|
2022-11-24 09:00:11 -05:00
|
|
|
/* 1 */
|
2022-11-18 07:41:03 -05:00
|
|
|
vertical-align: middle;
|
2022-11-24 09:00:11 -05:00
|
|
|
/* 2 */
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Constrain images and videos to the parent width and preserve
|
2022-11-24 09:00:11 -05:00
|
|
|
* their intrinsic aspect ratio.
|
2022-11-18 07:41:03 -05:00
|
|
|
*
|
|
|
|
* https://github.com/mozdevs/cssremedy/issues/14
|
|
|
|
*/
|
|
|
|
|
|
|
|
img,
|
|
|
|
video {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
/**
|
|
|
|
* Ensure the default browser behavior of the `hidden` attribute.
|
|
|
|
*/
|
|
|
|
|
|
|
|
[hidden] {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
*, ::before, ::after {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgba(228, 228, 231, var(--tw-border-opacity));
|
|
|
|
}
|
|
|
|
|
2022-11-18 07:41:03 -05:00
|
|
|
|
|
|
|
[type='text'],
|
|
|
|
[type='email'],
|
|
|
|
[type='url'],
|
|
|
|
[type='password'],
|
|
|
|
[type='number'],
|
|
|
|
[type='date'],
|
|
|
|
[type='datetime-local'],
|
|
|
|
[type='month'],
|
|
|
|
[type='search'],
|
|
|
|
[type='tel'],
|
|
|
|
[type='time'],
|
|
|
|
[type='week'],
|
|
|
|
[multiple],
|
|
|
|
textarea,
|
|
|
|
select
|
|
|
|
{
|
|
|
|
-webkit-appearance: none;
|
|
|
|
-moz-appearance: none;
|
|
|
|
appearance: none;
|
|
|
|
background-color: #fff;
|
|
|
|
border-color: #71717a;
|
|
|
|
border-width: 1px;
|
|
|
|
border-radius: 0px;
|
|
|
|
padding-top: 0.5rem;
|
|
|
|
padding-right: 0.75rem;
|
|
|
|
padding-bottom: 0.5rem;
|
|
|
|
padding-left: 0.75rem;
|
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
|
|
|
|
outline: 2px solid transparent;
|
|
|
|
outline-offset: 2px;
|
|
|
|
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
--tw-ring-offset-width: 0px;
|
|
|
|
--tw-ring-offset-color: #fff;
|
|
|
|
--tw-ring-color: #2563eb;
|
|
|
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
|
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
|
|
border-color: #2563eb;
|
|
|
|
}
|
|
|
|
|
|
|
|
input::-moz-placeholder, textarea::-moz-placeholder {
|
|
|
|
color: #71717a;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
input::placeholder, textarea::placeholder {
|
|
|
|
color: #71717a;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
::-webkit-datetime-edit-fields-wrapper {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-date-and-time-value {
|
|
|
|
min-height: 1.5em;
|
|
|
|
}
|
|
|
|
|
2022-11-18 07:41:03 -05:00
|
|
|
select {
|
|
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2371717a' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
|
|
|
|
background-position: right 0.5rem center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 1.5em 1.5em;
|
|
|
|
padding-right: 2.5rem;
|
|
|
|
-webkit-print-color-adjust: exact;
|
|
|
|
color-adjust: exact;
|
|
|
|
}
|
|
|
|
|
|
|
|
[multiple] {
|
|
|
|
background-image: initial;
|
|
|
|
background-position: initial;
|
|
|
|
background-repeat: unset;
|
|
|
|
background-size: initial;
|
|
|
|
padding-right: 0.75rem;
|
|
|
|
-webkit-print-color-adjust: unset;
|
|
|
|
color-adjust: unset;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[type='checkbox'],
|
|
|
|
[type='radio']
|
|
|
|
{
|
|
|
|
-webkit-appearance: none;
|
|
|
|
-moz-appearance: none;
|
|
|
|
appearance: none;
|
|
|
|
padding: 0;
|
|
|
|
-webkit-print-color-adjust: exact;
|
|
|
|
color-adjust: exact;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
background-origin: border-box;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
flex-shrink: 0;
|
|
|
|
height: 1rem;
|
|
|
|
width: 1rem;
|
|
|
|
color: #2563eb;
|
|
|
|
background-color: #fff;
|
|
|
|
border-color: #71717a;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
[type='checkbox'] {
|
|
|
|
border-radius: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
[type='radio'] {
|
|
|
|
border-radius: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[type='checkbox']:focus,
|
|
|
|
[type='radio']:focus
|
|
|
|
{
|
|
|
|
outline: 2px solid transparent;
|
|
|
|
outline-offset: 2px;
|
|
|
|
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
--tw-ring-offset-width: 2px;
|
|
|
|
--tw-ring-offset-color: #fff;
|
|
|
|
--tw-ring-color: #2563eb;
|
|
|
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
|
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[type='checkbox']:checked,
|
|
|
|
[type='radio']:checked
|
|
|
|
{
|
|
|
|
border-color: transparent;
|
|
|
|
background-color: currentColor;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
[type='checkbox']:checked {
|
|
|
|
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
|
|
|
|
}
|
|
|
|
|
|
|
|
[type='radio']:checked {
|
|
|
|
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[type='checkbox']:checked:hover,
|
|
|
|
[type='checkbox']:checked:focus,
|
|
|
|
[type='radio']:checked:hover,
|
|
|
|
[type='radio']:checked:focus
|
|
|
|
{
|
|
|
|
border-color: transparent;
|
|
|
|
background-color: currentColor;
|
|
|
|
}
|
|
|
|
|
|
|
|
[type='checkbox']:indeterminate {
|
|
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
|
|
|
|
border-color: transparent;
|
|
|
|
background-color: currentColor;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[type='checkbox']:indeterminate:hover,
|
|
|
|
[type='checkbox']:indeterminate:focus
|
|
|
|
{
|
|
|
|
border-color: transparent;
|
|
|
|
background-color: currentColor;
|
|
|
|
}
|
|
|
|
|
|
|
|
[type='file'] {
|
|
|
|
background: unset;
|
|
|
|
border-color: inherit;
|
|
|
|
border-width: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
padding: 0;
|
|
|
|
font-size: unset;
|
|
|
|
line-height: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
[type='file']:focus {
|
|
|
|
outline: 1px auto -webkit-focus-ring-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.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: 1280px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.pointer-events-none {
|
|
|
|
pointer-events: none;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.pointer-events-auto {
|
|
|
|
pointer-events: auto;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.visible {
|
|
|
|
visibility: visible;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.invisible {
|
|
|
|
visibility: hidden;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.static {
|
|
|
|
position: static;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.fixed {
|
|
|
|
position: fixed;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.absolute {
|
|
|
|
position: absolute;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.relative {
|
|
|
|
position: relative;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.sticky {
|
|
|
|
position: sticky;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.top-0 {
|
|
|
|
top: 0px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.top-auto {
|
|
|
|
top: auto;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.-top-225-px {
|
|
|
|
top: -225px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.-top-160-px {
|
|
|
|
top: -160px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.-top-150-px {
|
|
|
|
top: -150px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.-top-94-px {
|
|
|
|
top: -94px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.-top-29-px {
|
|
|
|
top: -29px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.top-25-px {
|
|
|
|
top: 25px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.top-95-px {
|
|
|
|
top: 95px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.top-210-px {
|
|
|
|
top: 210px;
|
2022-11-21 06:58:44 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.right-0 {
|
|
|
|
right: 0px;
|
2022-11-21 06:58:44 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.-right-100 {
|
|
|
|
right: -100%;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bottom-0 {
|
|
|
|
bottom: 0px;
|
2022-11-21 06:58:44 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bottom-auto {
|
|
|
|
bottom: auto;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.left-0 {
|
|
|
|
left: 0px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.left-auto {
|
|
|
|
left: auto;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.-left-50-px {
|
|
|
|
left: -50px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.-left-20-px {
|
|
|
|
left: -20px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.left-40-px {
|
|
|
|
left: 40px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.left-145-px {
|
|
|
|
left: 145px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.left-195-px {
|
|
|
|
left: 195px;
|
2022-11-21 06:58:44 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.left-260-px {
|
|
|
|
left: 260px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.isolate {
|
|
|
|
isolation: isolate;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.isolation-auto {
|
|
|
|
isolation: auto;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.z-2 {
|
|
|
|
z-index: 2;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.z-3 {
|
|
|
|
z-index: 3;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.z-10 {
|
|
|
|
z-index: 10;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.z-40 {
|
|
|
|
z-index: 40;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.z-50 {
|
|
|
|
z-index: 50;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.float-right {
|
|
|
|
float: right;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.float-left {
|
|
|
|
float: left;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.float-none {
|
|
|
|
float: none;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.clear-left {
|
|
|
|
clear: left;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.clear-right {
|
|
|
|
clear: right;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.clear-both {
|
|
|
|
clear: both;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.clear-none {
|
|
|
|
clear: none;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.m-2 {
|
|
|
|
margin: 0.5rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.m-3 {
|
|
|
|
margin: 0.75rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.m-4 {
|
|
|
|
margin: 1rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.m-8 {
|
|
|
|
margin: 2rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.m-14 {
|
|
|
|
margin: 3.5rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.m-16 {
|
|
|
|
margin: 4rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.-m-16 {
|
|
|
|
margin: -4rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.-m-24 {
|
|
|
|
margin: -6rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx-4 {
|
|
|
|
margin-left: 1rem;
|
|
|
|
margin-right: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx-auto {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.my-2 {
|
|
|
|
margin-top: 0.5rem;
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.my-4 {
|
|
|
|
margin-top: 1rem;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.my-6 {
|
|
|
|
margin-top: 1.5rem;
|
|
|
|
margin-bottom: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt-0 {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt-1 {
|
|
|
|
margin-top: 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt-2 {
|
|
|
|
margin-top: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt-3 {
|
|
|
|
margin-top: 0.75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt-4 {
|
|
|
|
margin-top: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt-5 {
|
|
|
|
margin-top: 1.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt-6 {
|
|
|
|
margin-top: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt-8 {
|
|
|
|
margin-top: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt-10 {
|
|
|
|
margin-top: 2.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt-12 {
|
|
|
|
margin-top: 3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt-16 {
|
|
|
|
margin-top: 4rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt-20 {
|
|
|
|
margin-top: 5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt-24 {
|
|
|
|
margin-top: 6rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt-32 {
|
|
|
|
margin-top: 8rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt-48 {
|
|
|
|
margin-top: 12rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.-mt-20 {
|
|
|
|
margin-top: -5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.-mt-24 {
|
|
|
|
margin-top: -6rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.-mt-32 {
|
|
|
|
margin-top: -8rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.-mt-48 {
|
|
|
|
margin-top: -12rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.-mt-64 {
|
|
|
|
margin-top: -16rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mr-0 {
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mr-1 {
|
|
|
|
margin-right: 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mr-2 {
|
|
|
|
margin-right: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mr-3 {
|
|
|
|
margin-right: 0.75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mr-4 {
|
|
|
|
margin-right: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mr-auto {
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mb-0 {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mb-1 {
|
|
|
|
margin-bottom: 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mb-2 {
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mb-3 {
|
|
|
|
margin-bottom: 0.75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mb-4 {
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mb-5 {
|
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mb-6 {
|
|
|
|
margin-bottom: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mb-8 {
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mb-12 {
|
|
|
|
margin-bottom: 3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mb-24 {
|
|
|
|
margin-bottom: 6rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ml-1 {
|
|
|
|
margin-left: 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ml-2 {
|
|
|
|
margin-left: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ml-3 {
|
|
|
|
margin-left: 0.75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ml-auto {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.-ml-4 {
|
|
|
|
margin-left: -1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.-ml-20 {
|
|
|
|
margin-left: -5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.last\:mr-0:last-child {
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hover\:-mt-4:hover {
|
|
|
|
margin-top: -1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.box-border {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.box-content {
|
|
|
|
box-sizing: content-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.block {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-block {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-flex {
|
|
|
|
display: inline-flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table {
|
|
|
|
display: table;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-table {
|
|
|
|
display: inline-table;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-caption {
|
|
|
|
display: table-caption;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-cell {
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-column {
|
|
|
|
display: table-column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-column-group {
|
|
|
|
display: table-column-group;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-footer-group {
|
|
|
|
display: table-footer-group;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-header-group {
|
|
|
|
display: table-header-group;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-row-group {
|
|
|
|
display: table-row-group;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-row {
|
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flow-root {
|
|
|
|
display: flow-root;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grid {
|
|
|
|
display: grid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-grid {
|
|
|
|
display: inline-grid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contents {
|
|
|
|
display: contents;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-item {
|
|
|
|
display: list-item;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h-0 {
|
|
|
|
height: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h-2 {
|
|
|
|
height: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h-4 {
|
|
|
|
height: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h-5 {
|
|
|
|
height: 1.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h-8 {
|
|
|
|
height: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h-10 {
|
|
|
|
height: 2.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h-12 {
|
|
|
|
height: 3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h-16 {
|
|
|
|
height: 4rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h-20 {
|
|
|
|
height: 5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h-24 {
|
|
|
|
height: 6rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h-auto {
|
|
|
|
height: auto;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.h-full {
|
|
|
|
height: 100%;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.h-screen {
|
|
|
|
height: 100vh;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.h-95-px {
|
|
|
|
height: 95px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.h-70-px {
|
|
|
|
height: 70px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.h-350-px {
|
|
|
|
height: 350px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.h-500-px {
|
|
|
|
height: 500px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.h-600-px {
|
|
|
|
height: 600px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.max-h-860-px {
|
|
|
|
max-height: 860px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.min-h-screen {
|
|
|
|
min-height: 100vh;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.min-h-screen-75 {
|
|
|
|
min-height: 75vh;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.w-4 {
|
|
|
|
width: 1rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.w-5 {
|
|
|
|
width: 1.25rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.w-8 {
|
|
|
|
width: 2rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.w-10 {
|
|
|
|
width: 2.5rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.w-12 {
|
|
|
|
width: 3rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.w-16 {
|
|
|
|
width: 4rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.w-auto {
|
|
|
|
width: auto;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.w-1\/2 {
|
|
|
|
width: 50%;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.w-6\/12 {
|
|
|
|
width: 50%;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.w-10\/12 {
|
|
|
|
width: 83.333333%;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.w-full {
|
|
|
|
width: 100%;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.min-w-0 {
|
|
|
|
min-width: 0px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.min-w-48 {
|
|
|
|
min-width: 12rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.min-w-140-px {
|
|
|
|
min-width: 140px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.max-w-md {
|
|
|
|
max-width: 28rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.max-w-xl {
|
|
|
|
max-width: 36rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.max-w-4xl {
|
|
|
|
max-width: 56rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.max-w-full {
|
|
|
|
max-width: 100%;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.max-w-100-px {
|
|
|
|
max-width: 100px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.max-w-120-px {
|
|
|
|
max-width: 120px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.max-w-150-px {
|
|
|
|
max-width: 150px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.max-w-180-px {
|
|
|
|
max-width: 180px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.max-w-200-px {
|
|
|
|
max-width: 200px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.max-w-210-px {
|
|
|
|
max-width: 210px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.max-w-580-px {
|
|
|
|
max-width: 580px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.flex-1 {
|
|
|
|
flex: 1 1 0%;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.flex-auto {
|
|
|
|
flex: 1 1 auto;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.flex-initial {
|
|
|
|
flex: 0 1 auto;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.flex-shrink {
|
|
|
|
flex-shrink: 1;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.flex-grow {
|
|
|
|
flex-grow: 1;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.table-auto {
|
|
|
|
table-layout: auto;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.table-fixed {
|
|
|
|
table-layout: fixed;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-collapse {
|
|
|
|
border-collapse: collapse;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-separate {
|
|
|
|
border-collapse: separate;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.transform {
|
|
|
|
--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;
|
|
|
|
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));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.transform-gpu {
|
|
|
|
--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;
|
|
|
|
transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.transform-none {
|
|
|
|
transform: none;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.rotate-90 {
|
|
|
|
--tw-rotate: 90deg;
|
2022-11-21 06:58:44 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.rotate-180 {
|
|
|
|
--tw-rotate: 180deg;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
@keyframes spin {
|
|
|
|
to {
|
|
|
|
transform: rotate(360deg);
|
|
|
|
}
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
@keyframes ping {
|
|
|
|
75%, 100% {
|
|
|
|
transform: scale(2);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
@keyframes pulse {
|
|
|
|
50% {
|
|
|
|
opacity: .5;
|
|
|
|
}
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
@keyframes bounce {
|
|
|
|
0%, 100% {
|
|
|
|
transform: translateY(-25%);
|
|
|
|
animation-timing-function: cubic-bezier(0.8,0,1,1);
|
|
|
|
}
|
|
|
|
|
|
|
|
50% {
|
|
|
|
transform: none;
|
|
|
|
animation-timing-function: cubic-bezier(0,0,0.2,1);
|
|
|
|
}
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.animate-spin {
|
|
|
|
animation: spin 1s linear infinite;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.cursor-pointer {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.select-none {
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
user-select: none;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.select-text {
|
|
|
|
-webkit-user-select: text;
|
|
|
|
-moz-user-select: text;
|
|
|
|
user-select: text;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.select-all {
|
|
|
|
-webkit-user-select: all;
|
|
|
|
-moz-user-select: all;
|
|
|
|
user-select: all;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.select-auto {
|
|
|
|
-webkit-user-select: auto;
|
|
|
|
-moz-user-select: auto;
|
|
|
|
user-select: auto;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.resize-none {
|
|
|
|
resize: none;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.resize-y {
|
|
|
|
resize: vertical;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.resize-x {
|
|
|
|
resize: horizontal;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.resize {
|
|
|
|
resize: both;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.list-inside {
|
|
|
|
list-style-position: inside;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.list-outside {
|
|
|
|
list-style-position: outside;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.list-none {
|
|
|
|
list-style-type: none;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.appearance-none {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
-moz-appearance: none;
|
|
|
|
appearance: none;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.grid-flow-row {
|
|
|
|
grid-auto-flow: row;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.grid-flow-col {
|
|
|
|
grid-auto-flow: column;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.grid-flow-row-dense {
|
|
|
|
grid-auto-flow: row dense;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.grid-flow-col-dense {
|
|
|
|
grid-auto-flow: column dense;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.grid-cols-1 {
|
|
|
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.grid-cols-2 {
|
|
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.flex-row {
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-row-reverse {
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-col {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-col-reverse {
|
|
|
|
flex-direction: column-reverse;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-wrap {
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-wrap-reverse {
|
|
|
|
flex-wrap: wrap-reverse;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-nowrap {
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.place-content-center {
|
|
|
|
place-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.place-content-start {
|
|
|
|
place-content: start;
|
|
|
|
}
|
|
|
|
|
|
|
|
.place-content-end {
|
|
|
|
place-content: end;
|
|
|
|
}
|
|
|
|
|
|
|
|
.place-content-between {
|
|
|
|
place-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.place-content-around {
|
|
|
|
place-content: space-around;
|
|
|
|
}
|
|
|
|
|
|
|
|
.place-content-evenly {
|
|
|
|
place-content: space-evenly;
|
|
|
|
}
|
|
|
|
|
|
|
|
.place-content-stretch {
|
|
|
|
place-content: stretch;
|
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.place-items-start {
|
|
|
|
place-items: start;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.place-items-end {
|
|
|
|
place-items: end;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.place-items-center {
|
|
|
|
place-items: center;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.place-items-stretch {
|
|
|
|
place-items: stretch;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.content-center {
|
|
|
|
align-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-start {
|
|
|
|
align-content: flex-start;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-end {
|
|
|
|
align-content: flex-end;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-between {
|
|
|
|
align-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-around {
|
|
|
|
align-content: space-around;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-evenly {
|
|
|
|
align-content: space-evenly;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.items-start {
|
|
|
|
align-items: flex-start;
|
|
|
|
}
|
|
|
|
|
|
|
|
.items-end {
|
|
|
|
align-items: flex-end;
|
|
|
|
}
|
|
|
|
|
|
|
|
.items-center {
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.items-baseline {
|
|
|
|
align-items: baseline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.items-stretch {
|
|
|
|
align-items: stretch;
|
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.justify-start {
|
|
|
|
justify-content: flex-start;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.justify-end {
|
|
|
|
justify-content: flex-end;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.justify-center {
|
|
|
|
justify-content: center;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.justify-between {
|
|
|
|
justify-content: space-between;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.justify-around {
|
|
|
|
justify-content: space-around;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.justify-evenly {
|
|
|
|
justify-content: space-evenly;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.justify-items-start {
|
|
|
|
justify-items: start;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.justify-items-end {
|
|
|
|
justify-items: end;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.justify-items-center {
|
|
|
|
justify-items: center;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.justify-items-stretch {
|
|
|
|
justify-items: stretch;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.gap-6 {
|
|
|
|
gap: 1.5rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
|
|
|
|
--tw-space-x-reverse: 0;
|
|
|
|
margin-right: calc(1rem * var(--tw-space-x-reverse));
|
|
|
|
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
|
|
|
|
--tw-space-y-reverse: 1;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
|
|
|
|
--tw-space-x-reverse: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.divide-x > :not([hidden]) ~ :not([hidden]) {
|
|
|
|
--tw-divide-x-reverse: 0;
|
|
|
|
border-right-width: calc(1px * var(--tw-divide-x-reverse));
|
|
|
|
border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
|
|
|
|
}
|
|
|
|
|
|
|
|
.divide-y > :not([hidden]) ~ :not([hidden]) {
|
|
|
|
--tw-divide-y-reverse: 0;
|
|
|
|
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
|
|
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
|
|
|
|
}
|
|
|
|
|
|
|
|
.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
|
|
|
|
--tw-divide-y-reverse: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
|
|
|
|
--tw-divide-x-reverse: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.divide-solid > :not([hidden]) ~ :not([hidden]) {
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.divide-dashed > :not([hidden]) ~ :not([hidden]) {
|
|
|
|
border-style: dashed;
|
|
|
|
}
|
|
|
|
|
|
|
|
.divide-dotted > :not([hidden]) ~ :not([hidden]) {
|
|
|
|
border-style: dotted;
|
|
|
|
}
|
|
|
|
|
|
|
|
.divide-double > :not([hidden]) ~ :not([hidden]) {
|
|
|
|
border-style: double;
|
|
|
|
}
|
|
|
|
|
|
|
|
.divide-none > :not([hidden]) ~ :not([hidden]) {
|
|
|
|
border-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.place-self-auto {
|
|
|
|
place-self: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.place-self-start {
|
|
|
|
place-self: start;
|
|
|
|
}
|
|
|
|
|
|
|
|
.place-self-end {
|
|
|
|
place-self: end;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.place-self-center {
|
|
|
|
place-self: center;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.place-self-stretch {
|
|
|
|
place-self: stretch;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.self-auto {
|
|
|
|
align-self: auto;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.self-start {
|
|
|
|
align-self: flex-start;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.self-end {
|
|
|
|
align-self: flex-end;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.self-center {
|
|
|
|
align-self: center;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.self-stretch {
|
|
|
|
align-self: stretch;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.self-baseline {
|
|
|
|
align-self: baseline;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.justify-self-auto {
|
|
|
|
justify-self: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.justify-self-start {
|
|
|
|
justify-self: start;
|
|
|
|
}
|
|
|
|
|
|
|
|
.justify-self-end {
|
|
|
|
justify-self: end;
|
|
|
|
}
|
|
|
|
|
|
|
|
.justify-self-center {
|
|
|
|
justify-self: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.justify-self-stretch {
|
|
|
|
justify-self: stretch;
|
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.overflow-auto {
|
|
|
|
overflow: auto;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.overflow-hidden {
|
|
|
|
overflow: hidden;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.overflow-visible {
|
|
|
|
overflow: visible;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.overflow-scroll {
|
|
|
|
overflow: scroll;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.overflow-x-auto {
|
|
|
|
overflow-x: auto;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.overflow-y-auto {
|
|
|
|
overflow-y: auto;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.overflow-x-hidden {
|
|
|
|
overflow-x: hidden;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.overflow-y-hidden {
|
|
|
|
overflow-y: hidden;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.overflow-x-visible {
|
|
|
|
overflow-x: visible;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.overflow-y-visible {
|
|
|
|
overflow-y: visible;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.overflow-x-scroll {
|
|
|
|
overflow-x: scroll;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.overflow-y-scroll {
|
|
|
|
overflow-y: scroll;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.overscroll-auto {
|
|
|
|
overscroll-behavior: auto;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.overscroll-contain {
|
|
|
|
overscroll-behavior: contain;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.overscroll-none {
|
|
|
|
overscroll-behavior: none;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.overscroll-y-auto {
|
|
|
|
overscroll-behavior-y: auto;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.overscroll-y-contain {
|
|
|
|
overscroll-behavior-y: contain;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.overscroll-y-none {
|
|
|
|
overscroll-behavior-y: none;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.overscroll-x-auto {
|
|
|
|
overscroll-behavior-x: auto;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.overscroll-x-contain {
|
|
|
|
overscroll-behavior-x: contain;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.overscroll-x-none {
|
|
|
|
overscroll-behavior-x: none;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.truncate {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.overflow-ellipsis {
|
|
|
|
text-overflow: ellipsis;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.overflow-clip {
|
|
|
|
text-overflow: clip;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.whitespace-normal {
|
|
|
|
white-space: normal;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.whitespace-nowrap {
|
|
|
|
white-space: nowrap;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.whitespace-pre {
|
|
|
|
white-space: pre;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.whitespace-pre-line {
|
|
|
|
white-space: pre-line;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.whitespace-pre-wrap {
|
|
|
|
white-space: pre-wrap;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.break-normal {
|
|
|
|
overflow-wrap: normal;
|
|
|
|
word-break: normal;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.break-words {
|
|
|
|
overflow-wrap: break-word;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.break-all {
|
|
|
|
word-break: break-all;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.rounded {
|
|
|
|
border-radius: 0.25rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.rounded-md {
|
|
|
|
border-radius: 0.375rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.rounded-lg {
|
|
|
|
border-radius: 0.5rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.rounded-full {
|
|
|
|
border-radius: 9999px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.rounded-t {
|
|
|
|
border-top-left-radius: 0.25rem;
|
|
|
|
border-top-right-radius: 0.25rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.rounded-t-lg {
|
|
|
|
border-top-left-radius: 0.5rem;
|
|
|
|
border-top-right-radius: 0.5rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.rounded-r {
|
|
|
|
border-top-right-radius: 0.25rem;
|
|
|
|
border-bottom-right-radius: 0.25rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.rounded-b {
|
|
|
|
border-bottom-right-radius: 0.25rem;
|
|
|
|
border-bottom-left-radius: 0.25rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.rounded-l {
|
|
|
|
border-top-left-radius: 0.25rem;
|
|
|
|
border-bottom-left-radius: 0.25rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.rounded-tl {
|
|
|
|
border-top-left-radius: 0.25rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
2022-11-24 09:00:11 -05:00
|
|
|
|
|
|
|
.rounded-tr {
|
|
|
|
border-top-right-radius: 0.25rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.rounded-br {
|
|
|
|
border-bottom-right-radius: 0.25rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.rounded-bl {
|
|
|
|
border-bottom-left-radius: 0.25rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-0 {
|
|
|
|
border-width: 0px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-2 {
|
|
|
|
border-width: 2px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border {
|
|
|
|
border-width: 1px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-t-0 {
|
|
|
|
border-top-width: 0px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-t-8 {
|
|
|
|
border-top-width: 8px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-t {
|
|
|
|
border-top-width: 1px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-r-0 {
|
|
|
|
border-right-width: 0px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-r {
|
|
|
|
border-right-width: 1px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-b-2 {
|
|
|
|
border-bottom-width: 2px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-b {
|
|
|
|
border-bottom-width: 1px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-l-0 {
|
|
|
|
border-left-width: 0px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-l {
|
|
|
|
border-left-width: 1px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-solid {
|
|
|
|
border-style: solid;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-dashed {
|
|
|
|
border-style: dashed;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-dotted {
|
|
|
|
border-style: dotted;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-double {
|
|
|
|
border-style: double;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-none {
|
|
|
|
border-style: none;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-red-600 {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgba(220, 38, 38, var(--tw-border-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-gray-200 {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgba(228, 228, 231, var(--tw-border-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-gray-300 {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgba(212, 212, 216, var(--tw-border-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-blueGray-50 {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgba(248, 250, 252, var(--tw-border-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-blueGray-100 {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgba(241, 245, 249, var(--tw-border-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-blueGray-200 {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgba(226, 232, 240, var(--tw-border-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-blueGray-300 {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgba(203, 213, 225, var(--tw-border-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-blueGray-500 {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgba(100, 116, 139, var(--tw-border-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.border-blueGray-600 {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgba(71, 85, 105, var(--tw-border-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.focus\:border-black:focus {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgba(0, 0, 0, var(--tw-border-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.focus\:border-indigo-300:focus {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgba(165, 180, 252, var(--tw-border-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.focus\:border-gray-300:focus {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgba(212, 212, 216, var(--tw-border-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.focus\:border-gray-500:focus {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgba(113, 113, 122, var(--tw-border-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-black {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-white {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-pink-500 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-purple-200 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-purple-500 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-indigo-500 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-lightBlue-200 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-lightBlue-400 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-lightBlue-500 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-lightBlue-600 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-cyan-500 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-teal-50 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-teal-200 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-teal-500 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-emerald-200 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-emerald-400 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-emerald-500 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-yellow-500 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-12-01 01:05:00 -05:00
|
|
|
.bg-amber-500 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-orange-200 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-orange-500 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-red-50 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-red-200 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-red-300 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-red-400 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-red-500 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-red-600 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-red-700 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-red-800 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-gray-100 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-gray-200 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-blueGray-50 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-blueGray-100 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-blueGray-200 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-blueGray-300 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-blueGray-600 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-blueGray-700 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-blueGray-800 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.focus\:bg-white:focus {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.focus\:bg-gray-200:focus {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.active\:bg-indigo-600:active {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.active\:bg-red-500:active {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.active\:bg-blueGray-50:active {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.active\:bg-blueGray-600:active {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.decoration-slice {
|
|
|
|
-webkit-box-decoration-break: slice;
|
|
|
|
box-decoration-break: slice;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.decoration-clone {
|
|
|
|
-webkit-box-decoration-break: clone;
|
|
|
|
box-decoration-break: clone;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-cover {
|
|
|
|
background-size: cover;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-full {
|
|
|
|
background-size: 100%;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-fixed {
|
|
|
|
background-attachment: fixed;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-local {
|
|
|
|
background-attachment: local;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-scroll {
|
|
|
|
background-attachment: scroll;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-clip-border {
|
|
|
|
background-clip: border-box;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-clip-padding {
|
|
|
|
background-clip: padding-box;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-clip-content {
|
|
|
|
background-clip: content-box;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-clip-text {
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
background-clip: text;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-center {
|
|
|
|
background-position: center;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-repeat {
|
|
|
|
background-repeat: repeat;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-no-repeat {
|
|
|
|
background-repeat: no-repeat;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-repeat-x {
|
|
|
|
background-repeat: repeat-x;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-repeat-y {
|
|
|
|
background-repeat: repeat-y;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-repeat-round {
|
|
|
|
background-repeat: round;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-repeat-space {
|
|
|
|
background-repeat: space;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-origin-border {
|
|
|
|
background-origin: border-box;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-origin-padding {
|
|
|
|
background-origin: padding-box;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-origin-content {
|
|
|
|
background-origin: content-box;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.fill-current {
|
|
|
|
fill: currentColor;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.object-contain {
|
|
|
|
-o-object-fit: contain;
|
|
|
|
object-fit: contain;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.object-cover {
|
|
|
|
-o-object-fit: cover;
|
|
|
|
object-fit: cover;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.object-fill {
|
|
|
|
-o-object-fit: fill;
|
|
|
|
object-fit: fill;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.object-none {
|
|
|
|
-o-object-fit: none;
|
|
|
|
object-fit: none;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.object-scale-down {
|
|
|
|
-o-object-fit: scale-down;
|
|
|
|
object-fit: scale-down;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.p-1 {
|
|
|
|
padding: 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.p-2 {
|
|
|
|
padding: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.p-3 {
|
|
|
|
padding: 0.75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.p-4 {
|
|
|
|
padding: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.p-5 {
|
|
|
|
padding: 1.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.p-8 {
|
|
|
|
padding: 2rem;
|
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.px-0 {
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.px-1 {
|
|
|
|
padding-left: 0.25rem;
|
|
|
|
padding-right: 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.px-2 {
|
|
|
|
padding-left: 0.5rem;
|
|
|
|
padding-right: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.px-3 {
|
|
|
|
padding-left: 0.75rem;
|
|
|
|
padding-right: 0.75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.px-4 {
|
|
|
|
padding-left: 1rem;
|
|
|
|
padding-right: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.px-6 {
|
|
|
|
padding-left: 1.5rem;
|
|
|
|
padding-right: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.px-12 {
|
|
|
|
padding-left: 3rem;
|
|
|
|
padding-right: 3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.px-0\.5 {
|
|
|
|
padding-left: 0.125rem;
|
|
|
|
padding-right: 0.125rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.px-1\.5 {
|
|
|
|
padding-left: 0.375rem;
|
|
|
|
padding-right: 0.375rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.py-1 {
|
|
|
|
padding-top: 0.25rem;
|
|
|
|
padding-bottom: 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.py-2 {
|
|
|
|
padding-top: 0.5rem;
|
|
|
|
padding-bottom: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.py-3 {
|
|
|
|
padding-top: 0.75rem;
|
|
|
|
padding-bottom: 0.75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.py-4 {
|
|
|
|
padding-top: 1rem;
|
|
|
|
padding-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.py-5 {
|
|
|
|
padding-top: 1.25rem;
|
|
|
|
padding-bottom: 1.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.py-6 {
|
|
|
|
padding-top: 1.5rem;
|
|
|
|
padding-bottom: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.py-8 {
|
|
|
|
padding-top: 2rem;
|
|
|
|
padding-bottom: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.py-10 {
|
|
|
|
padding-top: 2.5rem;
|
|
|
|
padding-bottom: 2.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.py-12 {
|
|
|
|
padding-top: 3rem;
|
|
|
|
padding-bottom: 3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.py-16 {
|
|
|
|
padding-top: 4rem;
|
|
|
|
padding-bottom: 4rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.py-20 {
|
|
|
|
padding-top: 5rem;
|
|
|
|
padding-bottom: 5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.py-24 {
|
|
|
|
padding-top: 6rem;
|
|
|
|
padding-bottom: 6rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.py-40 {
|
|
|
|
padding-top: 10rem;
|
|
|
|
padding-bottom: 10rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pt-0 {
|
|
|
|
padding-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pt-1 {
|
|
|
|
padding-top: 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pt-2 {
|
|
|
|
padding-top: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pt-6 {
|
|
|
|
padding-top: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pt-8 {
|
|
|
|
padding-top: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pt-12 {
|
|
|
|
padding-top: 3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pt-16 {
|
|
|
|
padding-top: 4rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pt-20 {
|
|
|
|
padding-top: 5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pt-24 {
|
|
|
|
padding-top: 6rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pt-32 {
|
|
|
|
padding-top: 8rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pt-48 {
|
|
|
|
padding-top: 12rem;
|
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.pr-4 {
|
|
|
|
padding-right: 1rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.pr-12 {
|
|
|
|
padding-right: 3rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.pb-0 {
|
|
|
|
padding-bottom: 0px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.pb-2 {
|
|
|
|
padding-bottom: 0.5rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.pb-4 {
|
|
|
|
padding-bottom: 1rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.pb-6 {
|
|
|
|
padding-bottom: 1.5rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.pb-16 {
|
|
|
|
padding-bottom: 4rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.pb-20 {
|
|
|
|
padding-bottom: 5rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.pb-32 {
|
|
|
|
padding-bottom: 8rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.pb-40 {
|
|
|
|
padding-bottom: 10rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.pb-48 {
|
|
|
|
padding-bottom: 12rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.pb-64 {
|
|
|
|
padding-bottom: 16rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.pl-3 {
|
|
|
|
padding-left: 0.75rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.pl-4 {
|
|
|
|
padding-left: 1rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.pl-10 {
|
|
|
|
padding-left: 2.5rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.text-left {
|
|
|
|
text-align: left;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.text-center {
|
|
|
|
text-align: center;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.text-right {
|
|
|
|
text-align: right;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.text-justify {
|
|
|
|
text-align: justify;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.align-baseline {
|
|
|
|
vertical-align: baseline;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.align-top {
|
|
|
|
vertical-align: top;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.align-middle {
|
|
|
|
vertical-align: middle;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.align-bottom {
|
|
|
|
vertical-align: bottom;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.align-text-top {
|
|
|
|
vertical-align: text-top;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.align-text-bottom {
|
|
|
|
vertical-align: text-bottom;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.text-55 {
|
|
|
|
font-size: 55rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.text-xs {
|
|
|
|
font-size: 0.75rem;
|
|
|
|
line-height: 1rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.text-sm {
|
|
|
|
font-size: 0.875rem;
|
|
|
|
line-height: 1.25rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.text-base {
|
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.5rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.text-lg {
|
|
|
|
font-size: 1.125rem;
|
|
|
|
line-height: 1.75rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.text-xl {
|
|
|
|
font-size: 1.25rem;
|
|
|
|
line-height: 1.75rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.text-2xl {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
line-height: 2rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.text-3xl {
|
|
|
|
font-size: 1.875rem;
|
|
|
|
line-height: 2.25rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.text-4xl {
|
|
|
|
font-size: 2.25rem;
|
|
|
|
line-height: 2.5rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.text-5xl {
|
|
|
|
font-size: 3rem;
|
|
|
|
line-height: 1;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.font-light {
|
|
|
|
font-weight: 300;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.font-normal {
|
|
|
|
font-weight: 400;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.font-semibold {
|
|
|
|
font-weight: 600;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.font-bold {
|
|
|
|
font-weight: 700;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.hover\:font-bold:hover {
|
|
|
|
font-weight: 700;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.uppercase {
|
|
|
|
text-transform: uppercase;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.lowercase {
|
|
|
|
text-transform: lowercase;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.capitalize {
|
|
|
|
text-transform: capitalize;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.normal-case {
|
|
|
|
text-transform: none;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.italic {
|
|
|
|
font-style: italic;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.not-italic {
|
|
|
|
font-style: normal;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
|
|
|
|
--tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
--tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
--tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
--tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
--tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.normal-nums {
|
|
|
|
font-variant-numeric: normal;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.ordinal {
|
|
|
|
--tw-ordinal: ordinal;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.slashed-zero {
|
|
|
|
--tw-slashed-zero: slashed-zero;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.lining-nums {
|
|
|
|
--tw-numeric-figure: lining-nums;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.oldstyle-nums {
|
|
|
|
--tw-numeric-figure: oldstyle-nums;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.proportional-nums {
|
|
|
|
--tw-numeric-spacing: proportional-nums;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.tabular-nums {
|
|
|
|
--tw-numeric-spacing: tabular-nums;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.diagonal-fractions {
|
|
|
|
--tw-numeric-fraction: diagonal-fractions;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.stacked-fractions {
|
|
|
|
--tw-numeric-fraction: stacked-fractions;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.leading-none {
|
|
|
|
line-height: 1;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.leading-snug {
|
|
|
|
line-height: 1.375;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.leading-normal {
|
|
|
|
line-height: 1.5;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.leading-relaxed {
|
|
|
|
line-height: 1.625;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.tracking-wide {
|
|
|
|
letter-spacing: 0.025em;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-black {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-white {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-pink-400 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(244, 114, 182, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-indigo-600 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(79, 70, 229, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-lightBlue-400 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(56, 189, 248, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-lightBlue-600 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(2, 132, 199, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2022-11-21 06:58:44 -05:00
|
|
|
.text-teal-50 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(240, 253, 250, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2022-11-18 07:41:03 -05:00
|
|
|
.text-teal-500 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(20, 184, 166, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.text-teal-600 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(13, 148, 136, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2022-11-21 06:58:44 -05:00
|
|
|
.text-teal-700 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(15, 118, 110, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2022-11-18 07:41:03 -05:00
|
|
|
.text-emerald-500 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(16, 185, 129, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2022-12-01 01:05:00 -05:00
|
|
|
.text-amber-100 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(254, 243, 199, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2022-11-18 07:41:03 -05:00
|
|
|
.text-orange-500 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(249, 115, 22, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.text-orange-600 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(234, 88, 12, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2022-11-18 07:41:03 -05:00
|
|
|
.text-red-200 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(254, 202, 202, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-red-400 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(248, 113, 113, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-red-500 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(239, 68, 68, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-red-600 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(220, 38, 38, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-gray-500 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(113, 113, 122, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-gray-600 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(82, 82, 91, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-gray-700 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(63, 63, 70, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-gray-900 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(24, 24, 27, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-blueGray-100 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(241, 245, 249, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-blueGray-200 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(226, 232, 240, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-blueGray-300 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(203, 213, 225, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-blueGray-400 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(148, 163, 184, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-blueGray-500 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(100, 116, 139, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-blueGray-600 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(71, 85, 105, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-blueGray-700 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(51, 65, 85, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-blueGray-800 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(30, 41, 59, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.hover\:text-red-600:hover {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(220, 38, 38, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.hover\:text-blueGray-300:hover {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(203, 213, 225, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.hover\:text-blueGray-500:hover {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(100, 116, 139, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.hover\:text-blueGray-700:hover {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(51, 65, 85, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.hover\:text-blueGray-800:hover {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(30, 41, 59, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.underline {
|
|
|
|
text-decoration: underline;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.line-through {
|
|
|
|
text-decoration: line-through;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.no-underline {
|
|
|
|
text-decoration: none;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.antialiased {
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.subpixel-antialiased {
|
|
|
|
-webkit-font-smoothing: auto;
|
|
|
|
-moz-osx-font-smoothing: auto;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.placeholder-blueGray-300::-moz-placeholder {
|
|
|
|
--tw-placeholder-opacity: 1;
|
|
|
|
color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.placeholder-blueGray-300::placeholder {
|
|
|
|
--tw-placeholder-opacity: 1;
|
|
|
|
color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.opacity-50 {
|
|
|
|
opacity: 0.5;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.opacity-75 {
|
|
|
|
opacity: 0.75;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.opacity-80 {
|
|
|
|
opacity: .8;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-blend-normal {
|
|
|
|
background-blend-mode: normal;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-blend-multiply {
|
|
|
|
background-blend-mode: multiply;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-blend-screen {
|
|
|
|
background-blend-mode: screen;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-blend-overlay {
|
|
|
|
background-blend-mode: overlay;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-blend-darken {
|
|
|
|
background-blend-mode: darken;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-blend-lighten {
|
|
|
|
background-blend-mode: lighten;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-blend-color-dodge {
|
|
|
|
background-blend-mode: color-dodge;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-blend-color-burn {
|
|
|
|
background-blend-mode: color-burn;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-blend-hard-light {
|
|
|
|
background-blend-mode: hard-light;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-blend-soft-light {
|
|
|
|
background-blend-mode: soft-light;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-blend-difference {
|
|
|
|
background-blend-mode: difference;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-blend-exclusion {
|
|
|
|
background-blend-mode: exclusion;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-blend-hue {
|
|
|
|
background-blend-mode: hue;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-blend-saturation {
|
|
|
|
background-blend-mode: saturation;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-blend-color {
|
|
|
|
background-blend-mode: color;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.bg-blend-luminosity {
|
|
|
|
background-blend-mode: luminosity;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.mix-blend-normal {
|
|
|
|
mix-blend-mode: normal;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.mix-blend-multiply {
|
|
|
|
mix-blend-mode: multiply;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.mix-blend-screen {
|
|
|
|
mix-blend-mode: screen;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mix-blend-overlay {
|
|
|
|
mix-blend-mode: overlay;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mix-blend-darken {
|
|
|
|
mix-blend-mode: darken;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mix-blend-lighten {
|
|
|
|
mix-blend-mode: lighten;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mix-blend-color-dodge {
|
|
|
|
mix-blend-mode: color-dodge;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mix-blend-color-burn {
|
|
|
|
mix-blend-mode: color-burn;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mix-blend-hard-light {
|
|
|
|
mix-blend-mode: hard-light;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mix-blend-soft-light {
|
|
|
|
mix-blend-mode: soft-light;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mix-blend-difference {
|
|
|
|
mix-blend-mode: difference;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.mix-blend-exclusion {
|
|
|
|
mix-blend-mode: exclusion;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.mix-blend-hue {
|
|
|
|
mix-blend-mode: hue;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.mix-blend-saturation {
|
|
|
|
mix-blend-mode: saturation;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.mix-blend-color {
|
|
|
|
mix-blend-mode: color;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.mix-blend-luminosity {
|
|
|
|
mix-blend-mode: luminosity;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
*, ::before, ::after {
|
|
|
|
--tw-shadow: 0 0 #0000;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.shadow-sm {
|
|
|
|
--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.shadow {
|
|
|
|
--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.shadow-md {
|
|
|
|
--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.shadow-lg {
|
|
|
|
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.shadow-xl {
|
|
|
|
--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.shadow-2xl {
|
|
|
|
--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.shadow-none {
|
|
|
|
--tw-shadow: 0 0 #0000;
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.hover\:shadow-md:hover {
|
|
|
|
--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.hover\:shadow-lg:hover {
|
|
|
|
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.outline-none {
|
|
|
|
outline: 2px solid transparent;
|
|
|
|
outline-offset: 2px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.focus\:outline-none:focus {
|
|
|
|
outline: 2px solid transparent;
|
|
|
|
outline-offset: 2px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
*, ::before, ::after {
|
|
|
|
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
--tw-ring-offset-width: 0px;
|
|
|
|
--tw-ring-offset-color: #fff;
|
|
|
|
--tw-ring-color: rgba(59, 130, 246, 0.5);
|
|
|
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
|
|
--tw-ring-shadow: 0 0 #0000;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.ring {
|
|
|
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
|
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.focus\:ring-0:focus {
|
|
|
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
|
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.focus\:ring-1:focus {
|
|
|
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
|
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.focus\:ring-2:focus {
|
|
|
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
|
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.focus\:ring:focus {
|
|
|
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
|
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.ring-inset {
|
|
|
|
--tw-ring-inset: inset;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.focus\:ring-black:focus {
|
|
|
|
--tw-ring-opacity: 1;
|
|
|
|
--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.focus\:ring-indigo-200:focus {
|
|
|
|
--tw-ring-opacity: 1;
|
|
|
|
--tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.focus\:ring-blue-500:focus {
|
|
|
|
--tw-ring-opacity: 1;
|
|
|
|
--tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.focus\:ring-gray-500:focus {
|
|
|
|
--tw-ring-opacity: 1;
|
|
|
|
--tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.focus\:ring-opacity-50:focus {
|
|
|
|
--tw-ring-opacity: 0.5;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.focus\:ring-offset-0:focus {
|
|
|
|
--tw-ring-offset-width: 0px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.focus\:ring-offset-2:focus {
|
|
|
|
--tw-ring-offset-width: 2px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.filter {
|
|
|
|
--tw-blur: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
--tw-invert: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
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);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.filter-none {
|
|
|
|
filter: none;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.blur {
|
|
|
|
--tw-blur: blur(8px);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.drop-shadow {
|
|
|
|
--tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.grayscale {
|
|
|
|
--tw-grayscale: grayscale(100%);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.invert {
|
|
|
|
--tw-invert: invert(100%);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.sepia {
|
|
|
|
--tw-sepia: sepia(100%);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.backdrop-filter {
|
|
|
|
--tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
--tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
--tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
--tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
--tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
--tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
--tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
--tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
--tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
|
|
|
|
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
|
|
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.backdrop-filter-none {
|
|
|
|
-webkit-backdrop-filter: none;
|
|
|
|
backdrop-filter: none;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.backdrop-blur {
|
|
|
|
--tw-backdrop-blur: blur(8px);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.backdrop-grayscale {
|
|
|
|
--tw-backdrop-grayscale: grayscale(100%);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.backdrop-invert {
|
|
|
|
--tw-backdrop-invert: invert(100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.backdrop-sepia {
|
|
|
|
--tw-backdrop-sepia: sepia(100%);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.transition-all {
|
|
|
|
transition-property: all;
|
|
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
|
transition-duration: 150ms;
|
|
|
|
}
|
|
|
|
|
|
|
|
.transition {
|
2022-11-24 09:00:11 -05:00
|
|
|
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
|
|
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
|
|
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
2022-11-18 07:41:03 -05:00
|
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
|
transition-duration: 150ms;
|
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.duration-150 {
|
|
|
|
transition-duration: 150ms;
|
|
|
|
}
|
|
|
|
|
2022-11-18 07:41:03 -05:00
|
|
|
.ease-linear {
|
|
|
|
transition-timing-function: linear;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ease-in {
|
|
|
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ease-out {
|
|
|
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ease-in-out {
|
|
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
@media (min-width: 640px) {
|
|
|
|
.sm\:mt-0 {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
2022-11-18 07:41:03 -05:00
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.sm\:mr-2 {
|
|
|
|
margin-right: 0.5rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.sm\:ml-1 {
|
|
|
|
margin-left: 0.25rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.sm\:block {
|
|
|
|
display: block;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.sm\:w-6\/12 {
|
|
|
|
width: 50%;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.sm\:pt-0 {
|
|
|
|
padding-top: 0px;
|
|
|
|
}
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
@media (min-width: 768px) {
|
|
|
|
.md\:fixed {
|
|
|
|
position: fixed;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:relative {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:top-0 {
|
|
|
|
top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:bottom-0 {
|
|
|
|
bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:left-0 {
|
|
|
|
left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:mt-0 {
|
|
|
|
margin-top: 0px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:mt-4 {
|
|
|
|
margin-top: 1rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:mt-40 {
|
|
|
|
margin-top: 10rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:mt-64 {
|
|
|
|
margin-top: 16rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:mb-4 {
|
|
|
|
margin-bottom: 1rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:ml-64 {
|
|
|
|
margin-left: 16rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.md\:block {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:flex {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:min-h-full {
|
|
|
|
min-height: 100%;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:w-64 {
|
|
|
|
width: 16rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:w-4\/12 {
|
|
|
|
width: 33.333333%;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:w-5\/12 {
|
|
|
|
width: 41.666667%;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:w-6\/12 {
|
|
|
|
width: 50%;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:w-8\/12 {
|
|
|
|
width: 66.666667%;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:min-w-full {
|
|
|
|
min-width: 100%;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:max-w-4xl {
|
|
|
|
max-width: 56rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:grid-cols-2 {
|
|
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:flex-row {
|
|
|
|
flex-direction: row;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:flex-col {
|
|
|
|
flex-direction: column;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:flex-nowrap {
|
|
|
|
flex-wrap: nowrap;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:items-stretch {
|
|
|
|
align-items: stretch;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:justify-start {
|
|
|
|
justify-content: flex-start;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:justify-end {
|
|
|
|
justify-content: flex-end;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:justify-between {
|
|
|
|
justify-content: space-between;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.md\:overflow-hidden {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:overflow-y-auto {
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:px-4 {
|
|
|
|
padding-left: 1rem;
|
|
|
|
padding-right: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:px-10 {
|
|
|
|
padding-left: 2.5rem;
|
|
|
|
padding-right: 2.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:pt-0 {
|
|
|
|
padding-top: 0px;
|
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:pt-32 {
|
|
|
|
padding-top: 8rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.md\:pr-12 {
|
|
|
|
padding-right: 3rem;
|
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:pb-2 {
|
|
|
|
padding-bottom: 0.5rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:text-left {
|
|
|
|
text-align: left;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:opacity-100 {
|
|
|
|
opacity: 1;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.md\:shadow-none {
|
|
|
|
--tw-shadow: 0 0 #0000;
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
2022-11-24 09:00:11 -05:00
|
|
|
}
|
2022-11-18 07:41:03 -05:00
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
@media (min-width: 1024px) {
|
|
|
|
.lg\:static {
|
|
|
|
position: static;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.lg\:order-1 {
|
|
|
|
order: 1;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.lg\:order-2 {
|
|
|
|
order: 2;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.lg\:order-3 {
|
|
|
|
order: 3;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.lg\:mt-16 {
|
|
|
|
margin-top: 4rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.lg\:-mt-64 {
|
|
|
|
margin-top: -16rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.lg\:mr-1 {
|
|
|
|
margin-right: 0.25rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.lg\:mr-4 {
|
|
|
|
margin-right: 1rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.lg\:mb-0 {
|
|
|
|
margin-bottom: 0px;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.lg\:ml-auto {
|
|
|
|
margin-left: auto;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.lg\:-ml-16 {
|
|
|
|
margin-left: -4rem;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:block {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:inline-block {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:flex {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.lg\:w-auto {
|
|
|
|
width: auto;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.lg\:w-3\/12 {
|
|
|
|
width: 25%;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.lg\:w-4\/12 {
|
|
|
|
width: 33.333333%;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.lg\:w-6\/12 {
|
|
|
|
width: 50%;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.lg\:w-8\/12 {
|
|
|
|
width: 66.666667%;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.lg\:w-9\/12 {
|
|
|
|
width: 75%;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.lg\:flex-row {
|
|
|
|
flex-direction: row;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.lg\:justify-start {
|
|
|
|
justify-content: flex-start;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.lg\:self-center {
|
|
|
|
align-self: center;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.lg\:bg-opacity-0 {
|
|
|
|
--tw-bg-opacity: 0;
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:p-10 {
|
|
|
|
padding: 2.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:px-10 {
|
|
|
|
padding-left: 2.5rem;
|
|
|
|
padding-right: 2.5rem;
|
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.lg\:py-2 {
|
|
|
|
padding-top: 0.5rem;
|
|
|
|
padding-bottom: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2022-11-18 07:41:03 -05:00
|
|
|
.lg\:pt-0 {
|
|
|
|
padding-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:pt-4 {
|
|
|
|
padding-top: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:pt-12 {
|
|
|
|
padding-top: 3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:pt-24 {
|
|
|
|
padding-top: 6rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:pb-64 {
|
|
|
|
padding-bottom: 16rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:text-left {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:text-right {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:text-white {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:text-blueGray-200 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(226, 232, 240, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:hover\:text-blueGray-200:hover {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(226, 232, 240, var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2022-11-24 09:00:11 -05:00
|
|
|
.lg\:shadow-none {
|
|
|
|
--tw-shadow: 0 0 #0000;
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2022-11-18 07:41:03 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1280px) {
|
|
|
|
.xl\:mb-0 {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.xl\:w-3\/12 {
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.xl\:w-4\/12 {
|
|
|
|
width: 33.333333%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.xl\:w-6\/12 {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.xl\:w-8\/12 {
|
|
|
|
width: 66.666667%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1536px) {
|
|
|
|
}
|
2022-11-21 06:58:44 -05:00
|
|
|
|