2022-11-10 16:21:05 -06:00
|
|
|
/*! Blowfish | MIT License | https://github.com/nunocoracao/blowfish */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
/*! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
|
|
|
/*
|
|
|
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
|
|
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
|
|
*/
|
|
|
|
|
|
|
|
*,
|
|
|
|
::before,
|
|
|
|
::after {
|
|
|
|
box-sizing: border-box;
|
|
|
|
/* 1 */
|
|
|
|
border-width: 0;
|
|
|
|
/* 2 */
|
|
|
|
border-style: solid;
|
|
|
|
/* 2 */
|
|
|
|
border-color: currentColor;
|
|
|
|
/* 2 */
|
|
|
|
}
|
|
|
|
|
|
|
|
::before,
|
|
|
|
::after {
|
|
|
|
--tw-content: '';
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
1. Use a consistent sensible line-height in all browsers.
|
|
|
|
2. Prevent adjustments of font size after orientation changes in iOS.
|
|
|
|
3. Use a more readable tab size.
|
|
|
|
4. Use the user's configured `sans` font-family by default.
|
2022-11-10 16:21:05 -06:00
|
|
|
5. Use the user's configured `sans` font-feature-settings by default.
|
2023-04-10 15:46:53 -05:00
|
|
|
6. Use the user's configured `sans` font-variation-settings by default.
|
2022-09-10 14:05:37 -05:00
|
|
|
*/
|
|
|
|
|
|
|
|
html {
|
|
|
|
line-height: 1.5;
|
|
|
|
/* 1 */
|
|
|
|
-webkit-text-size-adjust: 100%;
|
|
|
|
/* 2 */
|
|
|
|
-moz-tab-size: 4;
|
|
|
|
/* 3 */
|
|
|
|
-o-tab-size: 4;
|
|
|
|
tab-size: 4;
|
|
|
|
/* 3 */
|
2023-03-15 07:55:27 -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";
|
2022-09-10 14:05:37 -05:00
|
|
|
/* 4 */
|
2022-11-10 16:21:05 -06:00
|
|
|
font-feature-settings: normal;
|
|
|
|
/* 5 */
|
2023-04-10 15:46:53 -05:00
|
|
|
font-variation-settings: normal;
|
|
|
|
/* 6 */
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
1. Remove the margin in all browsers.
|
|
|
|
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
|
|
|
|
*/
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
/* 1 */
|
|
|
|
line-height: inherit;
|
|
|
|
/* 2 */
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
1. Add the correct height in Firefox.
|
|
|
|
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
|
|
|
3. Ensure horizontal rules are visible by default.
|
|
|
|
*/
|
|
|
|
|
|
|
|
hr {
|
|
|
|
height: 0;
|
|
|
|
/* 1 */
|
|
|
|
color: inherit;
|
|
|
|
/* 2 */
|
|
|
|
border-top-width: 1px;
|
|
|
|
/* 3 */
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Add the correct text decoration in Chrome, Edge, and Safari.
|
|
|
|
*/
|
|
|
|
|
|
|
|
abbr:where([title]) {
|
|
|
|
-webkit-text-decoration: underline dotted;
|
|
|
|
text-decoration: underline dotted;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Remove the default font size and weight for headings.
|
|
|
|
*/
|
|
|
|
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
|
|
|
font-size: inherit;
|
|
|
|
font-weight: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Reset links to optimize for opt-in styling instead of opt-out.
|
|
|
|
*/
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Add the correct font weight in Edge and Safari.
|
|
|
|
*/
|
|
|
|
|
|
|
|
b,
|
|
|
|
strong {
|
|
|
|
font-weight: bolder;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
1. Use the user's configured `mono` font family by default.
|
|
|
|
2. Correct the odd `em` font sizing in all browsers.
|
|
|
|
*/
|
|
|
|
|
|
|
|
code,
|
|
|
|
kbd,
|
|
|
|
samp,
|
|
|
|
pre {
|
2023-03-15 07:55:27 -05:00
|
|
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
2022-09-10 14:05:37 -05:00
|
|
|
/* 1 */
|
|
|
|
font-size: 1em;
|
|
|
|
/* 2 */
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Add the correct font size in all browsers.
|
|
|
|
*/
|
|
|
|
|
|
|
|
small {
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
|
|
|
*/
|
|
|
|
|
|
|
|
sub,
|
|
|
|
sup {
|
|
|
|
font-size: 75%;
|
|
|
|
line-height: 0;
|
|
|
|
position: relative;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
|
|
|
|
sub {
|
|
|
|
bottom: -0.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
sup {
|
|
|
|
top: -0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
|
|
|
|
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
|
|
|
|
3. Remove gaps between table borders by default.
|
|
|
|
*/
|
|
|
|
|
|
|
|
table {
|
|
|
|
text-indent: 0;
|
|
|
|
/* 1 */
|
|
|
|
border-color: inherit;
|
|
|
|
/* 2 */
|
|
|
|
border-collapse: collapse;
|
|
|
|
/* 3 */
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
1. Change the font styles in all browsers.
|
|
|
|
2. Remove the margin in Firefox and Safari.
|
|
|
|
3. Remove default padding in all browsers.
|
|
|
|
*/
|
|
|
|
|
|
|
|
button,
|
|
|
|
input,
|
|
|
|
optgroup,
|
|
|
|
select,
|
|
|
|
textarea {
|
|
|
|
font-family: inherit;
|
|
|
|
/* 1 */
|
|
|
|
font-size: 100%;
|
|
|
|
/* 1 */
|
|
|
|
font-weight: inherit;
|
|
|
|
/* 1 */
|
|
|
|
line-height: inherit;
|
|
|
|
/* 1 */
|
|
|
|
color: inherit;
|
|
|
|
/* 1 */
|
|
|
|
margin: 0;
|
|
|
|
/* 2 */
|
|
|
|
padding: 0;
|
|
|
|
/* 3 */
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Remove the inheritance of text transform in Edge and Firefox.
|
|
|
|
*/
|
|
|
|
|
|
|
|
button,
|
|
|
|
select {
|
|
|
|
text-transform: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
1. Correct the inability to style clickable types in iOS and Safari.
|
|
|
|
2. Remove default button styles.
|
|
|
|
*/
|
|
|
|
|
|
|
|
button,
|
|
|
|
[type='button'],
|
|
|
|
[type='reset'],
|
|
|
|
[type='submit'] {
|
|
|
|
-webkit-appearance: button;
|
|
|
|
/* 1 */
|
|
|
|
background-color: transparent;
|
|
|
|
/* 2 */
|
|
|
|
background-image: none;
|
|
|
|
/* 2 */
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Use the modern Firefox focus style for all focusable elements.
|
|
|
|
*/
|
|
|
|
|
|
|
|
:-moz-focusring {
|
|
|
|
outline: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
|
|
|
|
*/
|
|
|
|
|
|
|
|
:-moz-ui-invalid {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Add the correct vertical alignment in Chrome and Firefox.
|
|
|
|
*/
|
|
|
|
|
|
|
|
progress {
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Correct the cursor style of increment and decrement buttons in Safari.
|
|
|
|
*/
|
|
|
|
|
|
|
|
::-webkit-inner-spin-button,
|
|
|
|
::-webkit-outer-spin-button {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
1. Correct the odd appearance in Chrome and Safari.
|
|
|
|
2. Correct the outline style in Safari.
|
|
|
|
*/
|
|
|
|
|
|
|
|
[type='search'] {
|
|
|
|
-webkit-appearance: textfield;
|
|
|
|
/* 1 */
|
|
|
|
outline-offset: -2px;
|
|
|
|
/* 2 */
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Remove the inner padding in Chrome and Safari on macOS.
|
|
|
|
*/
|
|
|
|
|
|
|
|
::-webkit-search-decoration {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
1. Correct the inability to style clickable types in iOS and Safari.
|
|
|
|
2. Change font properties to `inherit` in Safari.
|
|
|
|
*/
|
|
|
|
|
|
|
|
::-webkit-file-upload-button {
|
|
|
|
-webkit-appearance: button;
|
|
|
|
/* 1 */
|
|
|
|
font: inherit;
|
|
|
|
/* 2 */
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Add the correct display in Chrome and Safari.
|
|
|
|
*/
|
|
|
|
|
|
|
|
summary {
|
|
|
|
display: list-item;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Removes the default spacing and border for appropriate elements.
|
|
|
|
*/
|
|
|
|
|
|
|
|
blockquote,
|
|
|
|
dl,
|
|
|
|
dd,
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6,
|
|
|
|
hr,
|
|
|
|
figure,
|
|
|
|
p,
|
|
|
|
pre {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
legend {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ol,
|
|
|
|
ul,
|
|
|
|
menu {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Prevent resizing textareas horizontally by default.
|
|
|
|
*/
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
resize: vertical;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
|
|
|
2. Set the default placeholder color to the user's configured gray 400 color.
|
|
|
|
*/
|
|
|
|
|
|
|
|
input::-moz-placeholder, textarea::-moz-placeholder {
|
|
|
|
opacity: 1;
|
|
|
|
/* 1 */
|
|
|
|
color: #9ca3af;
|
|
|
|
/* 2 */
|
|
|
|
}
|
|
|
|
|
|
|
|
input::placeholder,
|
|
|
|
textarea::placeholder {
|
|
|
|
opacity: 1;
|
|
|
|
/* 1 */
|
|
|
|
color: #9ca3af;
|
|
|
|
/* 2 */
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Set the default cursor for buttons.
|
|
|
|
*/
|
|
|
|
|
|
|
|
button,
|
|
|
|
[role="button"] {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Make sure disabled buttons don't get the pointer cursor.
|
|
|
|
*/
|
|
|
|
|
|
|
|
:disabled {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
|
|
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
|
|
|
This can trigger a poorly considered lint error in some tools but is included by design.
|
|
|
|
*/
|
|
|
|
|
|
|
|
img,
|
|
|
|
svg,
|
|
|
|
video,
|
|
|
|
canvas,
|
|
|
|
audio,
|
|
|
|
iframe,
|
|
|
|
embed,
|
|
|
|
object {
|
|
|
|
display: block;
|
|
|
|
/* 1 */
|
|
|
|
vertical-align: middle;
|
|
|
|
/* 2 */
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
|
|
*/
|
|
|
|
|
|
|
|
img,
|
|
|
|
video {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2022-10-29 10:00:59 -05:00
|
|
|
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
|
|
|
|
|
|
[hidden] {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2022-09-10 16:58:50 -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: #6b7280;
|
|
|
|
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;
|
|
|
|
--tw-shadow: 0 0 #0000;
|
|
|
|
}
|
|
|
|
|
|
|
|
[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);
|
|
|
|
border-color: #2563eb;
|
|
|
|
}
|
|
|
|
|
|
|
|
input::-moz-placeholder, textarea::-moz-placeholder {
|
|
|
|
color: #6b7280;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
input::placeholder,textarea::placeholder {
|
|
|
|
color: #6b7280;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-datetime-edit-fields-wrapper {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-date-and-time-value {
|
|
|
|
min-height: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
|
|
|
|
padding-top: 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
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='%236b7280' 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;
|
|
|
|
print-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;
|
|
|
|
print-color-adjust: unset;
|
|
|
|
}
|
|
|
|
|
|
|
|
[type='checkbox'],[type='radio'] {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
-moz-appearance: none;
|
|
|
|
appearance: none;
|
|
|
|
padding: 0;
|
|
|
|
-webkit-print-color-adjust: exact;
|
|
|
|
print-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: #6b7280;
|
|
|
|
border-width: 1px;
|
|
|
|
--tw-shadow: 0 0 #0000;
|
|
|
|
}
|
|
|
|
|
|
|
|
[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);
|
|
|
|
}
|
|
|
|
|
|
|
|
[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 solid ButtonText;
|
|
|
|
outline: 1px auto -webkit-focus-ring-color;
|
|
|
|
}
|
|
|
|
|
2022-09-10 14:05:37 -05:00
|
|
|
*, ::before, ::after {
|
|
|
|
--tw-border-spacing-x: 0;
|
|
|
|
--tw-border-spacing-y: 0;
|
|
|
|
--tw-translate-x: 0;
|
|
|
|
--tw-translate-y: 0;
|
|
|
|
--tw-rotate: 0;
|
|
|
|
--tw-skew-x: 0;
|
|
|
|
--tw-skew-y: 0;
|
|
|
|
--tw-scale-x: 1;
|
|
|
|
--tw-scale-y: 1;
|
|
|
|
--tw-pan-x: ;
|
|
|
|
--tw-pan-y: ;
|
|
|
|
--tw-pinch-zoom: ;
|
|
|
|
--tw-scroll-snap-strictness: proximity;
|
2023-04-26 01:02:22 -05:00
|
|
|
--tw-gradient-from-position: ;
|
|
|
|
--tw-gradient-via-position: ;
|
|
|
|
--tw-gradient-to-position: ;
|
2022-09-10 14:05:37 -05:00
|
|
|
--tw-ordinal: ;
|
|
|
|
--tw-slashed-zero: ;
|
|
|
|
--tw-numeric-figure: ;
|
|
|
|
--tw-numeric-spacing: ;
|
|
|
|
--tw-numeric-fraction: ;
|
|
|
|
--tw-ring-inset: ;
|
|
|
|
--tw-ring-offset-width: 0px;
|
|
|
|
--tw-ring-offset-color: #fff;
|
|
|
|
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
|
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
|
|
--tw-ring-shadow: 0 0 #0000;
|
|
|
|
--tw-shadow: 0 0 #0000;
|
|
|
|
--tw-shadow-colored: 0 0 #0000;
|
|
|
|
--tw-blur: ;
|
|
|
|
--tw-brightness: ;
|
|
|
|
--tw-contrast: ;
|
|
|
|
--tw-grayscale: ;
|
|
|
|
--tw-hue-rotate: ;
|
|
|
|
--tw-invert: ;
|
|
|
|
--tw-saturate: ;
|
|
|
|
--tw-sepia: ;
|
|
|
|
--tw-drop-shadow: ;
|
|
|
|
--tw-backdrop-blur: ;
|
|
|
|
--tw-backdrop-brightness: ;
|
|
|
|
--tw-backdrop-contrast: ;
|
|
|
|
--tw-backdrop-grayscale: ;
|
|
|
|
--tw-backdrop-hue-rotate: ;
|
|
|
|
--tw-backdrop-invert: ;
|
|
|
|
--tw-backdrop-opacity: ;
|
|
|
|
--tw-backdrop-saturate: ;
|
|
|
|
--tw-backdrop-sepia: ;
|
|
|
|
}
|
|
|
|
|
|
|
|
::backdrop {
|
|
|
|
--tw-border-spacing-x: 0;
|
|
|
|
--tw-border-spacing-y: 0;
|
|
|
|
--tw-translate-x: 0;
|
|
|
|
--tw-translate-y: 0;
|
|
|
|
--tw-rotate: 0;
|
|
|
|
--tw-skew-x: 0;
|
|
|
|
--tw-skew-y: 0;
|
|
|
|
--tw-scale-x: 1;
|
|
|
|
--tw-scale-y: 1;
|
|
|
|
--tw-pan-x: ;
|
|
|
|
--tw-pan-y: ;
|
|
|
|
--tw-pinch-zoom: ;
|
|
|
|
--tw-scroll-snap-strictness: proximity;
|
2023-04-26 01:02:22 -05:00
|
|
|
--tw-gradient-from-position: ;
|
|
|
|
--tw-gradient-via-position: ;
|
|
|
|
--tw-gradient-to-position: ;
|
2022-09-10 14:05:37 -05:00
|
|
|
--tw-ordinal: ;
|
|
|
|
--tw-slashed-zero: ;
|
|
|
|
--tw-numeric-figure: ;
|
|
|
|
--tw-numeric-spacing: ;
|
|
|
|
--tw-numeric-fraction: ;
|
|
|
|
--tw-ring-inset: ;
|
|
|
|
--tw-ring-offset-width: 0px;
|
|
|
|
--tw-ring-offset-color: #fff;
|
|
|
|
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
|
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
|
|
--tw-ring-shadow: 0 0 #0000;
|
|
|
|
--tw-shadow: 0 0 #0000;
|
|
|
|
--tw-shadow-colored: 0 0 #0000;
|
|
|
|
--tw-blur: ;
|
|
|
|
--tw-brightness: ;
|
|
|
|
--tw-contrast: ;
|
|
|
|
--tw-grayscale: ;
|
|
|
|
--tw-hue-rotate: ;
|
|
|
|
--tw-invert: ;
|
|
|
|
--tw-saturate: ;
|
|
|
|
--tw-sepia: ;
|
|
|
|
--tw-drop-shadow: ;
|
|
|
|
--tw-backdrop-blur: ;
|
|
|
|
--tw-backdrop-brightness: ;
|
|
|
|
--tw-backdrop-contrast: ;
|
|
|
|
--tw-backdrop-grayscale: ;
|
|
|
|
--tw-backdrop-hue-rotate: ;
|
|
|
|
--tw-backdrop-invert: ;
|
|
|
|
--tw-backdrop-opacity: ;
|
|
|
|
--tw-backdrop-saturate: ;
|
|
|
|
--tw-backdrop-sepia: ;
|
|
|
|
}
|
|
|
|
|
2023-01-17 16:36:56 -06:00
|
|
|
.container {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 640px) {
|
|
|
|
.container {
|
|
|
|
max-width: 640px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 853px) {
|
|
|
|
.container {
|
|
|
|
max-width: 853px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1024px) {
|
|
|
|
.container {
|
|
|
|
max-width: 1024px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1280px) {
|
|
|
|
.container {
|
|
|
|
max-width: 1280px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1536px) {
|
|
|
|
.container {
|
|
|
|
max-width: 1536px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-09-10 14:05:37 -05:00
|
|
|
.prose {
|
|
|
|
color: var(--tw-prose-body);
|
|
|
|
max-width: 65ch;
|
|
|
|
}
|
|
|
|
|
2023-01-14 17:05:10 -06:00
|
|
|
.prose :where(p):not(:where([class~="not-prose"] *)) {
|
|
|
|
margin-top: 1.25em;
|
|
|
|
margin-bottom: 1.25em;
|
|
|
|
}
|
|
|
|
|
2022-09-10 14:05:37 -05:00
|
|
|
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
|
|
|
|
color: var(--tw-prose-lead);
|
|
|
|
font-size: 1.25em;
|
|
|
|
line-height: 1.6;
|
|
|
|
margin-top: 1.2em;
|
|
|
|
margin-bottom: 1.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(a):not(:where([class~="not-prose"] *)) {
|
|
|
|
color: var(--tw-prose-links);
|
2022-09-10 16:58:50 -05:00
|
|
|
text-decoration: none;
|
2022-09-10 14:05:37 -05:00
|
|
|
font-weight: 500;
|
2023-03-15 07:55:27 -05:00
|
|
|
text-decoration-color: rgba(var(--color-primary-300), 1);
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(a):not(:where([class~="not-prose"] *)):hover {
|
2023-05-08 16:24:36 -05:00
|
|
|
color: rgba(var(--color-primary-600), 1);
|
2022-09-10 14:05:37 -05:00
|
|
|
text-decoration: none;
|
|
|
|
border-radius: 0.09rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(strong):not(:where([class~="not-prose"] *)) {
|
|
|
|
color: var(--tw-prose-bold);
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(a strong):not(:where([class~="not-prose"] *)) {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(ol):not(:where([class~="not-prose"] *)) {
|
|
|
|
list-style-type: decimal;
|
|
|
|
margin-top: 1.25em;
|
|
|
|
margin-bottom: 1.25em;
|
|
|
|
padding-left: 1.625em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
|
|
|
|
list-style-type: upper-alpha;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
|
|
|
|
list-style-type: lower-alpha;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
|
|
|
|
list-style-type: upper-alpha;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
|
|
|
|
list-style-type: lower-alpha;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
|
|
|
|
list-style-type: upper-roman;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
|
|
|
|
list-style-type: lower-roman;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
|
|
|
|
list-style-type: upper-roman;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
|
|
|
|
list-style-type: lower-roman;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
|
|
|
|
list-style-type: decimal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(ul):not(:where([class~="not-prose"] *)) {
|
|
|
|
list-style-type: disc;
|
|
|
|
margin-top: 1.25em;
|
|
|
|
margin-bottom: 1.25em;
|
|
|
|
padding-left: 1.625em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
|
|
|
|
font-weight: 400;
|
|
|
|
color: var(--tw-prose-counters);
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
|
|
|
|
color: var(--tw-prose-bullets);
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(hr):not(:where([class~="not-prose"] *)) {
|
|
|
|
border-color: var(--tw-prose-hr);
|
|
|
|
border-top-width: 1px;
|
|
|
|
margin-top: 3em;
|
|
|
|
margin-bottom: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
|
|
|
|
font-weight: 500;
|
|
|
|
font-style: italic;
|
|
|
|
color: var(--tw-prose-quotes);
|
|
|
|
border-left-width: 0.25rem;
|
|
|
|
border-left-color: var(--tw-prose-quote-borders);
|
|
|
|
quotes: "\201C""\201D""\2018""\2019";
|
|
|
|
margin-top: 1.6em;
|
|
|
|
margin-bottom: 1.6em;
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
|
|
|
|
content: open-quote;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
|
|
|
|
content: close-quote;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(h1):not(:where([class~="not-prose"] *)) {
|
|
|
|
color: var(--tw-prose-headings);
|
|
|
|
font-weight: 800;
|
|
|
|
font-size: 2.25em;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0.8888889em;
|
|
|
|
line-height: 1.1111111;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
|
|
|
|
font-weight: 900;
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(h2):not(:where([class~="not-prose"] *)) {
|
|
|
|
color: var(--tw-prose-headings);
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 1.5em;
|
|
|
|
margin-top: 2em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
line-height: 1.3333333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
|
|
|
|
font-weight: 800;
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(h3):not(:where([class~="not-prose"] *)) {
|
|
|
|
color: var(--tw-prose-headings);
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 1.25em;
|
|
|
|
margin-top: 1.6em;
|
|
|
|
margin-bottom: 0.6em;
|
|
|
|
line-height: 1.6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
|
|
|
|
font-weight: 700;
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(h4):not(:where([class~="not-prose"] *)) {
|
|
|
|
color: var(--tw-prose-headings);
|
|
|
|
font-weight: 600;
|
|
|
|
margin-top: 1.5em;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
line-height: 1.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
|
|
|
|
font-weight: 700;
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(img):not(:where([class~="not-prose"] *)) {
|
|
|
|
margin-top: 2em;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
|
|
|
|
color: var(--tw-prose-captions);
|
|
|
|
font-size: 0.875em;
|
|
|
|
line-height: 1.4285714;
|
|
|
|
margin-top: 0.8571429em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(code):not(:where([class~="not-prose"] *)) {
|
|
|
|
color: var(--tw-prose-code);
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 0.875em;
|
2023-01-05 15:30:49 -06:00
|
|
|
background-color: rgba(var(--color-neutral-50), 1);
|
2023-01-05 14:45:47 -06:00
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
2023-03-10 07:25:02 -06:00
|
|
|
border-radius: 0.25rem;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(code):not(:where([class~="not-prose"] *))::before {
|
|
|
|
content: "`";
|
2023-01-05 12:41:10 -06:00
|
|
|
display: none;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(code):not(:where([class~="not-prose"] *))::after {
|
|
|
|
content: "`";
|
2023-01-05 12:41:10 -06:00
|
|
|
display: none;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(a code):not(:where([class~="not-prose"] *)) {
|
|
|
|
color: var(--tw-prose-code);
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
|
|
|
|
color: inherit;
|
|
|
|
font-size: 0.875em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
|
|
|
|
color: inherit;
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(pre):not(:where([class~="not-prose"] *)) {
|
|
|
|
color: var(--tw-prose-pre-code);
|
|
|
|
background-color: var(--tw-prose-pre-bg);
|
|
|
|
overflow-x: auto;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 0.875em;
|
|
|
|
line-height: 1.7142857;
|
|
|
|
margin-top: 1.7142857em;
|
|
|
|
margin-bottom: 1.7142857em;
|
|
|
|
border-radius: 0.375rem;
|
|
|
|
padding-top: 0.8571429em;
|
|
|
|
padding-right: 1.1428571em;
|
|
|
|
padding-bottom: 0.8571429em;
|
|
|
|
padding-left: 1.1428571em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
|
|
|
|
background-color: transparent;
|
|
|
|
border-width: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
padding: 0;
|
|
|
|
font-weight: inherit;
|
|
|
|
color: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
font-family: inherit;
|
|
|
|
line-height: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
|
|
|
|
content: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
|
|
|
|
content: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(table):not(:where([class~="not-prose"] *)) {
|
|
|
|
width: 100%;
|
|
|
|
table-layout: auto;
|
|
|
|
text-align: left;
|
|
|
|
margin-top: 2em;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
font-size: 0.875em;
|
|
|
|
line-height: 1.7142857;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(thead):not(:where([class~="not-prose"] *)) {
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-color: var(--tw-prose-th-borders);
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
|
|
|
|
color: var(--tw-prose-headings);
|
|
|
|
font-weight: 600;
|
|
|
|
vertical-align: bottom;
|
|
|
|
padding-right: 0.5714286em;
|
|
|
|
padding-bottom: 0.5714286em;
|
|
|
|
padding-left: 0.5714286em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-color: var(--tw-prose-td-borders);
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
|
|
|
|
border-bottom-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
|
|
|
|
border-top-width: 1px;
|
|
|
|
border-top-color: var(--tw-prose-th-borders);
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose {
|
|
|
|
--tw-prose-body: rgba(var(--color-neutral-700), 1);
|
|
|
|
--tw-prose-headings: rgba(var(--color-neutral-800), 1);
|
|
|
|
--tw-prose-lead: rgba(var(--color-neutral-500), 1);
|
2023-05-08 16:24:36 -05:00
|
|
|
--tw-prose-links: rgba(var(--color-primary-600), 1);
|
2022-09-10 14:05:37 -05:00
|
|
|
--tw-prose-bold: rgba(var(--color-neutral-900), 1);
|
|
|
|
--tw-prose-counters: rgba(var(--color-neutral-800), 1);
|
|
|
|
--tw-prose-bullets: rgba(var(--color-neutral-500), 1);
|
|
|
|
--tw-prose-hr: rgba(var(--color-neutral-200), 1);
|
|
|
|
--tw-prose-quotes: rgba(var(--color-neutral-700), 1);
|
2023-03-15 07:55:27 -05:00
|
|
|
--tw-prose-quote-borders: rgba(var(--color-primary-200), 1);
|
2022-09-10 14:05:37 -05:00
|
|
|
--tw-prose-captions: rgba(var(--color-neutral-500), 1);
|
2023-03-15 07:55:27 -05:00
|
|
|
--tw-prose-code: rgba(var(--color-secondary-700), 1);
|
2022-09-10 14:05:37 -05:00
|
|
|
--tw-prose-pre-code: rgba(var(--color-neutral-700), 1);
|
|
|
|
--tw-prose-pre-bg: rgba(var(--color-neutral-50), 1);
|
|
|
|
--tw-prose-th-borders: rgba(var(--color-neutral-500), 1);
|
|
|
|
--tw-prose-td-borders: rgba(var(--color-neutral-300), 1);
|
|
|
|
--tw-prose-invert-body: rgba(var(--color-neutral-300), 1);
|
|
|
|
--tw-prose-invert-headings: rgba(var(--color-neutral-50), 1);
|
|
|
|
--tw-prose-invert-lead: rgba(var(--color-neutral-500), 1);
|
2023-03-15 07:55:27 -05:00
|
|
|
--tw-prose-invert-links: rgba(var(--color-primary-400), 1);
|
2022-09-10 14:05:37 -05:00
|
|
|
--tw-prose-invert-bold: rgba(var(--color-neutral), 1);
|
|
|
|
--tw-prose-invert-counters: rgba(var(--color-neutral-400), 1);
|
|
|
|
--tw-prose-invert-bullets: rgba(var(--color-neutral-600), 1);
|
|
|
|
--tw-prose-invert-hr: rgba(var(--color-neutral-500), 1);
|
|
|
|
--tw-prose-invert-quotes: rgba(var(--color-neutral-200), 1);
|
2023-03-15 07:55:27 -05:00
|
|
|
--tw-prose-invert-quote-borders: rgba(var(--color-primary-900), 1);
|
2022-09-10 14:05:37 -05:00
|
|
|
--tw-prose-invert-captions: rgba(var(--color-neutral-400), 1);
|
2023-03-15 07:55:27 -05:00
|
|
|
--tw-prose-invert-code: rgba(var(--color-secondary-400), 1);
|
2022-09-10 14:05:37 -05:00
|
|
|
--tw-prose-invert-pre-code: rgba(var(--color-neutral-200), 1);
|
|
|
|
--tw-prose-invert-pre-bg: rgba(var(--color-neutral-700), 1);
|
|
|
|
--tw-prose-invert-th-borders: rgba(var(--color-neutral-500), 1);
|
|
|
|
--tw-prose-invert-td-borders: rgba(var(--color-neutral-700), 1);
|
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.75;
|
|
|
|
}
|
|
|
|
|
2023-01-17 16:36:56 -06:00
|
|
|
.prose :where(video):not(:where([class~="not-prose"] *)) {
|
|
|
|
margin-top: 2em;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(figure):not(:where([class~="not-prose"] *)) {
|
|
|
|
margin-top: 2em;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(li):not(:where([class~="not-prose"] *)) {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
|
|
|
|
padding-left: 0.375em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
|
|
|
|
padding-left: 0.375em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
|
|
|
|
margin-top: 0.75em;
|
|
|
|
margin-bottom: 0.75em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
|
|
margin-top: 1.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
|
|
margin-bottom: 1.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
|
|
margin-top: 1.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
|
|
margin-bottom: 1.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
|
|
|
|
margin-top: 0.75em;
|
|
|
|
margin-bottom: 0.75em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
|
|
|
|
padding-top: 0.5714286em;
|
|
|
|
padding-right: 0.5714286em;
|
|
|
|
padding-bottom: 0.5714286em;
|
|
|
|
padding-left: 0.5714286em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(kbd):not(:where([class~="not-prose"] *)) {
|
|
|
|
background-color: rgba(var(--color-neutral-200), 1);
|
|
|
|
padding: 0.1rem 0.4rem;
|
|
|
|
border-radius: 0.25rem;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(mark):not(:where([class~="not-prose"] *)) {
|
|
|
|
color: rgba(var(--color-neutral-800), 1);
|
2023-03-15 07:55:27 -05:00
|
|
|
background-color: rgba(var(--color-primary-600), 1);
|
2023-01-17 16:36:56 -06:00
|
|
|
padding: 0.1rem 0.2rem;
|
2023-03-10 07:25:02 -06:00
|
|
|
border-radius: 0.25rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(p):not(:where([class~="not-prose"] *))::before {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(p):not(:where([class~="not-prose"] *))::after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(a.active):not(:where([class~="not-prose"] *)) {
|
2023-03-15 07:55:27 -05:00
|
|
|
text-decoration-color: rgba(var(--color-primary-600), 1);
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.prose :where(p.active):not(:where([class~="not-prose"] *)) {
|
2023-03-15 07:55:27 -05:00
|
|
|
text-decoration-color: rgba(var(--color-primary-600), 1);
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.prose-invert :where(a.active):not(:where([class~="not-prose"] *)) {
|
2023-03-15 07:55:27 -05:00
|
|
|
text-decoration-color: rgba(var(--color-primary-400), 1);
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.prose-invert :where(p.active):not(:where([class~="not-prose"] *)) {
|
2023-03-15 07:55:27 -05:00
|
|
|
text-decoration-color: rgba(var(--color-primary-400), 1);
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.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;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.pointer-events-none {
|
|
|
|
pointer-events: none;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.pointer-events-auto {
|
|
|
|
pointer-events: auto;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\!visible {
|
|
|
|
visibility: visible !important;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.visible {
|
|
|
|
visibility: visible;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.invisible {
|
|
|
|
visibility: hidden;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.collapse {
|
|
|
|
visibility: collapse;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.static {
|
|
|
|
position: static;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.fixed {
|
|
|
|
position: fixed;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 07:07:31 -06:00
|
|
|
.\!absolute {
|
|
|
|
position: absolute !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.absolute {
|
|
|
|
position: absolute;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.relative {
|
|
|
|
position: relative;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.sticky {
|
|
|
|
position: sticky;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.inset-0 {
|
2023-04-10 15:46:53 -05:00
|
|
|
inset: 0px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.inset-x-0 {
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\!left-auto {
|
|
|
|
left: auto !important;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\!top-auto {
|
|
|
|
top: auto !important;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.-bottom-\[47px\] {
|
|
|
|
bottom: -47px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.-left-\[15px\] {
|
|
|
|
left: -15px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.-top-\[21px\] {
|
|
|
|
top: -21px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.-top-\[35px\] {
|
|
|
|
top: -35px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.bottom-0 {
|
|
|
|
bottom: 0px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.bottom-1\/2 {
|
|
|
|
bottom: 50%;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.bottom-\[2px\] {
|
|
|
|
bottom: 2px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.left-0 {
|
|
|
|
left: 0px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.left-1\/2 {
|
|
|
|
left: 50%;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.left-3 {
|
|
|
|
left: 0.75rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.left-\[calc\(50\%-1px\)\] {
|
|
|
|
left: calc(50% - 1px);
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.right-0 {
|
|
|
|
right: 0px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.right-0\.5 {
|
|
|
|
right: 0.125rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right-1 {
|
|
|
|
right: 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right-1\.5 {
|
|
|
|
right: 0.375rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.right-3 {
|
|
|
|
right: 0.75rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.right-9 {
|
|
|
|
right: 2.25rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.right-\[2px\] {
|
|
|
|
right: 2px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.top-0 {
|
|
|
|
top: 0px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.top-1 {
|
|
|
|
top: 0.25rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.top-1\/2 {
|
|
|
|
top: 50%;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.top-2 {
|
|
|
|
top: 0.5rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.top-20 {
|
|
|
|
top: 5rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-05-08 16:11:38 -05:00
|
|
|
.top-\[110vh\] {
|
|
|
|
top: 110vh;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.top-\[11px\] {
|
|
|
|
top: 11px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.top-\[13px\] {
|
|
|
|
top: 13px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.top-\[calc\(100vh-5\.5rem\)\] {
|
|
|
|
top: calc(100vh - 5.5rem);
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.z-10 {
|
|
|
|
z-index: 10;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.z-30 {
|
|
|
|
z-index: 30;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.z-50 {
|
|
|
|
z-index: 50;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.z-\[1040\] {
|
|
|
|
z-index: 1040;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.z-\[1065\] {
|
|
|
|
z-index: 1065;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.z-\[1066\] {
|
|
|
|
z-index: 1066;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.z-\[1070\] {
|
|
|
|
z-index: 1070;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.z-\[1080\] {
|
|
|
|
z-index: 1080;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.z-\[1\] {
|
|
|
|
z-index: 1;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 07:07:31 -06:00
|
|
|
.z-\[2\] {
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.z-\[999\] {
|
|
|
|
z-index: 999;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.order-first {
|
|
|
|
order: -9999;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.float-right {
|
|
|
|
float: right;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.float-left {
|
|
|
|
float: left;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 07:07:31 -06:00
|
|
|
.\!-m-px {
|
|
|
|
margin: -1px !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.m-0 {
|
|
|
|
margin: 0px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.m-1 {
|
|
|
|
margin: 0.25rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.m-2 {
|
|
|
|
margin: 0.5rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.m-auto {
|
|
|
|
margin: auto;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\!my-0 {
|
|
|
|
margin-top: 0px !important;
|
|
|
|
margin-bottom: 0px !important;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.-mx-2 {
|
|
|
|
margin-left: -0.5rem;
|
|
|
|
margin-right: -0.5rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.-my-2 {
|
|
|
|
margin-top: -0.5rem;
|
|
|
|
margin-bottom: -0.5rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mx-1 {
|
|
|
|
margin-left: 0.25rem;
|
|
|
|
margin-right: 0.25rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 07:07:31 -06:00
|
|
|
.mx-\[15\%\] {
|
|
|
|
margin-left: 15%;
|
|
|
|
margin-right: 15%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx-\[3px\] {
|
|
|
|
margin-left: 3px;
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mx-auto {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.my-0 {
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.my-3 {
|
|
|
|
margin-top: 0.75rem;
|
|
|
|
margin-bottom: 0.75rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.my-\[5px\] {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\!mb-0 {
|
|
|
|
margin-bottom: 0px !important;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\!mb-9 {
|
|
|
|
margin-bottom: 2.25rem !important;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\!mt-0 {
|
|
|
|
margin-top: 0px !important;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.-mb-1 {
|
|
|
|
margin-bottom: -0.25rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.-ml-12 {
|
|
|
|
margin-left: -3rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.-mr-2 {
|
|
|
|
margin-right: -0.5rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.-mr-48 {
|
|
|
|
margin-right: -12rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 07:07:31 -06:00
|
|
|
.-mr-\[100\%\] {
|
|
|
|
margin-right: -100%;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.-mt-3 {
|
|
|
|
margin-top: -0.75rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mb-0 {
|
|
|
|
margin-bottom: 0px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mb-1 {
|
|
|
|
margin-bottom: 0.25rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mb-10 {
|
|
|
|
margin-bottom: 2.5rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mb-12 {
|
|
|
|
margin-bottom: 3rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mb-16 {
|
|
|
|
margin-bottom: 4rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mb-2 {
|
|
|
|
margin-bottom: 0.5rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mb-2\.5 {
|
|
|
|
margin-bottom: 0.625rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mb-3 {
|
|
|
|
margin-bottom: 0.75rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mb-5 {
|
|
|
|
margin-bottom: 1.25rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mb-6 {
|
|
|
|
margin-bottom: 1.5rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mb-\[10px\] {
|
|
|
|
margin-bottom: 10px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mb-\[2px\] {
|
|
|
|
margin-bottom: 2px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.ml-2 {
|
|
|
|
margin-left: 0.5rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.ml-3 {
|
|
|
|
margin-left: 0.75rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.ml-6 {
|
|
|
|
margin-left: 1.5rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.ml-\[30px\] {
|
|
|
|
margin-left: 30px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.ml-\[3px\] {
|
|
|
|
margin-left: 3px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.ml-auto {
|
|
|
|
margin-left: auto;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mr-1 {
|
|
|
|
margin-right: 0.25rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mr-2 {
|
|
|
|
margin-right: 0.5rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mr-3 {
|
|
|
|
margin-right: 0.75rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mr-4 {
|
|
|
|
margin-right: 1rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mr-5 {
|
|
|
|
margin-right: 1.25rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mr-6 {
|
|
|
|
margin-right: 1.5rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.mr-\[8px\] {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mr-auto {
|
|
|
|
margin-right: auto;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mt-0 {
|
|
|
|
margin-top: 0px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mt-1 {
|
|
|
|
margin-top: 0.25rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mt-10 {
|
|
|
|
margin-top: 2.5rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mt-12 {
|
|
|
|
margin-top: 3rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mt-2 {
|
|
|
|
margin-top: 0.5rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mt-2\.5 {
|
|
|
|
margin-top: 0.625rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mt-20 {
|
|
|
|
margin-top: 5rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mt-3 {
|
|
|
|
margin-top: 0.75rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mt-4 {
|
|
|
|
margin-top: 1rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mt-5 {
|
|
|
|
margin-top: 1.25rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mt-6 {
|
|
|
|
margin-top: 1.5rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mt-8 {
|
|
|
|
margin-top: 2rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.mt-\[0\.15rem\] {
|
|
|
|
margin-top: 0.15rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.mt-\[0\.1rem\] {
|
|
|
|
margin-top: 0.1rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.box-border {
|
|
|
|
box-sizing: border-box;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.box-content {
|
|
|
|
box-sizing: content-box;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\!block {
|
|
|
|
display: block !important;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.block {
|
|
|
|
display: block;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.inline-block {
|
|
|
|
display: inline-block;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.inline {
|
|
|
|
display: inline;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.flex {
|
|
|
|
display: flex;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.table {
|
|
|
|
display: table;
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.grid {
|
|
|
|
display: grid;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hidden {
|
2023-03-09 16:56:12 -06:00
|
|
|
display: none;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\!h-0 {
|
|
|
|
height: 0px !important;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 07:07:31 -06:00
|
|
|
.\!h-px {
|
|
|
|
height: 1px !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-0 {
|
|
|
|
height: 0px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-1 {
|
|
|
|
height: 0.25rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-1\.5 {
|
|
|
|
height: 0.375rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-1\/2 {
|
|
|
|
height: 50%;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-10 {
|
|
|
|
height: 2.5rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-12 {
|
|
|
|
height: 3rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-14 {
|
|
|
|
height: 3.5rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-2\/5 {
|
|
|
|
height: 40%;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-24 {
|
|
|
|
height: 6rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-3 {
|
|
|
|
height: 0.75rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-36 {
|
|
|
|
height: 9rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-4 {
|
|
|
|
height: 1rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-48 {
|
|
|
|
height: 12rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-5 {
|
|
|
|
height: 1.25rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-6 {
|
|
|
|
height: 1.5rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-7 {
|
|
|
|
height: 1.75rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-8 {
|
2023-03-09 16:56:12 -06:00
|
|
|
height: 2rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-9 {
|
|
|
|
height: 2.25rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.h-\[1\.125rem\] {
|
|
|
|
height: 1.125rem;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-\[1000px\] {
|
|
|
|
height: 1000px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-\[100px\] {
|
|
|
|
height: 100px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-\[120px\] {
|
|
|
|
height: 120px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-\[150px\] {
|
|
|
|
height: 150px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-\[15px\] {
|
|
|
|
height: 15px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-\[160px\] {
|
|
|
|
height: 160px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-\[260px\] {
|
|
|
|
height: 260px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-\[30px\] {
|
|
|
|
height: 30px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-\[32px\] {
|
|
|
|
height: 32px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.h-\[380px\] {
|
|
|
|
height: 380px;
|
|
|
|
}
|
|
|
|
|
2023-03-10 07:07:31 -06:00
|
|
|
.h-\[3px\] {
|
|
|
|
height: 3px;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-\[40px\] {
|
|
|
|
height: 40px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-\[42px\] {
|
|
|
|
height: 42px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-\[48px\] {
|
|
|
|
height: 48px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-\[4px\] {
|
|
|
|
height: 4px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-\[512px\] {
|
|
|
|
height: 512px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-\[56px\] {
|
|
|
|
height: 56px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-\[6px\] {
|
|
|
|
height: 6px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-\[72px\] {
|
|
|
|
height: 72px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-\[800px\] {
|
|
|
|
height: 800px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-auto {
|
|
|
|
height: auto;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-full {
|
|
|
|
height: 100%;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.h-screen {
|
|
|
|
height: 100vh;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.max-h-\[5rem\] {
|
|
|
|
max-height: 5rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.max-h-\[calc\(100\%-64px\)\] {
|
|
|
|
max-height: calc(100% - 64px);
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.min-h-0 {
|
|
|
|
min-height: 0px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.min-h-\[148px\] {
|
|
|
|
min-height: 148px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.min-h-\[305px\] {
|
|
|
|
min-height: 305px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.min-h-\[325px\] {
|
|
|
|
min-height: 325px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.min-h-\[auto\] {
|
|
|
|
min-height: auto;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:56:12 -05:00
|
|
|
.min-h-full {
|
|
|
|
min-height: 100%;
|
|
|
|
}
|
|
|
|
|
2023-03-10 07:07:31 -06:00
|
|
|
.\!w-px {
|
|
|
|
width: 1px !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-0 {
|
|
|
|
width: 0px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-1 {
|
|
|
|
width: 0.25rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-1\.5 {
|
|
|
|
width: 0.375rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-10 {
|
|
|
|
width: 2.5rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-12 {
|
|
|
|
width: 3rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-2 {
|
|
|
|
width: 0.5rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-24 {
|
|
|
|
width: 6rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-3 {
|
|
|
|
width: 0.75rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-36 {
|
|
|
|
width: 9rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-4 {
|
|
|
|
width: 1rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-5 {
|
|
|
|
width: 1.25rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-6 {
|
|
|
|
width: 1.5rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-7 {
|
|
|
|
width: 1.75rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-8 {
|
|
|
|
width: 2rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-9 {
|
|
|
|
width: 2.25rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.w-\[1\.125rem\] {
|
|
|
|
width: 1.125rem;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-\[15\%\] {
|
|
|
|
width: 15%;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-\[150px\] {
|
|
|
|
width: 150px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-\[15px\] {
|
|
|
|
width: 15px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-\[160px\] {
|
|
|
|
width: 160px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-\[260px\] {
|
|
|
|
width: 260px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-\[2px\] {
|
|
|
|
width: 2px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-\[304px\] {
|
|
|
|
width: 304px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-\[30px\] {
|
|
|
|
width: 30px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-\[328px\] {
|
2023-03-09 16:56:12 -06:00
|
|
|
width: 328px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-\[32px\] {
|
|
|
|
width: 32px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-\[4px\] {
|
|
|
|
width: 4px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-\[6px\] {
|
|
|
|
width: 6px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-\[72px\] {
|
|
|
|
width: 72px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-\[76px\] {
|
|
|
|
width: 76px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-auto {
|
|
|
|
width: auto;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-full {
|
|
|
|
width: 100%;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.w-screen {
|
|
|
|
width: 100vw;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.min-w-0 {
|
|
|
|
min-width: 0px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.min-w-\[1\.8rem\] {
|
|
|
|
min-width: 1.8rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.min-w-\[100px\] {
|
|
|
|
min-width: 100px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.min-w-\[220px\] {
|
|
|
|
min-width: 220px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.min-w-\[30px\] {
|
|
|
|
min-width: 30px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.min-w-\[310px\] {
|
|
|
|
min-width: 310px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.min-w-\[48px\] {
|
|
|
|
min-width: 48px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.min-w-\[64px\] {
|
|
|
|
min-width: 64px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.min-w-full {
|
|
|
|
min-width: 100%;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.max-w-3xl {
|
|
|
|
max-width: 48rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.max-w-7xl {
|
|
|
|
max-width: 80rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.max-w-\[1600px\] {
|
|
|
|
max-width: 1600px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.max-w-\[200px\] {
|
|
|
|
max-width: 200px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.max-w-\[267px\] {
|
|
|
|
max-width: 267px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.max-w-\[325px\] {
|
|
|
|
max-width: 325px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.max-w-\[5rem\] {
|
|
|
|
max-width: 5rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.max-w-\[64rem\] {
|
|
|
|
max-width: 64rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.max-w-\[90\%\] {
|
|
|
|
max-width: 90%;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.max-w-\[calc\(100\%-1rem\)\] {
|
|
|
|
max-width: calc(100% - 1rem);
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.max-w-fit {
|
|
|
|
max-width: -moz-fit-content;
|
|
|
|
max-width: fit-content;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.max-w-full {
|
|
|
|
max-width: 100%;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.max-w-prose {
|
|
|
|
max-width: 65ch;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.max-w-xl {
|
|
|
|
max-width: 36rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.flex-1 {
|
|
|
|
flex: 1 1 0%;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.flex-auto {
|
|
|
|
flex: 1 1 auto;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 07:07:31 -06:00
|
|
|
.flex-initial {
|
|
|
|
flex: 0 1 auto;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.flex-none {
|
|
|
|
flex: none;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.shrink-0 {
|
|
|
|
flex-shrink: 0;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.grow {
|
|
|
|
flex-grow: 1;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.grow-0 {
|
|
|
|
flex-grow: 0;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.basis-auto {
|
|
|
|
flex-basis: auto;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.origin-\[0_0\] {
|
|
|
|
transform-origin: 0 0;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.origin-\[center_bottom_0\] {
|
|
|
|
transform-origin: center bottom 0;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.-translate-x-1\/2 {
|
|
|
|
--tw-translate-x: -50%;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.-translate-x-\[150\%\] {
|
|
|
|
--tw-translate-x: -150%;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.-translate-x-full {
|
|
|
|
--tw-translate-x: -100%;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.-translate-y-1\/2 {
|
|
|
|
--tw-translate-y: -50%;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.-translate-y-8 {
|
|
|
|
--tw-translate-y: -2rem;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.translate-x-\[150\%\] {
|
|
|
|
--tw-translate-x: 150%;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.translate-x-full {
|
|
|
|
--tw-translate-x: 100%;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.rotate-180 {
|
|
|
|
--tw-rotate: 180deg;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.scale-0 {
|
|
|
|
--tw-scale-x: 0;
|
|
|
|
--tw-scale-y: 0;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.scale-100 {
|
|
|
|
--tw-scale-x: 1;
|
|
|
|
--tw-scale-y: 1;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.scale-\[0\.8\] {
|
|
|
|
--tw-scale-x: 0.8;
|
|
|
|
--tw-scale-y: 0.8;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.scale-\[1\.02\] {
|
|
|
|
--tw-scale-x: 1.02;
|
|
|
|
--tw-scale-y: 1.02;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.transform {
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.transform-none {
|
|
|
|
transform: none;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.animate-\[fade-in_0\.15s_both\] {
|
|
|
|
animation: fade-in 0.15s both;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.animate-\[fade-in_0\.3s_both\] {
|
|
|
|
animation: fade-in 0.3s both;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.animate-\[fade-in_350ms_ease-in-out\] {
|
|
|
|
animation: fade-in 350ms ease-in-out;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.animate-\[fade-out_0\.15s_both\] {
|
|
|
|
animation: fade-out 0.15s both;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.animate-\[fade-out_0\.3s_both\] {
|
|
|
|
animation: fade-out 0.3s both;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.animate-\[fade-out_350ms_ease-in-out\] {
|
|
|
|
animation: fade-out 350ms ease-in-out;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.animate-\[show-up-clock_350ms_linear\] {
|
|
|
|
animation: show-up-clock 350ms linear;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.cursor-default {
|
|
|
|
cursor: default;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.cursor-pointer {
|
|
|
|
cursor: pointer;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.touch-none {
|
|
|
|
touch-action: none;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.touch-pan-y {
|
|
|
|
--tw-pan-y: pan-y;
|
|
|
|
touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.select-none {
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
user-select: none;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.select-all {
|
|
|
|
-webkit-user-select: all;
|
|
|
|
-moz-user-select: all;
|
|
|
|
user-select: all;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.resize {
|
|
|
|
resize: both;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.list-none {
|
|
|
|
list-style-type: none;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.appearance-none {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
-moz-appearance: none;
|
|
|
|
appearance: none;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\!flex-row {
|
|
|
|
flex-direction: row !important;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.flex-row {
|
|
|
|
flex-direction: row;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.flex-col {
|
|
|
|
flex-direction: column;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.flex-wrap {
|
|
|
|
flex-wrap: wrap;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.items-end {
|
|
|
|
align-items: flex-end;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.items-center {
|
|
|
|
align-items: center;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.justify-end {
|
|
|
|
justify-content: flex-end;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.justify-center {
|
|
|
|
justify-content: center;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.justify-between {
|
|
|
|
justify-content: space-between;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.justify-around {
|
|
|
|
justify-content: space-around;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.justify-evenly {
|
|
|
|
justify-content: space-evenly;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.gap-4 {
|
|
|
|
gap: 1rem;
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
|
|
|
|
--tw-space-x-reverse: 0;
|
|
|
|
margin-right: calc(0.75rem * var(--tw-space-x-reverse));
|
|
|
|
margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
|
|
|
|
--tw-space-x-reverse: 0;
|
|
|
|
margin-right: calc(1.25rem * var(--tw-space-x-reverse));
|
|
|
|
margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
|
|
|
|
--tw-space-y-reverse: 0;
|
|
|
|
margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
|
|
|
|
margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
|
|
|
|
--tw-space-y-reverse: 0;
|
|
|
|
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
|
|
|
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
|
|
|
|
--tw-space-y-reverse: 0;
|
|
|
|
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
|
|
|
|
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.place-self-center {
|
|
|
|
place-self: center;
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.self-center {
|
|
|
|
align-self: center;
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.overflow-auto {
|
|
|
|
overflow: auto;
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 07:07:31 -06:00
|
|
|
.\!overflow-hidden {
|
|
|
|
overflow: hidden !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.overflow-hidden {
|
|
|
|
overflow: hidden;
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.overflow-visible {
|
|
|
|
overflow: visible;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.overflow-y-auto {
|
|
|
|
overflow-y: auto;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.overflow-x-hidden {
|
|
|
|
overflow-x: hidden;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.scroll-smooth {
|
|
|
|
scroll-behavior: smooth;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.truncate {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.whitespace-normal {
|
|
|
|
white-space: normal;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 07:07:31 -06:00
|
|
|
.\!whitespace-nowrap {
|
|
|
|
white-space: nowrap !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.whitespace-nowrap {
|
|
|
|
white-space: nowrap;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.break-normal {
|
|
|
|
overflow-wrap: normal;
|
|
|
|
word-break: normal;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.break-words {
|
|
|
|
overflow-wrap: break-word;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\!rounded-md {
|
|
|
|
border-radius: 0.375rem !important;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.rounded {
|
|
|
|
border-radius: 0.25rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.rounded-2xl {
|
|
|
|
border-radius: 1rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.rounded-\[0\.25rem\] {
|
|
|
|
border-radius: 0.25rem;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.rounded-\[0\.6rem\] {
|
|
|
|
border-radius: 0.6rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.rounded-\[100\%\] {
|
|
|
|
border-radius: 100%;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.rounded-\[10px\] {
|
|
|
|
border-radius: 10px;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.rounded-\[16px\] {
|
|
|
|
border-radius: 16px;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.rounded-\[50\%\] {
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.rounded-\[999px\] {
|
|
|
|
border-radius: 999px;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.rounded-full {
|
|
|
|
border-radius: 9999px;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.rounded-lg {
|
|
|
|
border-radius: 0.5rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.rounded-md {
|
|
|
|
border-radius: 0.375rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.rounded-xl {
|
|
|
|
border-radius: 0.75rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.rounded-b-lg {
|
|
|
|
border-bottom-right-radius: 0.5rem;
|
|
|
|
border-bottom-left-radius: 0.5rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.rounded-l-\[0\.25rem\] {
|
|
|
|
border-top-left-radius: 0.25rem;
|
|
|
|
border-bottom-left-radius: 0.25rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.rounded-r-\[0\.25rem\] {
|
|
|
|
border-top-right-radius: 0.25rem;
|
|
|
|
border-bottom-right-radius: 0.25rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.rounded-t-\[0\.6rem\] {
|
|
|
|
border-top-left-radius: 0.6rem;
|
|
|
|
border-top-right-radius: 0.6rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.rounded-t-lg {
|
|
|
|
border-top-left-radius: 0.5rem;
|
|
|
|
border-top-right-radius: 0.5rem;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 07:07:31 -06:00
|
|
|
.\!border-0 {
|
|
|
|
border-width: 0px !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\!border-\[3px\] {
|
|
|
|
border-width: 3px !important;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.border {
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.border-0 {
|
|
|
|
border-width: 0px;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.border-2 {
|
|
|
|
border-width: 2px;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.border-\[\.125rem\] {
|
|
|
|
border-width: .125rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.border-\[0\.125rem\] {
|
|
|
|
border-width: 0.125rem;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.border-\[14px\] {
|
|
|
|
border-width: 14px;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 07:07:31 -06:00
|
|
|
.border-y-\[10px\] {
|
|
|
|
border-top-width: 10px;
|
|
|
|
border-bottom-width: 10px;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.border-b-2 {
|
|
|
|
border-bottom-width: 2px;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.border-l-0 {
|
|
|
|
border-left-width: 0px;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.border-l-2 {
|
|
|
|
border-left-width: 2px;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.border-l-\[0\.125rem\] {
|
|
|
|
border-left-width: 0.125rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.border-r-0 {
|
|
|
|
border-right-width: 0px;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.border-t {
|
|
|
|
border-top-width: 1px;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\!border-solid {
|
|
|
|
border-style: solid !important;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.border-solid {
|
|
|
|
border-style: solid;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.border-dotted {
|
|
|
|
border-style: dotted;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.border-none {
|
|
|
|
border-style: none;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\!border-\[\#b2b3b4\] {
|
|
|
|
--tw-border-opacity: 1 !important;
|
|
|
|
border-color: rgb(178 179 180 / var(--tw-border-opacity)) !important;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.border-\[\#3b71ca\] {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgb(59 113 202 / var(--tw-border-opacity));
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.border-neutral-100 {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgba(var(--color-neutral-100), var(--tw-border-opacity));
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.border-neutral-200 {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgba(var(--color-neutral-200), var(--tw-border-opacity));
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.border-neutral-300 {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgba(var(--color-neutral-300), var(--tw-border-opacity));
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.border-primary-400 {
|
|
|
|
--tw-border-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
border-color: rgba(var(--color-primary-400), var(--tw-border-opacity));
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.border-primary-500 {
|
|
|
|
--tw-border-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
border-color: rgba(var(--color-primary-500), var(--tw-border-opacity));
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.border-transparent {
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.border-t-transparent {
|
|
|
|
border-top-color: transparent;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.\!bg-\[\#858585\] {
|
|
|
|
--tw-bg-opacity: 1 !important;
|
|
|
|
background-color: rgb(133 133 133 / var(--tw-bg-opacity)) !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\!bg-primary-100 {
|
|
|
|
--tw-bg-opacity: 1 !important;
|
2023-03-15 07:55:27 -05:00
|
|
|
background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity)) !important;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.bg-\[\#00000012\] {
|
|
|
|
background-color: #00000012;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.bg-\[\#00000066\] {
|
|
|
|
background-color: #00000066;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.bg-\[\#3b71ca\] {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(59 113 202 / var(--tw-bg-opacity));
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.bg-\[\#6d6d6d\] {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(109 109 109 / var(--tw-bg-opacity));
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.bg-\[\#aaa\] {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(170 170 170 / var(--tw-bg-opacity));
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.bg-\[\#eceff1\] {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(236 239 241 / var(--tw-bg-opacity));
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.bg-neutral {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-neutral), var(--tw-bg-opacity));
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.bg-neutral-100 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-neutral-100), var(--tw-bg-opacity));
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.bg-neutral-100\/50 {
|
|
|
|
background-color: rgba(var(--color-neutral-100), 0.5);
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.bg-neutral-300 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-neutral-300), var(--tw-bg-opacity));
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.bg-neutral-500\/50 {
|
|
|
|
background-color: rgba(var(--color-neutral-500), 0.5);
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.bg-neutral\/50 {
|
|
|
|
background-color: rgba(var(--color-neutral), 0.5);
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.bg-primary-100 {
|
|
|
|
--tw-bg-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity));
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.bg-primary-200 {
|
|
|
|
--tw-bg-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
background-color: rgba(var(--color-primary-200), var(--tw-bg-opacity));
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.bg-primary-500 {
|
|
|
|
--tw-bg-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
background-color: rgba(var(--color-primary-500), var(--tw-bg-opacity));
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.bg-primary-600 {
|
|
|
|
--tw-bg-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
background-color: rgba(var(--color-primary-600), var(--tw-bg-opacity));
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.bg-transparent {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.bg-gradient-to-b {
|
|
|
|
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.bg-gradient-to-r {
|
|
|
|
background-image: linear-gradient(to right, var(--tw-gradient-stops));
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.bg-gradient-to-t {
|
|
|
|
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.bg-none {
|
|
|
|
background-image: none;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.from-neutral {
|
2023-04-10 15:46:53 -05:00
|
|
|
--tw-gradient-from: rgba(var(--color-neutral), 1) var(--tw-gradient-from-position);
|
2023-04-26 01:02:22 -05:00
|
|
|
--tw-gradient-to: rgba(var(--color-neutral), 0) var(--tw-gradient-to-position);
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.from-primary-500 {
|
2023-04-10 15:46:53 -05:00
|
|
|
--tw-gradient-from: rgba(var(--color-primary-500), 1) var(--tw-gradient-from-position);
|
2023-04-26 01:02:22 -05:00
|
|
|
--tw-gradient-to: rgba(var(--color-primary-500), 0) var(--tw-gradient-to-position);
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.to-neutral {
|
2023-04-10 15:46:53 -05:00
|
|
|
--tw-gradient-to: rgba(var(--color-neutral), 1) var(--tw-gradient-to-position);
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.to-neutral-100 {
|
2023-04-10 15:46:53 -05:00
|
|
|
--tw-gradient-to: rgba(var(--color-neutral-100), 1) var(--tw-gradient-to-position);
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.to-secondary-700 {
|
2023-04-10 15:46:53 -05:00
|
|
|
--tw-gradient-to: rgba(var(--color-secondary-700), 1) var(--tw-gradient-to-position);
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.to-transparent {
|
2023-04-10 15:46:53 -05:00
|
|
|
--tw-gradient-to: transparent var(--tw-gradient-to-position);
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.bg-clip-padding {
|
|
|
|
background-clip: padding-box;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.fill-\[\#afafaf\] {
|
|
|
|
fill: #afafaf;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.object-cover {
|
|
|
|
-o-object-fit: cover;
|
|
|
|
object-fit: cover;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.object-scale-down {
|
|
|
|
-o-object-fit: scale-down;
|
|
|
|
object-fit: scale-down;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.object-left {
|
|
|
|
-o-object-position: left;
|
|
|
|
object-position: left;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 07:07:31 -06:00
|
|
|
.\!p-0 {
|
|
|
|
padding: 0px !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.p-0 {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.p-1 {
|
|
|
|
padding: 0.25rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.p-1\.5 {
|
|
|
|
padding: 0.375rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.p-2 {
|
|
|
|
padding: 0.5rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.p-2\.5 {
|
|
|
|
padding: 0.625rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.p-4 {
|
|
|
|
padding: 1rem;
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.p-5 {
|
|
|
|
padding: 1.25rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.p-6 {
|
|
|
|
padding: 1.5rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.p-\[5px\] {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.p-\[auto\] {
|
|
|
|
padding: auto;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\!py-0 {
|
|
|
|
padding-top: 0px !important;
|
|
|
|
padding-bottom: 0px !important;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.px-0 {
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.px-0\.5 {
|
|
|
|
padding-left: 0.125rem;
|
|
|
|
padding-right: 0.125rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.px-1 {
|
|
|
|
padding-left: 0.25rem;
|
|
|
|
padding-right: 0.25rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.px-2 {
|
|
|
|
padding-left: 0.5rem;
|
|
|
|
padding-right: 0.5rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.px-2\.5 {
|
|
|
|
padding-left: 0.625rem;
|
|
|
|
padding-right: 0.625rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.px-3 {
|
|
|
|
padding-left: 0.75rem;
|
|
|
|
padding-right: 0.75rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.px-4 {
|
|
|
|
padding-left: 1rem;
|
|
|
|
padding-right: 1rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.px-6 {
|
|
|
|
padding-left: 1.5rem;
|
|
|
|
padding-right: 1.5rem;
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-04-29 10:42:52 -05:00
|
|
|
.px-8 {
|
|
|
|
padding-left: 2rem;
|
|
|
|
padding-right: 2rem;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.px-\[0\.4rem\] {
|
|
|
|
padding-left: 0.4rem;
|
|
|
|
padding-right: 0.4rem;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.px-\[10px\] {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.px-\[12px\] {
|
|
|
|
padding-left: 12px;
|
|
|
|
padding-right: 12px;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.px-\[30px\] {
|
|
|
|
padding-left: 30px;
|
|
|
|
padding-right: 30px;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.px-\[auto\] {
|
|
|
|
padding-left: auto;
|
|
|
|
padding-right: auto;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.py-0 {
|
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 0px;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.py-1 {
|
|
|
|
padding-top: 0.25rem;
|
|
|
|
padding-bottom: 0.25rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.py-1\.5 {
|
|
|
|
padding-top: 0.375rem;
|
|
|
|
padding-bottom: 0.375rem;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.py-10 {
|
|
|
|
padding-top: 2.5rem;
|
|
|
|
padding-bottom: 2.5rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.py-16 {
|
|
|
|
padding-top: 4rem;
|
|
|
|
padding-bottom: 4rem;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.py-2 {
|
|
|
|
padding-top: 0.5rem;
|
|
|
|
padding-bottom: 0.5rem;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.py-3 {
|
|
|
|
padding-top: 0.75rem;
|
|
|
|
padding-bottom: 0.75rem;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.py-4 {
|
|
|
|
padding-top: 1rem;
|
|
|
|
padding-bottom: 1rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.py-6 {
|
|
|
|
padding-top: 1.5rem;
|
|
|
|
padding-bottom: 1.5rem;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.py-8 {
|
|
|
|
padding-top: 2rem;
|
|
|
|
padding-bottom: 2rem;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.py-\[0\.32rem\] {
|
|
|
|
padding-top: 0.32rem;
|
|
|
|
padding-bottom: 0.32rem;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.py-\[0\.33rem\] {
|
|
|
|
padding-top: 0.33rem;
|
|
|
|
padding-bottom: 0.33rem;
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.py-\[0\.4rem\] {
|
|
|
|
padding-top: 0.4rem;
|
|
|
|
padding-bottom: 0.4rem;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.py-\[10px\] {
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.py-\[1px\] {
|
|
|
|
padding-top: 1px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.py-\[5px\] {
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.pb-0 {
|
|
|
|
padding-bottom: 0px;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.pb-2 {
|
|
|
|
padding-bottom: 0.5rem;
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.pb-3 {
|
|
|
|
padding-bottom: 0.75rem;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.pb-32 {
|
|
|
|
padding-bottom: 8rem;
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.pb-4 {
|
|
|
|
padding-bottom: 1rem;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.pl-2 {
|
|
|
|
padding-left: 0.5rem;
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.pl-\[24px\] {
|
|
|
|
padding-left: 24px;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.pl-\[50px\] {
|
|
|
|
padding-left: 50px;
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.pl-\[8px\] {
|
|
|
|
padding-left: 8px;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.pr-\[24px\] {
|
|
|
|
padding-right: 24px;
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.pt-16 {
|
|
|
|
padding-top: 4rem;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.pt-2 {
|
|
|
|
padding-top: 0.5rem;
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.pt-2\.5 {
|
|
|
|
padding-top: 0.625rem;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.pt-3 {
|
|
|
|
padding-top: 0.75rem;
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.pt-4 {
|
|
|
|
padding-top: 1rem;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.pt-8 {
|
|
|
|
padding-top: 2rem;
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.pt-\[0\.37rem\] {
|
|
|
|
padding-top: 0.37rem;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-left {
|
|
|
|
text-align: left;
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-right {
|
|
|
|
text-align: right;
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 07:07:31 -06:00
|
|
|
.-indent-\[999px\] {
|
|
|
|
text-indent: -999px;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.align-top {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.align-middle {
|
|
|
|
vertical-align: middle;
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.align-bottom {
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.align-text-bottom {
|
|
|
|
vertical-align: text-bottom;
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-2xl {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
line-height: 2rem;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-4xl {
|
|
|
|
font-size: 2.25rem;
|
|
|
|
line-height: 2.5rem;
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-\[0\.6rem\] {
|
|
|
|
font-size: 0.6rem;
|
|
|
|
}
|
2023-01-05 12:41:10 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-\[0\.8rem\] {
|
|
|
|
font-size: 0.8rem;
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-\[0\.9rem\] {
|
|
|
|
font-size: 0.9rem;
|
|
|
|
}
|
2023-01-05 12:41:10 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-\[1\.1rem\] {
|
|
|
|
font-size: 1.1rem;
|
2023-01-14 17:50:34 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-\[10px\] {
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
2023-01-14 17:05:10 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-\[12px\] {
|
|
|
|
font-size: 12px;
|
2023-01-14 17:05:10 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-\[13px\] {
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-\[16px\] {
|
|
|
|
font-size: 16px;
|
2023-01-14 17:50:34 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-\[18px\] {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
2022-09-10 16:58:50 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-\[2\.5rem\] {
|
|
|
|
font-size: 2.5rem;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-\[3\.75rem\] {
|
|
|
|
font-size: 3.75rem;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-\[34px\] {
|
|
|
|
font-size: 34px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-base {
|
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.5rem;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-lg {
|
|
|
|
font-size: 1.125rem;
|
|
|
|
line-height: 1.75rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-sm {
|
|
|
|
font-size: 0.875rem;
|
|
|
|
line-height: 1.25rem;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-xl {
|
|
|
|
font-size: 1.25rem;
|
|
|
|
line-height: 1.75rem;
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-xs {
|
|
|
|
font-size: 0.75rem;
|
|
|
|
line-height: 1rem;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.font-bold {
|
|
|
|
font-weight: 700;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-02-25 11:32:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.font-extrabold {
|
|
|
|
font-weight: 800;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.font-light {
|
|
|
|
font-weight: 300;
|
2022-10-10 10:23:51 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.font-medium {
|
|
|
|
font-weight: 500;
|
2022-12-31 09:58:20 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.font-normal {
|
|
|
|
font-weight: 400;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.font-semibold {
|
|
|
|
font-weight: 600;
|
2023-02-08 23:09:29 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.uppercase {
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2023-03-09 16:56:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.normal-case {
|
|
|
|
text-transform: none;
|
|
|
|
}
|
2023-03-09 16:56:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.italic {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2023-03-09 16:56:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.not-italic {
|
|
|
|
font-style: normal;
|
2023-02-08 23:09:29 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.leading-10 {
|
|
|
|
line-height: 2.5rem;
|
|
|
|
}
|
2023-03-09 16:56:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.leading-3 {
|
|
|
|
line-height: .75rem;
|
|
|
|
}
|
2023-03-09 16:56:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.leading-6 {
|
|
|
|
line-height: 1.5rem;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.leading-7 {
|
|
|
|
line-height: 1.75rem;
|
|
|
|
}
|
2023-03-09 16:56:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.leading-9 {
|
|
|
|
line-height: 2.25rem;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.leading-\[1\.2\] {
|
|
|
|
line-height: 1.2;
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.leading-\[1\.5\] {
|
|
|
|
line-height: 1.5;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.leading-\[1\.6\] {
|
|
|
|
line-height: 1.6;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.leading-\[2\.15\] {
|
|
|
|
line-height: 2.15;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.leading-\[40px\] {
|
|
|
|
line-height: 40px;
|
2023-01-14 05:39:17 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.leading-loose {
|
|
|
|
line-height: 2;
|
2023-02-08 23:09:29 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.leading-normal {
|
|
|
|
line-height: 1.5;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.tracking-\[-0\.00833em\] {
|
|
|
|
letter-spacing: -0.00833em;
|
2023-02-08 23:09:29 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.tracking-\[\.1rem\] {
|
|
|
|
letter-spacing: .1rem;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.tracking-\[0\.1rem\] {
|
|
|
|
letter-spacing: 0.1rem;
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.tracking-\[1\.7px\] {
|
|
|
|
letter-spacing: 1.7px;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.tracking-normal {
|
|
|
|
letter-spacing: 0em;
|
2022-12-31 09:35:21 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\!text-neutral {
|
|
|
|
--tw-text-opacity: 1 !important;
|
|
|
|
color: rgba(var(--color-neutral), var(--tw-text-opacity)) !important;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\!text-primary-700 {
|
|
|
|
--tw-text-opacity: 1 !important;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-700), var(--tw-text-opacity)) !important;
|
2022-11-09 06:05:11 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-\[\#212529\] {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgb(33 37 41 / var(--tw-text-opacity));
|
2022-11-09 06:05:11 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-\[\#3b71ca\] {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgb(59 113 202 / var(--tw-text-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-\[\#4f4f4f\] {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgb(79 79 79 / var(--tw-text-opacity));
|
2022-11-06 17:11:00 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-\[\#b3afaf\] {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgb(179 175 175 / var(--tw-text-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-\[\#ffffff8a\] {
|
|
|
|
color: #ffffff8a;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-\[rgb\(220\2c 76\2c 100\)\] {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgb(220 76 100 / var(--tw-text-opacity));
|
2022-10-16 09:32:26 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-neutral-200 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-200), var(--tw-text-opacity));
|
2022-12-30 15:37:28 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-neutral-300 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-300), var(--tw-text-opacity));
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-neutral-400 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-400), var(--tw-text-opacity));
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-neutral-50 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-50), var(--tw-text-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-neutral-500 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-500), var(--tw-text-opacity));
|
2022-10-16 09:32:26 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-neutral-700 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-700), var(--tw-text-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-neutral-800 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-800), var(--tw-text-opacity));
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-neutral-900 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-900), var(--tw-text-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-primary-300 {
|
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-300), var(--tw-text-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-primary-400 {
|
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-primary-500 {
|
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-500), var(--tw-text-opacity));
|
2022-12-31 09:58:20 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-primary-600 {
|
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-600), var(--tw-text-opacity));
|
2022-10-17 16:50:08 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-primary-700 {
|
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-700), var(--tw-text-opacity));
|
2022-12-31 09:58:20 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.text-primary-800 {
|
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-800), var(--tw-text-opacity));
|
2023-01-14 05:39:17 -06:00
|
|
|
}
|
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.underline {
|
|
|
|
text-decoration-line: underline;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\!no-underline {
|
|
|
|
text-decoration-line: none !important;
|
2023-01-14 05:39:17 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.no-underline {
|
|
|
|
text-decoration-line: none;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.decoration-neutral-300 {
|
|
|
|
text-decoration-color: rgba(var(--color-neutral-300), 1);
|
2022-10-06 17:52:51 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.decoration-primary-500 {
|
2023-03-15 07:55:27 -05:00
|
|
|
text-decoration-color: rgba(var(--color-primary-500), 1);
|
2023-01-24 17:53:01 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.underline-offset-auto {
|
|
|
|
text-underline-offset: auto;
|
2023-01-24 17:53:01 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\!opacity-0 {
|
|
|
|
opacity: 0 !important;
|
2022-12-31 09:58:20 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\!opacity-100 {
|
|
|
|
opacity: 1 !important;
|
2022-09-10 16:58:50 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.opacity-0 {
|
|
|
|
opacity: 0;
|
2022-11-06 13:48:41 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.opacity-100 {
|
|
|
|
opacity: 1;
|
2022-11-06 13:48:41 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.opacity-30 {
|
|
|
|
opacity: 0.3;
|
2022-10-11 17:40:31 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.opacity-50 {
|
|
|
|
opacity: 0.5;
|
2022-10-16 11:25:13 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.opacity-60 {
|
|
|
|
opacity: 0.6;
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.opacity-\[\.53\] {
|
|
|
|
opacity: .53;
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.opacity-\[\.54\] {
|
|
|
|
opacity: .54;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mix-blend-normal {
|
|
|
|
mix-blend-mode: normal;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.mix-blend-multiply {
|
|
|
|
mix-blend-mode: multiply;
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.shadow {
|
|
|
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
|
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.shadow-2xl {
|
|
|
|
--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
|
|
|
|
--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.shadow-\[0_0px_3px_0_rgba\(0\2c 0\2c 0\2c 0\.07\)\2c 0_2px_2px_0_rgba\(0\2c 0\2c 0\2c 0\.04\)\] {
|
|
|
|
--tw-shadow: 0 0px 3px 0 rgba(0,0,0,0.07),0 2px 2px 0 rgba(0,0,0,0.04);
|
|
|
|
--tw-shadow-colored: 0 0px 3px 0 var(--tw-shadow-color), 0 2px 2px 0 var(--tw-shadow-color);
|
2023-03-10 00:03:09 -06:00
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2022-12-17 09:58:50 -06:00
|
|
|
}
|
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.shadow-\[0_10px_15px_-3px_rgba\(0\2c 0\2c 0\2c 0\.07\)\2c 0_4px_6px_-2px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
|
|
|
|
--tw-shadow: 0 10px 15px -3px rgba(0,0,0,0.07),0 4px 6px -2px rgba(0,0,0,0.05);
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.shadow-\[0_2px_5px_0_rgba\(0\2c 0\2c 0\2c 0\.16\)\2c _0_2px_10px_0_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
|
|
|
|
--tw-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
|
|
|
|
--tw-shadow-colored: 0 2px 5px 0 var(--tw-shadow-color), 0 2px 10px 0 var(--tw-shadow-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.shadow-\[0px_2px_15px_-3px_rgba\(0\2c 0\2c 0\2c \.07\)\2c _0px_10px_20px_-2px_rgba\(0\2c 0\2c 0\2c \.04\)\] {
|
|
|
|
--tw-shadow: 0px 2px 15px -3px rgba(0,0,0,.07), 0px 10px 20px -2px rgba(0,0,0,.04);
|
|
|
|
--tw-shadow-colored: 0px 2px 15px -3px var(--tw-shadow-color), 0px 10px 20px -2px var(--tw-shadow-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.shadow-lg {
|
|
|
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
|
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2023-01-08 15:49:48 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.shadow-none {
|
|
|
|
--tw-shadow: 0 0 #0000;
|
|
|
|
--tw-shadow-colored: 0 0 #0000;
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2022-10-16 10:49:52 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.shadow-xl {
|
|
|
|
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
|
|
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2023-01-14 05:39:17 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.outline-none {
|
|
|
|
outline: 2px solid transparent;
|
|
|
|
outline-offset: 2px;
|
2022-12-31 09:58:20 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.outline {
|
|
|
|
outline-style: solid;
|
2022-11-05 16:48:45 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.blur {
|
|
|
|
--tw-blur: blur(8px);
|
|
|
|
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-10-15 17:14:35 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.filter {
|
|
|
|
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-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.backdrop-blur {
|
|
|
|
--tw-backdrop-blur: blur(8px);
|
|
|
|
-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-10-10 10:23:51 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.backdrop-blur-2xl {
|
|
|
|
--tw-backdrop-blur: blur(40px);
|
|
|
|
-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-05 16:58:40 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.backdrop-blur-sm {
|
|
|
|
--tw-backdrop-blur: blur(4px);
|
|
|
|
-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);
|
2023-02-08 23:09:29 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.transition {
|
|
|
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
|
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
|
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
|
transition-duration: 150ms;
|
2022-11-05 16:58:40 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.transition-\[background-color\2c box-shadow\2c border\] {
|
|
|
|
transition-property: background-color,box-shadow,border;
|
|
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
|
transition-duration: 150ms;
|
2022-09-10 16:58:50 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.transition-\[height\] {
|
|
|
|
transition-property: height;
|
|
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
|
transition-duration: 150ms;
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.transition-\[opacity\] {
|
|
|
|
transition-property: opacity;
|
|
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
|
transition-duration: 150ms;
|
2022-11-06 13:48:41 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.transition-\[transform\2c _opacity\] {
|
|
|
|
transition-property: transform, opacity;
|
|
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
|
transition-duration: 150ms;
|
2022-12-30 15:37:28 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.transition-\[transform\2c height\] {
|
|
|
|
transition-property: transform,height;
|
|
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
|
transition-duration: 150ms;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.transition-\[width\] {
|
|
|
|
transition-property: width;
|
|
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
|
transition-duration: 150ms;
|
2023-02-08 23:09:29 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.transition-all {
|
|
|
|
transition-property: all;
|
|
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
|
transition-duration: 150ms;
|
2023-02-08 23:09:29 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.transition-opacity {
|
|
|
|
transition-property: opacity;
|
|
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
|
transition-duration: 150ms;
|
2023-01-08 15:49:48 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 07:07:31 -06:00
|
|
|
.transition-transform {
|
|
|
|
transition-property: transform;
|
|
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
|
transition-duration: 150ms;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.delay-\[0ms\] {
|
|
|
|
transition-delay: 0ms;
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.duration-150 {
|
|
|
|
transition-duration: 150ms;
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.duration-200 {
|
|
|
|
transition-duration: 200ms;
|
2022-12-17 09:58:50 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.duration-300 {
|
|
|
|
transition-duration: 300ms;
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.duration-\[250ms\] {
|
|
|
|
transition-duration: 250ms;
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.duration-\[350ms\] {
|
|
|
|
transition-duration: 350ms;
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
2022-10-15 17:14:35 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.duration-\[400ms\] {
|
|
|
|
transition-duration: 400ms;
|
2023-01-24 17:53:01 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 07:07:31 -06:00
|
|
|
.duration-\[600ms\] {
|
|
|
|
transition-duration: 600ms;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.ease-\[cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\2c _cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\] {
|
|
|
|
transition-timing-function: cubic-bezier(0,0,0.15,1), cubic-bezier(0,0,0.15,1);
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
2022-12-31 09:58:20 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\)\] {
|
|
|
|
transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\.0\)\] {
|
|
|
|
transition-timing-function: cubic-bezier(0.25,0.1,0.25,1.0);
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.ease-\[cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)\] {
|
|
|
|
transition-timing-function: cubic-bezier(0.4,0,0.2,1);
|
2022-11-05 19:15:29 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.ease-\[ease\] {
|
|
|
|
transition-timing-function: ease;
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
2023-02-08 23:09:29 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.ease-in-out {
|
|
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.ease-linear {
|
|
|
|
transition-timing-function: linear;
|
2023-01-05 13:18:24 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.ease-out {
|
|
|
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
2022-09-10 16:58:50 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 07:07:31 -06:00
|
|
|
.\!\[clip\:rect\(0\2c 0\2c 0\2c 0\)\] {
|
|
|
|
clip: rect(0,0,0,0) !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\[direction\:ltr\] {
|
|
|
|
direction: ltr;
|
2022-10-10 10:23:51 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\[overflow-anchor\:none\] {
|
|
|
|
overflow-anchor: none;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\[overflow-style\:none\] {
|
|
|
|
overflow-style: none;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\[transition\:background-color_\.2s_linear\2c _height_\.2s_ease-in-out\] {
|
|
|
|
transition: background-color .2s linear, height .2s ease-in-out;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2023-02-21 00:02:32 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\[transition\:background-color_\.2s_linear\2c _opacity_\.2s_linear\] {
|
|
|
|
transition: background-color .2s linear, opacity .2s linear;
|
2022-09-10 16:58:50 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\[transition\:background-color_\.2s_linear\2c _width_\.2s_ease-in-out\] {
|
|
|
|
transition: background-color .2s linear, width .2s ease-in-out;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.\[transition\:background-color_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\2c box-shadow_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\2c border_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\] {
|
|
|
|
transition: background-color 250ms cubic-bezier(0.4,0,0.2,1) 0ms,box-shadow 250ms cubic-bezier(0.4,0,0.2,1) 0ms,border 250ms cubic-bezier(0.4,0,0.2,1) 0ms;
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
body a,
|
|
|
|
body button {
|
|
|
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
|
transition-duration: 150ms;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* Scale SVG icons to text size */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.icon svg {
|
|
|
|
height: 1em;
|
|
|
|
width: 1em;
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* Search */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
#search-query::-webkit-search-cancel-button,
|
|
|
|
#search-query::-webkit-search-decoration,
|
|
|
|
#search-query::-webkit-search-results-button,
|
|
|
|
#search-query::-webkit-search-results-decoration {
|
|
|
|
display: none;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* Hamburger menu */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
body:has(#menu-controller:checked) {
|
|
|
|
overflow-y: hidden;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
#menu-button:has(#menu-controller:checked) {
|
|
|
|
visibility: hidden;
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
#menu-controller:checked~#menu-wrapper {
|
|
|
|
visibility: visible;
|
|
|
|
opacity: 1;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2023-03-03 00:06:01 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* RTL support */
|
2023-01-13 20:09:45 -06:00
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .prose blockquote) {
|
2023-03-10 00:03:09 -06:00
|
|
|
border-left-width: 0px;
|
|
|
|
border-right-width: 4px;
|
|
|
|
padding-right: 1rem;
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .prose ul>li),:is([dir="rtl"]
|
|
|
|
.prose ol>li) {
|
2023-03-10 00:03:09 -06:00
|
|
|
margin-right: 1.75rem;
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0.5rem;
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .prose ol>li):before,:is([dir="rtl"]
|
|
|
|
.prose ul>li):before {
|
2023-03-10 00:03:09 -06:00
|
|
|
left: auto;
|
|
|
|
right: 0.25rem;
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .prose thead td:first-child),:is([dir="rtl"]
|
|
|
|
.prose thead th:first-child) {
|
2023-03-10 00:03:09 -06:00
|
|
|
padding-right: 0px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .prose thead td:last-child),:is([dir="rtl"]
|
|
|
|
.prose thead th:last-child) {
|
2023-03-10 00:03:09 -06:00
|
|
|
padding-left: 0px;
|
2022-12-17 09:58:50 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* Adjust first child within prose */
|
2022-09-10 16:58:50 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.prose div.min-w-0.max-w-prose>*:first-child {
|
|
|
|
margin-top: 0.75rem;
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
2023-02-08 23:09:29 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* Table of Contents */
|
2023-01-14 15:58:22 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.toc ul,
|
|
|
|
.toc li {
|
|
|
|
list-style-type: none;
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
|
|
|
line-height: 1.375;
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="ltr"] .toc ul ul) {
|
2023-03-10 00:03:09 -06:00
|
|
|
padding-left: 1rem;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .toc ul ul) {
|
2023-03-10 00:03:09 -06:00
|
|
|
padding-right: 1rem;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.toc a {
|
|
|
|
font-weight: 400;
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-700), var(--tw-text-opacity));
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .toc a) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-400), var(--tw-text-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .toc ul>li) {
|
2023-03-10 00:03:09 -06:00
|
|
|
margin-right: 0px;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* Code Copy */
|
2022-11-05 10:11:20 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.highlight-wrapper {
|
|
|
|
display: block;
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
2022-12-31 09:58:20 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.highlight {
|
|
|
|
position: relative;
|
|
|
|
z-index: 0;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2023-02-08 23:09:29 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.highlight:hover>.copy-button {
|
|
|
|
visibility: visible;
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
2023-02-08 23:09:29 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.copy-button {
|
|
|
|
visibility: hidden;
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
right: 0px;
|
|
|
|
z-index: 10;
|
|
|
|
width: 5rem;
|
|
|
|
cursor: pointer;
|
|
|
|
white-space: nowrap;
|
|
|
|
border-bottom-left-radius: 0.375rem;
|
|
|
|
border-top-right-radius: 0.375rem;
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-neutral-200), var(--tw-bg-opacity));
|
|
|
|
padding-top: 0.25rem;
|
|
|
|
padding-bottom: 0.25rem;
|
2023-03-15 07:55:27 -05:00
|
|
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
2023-03-10 00:03:09 -06:00
|
|
|
font-size: 0.875rem;
|
|
|
|
line-height: 1.25rem;
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-700), var(--tw-text-opacity));
|
|
|
|
opacity: 0.9;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .copy-button) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-neutral-600), var(--tw-bg-opacity));
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-200), var(--tw-text-opacity));
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.copy-button:hover,
|
|
|
|
.copy-button:focus,
|
|
|
|
.copy-button:active,
|
|
|
|
.copy-button:active:hover {
|
|
|
|
--tw-bg-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-10-10 10:23:51 -05:00
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .copy-button:hover),:is(.dark
|
|
|
|
.copy-button:focus),:is(.dark
|
|
|
|
.copy-button:active),:is(.dark
|
|
|
|
.copy-button:active:hover) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-bg-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
background-color: rgba(var(--color-primary-600), var(--tw-bg-opacity));
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.copy-textarea {
|
|
|
|
position: absolute;
|
|
|
|
z-index: -10;
|
|
|
|
opacity: 0.05;
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* -- Chroma Highlight -- */
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* Background */
|
2022-10-02 11:03:09 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.prose .chroma {
|
|
|
|
position: static;
|
|
|
|
border-radius: 0.375rem;
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-neutral-50), var(--tw-bg-opacity));
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-700), var(--tw-text-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2023-01-24 17:53:01 -06:00
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .prose .chroma) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-neutral-700), var(--tw-bg-opacity));
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-200), var(--tw-text-opacity));
|
2022-09-10 15:13:33 -05:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LineTableTD */
|
2023-02-08 23:09:29 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.chroma .lntd,
|
|
|
|
.chroma .lntd pre {
|
|
|
|
margin: 0px;
|
|
|
|
border-style: none;
|
|
|
|
padding: 0px;
|
|
|
|
vertical-align: top;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LineTable */
|
2022-10-02 11:03:09 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.chroma .lntable {
|
|
|
|
display: block;
|
|
|
|
width: auto;
|
|
|
|
overflow: hidden;
|
|
|
|
padding-left: 1rem;
|
|
|
|
padding-right: 1rem;
|
|
|
|
padding-top: 0.75rem;
|
|
|
|
padding-bottom: 0.75rem;
|
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.5rem;
|
|
|
|
border-spacing: 0;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-09-26 18:47:16 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LineHighlight */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.chroma .hl {
|
|
|
|
margin-left: -1rem;
|
|
|
|
margin-right: -1rem;
|
|
|
|
display: block;
|
|
|
|
width: auto;
|
|
|
|
--tw-bg-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity));
|
2023-03-10 00:03:09 -06:00
|
|
|
padding-left: 1rem;
|
|
|
|
padding-right: 1rem;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .chroma .hl) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-bg-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-09-26 18:47:16 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.chroma .lntd .hl {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-12-31 09:58:20 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LineNumbersTable */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LineNumbers */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.chroma .lnt,
|
|
|
|
.chroma .ln {
|
|
|
|
margin-right: 0.4em;
|
|
|
|
padding-left: 0.4em;
|
|
|
|
padding-right: 0.4em;
|
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-600), var(--tw-text-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .chroma .lnt),:is(.dark
|
|
|
|
.chroma .ln) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-300), var(--tw-text-opacity));
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* Keyword */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* KeywordDeclaration */
|
2022-10-16 10:49:52 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* KeywordNamespace */
|
2022-10-10 10:23:51 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* KeywordPseudo */
|
2022-10-10 10:23:51 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* KeywordReserved */
|
2023-02-08 23:09:29 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* NameClass */
|
2022-10-16 10:49:52 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* NameFunctionMagic */
|
2022-10-10 10:23:51 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* NameNamespace */
|
2022-10-16 10:49:52 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* NameVariableClass */
|
2023-01-14 18:39:38 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* Operator */
|
2022-10-10 10:23:51 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.chroma .k,
|
|
|
|
.chroma .kd,
|
|
|
|
.chroma .kn,
|
|
|
|
.chroma .kp,
|
|
|
|
.chroma .kr,
|
|
|
|
.chroma .nc,
|
|
|
|
.chroma .fm,
|
|
|
|
.chroma .nn,
|
|
|
|
.chroma .vc,
|
|
|
|
.chroma .o {
|
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-600), var(--tw-text-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2023-02-08 23:09:29 -06:00
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .chroma .k),:is(.dark
|
|
|
|
.chroma .kd),:is(.dark
|
|
|
|
.chroma .kn),:is(.dark
|
|
|
|
.chroma .kp),:is(.dark
|
|
|
|
.chroma .kr),:is(.dark
|
|
|
|
.chroma .nc),:is(.dark
|
|
|
|
.chroma .fm),:is(.dark
|
|
|
|
.chroma .nn),:is(.dark
|
|
|
|
.chroma .vc),:is(.dark
|
|
|
|
.chroma .o) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-300), var(--tw-text-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* KeywordConstant */
|
2022-10-10 10:23:51 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.chroma .kc {
|
|
|
|
font-weight: 600;
|
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-secondary-400), var(--tw-text-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .chroma .kc) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-secondary-500), var(--tw-text-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* KeywordType */
|
2022-11-17 04:05:20 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* NameVariable */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* NameVariableInstance */
|
2023-02-08 23:09:29 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* NameVariableMagic */
|
2022-10-10 10:23:51 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LiteralNumber */
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LiteralNumberBin */
|
2023-01-24 17:53:01 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LiteralNumberFloat */
|
2023-02-08 23:09:29 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LiteralNumberHex */
|
2023-02-08 23:09:29 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LiteralNumberInteger */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LiteralNumberIntegerLong */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LiteralNumberOct */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.chroma .kt,
|
|
|
|
.chroma .nv,
|
|
|
|
.chroma .vi,
|
|
|
|
.chroma .vm,
|
|
|
|
.chroma .m,
|
|
|
|
.chroma .mb,
|
|
|
|
.chroma .mf,
|
|
|
|
.chroma .mh,
|
|
|
|
.chroma .mi,
|
|
|
|
.chroma .il,
|
|
|
|
.chroma .mo {
|
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-secondary-400), var(--tw-text-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .chroma .kt),:is(.dark
|
|
|
|
.chroma .nv),:is(.dark
|
|
|
|
.chroma .vi),:is(.dark
|
|
|
|
.chroma .vm),:is(.dark
|
|
|
|
.chroma .m),:is(.dark
|
|
|
|
.chroma .mb),:is(.dark
|
|
|
|
.chroma .mf),:is(.dark
|
|
|
|
.chroma .mh),:is(.dark
|
|
|
|
.chroma .mi),:is(.dark
|
|
|
|
.chroma .il),:is(.dark
|
|
|
|
.chroma .mo) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-secondary-600), var(--tw-text-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-12-30 15:37:28 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* Name */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* NameDecorator */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* NameEntity */
|
2022-12-31 09:58:20 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* NameLabel */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.chroma .n,
|
|
|
|
.chroma .nd,
|
|
|
|
.chroma .ni,
|
|
|
|
.chroma .nl {
|
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-secondary-900), var(--tw-text-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .chroma .n),:is(.dark
|
|
|
|
.chroma .nd),:is(.dark
|
|
|
|
.chroma .ni),:is(.dark
|
|
|
|
.chroma .nl) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-secondary-200), var(--tw-text-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-12-31 09:58:20 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* NameAttribute */
|
2022-10-10 10:23:51 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* NameBuiltin */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* NameBuiltinPseudo */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* NameOther */
|
2023-02-08 23:09:29 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* NameProperty */
|
2022-12-31 09:58:20 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* NameTag */
|
2022-11-05 10:11:20 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.chroma .na,
|
|
|
|
.chroma .nb,
|
|
|
|
.chroma .bp,
|
|
|
|
.chroma .nx,
|
|
|
|
.chroma .py,
|
|
|
|
.chroma .nt {
|
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-secondary-800), var(--tw-text-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-11-05 10:11:20 -05:00
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .chroma .na),:is(.dark
|
|
|
|
.chroma .nb),:is(.dark
|
|
|
|
.chroma .bp),:is(.dark
|
|
|
|
.chroma .nx),:is(.dark
|
|
|
|
.chroma .py),:is(.dark
|
|
|
|
.chroma .nt) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-secondary-300), var(--tw-text-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* NameConstant */
|
2023-01-14 07:10:55 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* NameException */
|
2022-11-06 13:48:41 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* NameVariableGlobal */
|
2022-11-06 13:48:41 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.chroma .no,
|
|
|
|
.chroma .ne,
|
|
|
|
.chroma .vg {
|
|
|
|
font-weight: 600;
|
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-secondary-400), var(--tw-text-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2023-02-08 23:09:29 -06:00
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .chroma .no),:is(.dark
|
|
|
|
.chroma .ne),:is(.dark
|
|
|
|
.chroma .vg) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-secondary-500), var(--tw-text-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-10-11 17:40:31 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* NameFunction */
|
2022-10-11 17:40:31 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.chroma .nf {
|
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-secondary-600), var(--tw-text-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-10-11 17:40:31 -05:00
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .chroma .nf) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-secondary-500), var(--tw-text-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* Literal */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LiteralDate */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LiteralString */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LiteralStringAffix */
|
2023-02-08 23:09:29 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LiteralStringBacktick */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LiteralStringChar */
|
2023-02-08 23:09:29 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LiteralStringDelimiter */
|
2023-02-08 23:09:29 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LiteralStringDoc */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LiteralStringDouble */
|
2022-11-09 06:05:11 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LiteralStringHeredoc */
|
2023-01-08 15:49:48 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LiteralStringInterpol */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LiteralStringOther */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LiteralStringSingle */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* GenericInserted */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* GenericOutput */
|
2023-01-14 07:10:55 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* GenericPrompt */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.chroma .l,
|
|
|
|
.chroma .ld,
|
|
|
|
.chroma .s,
|
|
|
|
.chroma .sa,
|
|
|
|
.chroma .sb,
|
|
|
|
.chroma .sc,
|
|
|
|
.chroma .dl,
|
|
|
|
.chroma .sd,
|
|
|
|
.chroma .s2,
|
|
|
|
.chroma .sh,
|
|
|
|
.chroma .si,
|
|
|
|
.chroma .sx,
|
|
|
|
.chroma .s1,
|
|
|
|
.chroma .gi,
|
|
|
|
.chroma .go,
|
|
|
|
.chroma .gp {
|
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-800), var(--tw-text-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .chroma .l),:is(.dark
|
|
|
|
.chroma .ld),:is(.dark
|
|
|
|
.chroma .s),:is(.dark
|
|
|
|
.chroma .sa),:is(.dark
|
|
|
|
.chroma .sb),:is(.dark
|
|
|
|
.chroma .sc),:is(.dark
|
|
|
|
.chroma .dl),:is(.dark
|
|
|
|
.chroma .sd),:is(.dark
|
|
|
|
.chroma .s2),:is(.dark
|
|
|
|
.chroma .sh),:is(.dark
|
|
|
|
.chroma .si),:is(.dark
|
|
|
|
.chroma .sx),:is(.dark
|
|
|
|
.chroma .s1),:is(.dark
|
|
|
|
.chroma .gi),:is(.dark
|
|
|
|
.chroma .go),:is(.dark
|
|
|
|
.chroma .gp) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LiteralStringEscape */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.chroma .se {
|
|
|
|
font-weight: 600;
|
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-secondary-400), var(--tw-text-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .chroma .se) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-secondary-500), var(--tw-text-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2023-02-08 23:09:29 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LiteralStringRegex */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* LiteralStringSymbol */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.chroma .sr,
|
|
|
|
.chroma .ss {
|
|
|
|
font-weight: 600;
|
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-800), var(--tw-text-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2023-02-08 23:09:29 -06:00
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .chroma .sr),:is(.dark
|
|
|
|
.chroma .ss) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* OperatorWord */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.chroma .ow {
|
|
|
|
font-weight: 600;
|
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .chroma .ow) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-600), var(--tw-text-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* Comment */
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* CommentMultiline */
|
2022-11-06 12:48:41 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* CommentSingle */
|
2022-10-11 17:40:31 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* CommentSpecial */
|
2022-10-11 17:40:31 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* CommentPreproc */
|
2023-02-21 00:02:32 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* CommentPreprocFile */
|
2022-11-05 17:28:30 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.chroma .c,
|
|
|
|
.chroma .cm,
|
|
|
|
.chroma .c1,
|
|
|
|
.chroma .cs,
|
|
|
|
.chroma .cp,
|
|
|
|
.chroma .cpf {
|
|
|
|
font-style: italic;
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-500), var(--tw-text-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .chroma .c),:is(.dark
|
|
|
|
.chroma .cm),:is(.dark
|
|
|
|
.chroma .c1),:is(.dark
|
|
|
|
.chroma .cs),:is(.dark
|
|
|
|
.chroma .cp),:is(.dark
|
|
|
|
.chroma .cpf) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-400), var(--tw-text-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* CommentHashbang */
|
2022-12-31 09:58:20 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.chroma .ch {
|
|
|
|
font-weight: 600;
|
|
|
|
font-style: italic;
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-500), var(--tw-text-opacity));
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .chroma .ch) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-400), var(--tw-text-opacity));
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
2023-02-08 23:09:29 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* GenericEmph */
|
2022-10-16 10:49:52 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.chroma .ge {
|
|
|
|
font-style: italic;
|
2022-10-10 10:23:51 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* GenericHeading */
|
2022-12-31 09:58:20 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.chroma .gh {
|
|
|
|
font-weight: 600;
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-500), var(--tw-text-opacity));
|
2023-02-08 23:09:29 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* GenericStrong */
|
2022-10-10 10:23:51 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.chroma .gs {
|
|
|
|
font-weight: 600;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* GenericSubheading */
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* GenericTraceback */
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.chroma .gu,
|
|
|
|
.chroma .gt {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-500), var(--tw-text-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* GenericUnderline */
|
2022-11-05 20:45:53 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.chroma .gl {
|
|
|
|
text-decoration-line: underline;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* Custom */
|
|
|
|
|
|
|
|
.thumbnail {
|
|
|
|
min-width: 300px;
|
|
|
|
height: 180px;
|
|
|
|
background-repeat:no-repeat;
|
|
|
|
background-size:cover;
|
|
|
|
background-position:center;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.thumbnail_card {
|
2023-04-29 09:56:55 -05:00
|
|
|
height: 200px;
|
|
|
|
background-repeat:no-repeat;
|
|
|
|
background-size:cover;
|
|
|
|
background-position:center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnail_card_related {
|
|
|
|
height: 150px;
|
2023-03-10 00:03:09 -06:00
|
|
|
background-repeat:no-repeat;
|
|
|
|
background-size:cover;
|
|
|
|
background-position:center;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.thumbnail_card_term {
|
|
|
|
height: 150px;
|
|
|
|
background-repeat:no-repeat;
|
|
|
|
background-size:cover;
|
|
|
|
background-position:center;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.single_hero_basic {
|
|
|
|
background-repeat:no-repeat;
|
|
|
|
background-size:cover;
|
|
|
|
background-position:center;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.single_hero_round {
|
|
|
|
max-height: 50vh;
|
|
|
|
-o-object-fit: cover;
|
|
|
|
object-fit: cover;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.single_hero_background {
|
|
|
|
background-repeat:no-repeat;
|
|
|
|
background-size:cover;
|
|
|
|
background-position:center;
|
|
|
|
width: calc(100% + 40px);
|
|
|
|
z-index: -10;
|
|
|
|
margin-left: -20px;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hero_gradient {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.thumbnailshadow {
|
|
|
|
box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.3);
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.anchor {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
top: -100px;
|
|
|
|
height: 0px;
|
|
|
|
visibility: hidden;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
@media (min-width: 640px) {
|
|
|
|
.thumbnail {
|
|
|
|
min-width: 100%;
|
|
|
|
height: 180px;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.article {
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
@media (min-width: 853px) {
|
|
|
|
.thumbnail {
|
|
|
|
min-width: 300px;
|
|
|
|
min-height: 180px;
|
|
|
|
height: auto;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.article {
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
}
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.medium-zoom-image--opened {
|
|
|
|
z-index: 100;
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.nested-menu:hover + .menuhide {
|
|
|
|
visibility: visible;
|
|
|
|
opacity: 1;
|
|
|
|
transition: visibility 0.3s, opacity 0.3s ease-in-out ;
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.menuhide:hover {
|
|
|
|
visibility: visible;
|
|
|
|
opacity: 1;
|
|
|
|
transition: visibility 0.3s, opacity 0.3s ease-in-out ;
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.menuhide {
|
|
|
|
visibility: hidden;
|
|
|
|
opacity: 0;
|
|
|
|
transition: visibility 0.3s, opacity 0.3s ease-in-out ;
|
|
|
|
z-index: 1000;
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.active {
|
|
|
|
text-decoration-line: underline;
|
|
|
|
text-decoration-thickness: 3px;
|
|
|
|
text-underline-offset: 4px;
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* Gallery Specific Styles */
|
2023-02-25 11:32:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.grid-w10 {
|
|
|
|
width: calc(10% - 5px);
|
|
|
|
margin: 0px !important;
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.grid-w15 {
|
|
|
|
width: calc(15% - 5px);
|
|
|
|
margin: 0px !important;
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.grid-w20 {
|
|
|
|
width: calc(20% - 5px);
|
|
|
|
margin: 0px !important;
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.grid-w25 {
|
|
|
|
width: calc(25% - 5px);
|
|
|
|
margin: 0px !important;
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.grid-w30 {
|
|
|
|
width: calc(30% - 5px);
|
|
|
|
margin: 0px !important;
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.grid-w33 {
|
|
|
|
width: calc(33% - 5px);
|
|
|
|
margin: 0px !important;
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.grid-w35 {
|
|
|
|
width: calc(35% - 5px);
|
|
|
|
margin: 0px !important;
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.grid-w40 {
|
|
|
|
width: calc(40% - 5px);
|
|
|
|
margin: 0px !important;
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.grid-w45 {
|
|
|
|
width: calc(45% - 5px);
|
|
|
|
margin: 0px !important;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2023-02-25 11:32:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.grid-w50 {
|
|
|
|
width: calc(50% - 5px);
|
|
|
|
margin: 0px !important;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2023-02-25 11:32:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.grid-w55 {
|
|
|
|
width: calc(55% - 5px);
|
|
|
|
margin: 0px !important;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2023-02-25 11:32:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.grid-w60 {
|
|
|
|
width: calc(60% - 5px);
|
|
|
|
margin: 0px !important;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2023-02-25 11:32:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.grid-w65 {
|
|
|
|
width: calc(65% - 5px);
|
|
|
|
margin: 0px !important;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2023-02-25 11:32:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.grid-w66 {
|
|
|
|
width: calc(66% - 5px);
|
|
|
|
margin: 0px !important;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2023-02-25 11:32:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.grid-w70 {
|
|
|
|
width: calc(70% - 5px);
|
|
|
|
margin: 0px !important;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2023-02-25 11:32:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.grid-w75 {
|
|
|
|
width: calc(75% - 5px);
|
|
|
|
margin: 0px !important;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2023-02-25 11:32:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.grid-w80 {
|
|
|
|
width: calc(80% - 5px);
|
|
|
|
margin: 0px !important;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2023-02-25 11:32:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.grid-w85 {
|
|
|
|
width: calc(85% - 5px);
|
|
|
|
margin: 0px !important;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2023-02-25 11:32:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.grid-w90 {
|
|
|
|
width: calc(90% - 5px);
|
|
|
|
margin: 0px !important;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.grid-w95 {
|
|
|
|
width: calc(95% - 5px);
|
|
|
|
margin: 0px !important;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.grid-w100 {
|
|
|
|
width: calc(100% - 5px);
|
|
|
|
margin: 0px !important;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
@media (min-width: 640px) {
|
|
|
|
.sm\:grid-w10 {
|
|
|
|
width: calc(10% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-03-09 16:56:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.sm\:grid-w15 {
|
|
|
|
width: calc(15% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-03-09 16:56:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.sm\:grid-w20 {
|
|
|
|
width: calc(20% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-03-09 16:56:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.sm\:grid-w25 {
|
|
|
|
width: calc(25% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.sm\:grid-w30 {
|
|
|
|
width: calc(30% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2022-10-02 11:03:09 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.sm\:grid-w33 {
|
|
|
|
width: calc(33% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2022-11-05 10:11:20 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.sm\:grid-w35 {
|
|
|
|
width: calc(35% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2022-12-31 09:35:21 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.sm\:grid-w40 {
|
|
|
|
width: calc(40% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2022-10-15 10:20:41 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.sm\:grid-w45 {
|
|
|
|
width: calc(45% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2022-10-16 10:49:52 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.sm\:grid-w50 {
|
|
|
|
width: calc(50% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2022-10-16 10:49:52 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.sm\:grid-w55 {
|
|
|
|
width: calc(55% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2022-10-16 10:49:52 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.sm\:grid-w60 {
|
|
|
|
width: calc(60% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2022-09-10 14:05:37 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.sm\:grid-w65 {
|
|
|
|
width: calc(65% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2022-11-06 16:28:52 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.sm\:grid-w66 {
|
|
|
|
width: calc(66% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2022-09-11 13:27:04 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.sm\:grid-w70 {
|
|
|
|
width: calc(70% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2022-09-11 13:27:04 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.sm\:grid-w75 {
|
|
|
|
width: calc(75% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2022-09-11 13:27:04 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.sm\:grid-w80 {
|
|
|
|
width: calc(80% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2022-09-11 13:27:04 -05:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.sm\:grid-w85 {
|
|
|
|
width: calc(85% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2022-12-21 17:46:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.sm\:grid-w90 {
|
|
|
|
width: calc(90% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-01-13 20:09:45 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.sm\:grid-w95 {
|
|
|
|
width: calc(95% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-02-21 00:02:32 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.sm\:grid-w100 {
|
|
|
|
width: calc(100% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2023-02-21 00:02:32 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
@media (min-width: 853px) {
|
|
|
|
.md\:grid-w10 {
|
|
|
|
width: calc(10% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-03-09 16:56:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.md\:grid-w15 {
|
|
|
|
width: calc(15% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-03-09 16:56:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.md\:grid-w20 {
|
|
|
|
width: calc(20% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-03-09 16:56:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.md\:grid-w25 {
|
|
|
|
width: calc(25% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-03-09 16:56:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.md\:grid-w30 {
|
|
|
|
width: calc(30% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-03-09 16:56:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.md\:grid-w33 {
|
|
|
|
width: calc(33% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-03-09 16:56:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.md\:grid-w35 {
|
|
|
|
width: calc(35% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-03-09 16:56:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.md\:grid-w40 {
|
|
|
|
width: calc(40% - 5px);
|
|
|
|
margin: 0px !important;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-13 20:09:45 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.md\:grid-w45 {
|
|
|
|
width: calc(45% - 5px);
|
|
|
|
margin: 0px !important;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-13 20:09:45 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.md\:grid-w50 {
|
|
|
|
width: calc(50% - 5px);
|
|
|
|
margin: 0px !important;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-14 17:50:34 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.md\:grid-w55 {
|
|
|
|
width: calc(55% - 5px);
|
|
|
|
margin: 0px !important;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-03-09 16:56:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.md\:grid-w60 {
|
|
|
|
width: calc(60% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-03-09 16:56:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.md\:grid-w65 {
|
|
|
|
width: calc(65% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.md\:grid-w66 {
|
|
|
|
width: calc(66% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-03-03 00:06:01 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.md\:grid-w70 {
|
|
|
|
width: calc(70% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:grid-w75 {
|
|
|
|
width: calc(75% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:grid-w80 {
|
|
|
|
width: calc(80% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-01-16 18:31:25 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.md\:grid-w85 {
|
|
|
|
width: calc(85% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-01-16 18:31:25 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.md\:grid-w90 {
|
|
|
|
width: calc(90% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-01-16 18:31:25 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.md\:grid-w95 {
|
|
|
|
width: calc(95% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-01-16 18:31:25 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.md\:grid-w100 {
|
|
|
|
width: calc(100% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2023-01-16 18:31:25 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
@media (min-width: 1024px) {
|
|
|
|
.lg\:grid-w10 {
|
|
|
|
width: calc(10% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-01-16 18:31:25 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.lg\:grid-w15 {
|
|
|
|
width: calc(15% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-01-16 18:31:25 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.lg\:grid-w20 {
|
|
|
|
width: calc(20% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-01-16 18:31:25 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.lg\:grid-w25 {
|
|
|
|
width: calc(25% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-01-16 18:31:25 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.lg\:grid-w30 {
|
|
|
|
width: calc(30% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-01-16 18:31:25 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.lg\:grid-w33 {
|
|
|
|
width: calc(33% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-01-16 18:31:25 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.lg\:grid-w35 {
|
|
|
|
width: calc(35% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-01-16 18:31:25 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.lg\:grid-w40 {
|
|
|
|
width: calc(40% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-01-16 18:31:25 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.lg\:grid-w45 {
|
|
|
|
width: calc(45% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-01-16 18:31:25 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.lg\:grid-w50 {
|
|
|
|
width: calc(50% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-01-16 18:31:25 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.lg\:grid-w55 {
|
|
|
|
width: calc(55% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-01-16 18:31:25 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.lg\:grid-w60 {
|
|
|
|
width: calc(60% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-01-16 18:31:25 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.lg\:grid-w65 {
|
|
|
|
width: calc(65% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-01-16 18:31:25 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.lg\:grid-w66 {
|
|
|
|
width: calc(66% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-01-16 18:31:25 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.lg\:grid-w70 {
|
|
|
|
width: calc(70% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-01-16 18:31:25 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.lg\:grid-w75 {
|
|
|
|
width: calc(75% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-02-21 00:02:32 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.lg\:grid-w80 {
|
|
|
|
width: calc(80% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-01-16 18:31:25 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.lg\:grid-w85 {
|
|
|
|
width: calc(85% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-03-09 16:56:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.lg\:grid-w90 {
|
|
|
|
width: calc(90% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:grid-w95 {
|
|
|
|
width: calc(95% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:grid-w100 {
|
|
|
|
width: calc(100% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
@media (min-width: 1280px) {
|
|
|
|
.xl\:grid-w10 {
|
2023-03-03 00:06:01 -06:00
|
|
|
width: calc(10% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.xl\:grid-w15 {
|
2023-03-03 00:06:01 -06:00
|
|
|
width: calc(15% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.xl\:grid-w20 {
|
2023-03-03 00:06:01 -06:00
|
|
|
width: calc(20% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.xl\:grid-w25 {
|
2023-03-03 00:06:01 -06:00
|
|
|
width: calc(25% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.xl\:grid-w30 {
|
2023-03-03 00:06:01 -06:00
|
|
|
width: calc(30% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.xl\:grid-w33 {
|
2023-03-03 00:06:01 -06:00
|
|
|
width: calc(33% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.xl\:grid-w35 {
|
2023-03-03 00:06:01 -06:00
|
|
|
width: calc(35% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.xl\:grid-w40 {
|
2023-03-03 00:06:01 -06:00
|
|
|
width: calc(40% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.xl\:grid-w45 {
|
2023-03-03 00:06:01 -06:00
|
|
|
width: calc(45% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.xl\:grid-w50 {
|
2023-03-03 00:06:01 -06:00
|
|
|
width: calc(50% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.xl\:grid-w55 {
|
2023-03-03 00:06:01 -06:00
|
|
|
width: calc(55% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.xl\:grid-w60 {
|
2023-03-03 00:06:01 -06:00
|
|
|
width: calc(60% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.xl\:grid-w65 {
|
2023-03-03 00:06:01 -06:00
|
|
|
width: calc(65% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.xl\:grid-w66 {
|
2023-03-03 00:06:01 -06:00
|
|
|
width: calc(66% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.xl\:grid-w70 {
|
2023-03-03 00:06:01 -06:00
|
|
|
width: calc(70% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.xl\:grid-w75 {
|
2023-03-03 00:06:01 -06:00
|
|
|
width: calc(75% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.xl\:grid-w80 {
|
2023-03-03 00:06:01 -06:00
|
|
|
width: calc(80% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.xl\:grid-w85 {
|
2023-03-03 00:06:01 -06:00
|
|
|
width: calc(85% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.xl\:grid-w90 {
|
2023-03-03 00:06:01 -06:00
|
|
|
width: calc(90% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.xl\:grid-w95 {
|
2023-03-03 00:06:01 -06:00
|
|
|
width: calc(95% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.xl\:grid-w100 {
|
2023-03-03 00:06:01 -06:00
|
|
|
width: calc(100% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
@media (min-width: 1536px) {
|
|
|
|
.2xl\:grid-w10 {
|
2023-02-03 15:32:07 -06:00
|
|
|
width: calc(10% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.2xl\:grid-w15 {
|
2023-02-03 15:32:07 -06:00
|
|
|
width: calc(15% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.2xl\:grid-w20 {
|
2023-02-03 15:32:07 -06:00
|
|
|
width: calc(20% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.2xl\:grid-w25 {
|
2023-02-03 15:32:07 -06:00
|
|
|
width: calc(25% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.2xl\:grid-w30 {
|
2023-02-03 15:32:07 -06:00
|
|
|
width: calc(30% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.2xl\:grid-w33 {
|
2023-02-03 15:32:07 -06:00
|
|
|
width: calc(33% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.2xl\:grid-w35 {
|
2023-02-03 15:32:07 -06:00
|
|
|
width: calc(35% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.2xl\:grid-w40 {
|
2023-02-03 15:32:07 -06:00
|
|
|
width: calc(40% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.2xl\:grid-w45 {
|
2023-02-03 15:32:07 -06:00
|
|
|
width: calc(45% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.2xl\:grid-w50 {
|
2023-02-03 15:32:07 -06:00
|
|
|
width: calc(50% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.2xl\:grid-w55 {
|
2023-02-03 15:32:07 -06:00
|
|
|
width: calc(55% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.2xl\:grid-w60 {
|
2023-02-03 15:32:07 -06:00
|
|
|
width: calc(60% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.2xl\:grid-w65 {
|
2023-02-03 15:32:07 -06:00
|
|
|
width: calc(65% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.2xl\:grid-w66 {
|
2023-02-03 15:32:07 -06:00
|
|
|
width: calc(66% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.2xl\:grid-w70 {
|
2023-02-03 15:32:07 -06:00
|
|
|
width: calc(70% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.2xl\:grid-w75 {
|
2023-02-03 15:32:07 -06:00
|
|
|
width: calc(75% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.2xl\:grid-w80 {
|
2023-02-03 15:32:07 -06:00
|
|
|
width: calc(80% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.2xl\:grid-w85 {
|
2023-02-03 15:32:07 -06:00
|
|
|
width: calc(85% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.2xl\:grid-w90 {
|
2023-02-03 15:32:07 -06:00
|
|
|
width: calc(90% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.2xl\:grid-w95 {
|
2023-02-03 15:32:07 -06:00
|
|
|
width: calc(95% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.2xl\:grid-w100 {
|
2023-02-03 15:32:07 -06:00
|
|
|
width: calc(100% - 5px);
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* Carousel Specific Styles */
|
|
|
|
|
|
|
|
.ratio-16-9 {
|
|
|
|
padding-top: 56.25%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 16:9 Aspect Ratio */
|
|
|
|
|
|
|
|
.ratio-21-9 {
|
|
|
|
padding-top: 42.85%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 21:9 Aspect Ratio */
|
|
|
|
|
|
|
|
.ratio-32-9 {
|
|
|
|
padding-top: 28.125%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 32:9 Aspect Ratio */
|
|
|
|
|
|
|
|
@media (min-width: 640px) {
|
|
|
|
.sm\:ratio-16-9 {
|
|
|
|
padding-top: 56.25%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 16:9 Aspect Ratio */
|
|
|
|
|
|
|
|
.sm\:ratio-21-9 {
|
|
|
|
padding-top: 42.85%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 21:9 Aspect Ratio */
|
|
|
|
|
|
|
|
.sm\:ratio-32-9 {
|
|
|
|
padding-top: 28.125%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 32:9 Aspect Ratio */
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 853px) {
|
|
|
|
.md\:ratio-16-9 {
|
|
|
|
padding-top: 56.25%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 16:9 Aspect Ratio */
|
|
|
|
|
|
|
|
.md\:ratio-21-9 {
|
|
|
|
padding-top: 42.85%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 21:9 Aspect Ratio */
|
|
|
|
|
|
|
|
.md\:ratio-32-9 {
|
|
|
|
padding-top: 28.125%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 32:9 Aspect Ratio */
|
|
|
|
}
|
|
|
|
|
2023-03-03 00:06:01 -06:00
|
|
|
@media (min-width: 1024px) {
|
2023-03-10 00:03:09 -06:00
|
|
|
.lg\:ratio-16-9 {
|
|
|
|
padding-top: 56.25%;
|
2023-02-03 15:32:07 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* 16:9 Aspect Ratio */
|
|
|
|
|
|
|
|
.lg\:ratio-21-9 {
|
|
|
|
padding-top: 42.85%;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* 21:9 Aspect Ratio */
|
|
|
|
|
|
|
|
.lg\:ratio-32-9 {
|
|
|
|
padding-top: 28.125%;
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
2023-02-21 00:02:32 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* 32:9 Aspect Ratio */
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1280px) {
|
|
|
|
.xl\:ratio-16-9 {
|
|
|
|
padding-top: 56.25%;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2023-02-21 00:02:32 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* 16:9 Aspect Ratio */
|
|
|
|
|
|
|
|
.xl\:ratio-21-9 {
|
|
|
|
padding-top: 42.85%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 21:9 Aspect Ratio */
|
|
|
|
|
|
|
|
.xl\:ratio-32-9 {
|
|
|
|
padding-top: 28.125%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 32:9 Aspect Ratio */
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1536px) {
|
|
|
|
.2xl\:ratio-16-9 {
|
|
|
|
padding-top: 56.25%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 16:9 Aspect Ratio */
|
|
|
|
|
|
|
|
.2xl\:ratio-21-9 {
|
|
|
|
padding-top: 42.85%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 21:9 Aspect Ratio */
|
|
|
|
|
|
|
|
.2xl\:ratio-32-9 {
|
|
|
|
padding-top: 28.125%;
|
2023-03-09 16:56:12 -06:00
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
/* 32:9 Aspect Ratio */
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:prose-invert) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-prose-body: var(--tw-prose-invert-body);
|
|
|
|
--tw-prose-headings: var(--tw-prose-invert-headings);
|
|
|
|
--tw-prose-lead: var(--tw-prose-invert-lead);
|
|
|
|
--tw-prose-links: var(--tw-prose-invert-links);
|
|
|
|
--tw-prose-bold: var(--tw-prose-invert-bold);
|
|
|
|
--tw-prose-counters: var(--tw-prose-invert-counters);
|
|
|
|
--tw-prose-bullets: var(--tw-prose-invert-bullets);
|
|
|
|
--tw-prose-hr: var(--tw-prose-invert-hr);
|
|
|
|
--tw-prose-quotes: var(--tw-prose-invert-quotes);
|
|
|
|
--tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
|
|
|
|
--tw-prose-captions: var(--tw-prose-invert-captions);
|
|
|
|
--tw-prose-code: var(--tw-prose-invert-code);
|
|
|
|
--tw-prose-pre-code: var(--tw-prose-invert-pre-code);
|
|
|
|
--tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
|
|
|
|
--tw-prose-th-borders: var(--tw-prose-invert-th-borders);
|
|
|
|
--tw-prose-td-borders: var(--tw-prose-invert-td-borders);
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:prose-invert) :where(a):not(:where([class~="not-prose"] *)) {
|
2023-03-10 00:03:09 -06:00
|
|
|
text-decoration-color: rgba(var(--color-neutral-600), 1);
|
|
|
|
}
|
|
|
|
|
2023-05-08 16:24:36 -05:00
|
|
|
:is(.dark .dark\:prose-invert) :where(a):not(:where([class~="not-prose"] *)):hover {
|
|
|
|
color: rgba(var(--color-primary-400), 1);
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:prose-invert) :where(kbd):not(:where([class~="not-prose"] *)) {
|
2023-03-10 00:03:09 -06:00
|
|
|
color: rgba(var(--color-neutral-200), 1);
|
|
|
|
background-color: rgba(var(--color-neutral-700), 1);
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:prose-invert) :where(mark):not(:where([class~="not-prose"] *)) {
|
2023-03-15 07:55:27 -05:00
|
|
|
background-color: rgba(var(--color-primary-400), 1);
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:prose-invert) :where(code):not(:where([class~="not-prose"] *)) {
|
2023-03-10 00:03:09 -06:00
|
|
|
background-color: rgba(var(--color-neutral-700), 1);
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:prose-invert) :where(a.active):not(:where([class~="not-prose"] *)) {
|
2023-03-15 07:55:27 -05:00
|
|
|
text-decoration-color: rgba(var(--color-primary-400), 1);
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:prose-invert) :where(p.active):not(:where([class~="not-prose"] *)) {
|
2023-03-15 07:55:27 -05:00
|
|
|
text-decoration-color: rgba(var(--color-primary-400), 1);
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.selection\:bg-transparent *::-moz-selection {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.selection\:bg-transparent *::selection {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.selection\:bg-transparent::-moz-selection {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.selection\:bg-transparent::selection {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.before\:pointer-events-none::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.before\:absolute::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.before\:h-\[0\.875rem\]::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
height: 0.875rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.before\:w-\[0\.875rem\]::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
width: 0.875rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.before\:scale-0::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
--tw-scale-x: 0;
|
|
|
|
--tw-scale-y: 0;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
|
|
|
}
|
|
|
|
|
|
|
|
.before\:rounded-full::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
border-radius: 9999px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.before\:bg-transparent::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.before\:opacity-0::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.before\:shadow-\[0px_0px_0px_13px_transparent\]::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
--tw-shadow: 0px 0px 0px 13px transparent;
|
|
|
|
--tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
|
|
}
|
|
|
|
|
|
|
|
.before\:content-\[\'\'\]::before {
|
|
|
|
--tw-content: '';
|
|
|
|
content: var(--tw-content);
|
|
|
|
}
|
|
|
|
|
2023-03-10 07:07:31 -06:00
|
|
|
.after\:clear-both::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.after\:block::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.after\:content-\[\'\'\]::after {
|
|
|
|
--tw-content: '';
|
|
|
|
content: var(--tw-content);
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.first\:mt-8:first-child {
|
|
|
|
margin-top: 2rem;
|
|
|
|
}
|
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.checked\:before\:opacity-\[0\.16\]:checked::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
opacity: 0.16;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.checked\:after\:absolute:checked::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.checked\:after\:-mt-px:checked::after {
|
2023-03-10 00:03:09 -06:00
|
|
|
content: var(--tw-content);
|
2023-04-26 01:02:22 -05:00
|
|
|
margin-top: -1px;
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.checked\:after\:ml-\[0\.25rem\]:checked::after {
|
2023-03-10 00:03:09 -06:00
|
|
|
content: var(--tw-content);
|
2023-04-26 01:02:22 -05:00
|
|
|
margin-left: 0.25rem;
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.checked\:after\:block:checked::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.checked\:after\:h-\[0\.8125rem\]:checked::after {
|
2023-03-10 00:03:09 -06:00
|
|
|
content: var(--tw-content);
|
2023-04-26 01:02:22 -05:00
|
|
|
height: 0.8125rem;
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.checked\:after\:w-\[0\.375rem\]:checked::after {
|
2023-03-10 00:03:09 -06:00
|
|
|
content: var(--tw-content);
|
2023-04-26 01:02:22 -05:00
|
|
|
width: 0.375rem;
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.checked\:after\:rotate-45:checked::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
--tw-rotate: 45deg;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
|
|
|
}
|
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.checked\:after\:border-\[0\.125rem\]:checked::after {
|
2023-03-10 00:03:09 -06:00
|
|
|
content: var(--tw-content);
|
2023-04-26 01:02:22 -05:00
|
|
|
border-width: 0.125rem;
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.checked\:after\:border-l-0:checked::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
border-left-width: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checked\:after\:border-t-0:checked::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
border-top-width: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checked\:after\:border-solid:checked::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checked\:after\:bg-transparent:checked::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checked\:after\:content-\[\'\'\]:checked::after {
|
|
|
|
--tw-content: '';
|
|
|
|
content: var(--tw-content);
|
|
|
|
}
|
|
|
|
|
|
|
|
.empty\:hidden:empty {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hover\:cursor-pointer:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:rounded-\[50\%\]:hover {
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:border-transparent:hover {
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:\!bg-primary-500:hover {
|
|
|
|
--tw-bg-opacity: 1 !important;
|
2023-03-15 07:55:27 -05:00
|
|
|
background-color: rgba(var(--color-primary-500), var(--tw-bg-opacity)) !important;
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:bg-\[\#00000014\]:hover {
|
|
|
|
background-color: #00000014;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:bg-\[\#00000026\]:hover {
|
|
|
|
background-color: #00000026;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:bg-\[\#eee\]:hover {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(238 238 238 / var(--tw-bg-opacity));
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:bg-\[unset\]:hover {
|
|
|
|
background-color: unset;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:bg-neutral-200:hover {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-neutral-200), var(--tw-bg-opacity));
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:bg-primary-100:hover {
|
|
|
|
--tw-bg-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity));
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:bg-primary-500:hover {
|
|
|
|
--tw-bg-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
background-color: rgba(var(--color-primary-500), var(--tw-bg-opacity));
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:bg-primary-600:hover {
|
|
|
|
--tw-bg-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
background-color: rgba(var(--color-primary-600), var(--tw-bg-opacity));
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:fill-\[\#8b8b8b\]:hover {
|
|
|
|
fill: #8b8b8b;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:text-\[\#3b71ca\]:hover {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgb(59 113 202 / var(--tw-text-opacity));
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:text-\[\#8b8b8b\]:hover {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgb(139 139 139 / var(--tw-text-opacity));
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:text-neutral:hover {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral), var(--tw-text-opacity));
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:text-primary-400:hover {
|
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:text-primary-500:hover {
|
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-500), var(--tw-text-opacity));
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:text-primary-600:hover {
|
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-600), var(--tw-text-opacity));
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:text-primary-700:hover {
|
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-700), var(--tw-text-opacity));
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:underline:hover {
|
|
|
|
text-decoration-line: underline;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:no-underline:hover {
|
|
|
|
text-decoration-line: none;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:decoration-primary-400:hover {
|
2023-03-15 07:55:27 -05:00
|
|
|
text-decoration-color: rgba(var(--color-primary-400), 1);
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:decoration-2:hover {
|
|
|
|
text-decoration-thickness: 2px;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:underline-offset-2:hover {
|
|
|
|
text-underline-offset: 2px;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:\!opacity-90:hover {
|
|
|
|
opacity: 0.9 !important;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:opacity-100:hover {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:opacity-90:hover {
|
|
|
|
opacity: 0.9;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:\!shadow-none:hover {
|
|
|
|
--tw-shadow: 0 0 #0000 !important;
|
|
|
|
--tw-shadow-colored: 0 0 #0000 !important;
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.hover\:outline-none:hover {
|
|
|
|
outline: 2px solid transparent;
|
|
|
|
outline-offset: 2px;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.hover\:before\:opacity-\[0\.04\]:hover::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
opacity: 0.04;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hover\:before\:shadow-\[0px_0px_0px_13px_rgba\(0\2c 0\2c 0\2c 0\.6\)\]:hover::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
--tw-shadow: 0px 0px 0px 13px rgba(0,0,0,0.6);
|
|
|
|
--tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.focus\:translate-y-0:focus {
|
|
|
|
--tw-translate-y: 0px;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.focus\:rounded-\[50\%\]:focus {
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.focus\:bg-\[\#00000014\]:focus {
|
|
|
|
background-color: #00000014;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.focus\:bg-\[\#00000026\]:focus {
|
|
|
|
background-color: #00000026;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.focus\:bg-\[\#eee\]:focus {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(238 238 238 / var(--tw-bg-opacity));
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.focus\:bg-neutral-200:focus {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-neutral-200), var(--tw-bg-opacity));
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.focus\:bg-primary-100:focus {
|
|
|
|
--tw-bg-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity));
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
2023-03-09 16:56:12 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.focus\:text-\[\#3b71ca\]:focus {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgb(59 113 202 / var(--tw-text-opacity));
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.focus\:no-underline:focus {
|
|
|
|
text-decoration-line: none;
|
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.focus\:\!opacity-90:focus {
|
|
|
|
opacity: 0.9 !important;
|
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.focus\:opacity-90:focus {
|
|
|
|
opacity: 0.9;
|
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.focus\:shadow-none:focus {
|
|
|
|
--tw-shadow: 0 0 #0000;
|
|
|
|
--tw-shadow-colored: 0 0 #0000;
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.focus\:outline-none:focus {
|
|
|
|
outline: 2px solid transparent;
|
|
|
|
outline-offset: 2px;
|
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.focus\:outline-dotted:focus {
|
|
|
|
outline-style: dotted;
|
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.focus\:outline-2:focus {
|
|
|
|
outline-width: 2px;
|
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.focus\:outline-transparent:focus {
|
|
|
|
outline-color: transparent;
|
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.focus\:transition-\[border-color_0\.2s\]:focus {
|
|
|
|
transition-property: border-color 0.2s;
|
|
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
|
transition-duration: 150ms;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.focus\:placeholder\:opacity-100:focus::-moz-placeholder {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.focus\:placeholder\:opacity-100:focus::placeholder {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.focus\:before\:scale-100:focus::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
--tw-scale-x: 1;
|
|
|
|
--tw-scale-y: 1;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
|
|
|
}
|
|
|
|
|
|
|
|
.focus\:before\:opacity-\[0\.12\]:focus::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
opacity: 0.12;
|
|
|
|
}
|
|
|
|
|
|
|
|
.focus\:before\:shadow-\[0px_0px_0px_13px_rgba\(0\2c 0\2c 0\2c 0\.6\)\]:focus::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
--tw-shadow: 0px 0px 0px 13px rgba(0,0,0,0.6);
|
|
|
|
--tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
|
|
}
|
|
|
|
|
|
|
|
.focus\:before\:transition-\[box-shadow_0\.2s\2c transform_0\.2s\]:focus::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
transition-property: box-shadow 0.2s,transform 0.2s;
|
|
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
|
transition-duration: 150ms;
|
|
|
|
}
|
|
|
|
|
|
|
|
.focus\:after\:absolute:focus::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.focus\:after\:z-\[1\]:focus::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.focus\:after\:block:focus::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.focus\:after\:h-\[0\.875rem\]:focus::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
height: 0.875rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.focus\:after\:w-\[0\.875rem\]:focus::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
width: 0.875rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.focus\:after\:rounded-\[0\.125rem\]:focus::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
border-radius: 0.125rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.focus\:after\:content-\[\'\'\]:focus::after {
|
|
|
|
--tw-content: '';
|
|
|
|
content: var(--tw-content);
|
|
|
|
}
|
|
|
|
|
|
|
|
.checked\:focus\:before\:scale-100:focus:checked::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
--tw-scale-x: 1;
|
|
|
|
--tw-scale-y: 1;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
|
|
|
}
|
|
|
|
|
|
|
|
.checked\:focus\:before\:shadow-\[0px_0px_0px_13px_\#3b71ca\]:focus:checked::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
--tw-shadow: 0px 0px 0px 13px #3b71ca;
|
|
|
|
--tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
|
|
}
|
|
|
|
|
|
|
|
.checked\:focus\:before\:transition-\[box-shadow_0\.2s\2c transform_0\.2s\]:focus:checked::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
transition-property: box-shadow 0.2s,transform 0.2s;
|
|
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
|
transition-duration: 150ms;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checked\:focus\:after\:-mt-px:focus:checked::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
margin-top: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checked\:focus\:after\:ml-\[0\.25rem\]:focus:checked::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
margin-left: 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checked\:focus\:after\:h-\[0\.8125rem\]:focus:checked::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
height: 0.8125rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checked\:focus\:after\:w-\[0\.375rem\]:focus:checked::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
width: 0.375rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checked\:focus\:after\:rotate-45:focus:checked::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
--tw-rotate: 45deg;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
|
|
|
}
|
|
|
|
|
|
|
|
.checked\:focus\:after\:rounded-none:focus:checked::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
border-radius: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checked\:focus\:after\:border-\[0\.125rem\]:focus:checked::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
border-width: 0.125rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checked\:focus\:after\:border-l-0:focus:checked::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
border-left-width: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checked\:focus\:after\:border-t-0:focus:checked::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
border-top-width: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checked\:focus\:after\:border-solid:focus:checked::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checked\:focus\:after\:bg-transparent:focus:checked::after {
|
|
|
|
content: var(--tw-content);
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.active\:bg-\[\#cacfd1\]:active {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(202 207 209 / var(--tw-bg-opacity));
|
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/x:hover .group-hover\/x\:h-\[11px\] {
|
|
|
|
height: 11px;
|
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/y:hover .group-hover\/y\:w-\[11px\] {
|
|
|
|
width: 11px;
|
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/x:hover .group-hover\/x\:bg-\[\#999\] {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(153 153 153 / var(--tw-bg-opacity));
|
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/y:hover .group-hover\/y\:bg-\[\#999\] {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(153 153 153 / var(--tw-bg-opacity));
|
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group:hover .group-hover\:text-primary-300 {
|
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-300), var(--tw-text-opacity));
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group:hover .group-hover\:text-primary-600 {
|
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-600), var(--tw-text-opacity));
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group:hover .group-hover\:underline {
|
|
|
|
text-decoration-line: underline;
|
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group:hover .group-hover\:decoration-primary-500 {
|
2023-03-15 07:55:27 -05:00
|
|
|
text-decoration-color: rgba(var(--color-primary-500), 1);
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/ps:hover .group-hover\/ps\:opacity-100 {
|
|
|
|
opacity: 1;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/ps:hover .group-hover\/ps\:opacity-60 {
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group:hover .group-hover\:opacity-100 {
|
|
|
|
opacity: 1;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/x:focus .group-focus\/x\:h-\[11px\] {
|
|
|
|
height: 11px;
|
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/y:focus .group-focus\/y\:w-\[11px\] {
|
|
|
|
width: 11px;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/x:focus .group-focus\/x\:bg-\[\#999\] {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(153 153 153 / var(--tw-bg-opacity));
|
|
|
|
}
|
2023-01-18 03:18:01 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/y:focus .group-focus\/y\:bg-\[\#999\] {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(153 153 153 / var(--tw-bg-opacity));
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-18 03:18:01 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/ps:focus .group-focus\/ps\:opacity-100 {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2023-01-18 03:18:01 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/ps:focus .group-focus\/ps\:opacity-60 {
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
2023-01-18 03:18:01 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/ps:active .group-active\/ps\:opacity-100 {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2023-01-17 16:36:56 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/ps.ps--active-x .group-\[\&\.ps--active-x\]\/ps\:block {
|
|
|
|
display: block;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/ps.ps--active-y .group-\[\&\.ps--active-y\]\/ps\:block {
|
|
|
|
display: block;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/x.ps--clicking .group-\[\&\.ps--clicking\]\/x\:h-\[11px\] {
|
|
|
|
height: 11px;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/y.ps--clicking .group-\[\&\.ps--clicking\]\/y\:w-\[11px\] {
|
|
|
|
width: 11px;
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group[data-te-datepicker-cell-current] .group-\[\[data-te-datepicker-cell-current\]\]\:border {
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group[data-te-datepicker-cell-current] .group-\[\[data-te-datepicker-cell-current\]\]\:border-solid {
|
|
|
|
border-style: solid;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/ps.ps--active-x .group-\[\&\.ps--active-x\]\/ps\:bg-transparent {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/ps.ps--active-y .group-\[\&\.ps--active-y\]\/ps\:bg-transparent {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/x.ps--clicking .group-\[\&\.ps--clicking\]\/x\:bg-\[\#999\] {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(153 153 153 / var(--tw-bg-opacity));
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/y.ps--clicking .group-\[\&\.ps--clicking\]\/y\:bg-\[\#999\] {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(153 153 153 / var(--tw-bg-opacity));
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group:not([data-te-datepicker-cell-disabled]):not([data-te-datepicker-cell-selected]):hover .group-\[\:not\(\[data-te-datepicker-cell-disabled\]\)\:not\(\[data-te-datepicker-cell-selected\]\)\:hover\]\:bg-neutral-300 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-neutral-300), var(--tw-bg-opacity));
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group:not([data-te-datepicker-cell-selected])[data-te-datepicker-cell-focused] .group-\[\:not\(\[data-te-datepicker-cell-selected\]\)\[data-te-datepicker-cell-focused\]\]\:bg-neutral-100 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-neutral-100), var(--tw-bg-opacity));
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/ps.ps--scrolling-x .group-\[\&\.ps--scrolling-x\]\/ps\:opacity-60 {
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/ps.ps--scrolling-y .group-\[\&\.ps--scrolling-y\]\/ps\:opacity-60 {
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.peer:focus ~ .peer-focus\:-translate-y-\[0\.75rem\] {
|
|
|
|
--tw-translate-y: -0.75rem;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.peer:focus ~ .peer-focus\:-translate-y-\[0\.9rem\] {
|
|
|
|
--tw-translate-y: -0.9rem;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.peer:focus ~ .peer-focus\:-translate-y-\[1\.15rem\] {
|
|
|
|
--tw-translate-y: -1.15rem;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.peer:focus ~ .peer-focus\:scale-\[0\.8\] {
|
|
|
|
--tw-scale-x: 0.8;
|
|
|
|
--tw-scale-y: 0.8;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.data-\[te-datepicker-cell-disabled\]\:pointer-events-none[data-te-datepicker-cell-disabled] {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.data-\[te-carousel-fade\]\:z-0[data-te-carousel-fade] {
|
|
|
|
z-index: 0;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.data-\[te-carousel-fade\]\:z-\[1\][data-te-carousel-fade] {
|
|
|
|
z-index: 1;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.data-\[te-input-state-active\]\:block[data-te-input-state-active] {
|
|
|
|
display: block;
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
.data-\[popper-reference-hidden\]\:hidden[data-popper-reference-hidden] {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.data-\[te-input-state-active\]\:-translate-y-\[0\.75rem\][data-te-input-state-active] {
|
|
|
|
--tw-translate-y: -0.75rem;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
|
|
|
}
|
2023-02-03 15:32:07 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.data-\[te-input-state-active\]\:-translate-y-\[0\.9rem\][data-te-input-state-active] {
|
|
|
|
--tw-translate-y: -0.9rem;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.data-\[te-input-state-active\]\:-translate-y-\[1\.15rem\][data-te-input-state-active] {
|
|
|
|
--tw-translate-y: -1.15rem;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.data-\[te-input-state-active\]\:scale-\[0\.8\][data-te-input-state-active] {
|
|
|
|
--tw-scale-x: 0.8;
|
|
|
|
--tw-scale-y: 0.8;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.data-\[te-select-open\]\:scale-100[data-te-select-open] {
|
|
|
|
--tw-scale-x: 1;
|
|
|
|
--tw-scale-y: 1;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.data-\[te-datepicker-cell-disabled\]\:cursor-default[data-te-datepicker-cell-disabled] {
|
|
|
|
cursor: default;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.data-\[te-input-disabled\]\:cursor-default[data-te-input-disabled] {
|
|
|
|
cursor: default;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-01-25 07:17:19 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.data-\[te-select-option-disabled\]\:cursor-default[data-te-select-option-disabled] {
|
|
|
|
cursor: default;
|
2023-02-08 23:09:29 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.data-\[te-select-selected\]\:data-\[te-select-option-disabled\]\:cursor-default[data-te-select-option-disabled][data-te-select-selected] {
|
|
|
|
cursor: default;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-02-08 23:09:29 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.data-\[te-input-disabled\]\:bg-\[\#e9ecef\][data-te-input-disabled] {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(233 236 239 / var(--tw-bg-opacity));
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-02-08 23:09:29 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.data-\[te-select-selected\]\:data-\[te-select-option-disabled\]\:bg-transparent[data-te-select-option-disabled][data-te-select-selected] {
|
|
|
|
background-color: transparent;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-02-08 23:09:29 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.data-\[te-datepicker-cell-disabled\]\:text-neutral-300[data-te-datepicker-cell-disabled] {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-300), var(--tw-text-opacity));
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-02-08 23:09:29 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.data-\[te-carousel-fade\]\:opacity-0[data-te-carousel-fade] {
|
|
|
|
opacity: 0;
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
2023-02-08 23:09:29 -06:00
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.data-\[te-carousel-fade\]\:opacity-100[data-te-carousel-fade] {
|
|
|
|
opacity: 1;
|
2023-02-08 23:09:29 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.data-\[te-select-open\]\:opacity-100[data-te-select-open] {
|
|
|
|
opacity: 1;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
.data-\[te-carousel-fade\]\:duration-0[data-te-carousel-fade] {
|
|
|
|
transition-duration: 0s;
|
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.data-\[te-input-state-active\]\:placeholder\:opacity-100[data-te-input-state-active]::-moz-placeholder {
|
|
|
|
opacity: 1;
|
2022-09-26 18:47:16 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.data-\[te-input-state-active\]\:placeholder\:opacity-100[data-te-input-state-active]::placeholder {
|
|
|
|
opacity: 1;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.data-\[te-datepicker-cell-disabled\]\:hover\:cursor-default:hover[data-te-datepicker-cell-disabled] {
|
|
|
|
cursor: default;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/validation[data-te-was-validated] .group-data-\[te-was-validated\]\/validation\:mb-4 {
|
|
|
|
margin-bottom: 1rem;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-x-0 {
|
|
|
|
border-left-width: 0px;
|
|
|
|
border-right-width: 0px;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-x-0 {
|
|
|
|
border-left-width: 0px;
|
|
|
|
border-right-width: 0px;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-l-0 {
|
|
|
|
border-left-width: 0px;
|
2023-01-08 15:49:48 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-r-0 {
|
|
|
|
border-right-width: 0px;
|
2022-10-11 17:40:31 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-t {
|
|
|
|
border-top-width: 1px;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-l-0 {
|
|
|
|
border-left-width: 0px;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-r-0 {
|
|
|
|
border-right-width: 0px;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-t {
|
|
|
|
border-top-width: 1px;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-solid {
|
|
|
|
border-style: solid;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-solid {
|
|
|
|
border-style: solid;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-t-transparent {
|
|
|
|
border-top-color: transparent;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-t-transparent {
|
|
|
|
border-top-color: transparent;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/opt[data-te-select-option-group-ref] .group-data-\[te-select-option-group-ref\]\/opt\:pl-7 {
|
|
|
|
padding-left: 1.75rem;
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#3b71ca\2c _0_1px_0_0_\#3b71ca\2c _0_-1px_0_0_\#3b71ca\] {
|
|
|
|
--tw-shadow: -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca;
|
|
|
|
--tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#ffffff\2c _0_1px_0_0_\#ffffff\2c _0_-1px_0_0_\#ffffff\] {
|
|
|
|
--tw-shadow: -1px 0 0 #ffffff, 0 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff;
|
|
|
|
--tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#3b71ca\] {
|
|
|
|
--tw-shadow: 0 1px 0 0 #3b71ca;
|
|
|
|
--tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#ffffff\] {
|
|
|
|
--tw-shadow: 0 1px 0 0 #ffffff;
|
|
|
|
--tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#3b71ca\2c _0_-1px_0_0_\#3b71ca\2c _0_1px_0_0_\#3b71ca\] {
|
|
|
|
--tw-shadow: 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca;
|
|
|
|
--tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#ffffff\2c _0_-1px_0_0_\#ffffff\2c _0_1px_0_0_\#ffffff\] {
|
|
|
|
--tw-shadow: 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff, 0 1px 0 0 #ffffff;
|
|
|
|
--tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/validation[data-te-was-validated] .peer:valid ~ .group-data-\[te-was-validated\]\/validation\:peer-valid\:block {
|
|
|
|
display: block;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.group\/validation[data-te-was-validated] .peer:invalid ~ .group-data-\[te-was-validated\]\/validation\:peer-invalid\:block {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.group\/validation[data-te-was-validated] .peer:invalid ~ .group-data-\[te-was-validated\]\/validation\:peer-invalid\:text-\[rgb\(220\2c 76\2c 100\)\] {
|
2023-03-09 16:56:12 -06:00
|
|
|
--tw-text-opacity: 1;
|
2023-03-10 00:03:09 -06:00
|
|
|
color: rgb(220 76 100 / var(--tw-text-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[0\.75rem\] {
|
|
|
|
--tw-translate-y: -0.75rem;
|
|
|
|
transform: translate(var(--tw-translate-x), 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-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[0\.9rem\] {
|
|
|
|
--tw-translate-y: -0.9rem;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
|
|
|
|
2023-03-10 00:03:09 -06:00
|
|
|
.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[1\.15rem\] {
|
|
|
|
--tw-translate-y: -1.15rem;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
|
|
|
}
|
|
|
|
|
|
|
|
.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:scale-\[0\.8\] {
|
|
|
|
--tw-scale-x: 0.8;
|
|
|
|
--tw-scale-y: 0.8;
|
|
|
|
transform: translate(var(--tw-translate-x), 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-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="ltr"] .ltr\:-left-6) {
|
2022-09-10 14:05:37 -05:00
|
|
|
left: -1.5rem;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="ltr"] .ltr\:right-0) {
|
2023-03-03 00:06:01 -06:00
|
|
|
right: 0px;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="ltr"] .ltr\:-ml-5) {
|
2022-09-10 14:05:37 -05:00
|
|
|
margin-left: -1.25rem;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="ltr"] .ltr\:ml-2) {
|
2022-12-31 09:58:20 -06:00
|
|
|
margin-left: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="ltr"] .ltr\:mr-14) {
|
2022-09-10 16:58:50 -05:00
|
|
|
margin-right: 3.5rem;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="ltr"] .ltr\:mr-4) {
|
2023-03-03 00:06:01 -06:00
|
|
|
margin-right: 1rem;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="ltr"] .ltr\:block) {
|
2022-09-10 14:05:37 -05:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="ltr"] .ltr\:inline) {
|
2022-09-10 14:05:37 -05:00
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="ltr"] .ltr\:hidden) {
|
2022-09-10 14:05:37 -05:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="ltr"] .ltr\:border-l) {
|
2022-09-10 14:05:37 -05:00
|
|
|
border-left-width: 1px;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="ltr"] .ltr\:pl-5) {
|
2023-02-25 11:32:12 -06:00
|
|
|
padding-left: 1.25rem;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="ltr"] .ltr\:pr-2) {
|
2023-03-03 00:06:01 -06:00
|
|
|
padding-right: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="ltr"] .ltr\:pr-3) {
|
2022-09-10 14:05:37 -05:00
|
|
|
padding-right: 0.75rem;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="ltr"] .ltr\:text-right) {
|
2022-09-10 14:05:37 -05:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .rtl\:\!left-auto) {
|
2023-03-10 00:03:09 -06:00
|
|
|
left: auto !important;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .rtl\:-right-6) {
|
2022-09-10 14:05:37 -05:00
|
|
|
right: -1.5rem;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .rtl\:left-0) {
|
2023-03-03 00:06:01 -06:00
|
|
|
left: 0px;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .rtl\:-mr-5) {
|
2022-09-10 14:05:37 -05:00
|
|
|
margin-right: -1.25rem;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .rtl\:ml-14) {
|
2023-02-25 11:32:12 -06:00
|
|
|
margin-left: 3.5rem;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .rtl\:ml-4) {
|
2023-03-03 00:06:01 -06:00
|
|
|
margin-left: 1rem;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .rtl\:mr-2) {
|
2023-03-03 00:06:01 -06:00
|
|
|
margin-right: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .rtl\:block) {
|
2022-09-10 14:05:37 -05:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .rtl\:inline) {
|
2022-09-10 14:05:37 -05:00
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .rtl\:hidden) {
|
2022-09-10 14:05:37 -05:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .rtl\:\!origin-\[50\%_50\%_0\]) {
|
2023-03-10 00:03:09 -06:00
|
|
|
transform-origin: 50% 50% 0 !important;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .rtl\:border-r) {
|
2022-09-10 14:05:37 -05:00
|
|
|
border-right-width: 1px;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .rtl\:pl-2) {
|
2022-09-10 14:05:37 -05:00
|
|
|
padding-left: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .rtl\:pl-3) {
|
2023-02-25 11:32:12 -06:00
|
|
|
padding-left: 0.75rem;
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .rtl\:pr-5) {
|
2023-03-03 00:06:01 -06:00
|
|
|
padding-right: 1.25rem;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .rtl\:text-left) {
|
2023-02-25 11:32:12 -06:00
|
|
|
text-align: left;
|
2023-02-21 00:02:32 -06:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .rtl\:\[direction\:rtl\]) {
|
2023-03-10 00:03:09 -06:00
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
2023-03-03 00:06:01 -06:00
|
|
|
@media (prefers-reduced-motion: reduce) {
|
2023-03-10 00:03:09 -06:00
|
|
|
.motion-reduce\:animate-none {
|
|
|
|
animation: none;
|
|
|
|
}
|
|
|
|
|
2023-03-03 00:06:01 -06:00
|
|
|
.motion-reduce\:transition-none {
|
|
|
|
transition-property: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:flex) {
|
2022-09-10 14:05:37 -05:00
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:hidden) {
|
2022-09-10 14:05:37 -05:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:border-0) {
|
2023-03-10 00:03:09 -06:00
|
|
|
border-width: 0px;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:border-neutral-500) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgba(var(--color-neutral-500), var(--tw-border-opacity));
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:border-neutral-600) {
|
2022-09-10 14:05:37 -05:00
|
|
|
--tw-border-opacity: 1;
|
2023-03-03 00:06:01 -06:00
|
|
|
border-color: rgba(var(--color-neutral-600), var(--tw-border-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:border-neutral-700) {
|
2022-09-10 14:05:37 -05:00
|
|
|
--tw-border-opacity: 1;
|
2022-12-31 09:58:20 -06:00
|
|
|
border-color: rgba(var(--color-neutral-700), var(--tw-border-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:border-primary-300) {
|
2023-01-24 17:53:01 -06:00
|
|
|
--tw-border-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
border-color: rgba(var(--color-primary-300), var(--tw-border-opacity));
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:border-primary-400) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-border-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
border-color: rgba(var(--color-primary-400), var(--tw-border-opacity));
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:border-primary-600) {
|
2023-03-03 00:06:01 -06:00
|
|
|
--tw-border-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
border-color: rgba(var(--color-primary-600), var(--tw-border-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:bg-neutral-600) {
|
2022-09-10 14:05:37 -05:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-neutral-600), var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:bg-neutral-700) {
|
2023-03-03 00:06:01 -06:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-neutral-700), var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:bg-neutral-800) {
|
2023-02-08 23:09:29 -06:00
|
|
|
--tw-bg-opacity: 1;
|
2023-03-03 00:06:01 -06:00
|
|
|
background-color: rgba(var(--color-neutral-800), var(--tw-bg-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:bg-neutral-800\/50) {
|
2023-01-08 15:49:48 -06:00
|
|
|
background-color: rgba(var(--color-neutral-800), 0.5);
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:bg-neutral-900\/50) {
|
2022-09-10 14:05:37 -05:00
|
|
|
background-color: rgba(var(--color-neutral-900), 0.5);
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:bg-primary-300) {
|
2023-03-03 00:06:01 -06:00
|
|
|
--tw-bg-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
background-color: rgba(var(--color-primary-300), var(--tw-bg-opacity));
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:bg-primary-400) {
|
2023-02-08 23:09:29 -06:00
|
|
|
--tw-bg-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
background-color: rgba(var(--color-primary-400), var(--tw-bg-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:bg-primary-800) {
|
2022-09-10 14:05:37 -05:00
|
|
|
--tw-bg-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
background-color: rgba(var(--color-primary-800), var(--tw-bg-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:bg-primary-900) {
|
2022-09-10 14:05:37 -05:00
|
|
|
--tw-bg-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity));
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:bg-transparent) {
|
2023-03-10 00:03:09 -06:00
|
|
|
background-color: transparent;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:from-neutral-800) {
|
|
|
|
--tw-gradient-from: rgba(var(--color-neutral-800), 1) var(--tw-gradient-from-position);
|
2023-04-26 01:02:22 -05:00
|
|
|
--tw-gradient-to: rgba(var(--color-neutral-800), 0) var(--tw-gradient-to-position);
|
2022-10-16 10:49:52 -05:00
|
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:from-primary-600) {
|
|
|
|
--tw-gradient-from: rgba(var(--color-primary-600), 1) var(--tw-gradient-from-position);
|
2023-04-26 01:02:22 -05:00
|
|
|
--tw-gradient-to: rgba(var(--color-primary-600), 0) var(--tw-gradient-to-position);
|
2022-10-10 10:23:51 -05:00
|
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:to-neutral-800) {
|
|
|
|
--tw-gradient-to: rgba(var(--color-neutral-800), 1) var(--tw-gradient-to-position);
|
2022-10-16 11:25:13 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:to-secondary-800) {
|
|
|
|
--tw-gradient-to: rgba(var(--color-secondary-800), 1) var(--tw-gradient-to-position);
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:\!text-primary-400) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-text-opacity: 1 !important;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-400), var(--tw-text-opacity)) !important;
|
2022-10-10 10:23:51 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:text-neutral) {
|
2022-09-10 14:05:37 -05:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral), var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:text-neutral-100) {
|
2022-09-10 14:05:37 -05:00
|
|
|
--tw-text-opacity: 1;
|
2023-03-03 00:06:01 -06:00
|
|
|
color: rgba(var(--color-neutral-100), var(--tw-text-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:text-neutral-200) {
|
2022-09-10 14:05:37 -05:00
|
|
|
--tw-text-opacity: 1;
|
2023-03-03 00:06:01 -06:00
|
|
|
color: rgba(var(--color-neutral-200), var(--tw-text-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:text-neutral-300) {
|
2022-09-10 14:05:37 -05:00
|
|
|
--tw-text-opacity: 1;
|
2022-11-09 06:05:11 -06:00
|
|
|
color: rgba(var(--color-neutral-300), var(--tw-text-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:text-neutral-400) {
|
2022-09-10 14:05:37 -05:00
|
|
|
--tw-text-opacity: 1;
|
2023-03-03 00:06:01 -06:00
|
|
|
color: rgba(var(--color-neutral-400), var(--tw-text-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:text-neutral-500) {
|
2022-09-10 14:05:37 -05:00
|
|
|
--tw-text-opacity: 1;
|
2023-03-03 00:06:01 -06:00
|
|
|
color: rgba(var(--color-neutral-500), var(--tw-text-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:text-neutral-700) {
|
2023-01-24 17:53:01 -06:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-700), var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:text-neutral-800) {
|
2022-10-16 11:25:13 -05:00
|
|
|
--tw-text-opacity: 1;
|
2023-03-03 00:06:01 -06:00
|
|
|
color: rgba(var(--color-neutral-800), var(--tw-text-opacity));
|
2022-10-16 11:25:13 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:text-primary-200) {
|
2022-11-05 17:28:30 -05:00
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-200), var(--tw-text-opacity));
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:text-primary-400) {
|
2023-03-03 00:06:01 -06:00
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
2023-02-08 23:09:29 -06:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:opacity-60) {
|
2022-11-05 16:48:45 -05:00
|
|
|
opacity: 0.6;
|
2022-10-16 11:25:13 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:hover\:\!bg-primary-700:hover) {
|
2023-03-03 00:06:01 -06:00
|
|
|
--tw-bg-opacity: 1 !important;
|
2023-03-15 07:55:27 -05:00
|
|
|
background-color: rgba(var(--color-primary-700), var(--tw-bg-opacity)) !important;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:hover\:bg-primary-400:hover) {
|
2022-09-10 14:05:37 -05:00
|
|
|
--tw-bg-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
background-color: rgba(var(--color-primary-400), var(--tw-bg-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:hover\:bg-primary-900:hover) {
|
2023-03-03 00:06:01 -06:00
|
|
|
--tw-bg-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity));
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:hover\:text-\[\#3b71ca\]:hover) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgb(59 113 202 / var(--tw-text-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:hover\:text-neutral-800:hover) {
|
2022-09-10 14:05:37 -05:00
|
|
|
--tw-text-opacity: 1;
|
2023-02-08 23:09:29 -06:00
|
|
|
color: rgba(var(--color-neutral-800), var(--tw-text-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:hover\:text-primary-400:hover) {
|
2023-03-03 00:06:01 -06:00
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:focus\:bg-primary-900:focus) {
|
2022-09-10 14:05:37 -05:00
|
|
|
--tw-bg-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity));
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:focus\:text-\[\#3b71ca\]:focus) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgb(59 113 202 / var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .dark\:focus\:text-primary-400:focus) {
|
2023-03-10 00:03:09 -06:00
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
:is(.dark .dark\:focus\:before\:shadow-\[0px_0px_0px_13px_rgba\(255\2c 255\2c 255\2c 0\.4\)\]:focus)::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
--tw-shadow: 0px 0px 0px 13px rgba(255,255,255,0.4);
|
|
|
|
--tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
|
|
}
|
|
|
|
|
|
|
|
:is(.dark .dark\:checked\:focus\:before\:shadow-\[0px_0px_0px_13px_\#3b71ca\]:focus:checked)::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
--tw-shadow: 0px 0px 0px 13px #3b71ca;
|
|
|
|
--tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .group:hover .dark\:group-hover\:text-neutral-700) {
|
2022-09-10 14:05:37 -05:00
|
|
|
--tw-text-opacity: 1;
|
2023-02-08 23:09:29 -06:00
|
|
|
color: rgba(var(--color-neutral-700), var(--tw-text-opacity));
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is(.dark .group:hover .dark\:group-hover\:text-primary-400) {
|
2023-03-03 00:06:01 -06:00
|
|
|
--tw-text-opacity: 1;
|
2023-03-15 07:55:27 -05:00
|
|
|
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
2023-03-03 00:06:01 -06:00
|
|
|
}
|
|
|
|
|
2023-04-26 01:02:22 -05:00
|
|
|
:is(.dark .group[data-te-datepicker-cell-disabled] .dark\:group-\[\[data-te-datepicker-cell-disabled\]\]\:text-neutral-500) {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-500), var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2022-09-10 14:05:37 -05:00
|
|
|
@media print {
|
|
|
|
.print\:hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-09-10 15:13:33 -05:00
|
|
|
@media (min-width: 640px) {
|
2022-09-11 13:27:30 -05:00
|
|
|
.sm\:mb-0 {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2022-10-11 17:40:31 -05:00
|
|
|
.sm\:mt-16 {
|
|
|
|
margin-top: 4rem;
|
2022-10-10 10:23:51 -05:00
|
|
|
}
|
|
|
|
|
2022-09-10 14:05:37 -05:00
|
|
|
.sm\:w-1\/2 {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
2022-10-20 16:03:49 -05:00
|
|
|
.sm\:max-w-prose {
|
|
|
|
max-width: 65ch;
|
|
|
|
}
|
|
|
|
|
2022-12-17 09:58:50 -06:00
|
|
|
.sm\:grid-cols-2 {
|
|
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
|
|
}
|
|
|
|
|
2022-09-10 14:05:37 -05:00
|
|
|
.sm\:flex-row {
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
2022-10-10 10:23:51 -05:00
|
|
|
.sm\:overflow-hidden {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2022-09-10 14:05:37 -05:00
|
|
|
.sm\:p-6 {
|
|
|
|
padding: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sm\:px-14 {
|
|
|
|
padding-left: 3.5rem;
|
|
|
|
padding-right: 3.5rem;
|
|
|
|
}
|
|
|
|
|
2022-09-10 16:58:50 -05:00
|
|
|
.sm\:px-6 {
|
|
|
|
padding-left: 1.5rem;
|
|
|
|
padding-right: 1.5rem;
|
|
|
|
}
|
|
|
|
|
2022-10-10 10:23:51 -05:00
|
|
|
.sm\:py-24 {
|
|
|
|
padding-top: 6rem;
|
|
|
|
padding-bottom: 6rem;
|
|
|
|
}
|
|
|
|
|
2022-09-10 14:05:37 -05:00
|
|
|
.sm\:text-lg {
|
|
|
|
font-size: 1.125rem;
|
|
|
|
line-height: 1.75rem;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="ltr"] .ltr\:sm\:mr-7) {
|
2022-09-10 14:05:37 -05:00
|
|
|
margin-right: 1.75rem;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="ltr"] .ltr\:sm\:last\:mr-0:last-child) {
|
2022-09-10 14:05:37 -05:00
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .rtl\:sm\:ml-7) {
|
2022-09-10 14:05:37 -05:00
|
|
|
margin-left: 1.75rem;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .rtl\:sm\:last\:ml-0:last-child) {
|
2022-09-10 14:05:37 -05:00
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-09-11 13:27:04 -05:00
|
|
|
@media (min-width: 853px) {
|
2023-03-03 00:06:01 -06:00
|
|
|
.md\:-mr-16 {
|
|
|
|
margin-right: -4rem;
|
2022-10-11 17:40:31 -05:00
|
|
|
}
|
|
|
|
|
2023-02-25 11:32:12 -06:00
|
|
|
.md\:ml-12 {
|
|
|
|
margin-left: 3rem;
|
|
|
|
}
|
|
|
|
|
2023-03-03 00:06:01 -06:00
|
|
|
.md\:mr-7 {
|
|
|
|
margin-right: 1.75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:mt-0 {
|
|
|
|
margin-top: 0px;
|
2023-02-25 11:32:12 -06:00
|
|
|
}
|
|
|
|
|
2022-09-10 16:58:50 -05:00
|
|
|
.md\:flex {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2023-02-25 11:32:12 -06:00
|
|
|
.md\:h-56 {
|
|
|
|
height: 14rem;
|
2022-12-31 09:35:21 -06:00
|
|
|
}
|
|
|
|
|
2023-03-03 00:06:01 -06:00
|
|
|
.md\:h-\[200px\] {
|
|
|
|
height: 200px;
|
2023-02-08 23:09:29 -06:00
|
|
|
}
|
|
|
|
|
2023-02-25 11:32:12 -06:00
|
|
|
.md\:w-1\/3 {
|
|
|
|
width: 33.333333%;
|
|
|
|
}
|
|
|
|
|
2023-03-03 00:06:01 -06:00
|
|
|
.md\:w-auto {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2022-12-17 09:58:50 -06:00
|
|
|
.md\:grid-cols-3 {
|
|
|
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
|
|
}
|
|
|
|
|
2022-09-10 16:58:50 -05:00
|
|
|
.md\:justify-start {
|
|
|
|
justify-content: flex-start;
|
|
|
|
}
|
|
|
|
|
2022-09-10 14:05:37 -05:00
|
|
|
.md\:p-\[10vh\] {
|
|
|
|
padding: 10vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:px-24 {
|
|
|
|
padding-left: 6rem;
|
|
|
|
padding-right: 6rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-09-10 15:13:33 -05:00
|
|
|
@media (min-width: 1024px) {
|
2022-10-11 17:40:31 -05:00
|
|
|
.lg\:absolute {
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:relative {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2022-09-10 14:05:37 -05:00
|
|
|
.lg\:sticky {
|
|
|
|
position: sticky;
|
|
|
|
}
|
|
|
|
|
2023-03-03 00:06:01 -06:00
|
|
|
.lg\:left-0 {
|
|
|
|
left: 0px;
|
|
|
|
}
|
|
|
|
|
2022-09-10 14:05:37 -05:00
|
|
|
.lg\:top-10 {
|
|
|
|
top: 2.5rem;
|
|
|
|
}
|
|
|
|
|
2022-11-06 13:48:41 -06:00
|
|
|
.lg\:top-\[140px\] {
|
|
|
|
top: 140px;
|
|
|
|
}
|
|
|
|
|
2022-09-10 14:05:37 -05:00
|
|
|
.lg\:order-last {
|
|
|
|
order: 9999;
|
|
|
|
}
|
|
|
|
|
2022-10-11 17:40:31 -05:00
|
|
|
.lg\:m-0 {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
2023-02-25 11:32:12 -06:00
|
|
|
.lg\:mx-0 {
|
|
|
|
margin-left: 0px;
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
|
2023-03-03 00:06:01 -06:00
|
|
|
.lg\:mx-auto {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
2022-10-20 16:03:49 -05:00
|
|
|
.lg\:ml-auto {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
2022-10-11 17:40:31 -05:00
|
|
|
.lg\:mt-0 {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
2022-10-04 09:37:27 -05:00
|
|
|
.lg\:block {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2022-10-11 17:40:31 -05:00
|
|
|
.lg\:grid {
|
|
|
|
display: grid;
|
|
|
|
}
|
|
|
|
|
2022-09-10 14:05:37 -05:00
|
|
|
.lg\:hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2022-10-15 10:20:41 -05:00
|
|
|
.lg\:h-72 {
|
|
|
|
height: 18rem;
|
|
|
|
}
|
|
|
|
|
2022-10-11 17:40:31 -05:00
|
|
|
.lg\:h-full {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2022-12-31 09:35:21 -06:00
|
|
|
.lg\:w-1\/4 {
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
|
2023-03-03 00:06:01 -06:00
|
|
|
.lg\:w-auto {
|
|
|
|
width: auto;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
|
|
|
|
2022-10-11 17:40:31 -05:00
|
|
|
.lg\:max-w-7xl {
|
|
|
|
max-width: 80rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:max-w-none {
|
|
|
|
max-width: none;
|
|
|
|
}
|
|
|
|
|
2023-03-03 00:06:01 -06:00
|
|
|
.lg\:max-w-xs {
|
|
|
|
max-width: 20rem;
|
|
|
|
}
|
|
|
|
|
2022-10-11 17:40:31 -05:00
|
|
|
.lg\:grid-flow-col-dense {
|
|
|
|
grid-auto-flow: column dense;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:grid-cols-2 {
|
|
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
|
|
}
|
|
|
|
|
2022-09-10 14:05:37 -05:00
|
|
|
.lg\:flex-row {
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
2022-10-11 17:40:31 -05:00
|
|
|
.lg\:gap-24 {
|
|
|
|
gap: 6rem;
|
|
|
|
}
|
|
|
|
|
2022-09-10 14:05:37 -05:00
|
|
|
.lg\:p-\[12vh\] {
|
|
|
|
padding: 12vh;
|
|
|
|
}
|
|
|
|
|
2023-03-03 00:06:01 -06:00
|
|
|
.lg\:px-0 {
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
|
|
|
|
2022-09-10 14:05:37 -05:00
|
|
|
.lg\:px-32 {
|
|
|
|
padding-left: 8rem;
|
|
|
|
padding-right: 8rem;
|
|
|
|
}
|
|
|
|
|
2022-10-10 10:23:51 -05:00
|
|
|
.lg\:px-8 {
|
|
|
|
padding-left: 2rem;
|
|
|
|
padding-right: 2rem;
|
|
|
|
}
|
|
|
|
|
2022-10-11 17:40:31 -05:00
|
|
|
.lg\:py-16 {
|
|
|
|
padding-top: 4rem;
|
|
|
|
padding-bottom: 4rem;
|
|
|
|
}
|
|
|
|
|
2023-03-03 00:06:01 -06:00
|
|
|
.lg\:py-32 {
|
|
|
|
padding-top: 8rem;
|
|
|
|
padding-bottom: 8rem;
|
2022-10-11 17:40:31 -05:00
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="ltr"] .ltr\:lg\:pl-8) {
|
2022-09-10 14:05:37 -05:00
|
|
|
padding-left: 2rem;
|
|
|
|
}
|
|
|
|
|
2023-04-10 15:46:53 -05:00
|
|
|
:is([dir="rtl"] .rtl\:lg\:pr-8) {
|
2022-09-10 14:05:37 -05:00
|
|
|
padding-right: 2rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-09-10 15:13:33 -05:00
|
|
|
@media (min-width: 1280px) {
|
2022-10-16 09:32:26 -05:00
|
|
|
.xl\:w-1\/4 {
|
|
|
|
width: 25%;
|
2022-09-10 14:05:37 -05:00
|
|
|
}
|
2022-12-17 09:58:50 -06:00
|
|
|
|
|
|
|
.xl\:grid-cols-4 {
|
|
|
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
|
|
}
|
2022-11-05 10:11:20 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1536px) {
|
2022-12-17 09:58:50 -06:00
|
|
|
.\32xl\:grid-cols-5 {
|
|
|
|
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
|
|
}
|
2023-03-10 00:03:09 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 320px) {
|
|
|
|
@media (max-width: 825px) {
|
|
|
|
@media (orientation: landscape) {
|
|
|
|
.min-\[320px\]\:max-\[825px\]\:landscape\:h-auto {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.min-\[320px\]\:max-\[825px\]\:landscape\:min-h-\[305px\] {
|
|
|
|
min-height: 305px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.min-\[320px\]\:max-\[825px\]\:landscape\:min-h-\[auto\] {
|
|
|
|
min-height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.min-\[320px\]\:max-\[825px\]\:landscape\:min-w-\[auto\] {
|
|
|
|
min-width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.min-\[320px\]\:max-\[825px\]\:landscape\:\!flex-row {
|
|
|
|
flex-direction: row !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.min-\[320px\]\:max-\[825px\]\:landscape\:flex-col {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.min-\[320px\]\:max-\[825px\]\:landscape\:\!justify-around {
|
|
|
|
justify-content: space-around !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.min-\[320px\]\:max-\[825px\]\:landscape\:overflow-y-auto {
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.min-\[320px\]\:max-\[825px\]\:landscape\:rounded-lg {
|
|
|
|
border-radius: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.min-\[320px\]\:max-\[825px\]\:landscape\:rounded-bl-lg {
|
|
|
|
border-bottom-left-radius: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.min-\[320px\]\:max-\[825px\]\:landscape\:rounded-bl-none {
|
|
|
|
border-bottom-left-radius: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.min-\[320px\]\:max-\[825px\]\:landscape\:rounded-tr-none {
|
|
|
|
border-top-right-radius: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.min-\[320px\]\:max-\[825px\]\:landscape\:p-\[10px\] {
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.min-\[320px\]\:max-\[825px\]\:landscape\:pr-\[10px\] {
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.min-\[320px\]\:max-\[825px\]\:landscape\:text-5xl {
|
|
|
|
font-size: 3rem;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.min-\[320px\]\:max-\[825px\]\:landscape\:text-\[3rem\] {
|
|
|
|
font-size: 3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.min-\[320px\]\:max-\[825px\]\:landscape\:font-normal {
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.\[\&\.ps--clicking\]\:bg-\[\#eee\].ps--clicking {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(238 238 238 / var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.\[\&\.ps--clicking\]\:\!opacity-90.ps--clicking {
|
|
|
|
opacity: 0.9 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.\[\&\:\:-webkit-scrollbar-button\]\:block::-webkit-scrollbar-button {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.\[\&\:\:-webkit-scrollbar-button\]\:h-0::-webkit-scrollbar-button {
|
|
|
|
height: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.\[\&\:\:-webkit-scrollbar-button\]\:bg-transparent::-webkit-scrollbar-button {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.\[\&\:\:-webkit-scrollbar-thumb\]\:h-\[50px\]::-webkit-scrollbar-thumb {
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded::-webkit-scrollbar-thumb {
|
|
|
|
border-radius: 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-\[\#999\]::-webkit-scrollbar-thumb {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(153 153 153 / var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.\[\&\:\:-webkit-scrollbar-track-piece\]\:rounded-none::-webkit-scrollbar-track-piece {
|
|
|
|
border-radius: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.\[\&\:\:-webkit-scrollbar-track-piece\]\:rounded-l::-webkit-scrollbar-track-piece {
|
|
|
|
border-top-left-radius: 0.25rem;
|
|
|
|
border-bottom-left-radius: 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.\[\&\:\:-webkit-scrollbar-track-piece\]\:bg-transparent::-webkit-scrollbar-track-piece {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.\[\&\:\:-webkit-scrollbar\]\:h-1::-webkit-scrollbar {
|
|
|
|
height: 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.\[\&\:\:-webkit-scrollbar\]\:w-1::-webkit-scrollbar {
|
|
|
|
width: 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.\[\&\:not\(\[data-te-input-placeholder-active\]\)\]\:placeholder\:opacity-0:not([data-te-input-placeholder-active])::-moz-placeholder {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.\[\&\:not\(\[data-te-input-placeholder-active\]\)\]\:placeholder\:opacity-0:not([data-te-input-placeholder-active])::placeholder {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.\[\&\>svg\]\:mx-auto>svg {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.\[\&\>svg\]\:h-4>svg {
|
|
|
|
height: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.\[\&\>svg\]\:h-5>svg {
|
|
|
|
height: 1.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.\[\&\>svg\]\:w-4>svg {
|
|
|
|
width: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.\[\&\>svg\]\:w-5>svg {
|
|
|
|
width: 1.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.\[\&\>svg\]\:rotate-180>svg {
|
|
|
|
--tw-rotate: 180deg;
|
|
|
|
transform: translate(var(--tw-translate-x), 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));
|
|
|
|
}
|
|
|
|
|
|
|
|
.\[\&\>svg\]\:fill-neutral-500>svg {
|
|
|
|
fill: rgba(var(--color-neutral-500), 1);
|
2023-01-17 16:36:56 -06:00
|
|
|
}
|